Implement ACPI in a per device way

Hardware / Coreboot - Vladimir Serbinenko [gmail.com] - 5 September 2014 15:53 UTC

This approach avoids having same basic tables 150-lines mantra over 100 times in codebase.

Change-Id: I76fb2fbcb9ca0654f2e5fd5d90bd62392165777c

2d7bd8a Implement ACPI in a per device way
src/Kconfig | 4 +
src/arch/x86/boot/acpi.c | 151 +++++++++++++++++++++++++++++++++++++-
src/arch/x86/include/arch/acpi.h | 3 +
src/include/device/device.h | 6 ++
4 files changed, 162 insertions(+), 2 deletions(-)

Upstream: review.coreboot.org


  • Share