1. e50129a x86: Allow writing tables to fail by Simon Glass · 4 years, 1 month ago
  2. 154dc3e x86: Add a way to add to the e820 memory table by Simon Glass · 4 years, 2 months ago
  3. 549995d x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · 4 years, 2 months ago
  4. ec7c2b6 x86: fsp: Add more debugging for silicon init by Simon Glass · 4 years, 2 months ago
  5. 2326a8b x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 2 months ago
  6. 2802628 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 2 months ago
  7. 272a703 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 2 months ago
  8. fcae547 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 2 months ago
  9. ad7bb30 x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 2 months ago
  10. 1eba121 x86: apl: Generate CPU tables by Simon Glass · 4 years, 2 months ago
  11. 87cf8d2 x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 2 months ago
  12. 9bd4e9d x86: acpi: Add PCT and PTC tables by Simon Glass · 4 years, 2 months ago
  13. 9597189 x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
  14. 4ffe8b0 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 2 months ago
  15. 057427c x86: apl: Support writing the IntelGraphicsMem 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. 12d93ab x86: zboot: Allow overriding the command line by Simon Glass · 4 years, 3 months ago
  18. aad0d76 x86: zboot: Add an option to dump the setup information by Simon Glass · 4 years, 3 months ago
  19. c55ce68 x86: zboot: Allow setting a separate setup base address by Simon Glass · 4 years, 3 months ago
  20. 58a9046 x86: zboot: Set environment variables for image locations by Simon Glass · 4 years, 3 months ago
  21. 3063483 x86: zboot: Add an 'setup' subcommand by Simon Glass · 4 years, 3 months ago
  22. 24d26f7 x86: zboot: Add an 'load' subcommand by Simon Glass · 4 years, 3 months ago
  23. 83dd29e x86: zboot: Add an 'info' subcommand by Simon Glass · 4 years, 3 months ago
  24. 1931b19 x86: zboot: Add a 'go' subcommand by Simon Glass · 4 years, 3 months ago
  25. d9b3c98 x86: zboot: Set up a sub-command structure by Simon Glass · 4 years, 3 months ago
  26. 0db800c x86: zimage: Disable interrupts just before booting by Simon Glass · 4 years, 3 months ago
  27. d67ff03 x86: zboot: Correct image type by Simon Glass · 4 years, 3 months ago
  28. df30d41 x86: zboot: Move kernel-version code into a function by Simon Glass · 4 years, 3 months ago
  29. 3a17717 x86: zimage: Avoid using #ifdef by Simon Glass · 4 years, 3 months ago
  30. 48800f4 x86: zimage: Use a state struct to hold the state by Simon Glass · 4 years, 3 months ago
  31. 13c23e9 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · 4 years, 3 months ago
  32. aa20282 x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · 4 years, 3 months ago
  33. 99186b3 x86: rename CONFIG_STACK_SIZE by Heinrich Schuchardt · 4 years, 4 months ago
  34. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  35. 75ece5f x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 5 months ago
  36. f3694aa x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 5 months ago
  37. 7fbd04f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 5 months ago
  38. f66fb30 x86: Add debugging to table writing by Simon Glass · 4 years, 5 months ago
  39. 5e40c05 x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 5 months ago
  40. 9eb8004 x86: Add error checking for csrt table generation by Simon Glass · 4 years, 5 months ago
  41. f6cdb91 x86: Add support for building up an NHLT structure by Simon Glass · 4 years, 5 months ago
  42. 9ed41e7 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 5 months ago
  43. 6ca9315 x86: Allow devices to write to DSDT by Simon Glass · 4 years, 5 months ago
  44. f0a8d68 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 5 months ago
  45. c7c46e8 x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 5 months ago
  46. 1d2a334 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 5 months ago
  47. e6ad202 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 5 months ago
  48. 3ce7f24 x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · 4 years, 5 months ago
  49. c5c4ed6 x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 5 months ago
  50. c7811b7 x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 5 months ago
  51. b3279f3 bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · 4 years, 7 months ago
  52. 00bf279 x86: mrccache: Allow use before driver model is active by Simon Glass · 4 years, 6 months ago
  53. a0185fa x86: spl: Print the error on SPL failure by Simon Glass · 4 years, 6 months ago
  54. ba06a1f cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 6 months ago
  55. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  56. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  57. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  58. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  59. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  60. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  61. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  62. ea6a609 bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 7 months ago
  63. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  64. 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 7 months ago
  65. dae1153 x86: Update SPL for coreboot by Simon Glass · 4 years, 7 months ago
  66. 91fcd1d x86: Move work-around out of cpu_jump_to_64bit_uboot() by Simon Glass · 4 years, 7 months ago
  67. 8b8e754 x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  68. d89c4a3 x86: fsp: Allow skipping init code when chain loading by Simon Glass · 4 years, 7 months ago
  69. 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
  70. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  71. 7fa8cf6 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 7 months ago
  72. 179fb82 x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 7 months ago
  73. 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
  74. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  75. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  76. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  77. 225cc8a x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 9 months ago
  78. a9ef111 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 9 months ago
  79. 92f9828 x86: Correct error return value in mrccache_get_region() by Simon Glass · 4 years, 10 months ago
  80. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  81. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  82. e8e014c x86: Don't include the BIOS emulator in TPL by Simon Glass · 5 years ago
  83. adee5ea x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 5 years ago
  84. 466c785 x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
  85. 58a23fb x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 5 years ago
  86. 8965ef2 x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 5 years ago
  87. 25271ae x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  88. 8ccadee x86: Set up the MTRR for SDRAM by Simon Glass · 5 years ago
  89. 75545f7 x86: Set the DRAM banks to reflect real location by Simon Glass · 5 years ago
  90. 9de1027 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 5 years ago
  91. 6e1b956 x86: Don't export mrccache_update() by Simon Glass · 5 years ago
  92. b5b0aff x86: Add mrccache support for a 'variable' cache by Simon Glass · 5 years ago
  93. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  94. 1b9d815 x86: Tidy up error handling in mrccache_save() by Simon Glass · 5 years ago
  95. c3d0c23 x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  96. 4e988f9 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 5 years ago
  97. 9d25f2e x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 5 years ago
  98. d553f97 x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 5 years ago
  99. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  100. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago