u-boot-brain/scripts
Saket Sinha 867bcb63e7 x86: Generate a valid ACPI table
Implement write_acpi_table() to create a minimal working ACPI table.
This includes writing FACS, XSDT, RSDP, FADT, MCFG, MADT, DSDT & SSDT
ACPI table entries.

Use a Kconfig option GENERATE_ACPI_TABLE to tell U-Boot whether we need
actually write the APCI table just like we did for PIRQ routing, MP table
and SFI tables. With ACPI table existence, linux kernel gets control of
power management, thermal management, configuration management and
monitoring in hardware.

Signed-off-by: Saket Sinha <saket.sinha89@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tidied up whitespace and aligned some tabs:
Signed-off-by: Simon Glass <sjg@chromium.org>
2015-08-26 07:54:13 -07:00
..
basic linux/kconfig.h: add CPP macros useful for per-image config options 2015-08-18 13:46:00 -04:00
kconfig kconfig: sync with Linux 4.1 2015-07-27 15:01:53 -04:00
.gitignore
binutils-version.sh scripts: fix binutils-version.sh for 'as' without a package. 2015-01-08 11:00:45 -05:00
checkpatch.pl
checkstack.pl scripts/checkstack.pl: update to get AArch64 port from Linux 2015-03-05 11:17:53 -05:00
cleanpatch
docproc.c
dtc-version.sh kbuild: Make scripts executable 2014-11-12 13:25:42 -05:00
fill_scrapyard.py scripts: add a utility to fill blank fields of doc/README.scrapyard 2015-01-14 10:58:49 -05:00
gcc-stack-usage.sh kbuild: Make scripts executable 2014-11-12 13:25:42 -05:00
gcc-version.sh kbuild: Make scripts executable 2014-11-12 13:25:42 -05:00
get_maintainer.pl get_maintainer.pl: fix source tree detection 2014-12-08 09:35:41 -05:00
Kbuild.include kbuild: add a makefile macro useful with per-image config options 2015-08-18 13:46:00 -04:00
kernel-doc
ld-version.sh
Lindent
mailmapper
Makefile
Makefile.autoconf kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86 2015-07-27 15:02:00 -04:00
Makefile.build kbuild: sync with Linux 4.1 2015-07-27 15:01:54 -04:00
Makefile.clean kbuild: sync with Linux 4.1 2015-07-27 15:01:54 -04:00
Makefile.extrawarn
Makefile.host
Makefile.lib x86: Generate a valid ACPI table 2015-08-26 07:54:13 -07:00
Makefile.spl spl: move SPL driver entries to driver/Makefile 2015-08-18 13:46:00 -04:00
Makefile.uncmd_spl of: clean up OF_CONTROL ifdef conditionals 2015-08-18 13:46:05 -04:00
mkmakefile kbuild: Make scripts executable 2014-11-12 13:25:42 -05:00
objdiff
setlocalversion
show-gnu-make