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
..
efi
x86: Add helper code for running from EFI
10 years ago
fsp
x86: fsp: Add comments about U-Boot entering start.S twice
10 years ago
Makefile
x86: Generate a valid ACPI table
10 years ago
acpi_table.c
x86: Generate a valid ACPI table
10 years ago
asm-offsets.c
x86: Add support for passing tables into U-Boot
10 years ago
bios.c
x86: Tidy up VESA mode numbers
10 years ago
bios.h
x86: move arch-specific asmlinkage to <asm/linkage.h>
10 years ago
bios_asm.S
x86: bios: Synchronize stack between real and protected mode
10 years ago
bios_interrupts.c
x86: bios: Allow pci config read/write to host bridge in int1a_handler
10 years ago
bootm.c
x86: Handle running as EFI payload
10 years ago
cmd_boot.c
…
cmd_hob.c
x86: Move common FSP code into a common location
10 years ago
cmd_mtrr.c
x86: cmd_mtrr: Improve MTRR list information
10 years ago
gcc.c
…
init_helpers.c
x86: Remove calculate_relocation_address()
10 years ago
interrupts.c
x86: Fix out of bounds irq handlers access
10 years ago
lpc-uclass.c
x86: Add some missing global_data declarations in files that use gd
10 years ago
mpspec.c
x86: mpspec: Move writing ISA interrupt entry after PCI
10 years ago
pcat_interrupts.c
x86: Refactor interrupt_init()
11 years ago
pcat_timer.c
…
pch-uclass.c
x86: Add some missing global_data declarations in files that use gd
10 years ago
pci_type1.c
x86: Define macros for pci configuration space access
10 years ago
physmem.c
x86: Move paging functions into cpu.c
11 years ago
pirq_routing.c
x86: pci: Assign pci irqs to all functions
10 years ago
ramtest.c
x86: ivybridge: Implement SDRAM init
11 years ago
relocate.c
x86: Allow relocation code to build without text base
10 years ago
sfi.c
x86: Add support for the Simple Firmware Interface (SFI)
10 years ago
string.c
Replace <compiler.h> with <linux/compiler.h>
11 years ago
tables.c
x86: Generate a valid ACPI table
10 years ago
tsc_timer.c
x86: Add a 'pause' instruction in __udelay() for QEMU target
10 years ago
zimage.c
x86: Reserve PCIe ECAM address range in the E820 table
10 years ago