blob: b999dfacbf78e317d6cc46865ee295256404f961 [file] [log] [blame]
Yinghai Lud4b278c2006-10-04 20:46:15 +00001At this time, For acpi support We got
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000021. support AMK K8 SRAT --- dynamically (coreboot run-time) (src/northbridge/amd/amdk8/amdk8_acpi.c)
32. support MADT ---- dynamically (coreboot run-time) (src/northbridge/amd/amdk8/amdk8_acpi.c , src/mainboard/amd/serengeti_cheetah/acpi_tables.c)
Patrick Georgiaf97d332010-02-08 15:46:37 +000043. support DSDT ---- dynamically (Compile time, coreboot run-time, ACPI run-time) (src/mainboard/amd/serengeti_cheetah/{acpi/*, get_bus_conf.c}, src/northbridge/amd/amdk8/get_sblk_pci1234.c)
Yinghai Lud4b278c2006-10-04 20:46:15 +000054. Chipset support: amd8111, amd8132
6
7The developers need to change for different MB
8
Stefan Reinauer14e22772010-04-27 06:56:47 +00009Change dsdt.asl, according to MB layout
Yinghai Lud4b278c2006-10-04 20:46:15 +000010 pci1, pci2, pci3, pci4, ...., pci8
11 if there is HT-IO board, may use pci2.asl.... to create ssdt2.c, and ssdt3,c and ssdt4.c, ....ssdt8.c
12
13Change acpi_tables.c
Stefan Reinauerf8ee1802008-01-18 15:08:58 +000014 sbdn: Real SB device Num. for 8111 =3 or 1 depend if 8131 presents. ---- Actually you don't need to change it, it is coreboot run-time configurable now.
Vladimir Serbinenko318e481e2014-10-20 19:38:27 +020015 if there is HT-IO board, need to preset pci1234 array. acpi_tables.c will decide to put the SSDT on the RSDT or not according if the HT-IO board is installed
Yinghai Lud4b278c2006-10-04 20:46:15 +000016
17Regarding pci bridge apic and pic
18 need to modify entries amd8111.asl and amd8131.asl and amd8151.asl.... acording to your MB laybout, it is like that in mptable.c
19
Stefan Reinauer14e22772010-04-27 06:56:47 +000020About other chipsets, need to develop their special asl such as
Yinghai Lud4b278c2006-10-04 20:46:15 +000021 ck804.asl --- NB ck804
22 bcm5785.asl or bcm5780.asl ---- Serverworks HT1000/HT2000
23
24use a to create hex file
25use c to delele hex file
26
27yhlu
28
2909/18/2005