Ignore:
Timestamp:
03/26/10 00:18:41 (2 years ago)
Author:
uwe
Message:

Polish the flashrom code comments and outputs a bit.

  • Fix a number of typos (found via ispell).
  • Use correct vendor names (as per their websites) consistently.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreboot_tables.h

    r586 r985  
    2828 * from the firmware to the loaded OS image.  Primarily this 
    2929 * is expected to be information that cannot be discovered by 
    30  * other means, such as quering the hardware directly. 
     30 * other means, such as querying the hardware directly. 
    3131 * 
    3232 * All of the information should be Position Independent Data.   
    3333 * That is it should be safe to relocated any of the information 
    34  * without it's meaning/correctnes changing.   For table that 
     34 * without it's meaning/correctness changing.   For table that 
    3535 * can reasonably be used on multiple architectures the data 
    3636 * size should be fixed.  This should ease the transition between 
     
    4949 * long term compatibility burden as table entries which are 
    5050 * irrelevant or have been replaced by better alternatives may be 
    51  * dropped.  Of course it is polite and expidite to include extra 
     51 * dropped.  Of course it is polite and expedite to include extra 
    5252 * table entries and be backwards compatible, but it is not required. 
    5353 */ 
     
    7979}; 
    8080 
    81 /* Every entry in the boot enviroment list will correspond to a boot 
     81/* Every entry in the boot environment list will correspond to a boot 
    8282 * info record.  Encoding both type and size.  The type is obviously 
    8383 * so you can tell what it is.  The size allows you to skip that 
    84  * boot enviroment record if you don't know what it easy.  This allows 
     84 * boot environment record if you don't know what it easy.  This allows 
    8585 * forward compatibility with records not yet defined. 
    8686 */ 
Note: See TracChangeset for help on using the changeset viewer.