1. 4f0c4be x86: rename CONFIG_STACK_SIZE by Heinrich Schuchardt · 4 years, 4 months ago
  2. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  3. 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 4 months ago
  4. 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 4 months ago
  5. a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 4 months ago
  6. b336a2b x86: Add debugging to table writing by Simon Glass · 4 years, 4 months ago
  7. eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 4 months ago
  8. 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 4 months ago
  9. 7f926c9 x86: Add support for building up an NHLT structure by Simon Glass · 4 years, 4 months ago
  10. 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 4 months ago
  11. 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 4 months ago
  12. 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 4 months ago
  13. 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 4 months ago
  14. 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 4 months ago
  15. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 4 months ago
  16. be7418f x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · 4 years, 4 months ago
  17. 3dada5a x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 4 months ago
  18. c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 5 months ago
  19. c68a1ae bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · 4 years, 6 months ago
  20. 70c3c91 x86: mrccache: Allow use before driver model is active by Simon Glass · 4 years, 6 months ago
  21. d7413de x86: spl: Print the error on SPL failure by Simon Glass · 4 years, 6 months ago
  22. 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 6 months ago
  23. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  24. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  25. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  26. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  27. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  28. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
  29. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
  30. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 6 months ago
  31. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  32. 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
  33. fc48637 x86: Update SPL for coreboot by Simon Glass · 4 years, 7 months ago
  34. 37897c4 x86: Move work-around out of cpu_jump_to_64bit_uboot() by Simon Glass · 4 years, 7 months ago
  35. 526aabe x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 7 months ago
  36. c793dbd x86: fsp: Allow skipping init code when chain loading by Simon Glass · 4 years, 7 months ago
  37. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
  38. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
  39. 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 7 months ago
  40. 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 7 months ago
  41. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
  42. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  43. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 7 months ago
  44. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 7 months ago
  45. 98036fb x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 9 months ago
  46. ddcccb2 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 9 months ago
  47. 7149d38 x86: Correct error return value in mrccache_get_region() by Simon Glass · 4 years, 9 months ago
  48. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  49. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 11 months ago
  50. fb96dee x86: Don't include the BIOS emulator in TPL by Simon Glass · 5 years ago
  51. e98791a x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 5 years ago
  52. cf87d3b x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
  53. f42af29 x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 5 years ago
  54. f09d4ed x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 5 years ago
  55. 5924341 x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  56. 4279110 x86: Set up the MTRR for SDRAM by Simon Glass · 5 years ago
  57. ea4e97a x86: Set the DRAM banks to reflect real location by Simon Glass · 5 years ago
  58. 22e0de3 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 5 years ago
  59. fa6cc1d x86: Don't export mrccache_update() by Simon Glass · 5 years ago
  60. 0a0b09b x86: Add mrccache support for a 'variable' cache by Simon Glass · 5 years ago
  61. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  62. 83f288f x86: Tidy up error handling in mrccache_save() by Simon Glass · 5 years ago
  63. 37a508f x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  64. 506f224 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 5 years ago
  65. 87f1084 x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 5 years ago
  66. 0ad9b6a x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 5 years ago
  67. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  68. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  69. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  70. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  71. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  72. 73c6cd6 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  73. 09455d3 x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  74. 0e72ac7 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  75. 0ced70a x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  76. c0e2c81 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  77. ca4e408 x86: Add a function to find the size of an mrccache record by Simon Glass · 5 years ago
  78. 3d95688 x86: Panic when SPL or TPL fail by Simon Glass · 5 years ago
  79. cc2d27d x86: Use mtrr_commit() with FSP2 by Simon Glass · 5 years ago
  80. 12e927b x86: Allow the PCH and LPC uclasses to work with of-platdata by Simon Glass · 5 years ago
  81. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  82. c3863ea x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  83. 12c81b2 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  84. daade11 x86: spl: Reduce priority of the basic SPL image loader by Simon Glass · 5 years ago
  85. 14dd93b x86: spl: Use hang() instead of a while() loop by Simon Glass · 5 years ago
  86. 46dd41f x86: fsp: Add access to variable MRC data by Simon Glass · 5 years ago
  87. 62888d8 x86: fsp: Move common support functions into a common file by Simon Glass · 5 years ago
  88. b2d544a x86: Move common fsp functions into a common file by Simon Glass · 5 years ago
  89. e9de4a7 x86: fsp: Move common dram functions into a common file by Simon Glass · 5 years ago
  90. 12cf65a x86: fsp: Tidy up comment style a little by Simon Glass · 5 years ago
  91. 86875f0 x86: fsp: Use if() instead of #ifdef by Simon Glass · 5 years ago
  92. e2adc36 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  93. 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  94. d905aa8 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 5 years ago
  95. 5793553 x86: efi_loader: Use efi_add_conventional_memory_map() by Park, Aiden · 5 years ago
  96. d2860c0 x86: Drop weak version board_get_usable_ram_top() by Bin Meng · 5 years ago
  97. cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  98. dbaec46 x86: Skip setting up MTRRs in slimbootloader by Park, Aiden · 5 years ago
  99. 7165fd5 x86: Add a common HOB library by Park, Aiden · 5 years ago
  100. 5b931a5 x86: lib: fsp: Use EFI_GUID and efi_guid_t by Park, Aiden · 5 years ago