1. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  2. 529d5f9 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · 3 years, 8 months ago
  3. 70f5c99 x86: coreboot: Don't setup MTRR when booting from coreboot by Simon Glass · 3 years, 8 months ago
  4. 9087e46 x86: fsp: Don't notify if booted from coreboot by Simon Glass · 3 years, 8 months ago
  5. 937175e x86: fsp: Don't enable FSP graphics if booted from coreboot by Simon Glass · 3 years, 8 months ago
  6. e7bae82 x86: Allow installing an e820 when booting from coreboot by Simon Glass · 3 years, 8 months ago
  7. 1058ab3 x86: coreboot: Update parsing of the latest sysinfo by Simon Glass · 3 years, 8 months ago
  8. 68e03ca x86: Move coreboot sysinfo parsing into generic x86 code by Simon Glass · 3 years, 8 months ago
  9. f9f06e6 x86: coreboot: Sync up timestamp codes by Simon Glass · 3 years, 8 months ago
  10. 5536f12 cbfs: Allow access to CBFS without a header by Simon Glass · 3 years, 8 months ago
  11. 1d3daaa x86: Support a fake PCI device with of-platdata-inst by Simon Glass · 3 years, 8 months ago
  12. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  13. 3138e46 x86: tpl: Show next stage being booted by Simon Glass · 3 years, 10 months ago
  14. 02840ca x86: spl: Clear BSS unconditionally by Simon Glass · 3 years, 10 months ago
  15. 06c085c x86: zimage: Improve command-line debug handling by Simon Glass · 3 years, 10 months ago
  16. 577c4ad x86: zimage: Allow dumping the image from outside the module by Simon Glass · 3 years, 10 months ago
  17. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  18. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  19. cee58bd x86: tpl: Remove unwanted devicetree string by Simon Glass · 3 years, 11 months ago
  20. 6c9a835 x86: zimage: Update cmdline parameter to be an env var by Simon Glass · 4 years ago
  21. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  22. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  23. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  24. 488d89a x86: zimage: Add silent-console processing by Simon Glass · 4 years ago
  25. a40f890 x86: zimage: Quieten down the zimage boot process by Simon Glass · 4 years ago
  26. 7c79edd x86: zimage: Sanity-check the kernel version before printing it by Simon Glass · 4 years ago
  27. b73d61a x86: zimage: Add a little more logging by Simon Glass · 4 years ago
  28. d46c093 x86: fsp: Adjust calculations for MTRR range and DRAM top by Simon Glass · 4 years ago
  29. 98bf740 x86: acpi: Don't show the UART address by default by Simon Glass · 4 years ago
  30. 7f061e0 x86: acpi: Include the TPMv1 table only if needed by Simon Glass · 4 years ago
  31. 1da448b x86: Silence some logging statements by Simon Glass · 4 years ago
  32. d0147fe x86: fsp: Convert fsp_dram to use log_debug() by Simon Glass · 4 years ago
  33. 96d0aa9 x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · 4 years ago
  34. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  35. 01e3c9d x86: acpi: Put the generated code first in DSDT by Simon Glass · 4 years ago
  36. 2de4744 x86: acpi: Allow the SSDT to be empty by Simon Glass · 4 years ago
  37. a0ed800 x86: Show the interrupt pointer with 'irqinfo' by Simon Glass · 4 years ago
  38. 8bcfb79 x86: nhlt: Fix a few bugs in the table generation by Simon Glass · 4 years ago
  39. a87fff8 x86: nhlt: Correct output of bytes and 16-bit data by Simon Glass · 4 years ago
  40. d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years ago
  41. f36e4c7 x86: Use if instead of #ifdef in write_tables() by Simon Glass · 4 years ago
  42. 5019e20 x86: acpi: Store the ACPI context in global_data by Simon Glass · 4 years ago
  43. 38e498c x86: Allow writing tables to fail by Simon Glass · 4 years ago
  44. 70c202c x86: Add a way to add to the e820 memory table by Simon Glass · 4 years, 2 months ago
  45. cc5e02f x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · 4 years, 2 months ago
  46. 4558d32 x86: fsp: Add more debugging for silicon init by Simon Glass · 4 years, 2 months ago
  47. 2da4b69 x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 2 months ago
  48. 77bb1c6 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 2 months ago
  49. 9179c35 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 2 months ago
  50. 4ff3591 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 2 months ago
  51. 7c73cea x86: Notify the FSP of the 'end firmware' event by Simon Glass · 4 years, 2 months ago
  52. 60c0231 x86: apl: Generate CPU tables by Simon Glass · 4 years, 2 months ago
  53. 540f0ba x86: acpi: Add support for additional Intel tables by Simon Glass · 4 years, 2 months ago
  54. 7764a84 x86: acpi: Add PCT and PTC tables by Simon Glass · 4 years, 2 months ago
  55. f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
  56. d262898 x86: acpi: Support generation of the HPET table by Simon Glass · 4 years, 2 months ago
  57. c9cc37d x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · 4 years, 2 months ago
  58. 55109f1 x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
  59. 4f96023 x86: zboot: Allow overriding the command line by Simon Glass · 4 years, 2 months ago
  60. 631c2b9 x86: zboot: Add an option to dump the setup information by Simon Glass · 4 years, 2 months ago
  61. f82cd7b x86: zboot: Allow setting a separate setup base address by Simon Glass · 4 years, 2 months ago
  62. 126f47c x86: zboot: Set environment variables for image locations by Simon Glass · 4 years, 2 months ago
  63. 3e59759 x86: zboot: Add an 'setup' subcommand by Simon Glass · 4 years, 2 months ago
  64. 1d9e4bb x86: zboot: Add an 'load' subcommand by Simon Glass · 4 years, 2 months ago
  65. 6f873f5 x86: zboot: Add an 'info' subcommand by Simon Glass · 4 years, 2 months ago
  66. 88f1cd6 x86: zboot: Add a 'go' subcommand by Simon Glass · 4 years, 2 months ago
  67. 5588e77 x86: zboot: Set up a sub-command structure by Simon Glass · 4 years, 2 months ago
  68. e9d31b3 x86: zimage: Disable interrupts just before booting by Simon Glass · 4 years, 2 months ago
  69. 00630f6 x86: zboot: Correct image type by Simon Glass · 4 years, 2 months ago
  70. c038f3b x86: zboot: Move kernel-version code into a function by Simon Glass · 4 years, 2 months ago
  71. 30b372d x86: zimage: Avoid using #ifdef by Simon Glass · 4 years, 2 months ago
  72. e814837 x86: zimage: Use a state struct to hold the state by Simon Glass · 4 years, 2 months ago
  73. 40edea3 x86: acpi: Add memset to initialize SPCR table by Wolfgang Wallner · 4 years, 2 months ago
  74. 3f6966a x86: acpi: Fix calculation of DSDT length by Wolfgang Wallner · 4 years, 2 months ago
  75. 4f0c4be x86: rename CONFIG_STACK_SIZE by Heinrich Schuchardt · 4 years, 4 months ago
  76. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  77. 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 4 months ago
  78. 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 4 months ago
  79. a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 4 months ago
  80. b336a2b x86: Add debugging to table writing by Simon Glass · 4 years, 4 months ago
  81. eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 4 months ago
  82. 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 4 months ago
  83. 7f926c9 x86: Add support for building up an NHLT structure by Simon Glass · 4 years, 4 months ago
  84. 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 4 months ago
  85. 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 4 months ago
  86. 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 4 months ago
  87. 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 4 months ago
  88. 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 4 months ago
  89. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 4 months ago
  90. be7418f x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · 4 years, 4 months ago
  91. 3dada5a x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 4 months ago
  92. c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 5 months ago
  93. c68a1ae bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · 4 years, 6 months ago
  94. 70c3c91 x86: mrccache: Allow use before driver model is active by Simon Glass · 4 years, 6 months ago
  95. d7413de x86: spl: Print the error on SPL failure by Simon Glass · 4 years, 6 months ago
  96. 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 6 months ago
  97. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  98. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  99. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  100. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago