Changeset 5130
- Timestamp:
- Feb 16, 2010 1:06:42 AM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
arch/i386/include/arch/acpi.h (modified) (1 diff)
-
northbridge/amd/amdht/AsPsDefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/arch/i386/include/arch/acpi.h
r5127 r5130 43 43 u8 checksum; /* checksum of the first 20 bytes */ 44 44 char oem_id[6]; /* OEM ID, "LXBIOS" */ 45 u8 revision; /* 0 for A PCI 1.0, 2 for ACPI 2.0/3.0 */45 u8 revision; /* 0 for ACPI 1.0, 2 for ACPI 2.0/3.0 */ 46 46 u32 rsdt_address; /* physical address of RSDT */ 47 47 u32 length; /* total length of RSDP (including extended part) */ -
trunk/src/northbridge/amd/amdht/AsPsDefs.h
r3251 r5130 83 83 84 84 #define PCI_DEV_BASE 24 /* System PCI device ID base */ 85 #define LOCAL_APIC_ID_SHIFT 24 /* Local AP CIID shift bit # */85 #define LOCAL_APIC_ID_SHIFT 24 /* Local APIC ID shift bit # */ 86 86 #define APIC_CID_SIZE_SHIFT 12 /* ApicCoreIdSize shift bit # */ 87 87 #define FN_0 0 /* Function 0 */
Note: See TracChangeset
for help on using the changeset viewer.
