Changeset 985 for trunk/coreboot_tables.h
- Timestamp:
- 03/26/10 00:18:41 (2 years ago)
- File:
-
- 1 edited
-
trunk/coreboot_tables.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreboot_tables.h
r586 r985 28 28 * from the firmware to the loaded OS image. Primarily this 29 29 * is expected to be information that cannot be discovered by 30 * other means, such as quer ing the hardware directly.30 * other means, such as querying the hardware directly. 31 31 * 32 32 * All of the information should be Position Independent Data. 33 33 * That is it should be safe to relocated any of the information 34 * without it's meaning/correctnes changing. For table that34 * without it's meaning/correctness changing. For table that 35 35 * can reasonably be used on multiple architectures the data 36 36 * size should be fixed. This should ease the transition between … … 49 49 * long term compatibility burden as table entries which are 50 50 * irrelevant or have been replaced by better alternatives may be 51 * dropped. Of course it is polite and exp idite to include extra51 * dropped. Of course it is polite and expedite to include extra 52 52 * table entries and be backwards compatible, but it is not required. 53 53 */ … … 79 79 }; 80 80 81 /* Every entry in the boot enviro ment list will correspond to a boot81 /* Every entry in the boot environment list will correspond to a boot 82 82 * info record. Encoding both type and size. The type is obviously 83 83 * so you can tell what it is. The size allows you to skip that 84 * boot enviro ment record if you don't know what it easy. This allows84 * boot environment record if you don't know what it easy. This allows 85 85 * forward compatibility with records not yet defined. 86 86 */
Note: See TracChangeset
for help on using the changeset viewer.
