index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
acpi_table.c
Age
Commit message (
Expand
)
Author
2020-04-30
acpi: Put table-setup code in its own function
Simon Glass
2020-04-30
acpi: Move acpi_add_table() to generic code
Simon Glass
2020-04-30
acpi: Drop code for missing XSDT from acpi_write_rsdp()
Simon Glass
2020-04-30
x86: Allow devices to write ACPI tables
Simon Glass
2020-04-30
acpi: Convert part of acpi_table to use acpi_ctx
Simon Glass
2020-04-30
acpi: Add a method to write tables for a device
Simon Glass
2020-04-16
x86: Move acpi_table header to main include/ directory
Simon Glass
2020-04-16
x86: acpi: Let OS know that console already had been initialized
Andy Shevchenko
2020-04-04
x86: acpi: Refactor XSDT handling in acpi_add_table()
Andy Shevchenko
2019-08-09
x86: acpi: Introduce a stub to generate CSRT
Andy Shevchenko
2019-03-10
x86: acpi: Not every platform has serial console a first device
Andy Shevchenko
2019-01-14
dm: serial: Adjust serial_getinfo() to use proper API
Simon Glass
2019-01-14
dm: serial: Adjust serial_getconfig() to use proper API
Simon Glass
2018-12-05
x86: acpi: Generate SPCR table
Andy Shevchenko
2018-07-20
x86: acpi: Don't touch ACPI hardware in write_acpi_tables()
Bin Meng
2018-07-20
x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-30
x86: acpi: Use an API to get the ACPI RSDP table address
Bin Meng
2018-01-30
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
Andy Shevchenko
2018-01-30
x86: Fix reference to QEMU variant of write_acpi_tables()
Andy Shevchenko
2017-07-30
x86: acpi: Don't touch hardware on HW reduced platforms
Andy Shevchenko
2017-07-30
x86: acpi: Export acpi_fill_mcfg() with __weak attribute
Andy Shevchenko
2017-07-30
x86: acpi: Deduplicate acpi_fill_madt() implementation
Andy Shevchenko
2017-07-30
x86: acpi: Fill OEM revision
Andy Shevchenko
2017-05-17
x86: acpi: Refactor acpi_resume()
Bin Meng
2017-05-17
x86: acpi: Make enter_acpi_mode() public
Bin Meng
2017-05-17
x86: apci: Change PM1_CNT register access to RMW
Bin Meng
2017-05-17
x86: acpi: Add one API to find OS wakeup vector
Bin Meng
2017-02-06
x86: Use unsigned long for address in table generation
Simon Glass
2016-07-12
x86: acpi: Pack global NVS into ACPI table
Bin Meng
2016-06-12
x86: acpi: Fix madt lapic generation
George McCollister
2016-05-23
x86: acpi: Remove header length check when writing tables
Bin Meng
2016-05-23
x86: acpi: Remove the unnecessary checksum calculation of DSDT
Bin Meng
2016-05-23
x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM
Bin Meng
2016-05-23
x86: qemu: Move qfw command over to cmd and add Kconfig entry
Tom Rini
2016-05-23
x86: acpi: Return table length in acpi_create_madt_lapics()
Bin Meng
2016-05-23
x86: acpi: Clean up table header revisions
Bin Meng
2016-05-23
x86: acpi: Align FACS table to a 64 byte boundary
Bin Meng
2016-05-23
x86: acpi: Use u32 in table write routines
Bin Meng
2016-05-23
x86: acpi: Adjust order in acpi_table.c
Bin Meng
2016-05-23
x86: acpi: Change fill_header()
Bin Meng
2016-05-23
x86: acpi: Remove acpi_create_ssdt_generator()
Bin Meng
2016-05-23
x86: acpi: Various changes to acpi_table.h
Bin Meng
2016-05-23
x86: acpi: Fix compiler warnings in write_acpi_tables()
Bin Meng
2016-03-17
x86: Change write_acpi_tables() signature a little bit
Bin Meng
2016-01-28
x86: qemu: add the ability to load and link ACPI tables from QEMU
Miao Yan
2015-08-26
x86: Generate a valid ACPI table
Saket Sinha