1. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  2. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  3. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  4. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  5. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 1 month ago
  6. da62e1e video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 3 months ago
  7. cafe871 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 3 months ago
  8. 6516891 zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · 2 years, 4 months ago
  9. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 5 months ago
  10. 01f1ab6 Merge branch 'next' by Tom Rini · 2 years, 7 months ago
  11. ce1cbf1 Revert "x86: Move FACP table into separate functions" by Andy Shevchenko · 2 years, 7 months ago
  12. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 8 months ago
  13. 058fb9f acpi: Move MCFG implementation to common lib by Moritz Fischer · 2 years, 9 months ago
  14. ab2ffe7 arch: x86: lib: acpi_table: Fix MCFG entries by Moritz Fischer · 2 years, 9 months ago
  15. 9d2adca x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · 2 years, 11 months ago
  16. a7e53b9 x86: Move device-specific ACPI tables to a writer function by Simon Glass · 2 years, 11 months ago
  17. 85b8161 x86: Move CSRT table to a writer function by Simon Glass · 2 years, 11 months ago
  18. ef55f48 x86: Move TCPA table to a writer function by Simon Glass · 2 years, 11 months ago
  19. c797f98b x86: Move MADT table to a writer function by Simon Glass · 2 years, 11 months ago
  20. 9aacd83 x86: Move TPM2 table to a writer function by Simon Glass · 2 years, 11 months ago
  21. d953137 x86: Move SSDT table to a writer function by Simon Glass · 2 years, 11 months ago
  22. 379d3c1 x86: Move FACP table into separate functions by Simon Glass · 2 years, 11 months ago
  23. 138d7ec x86: Move FADT table to a writer function by Simon Glass · 2 years, 11 months ago
  24. 32af326 x86: Move GNVS table to a writer function by Simon Glass · 2 years, 11 months ago
  25. eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 2 years, 11 months ago
  26. a53d38f x86: Move FACS table to a writer function by Simon Glass · 2 years, 11 months ago
  27. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 11 months ago
  28. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 11 months ago
  29. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 11 months ago
  30. 437992d acpi: Use finer-grained control of ACPI-table generation by Simon Glass · 2 years, 11 months ago
  31. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  32. 3b4ae09 x86: efi: Round out the link script for 64-bit EFI by Simon Glass · 2 years, 10 months ago
  33. 450ce56 x86: efi: Tweak the code used for the 64-bit EFI app by Simon Glass · 2 years, 10 months ago
  34. 440c664 x86: Don't process the kernel command line unless enabled by Simon Glass · 2 years, 10 months ago
  35. 6e7ad4a x86: Allow booting a kernel from the EFI app by Simon Glass · 2 years, 10 months ago
  36. 567dfef x86: Show some EFI info with the bdinfo command by Simon Glass · 3 years, 1 month ago
  37. e70be67 x86: Create a new header for EFI by Simon Glass · 3 years, 1 month ago
  38. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  39. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 3 months ago
  40. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 3 months ago
  41. a69753f lmb: x86: Add arch_lmb_reserve() by Marek Vasut · 3 years, 1 month ago
  42. a79f823 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 3 months ago
  43. 3b64774 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 3 months ago
  44. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 3 months ago
  45. 33e4ab3 x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE by Bin Meng · 3 years, 3 months ago
  46. 0254160 x86: fsp: Don't program MTRR for DRAM for FSP1 by Bin Meng · 3 years, 3 months ago
  47. c193d9b smbios: error handling for invalid addresses by Heinrich Schuchardt · 3 years, 5 months ago
  48. 2f91fc4 x86: Ensure the e820 map is installed in all cases by Simon Glass · 3 years, 3 months ago
  49. 7052968 x86: Do cache set-up by default when booting from coreboot by Simon Glass · 3 years, 4 months ago
  50. cfa5189 x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is used by Bin Meng · 3 years, 4 months ago
  51. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  52. 529d5f9 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · 3 years, 7 months ago
  53. 70f5c99 x86: coreboot: Don't setup MTRR when booting from coreboot by Simon Glass · 3 years, 7 months ago
  54. 9087e46 x86: fsp: Don't notify if booted from coreboot by Simon Glass · 3 years, 7 months ago
  55. 937175e x86: fsp: Don't enable FSP graphics if booted from coreboot by Simon Glass · 3 years, 7 months ago
  56. e7bae82 x86: Allow installing an e820 when booting from coreboot by Simon Glass · 3 years, 7 months ago
  57. 1058ab3 x86: coreboot: Update parsing of the latest sysinfo by Simon Glass · 3 years, 7 months ago
  58. 68e03ca x86: Move coreboot sysinfo parsing into generic x86 code by Simon Glass · 3 years, 7 months ago
  59. f9f06e6 x86: coreboot: Sync up timestamp codes by Simon Glass · 3 years, 7 months ago
  60. 5536f12 cbfs: Allow access to CBFS without a header by Simon Glass · 3 years, 7 months ago
  61. 1d3daaa x86: Support a fake PCI device with of-platdata-inst by Simon Glass · 3 years, 7 months ago
  62. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  63. 3138e46 x86: tpl: Show next stage being booted by Simon Glass · 3 years, 9 months ago
  64. 02840ca x86: spl: Clear BSS unconditionally by Simon Glass · 3 years, 9 months ago
  65. 06c085c x86: zimage: Improve command-line debug handling by Simon Glass · 3 years, 9 months ago
  66. 577c4ad x86: zimage: Allow dumping the image from outside the module by Simon Glass · 3 years, 9 months ago
  67. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  68. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  69. cee58bd x86: tpl: Remove unwanted devicetree string by Simon Glass · 3 years, 10 months ago
  70. 6c9a835 x86: zimage: Update cmdline parameter to be an env var by Simon Glass · 4 years ago
  71. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  72. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  73. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  74. 488d89a x86: zimage: Add silent-console processing by Simon Glass · 4 years ago
  75. a40f890 x86: zimage: Quieten down the zimage boot process by Simon Glass · 4 years ago
  76. 7c79edd x86: zimage: Sanity-check the kernel version before printing it by Simon Glass · 4 years ago
  77. b73d61a x86: zimage: Add a little more logging by Simon Glass · 4 years ago
  78. d46c093 x86: fsp: Adjust calculations for MTRR range and DRAM top by Simon Glass · 4 years ago
  79. 98bf740 x86: acpi: Don't show the UART address by default by Simon Glass · 4 years ago
  80. 7f061e0 x86: acpi: Include the TPMv1 table only if needed by Simon Glass · 4 years ago
  81. 1da448b x86: Silence some logging statements by Simon Glass · 4 years ago
  82. d0147fe x86: fsp: Convert fsp_dram to use log_debug() by Simon Glass · 4 years ago
  83. 96d0aa9 x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · 4 years ago
  84. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  85. 01e3c9d x86: acpi: Put the generated code first in DSDT by Simon Glass · 4 years ago
  86. 2de4744 x86: acpi: Allow the SSDT to be empty by Simon Glass · 4 years ago
  87. a0ed800 x86: Show the interrupt pointer with 'irqinfo' by Simon Glass · 4 years ago
  88. 8bcfb79 x86: nhlt: Fix a few bugs in the table generation by Simon Glass · 4 years ago
  89. a87fff8 x86: nhlt: Correct output of bytes and 16-bit data by Simon Glass · 4 years ago
  90. d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years ago
  91. f36e4c7 x86: Use if instead of #ifdef in write_tables() by Simon Glass · 4 years ago
  92. 5019e20 x86: acpi: Store the ACPI context in global_data by Simon Glass · 4 years ago
  93. 38e498c x86: Allow writing tables to fail by Simon Glass · 4 years ago
  94. 70c202c x86: Add a way to add to the e820 memory table by Simon Glass · 4 years, 1 month ago
  95. cc5e02f x86: fsp: Show FSP-S or FSP-M address in fsp_get_header() by Simon Glass · 4 years, 1 month ago
  96. 4558d32 x86: fsp: Add more debugging for silicon init by Simon Glass · 4 years, 1 month ago
  97. 2da4b69 x86: acpi: Set the log category for x86 table generation by Simon Glass · 4 years, 1 month ago
  98. 77bb1c6 acpi: tpm: Add a TPM1 table by Simon Glass · 4 years, 1 month ago
  99. 9179c35 acpi: tpm: Add a TPM2 table by Simon Glass · 4 years, 1 month ago
  100. 4ff3591 x86: Correct handling of MADT table CPUs by Simon Glass · 4 years, 1 month ago