- 4ff3591 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 4 months ago
- 540f0ba x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 4 months ago
- f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 4 months ago
- d262898 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 4 months ago
- 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 4 months ago
- 40edea3 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · 4 years, 4 months ago
- 3f6966a x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · 4 years, 4 months ago
- 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 6 months ago
- 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 6 months ago
- 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 6 months ago
- 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 6 months ago
- 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 6 months ago
- 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
- 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 9 months ago
- 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 9 months ago
- 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 9 months ago
- 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 9 months ago
- 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 9 months ago
- 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 9 months ago
- 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 9 months ago
- 98036fb x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 11 months ago
- ddcccb2 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 11 months ago
- ddd2a42 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
- edf18a8 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · 6 years ago
- a61cbad dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
- 67d1b05 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
- b288cd9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
- 474a62b x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
- a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
- 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
- 7b36dbd x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
- 382fabb x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
- ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
- b156da9 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
- 684c4cd x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
- 0f4e258 x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
- 9957278 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 8 years ago
- b208d19 x86: apci: Change PM1_CNT register access to RMW by Bin Meng · 8 years ago
- e76bf38 x86: acpi: Add one API to find OS wakeup vector by Bin Meng · 8 years ago
- 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
- 79c2c25 x86: acpi: Pack global NVS into ACPI table by Bin Meng · 9 years ago
- 8a1a759 x86: acpi: Fix madt lapic generation by George McCollister · 9 years ago
- 10fcabe x86: acpi: Remove header length check when writing tables by Bin Meng · 9 years ago
- 17b63c8 x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · 9 years ago
- 6aef68d x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 9 years ago
- dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 9 years ago
- fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 9 years ago
- 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 9 years ago
- 25e133e x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 9 years ago
- 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 9 years ago
- ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 9 years ago
- dfbb18b x86: acpi: Change fill_header() by Bin Meng · 9 years ago
- cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 9 years ago
- 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 9 years ago
- dca4d1a x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 9 years ago
- 358bb3f x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
- fa287b1 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
- 867bcb6 x86: Generate a valid ACPI table by Saket Sinha · 9 years ago