1. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  2. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  3. 7508120 x86: acpi: Don't show the UART address by default by Simon Glass · 4 years, 1 month ago
  4. 14ca07c x86: acpi: Include the TPMv1 table only if needed by Simon Glass · 4 years, 1 month ago
  5. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
  6. 4ead23d x86: acpi: Put the generated code first in DSDT by Simon Glass · 4 years, 1 month ago
  7. 0581243 x86: acpi: Allow the SSDT to be empty by Simon Glass · 4 years, 1 month ago
  8. de0115a x86: acpi: Store the ACPI context in global_data by Simon Glass · 4 years, 1 month ago
  9. 2326a8b x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 2 months ago
  10. 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 2 months ago
  11. 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 2 months ago
  12. fcae547 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 2 months ago
  13. 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 2 months ago
  14. 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
  15. 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 2 months ago
  16. 6fe570a x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
  17. 13c23e9 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · 4 years, 3 months ago
  18. aa20282 x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · 4 years, 3 months ago
  19. f3694aa x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 5 months ago
  20. 9eb8004 x86: Add error checking for csrt table generation by Simon Glass · 4 years, 5 months ago
  21. 9ed41e7 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 5 months ago
  22. 6ca9315 x86: Allow devices to write to DSDT by Simon Glass · 4 years, 5 months ago
  23. f0a8d68 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 5 months ago
  24. c7c46e8 x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 5 months ago
  25. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  26. 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
  27. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  28. 7fa8cf6 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 7 months ago
  29. 179fb82 x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 7 months ago
  30. 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
  31. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  32. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  33. 225cc8a x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 9 months ago
  34. a9ef111 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 9 months ago
  35. 607dbd1 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
  36. bf9c8e3 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · 6 years ago
  37. 896c164 dm: serial: Adjust serial_getinfo() to use proper API by Simon Glass · 6 years ago
  38. daaff93 dm: serial: Adjust serial_getconfig() to use proper API by Simon Glass · 6 years ago
  39. 4ca48c9 x86: acpi: Generate SPCR table by Andy Shevchenko · 6 years ago
  40. 467f411 x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
  41. ac63025 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  42. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  43. e102925 x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  44. 66d3e63 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  45. 4b05bac x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · 7 years ago
  46. 683b696 x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
  47. c1ae980 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  48. 13a5d87 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
  49. 87e9537 x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
  50. 280aebe x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
  51. daa5b83 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 8 years ago
  52. 313ddd6 x86: apci: Change PM1_CNT register access to RMW by Bin Meng · 8 years ago
  53. 34bc74a x86: acpi: Add one API to find OS wakeup vector by Bin Meng · 8 years ago
  54. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  55. d9050c6 x86: acpi: Pack global NVS into ACPI table by Bin Meng · 8 years ago
  56. 5a49f87 x86: acpi: Fix madt lapic generation by George McCollister · 8 years ago
  57. d90434b x86: acpi: Remove header length check when writing tables by Bin Meng · 9 years ago
  58. 680702e x86: acpi: Remove the unnecessary checksum calculation of DSDT by Bin Meng · 9 years ago
  59. e259eb2 x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 9 years ago
  60. bcb3c8d x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 9 years ago
  61. 3c5234e x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 9 years ago
  62. f662fe4 x86: acpi: Clean up table header revisions by Bin Meng · 9 years ago
  63. 3d938d1 x86: acpi: Align FACS table to a 64 byte boundary by Bin Meng · 9 years ago
  64. a1ec7db x86: acpi: Use u32 in table write routines by Bin Meng · 9 years ago
  65. 44256b0 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 9 years ago
  66. b063d5f x86: acpi: Change fill_header() by Bin Meng · 9 years ago
  67. 6c39fa9 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 9 years ago
  68. 6a42158 x86: acpi: Various changes to acpi_table.h by Bin Meng · 9 years ago
  69. d2d2218 x86: acpi: Fix compiler warnings in write_acpi_tables() by Bin Meng · 9 years ago
  70. 5c54910 x86: Change write_acpi_tables() signature a little bit by Bin Meng · 9 years ago
  71. 3b68c52 x86: qemu: add the ability to load and link ACPI tables from QEMU by Miao Yan · 9 years ago
  72. 331141a x86: Generate a valid ACPI table by Saket Sinha · 9 years ago