You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
10 years ago
..
basic
linux/kconfig.h: add CPP macros useful for per-image config options
10 years ago
kconfig
kconfig: sync with Linux 4.1
10 years ago
.gitignore
…
Kbuild.include
kbuild: add a makefile macro useful with per-image config options
10 years ago
Lindent
scripts/Lindent: import from Linux 3.16
11 years ago
Makefile
kconfig: switch to Kconfig
11 years ago
Makefile.autoconf
kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86
10 years ago
Makefile.build
kbuild: sync with Linux 4.1
10 years ago
Makefile.clean
kbuild: sync with Linux 4.1
10 years ago
Makefile.extrawarn
kbuild: do not hide clang warnings during build with W=1
11 years ago
Makefile.host
kbuild: improve multi-objs dependency and cleanups
11 years ago
Makefile.lib
x86: Generate a valid ACPI table
10 years ago
Makefile.spl
spl: move SPL driver entries to driver/Makefile
10 years ago
Makefile.uncmd_spl
of: clean up OF_CONTROL ifdef conditionals
10 years ago
binutils-version.sh
scripts: fix binutils-version.sh for 'as' without a package.
10 years ago
checkpatch.pl
checkpatch: remove unnecessary + after {8,8}
11 years ago
checkstack.pl
scripts/checkstack.pl: update to get AArch64 port from Linux
10 years ago
cleanpatch
…
docproc.c
cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)
11 years ago
dtc-version.sh
kbuild: Make scripts executable
11 years ago
fill_scrapyard.py
scripts: add a utility to fill blank fields of doc/README.scrapyard
10 years ago
gcc-stack-usage.sh
kbuild: Make scripts executable
11 years ago
gcc-version.sh
kbuild: Make scripts executable
11 years ago
get_maintainer.pl
get_maintainer.pl: fix source tree detection
10 years ago
kernel-doc
kbuild: sync misc scripts with Linux 3.18-rc1
11 years ago
ld-version.sh
kbuild: sync with Linux Kernel v3.15-rc1
11 years ago
mailmapper
tools, scripts: refactor error-out statements of Python scripts
11 years ago
mkmakefile
kbuild: Make scripts executable
11 years ago
objdiff
scripts: objdiff: sync with Linux 3.16
11 years ago
setlocalversion
scripts: refetch scripts/setlocalversion from Linux 3.16
11 years ago
show-gnu-make
scripts: add scripts/show-gnu-make to get GNU Make command name
11 years ago