1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  2. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  3. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  4. 7b9e0d4 x86: fsp: Adjust calculations for MTRR range and DRAM top by Simon Glass · Wed Nov 04 09:57:43 2020 -0700
  5. dd5fa06 x86: Silence some logging statements by Simon Glass · Wed Nov 04 09:57:39 2020 -0700
  6. 154dc3e x86: Add a way to add to the e820 memory table by Simon Glass · Tue Sep 22 12:45:40 2020 -0600
  7. ad7bb30 x86: Notify the FSP of the 'end firmware' event by Simon Glass · Tue Sep 22 12:45:28 2020 -0600
  8. 057427c x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · Tue Sep 22 12:45:03 2020 -0600
  9. 99186b3 x86: rename CONFIG_STACK_SIZE by Heinrich Schuchardt · Wed Jul 29 12:31:17 2020 +0200
  10. 75ece5f x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · Thu Jul 16 21:22:38 2020 -0600
  11. e6ad202 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · Thu Jul 09 18:43:16 2020 -0600
  12. 3ce7f24 x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · Thu Jul 02 21:12:31 2020 -0600
  13. b3279f3 bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · Sun May 10 14:17:02 2020 -0600
  14. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  15. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  16. d89c4a3 x86: fsp: Allow skipping init code when chain loading by Simon Glass · Sun Apr 26 09:12:53 2020 -0600
  17. 5046109 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · Wed Apr 08 16:57:35 2020 -0600
  18. adee5ea x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · Fri Dec 06 21:42:19 2019 -0700
  19. 58a23fb x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · Fri Dec 06 21:42:17 2019 -0700
  20. 8965ef2 x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · Fri Dec 06 21:42:16 2019 -0700
  21. 8ccadee x86: Set up the MTRR for SDRAM by Simon Glass · Fri Dec 06 21:42:12 2019 -0700
  22. 75545f7 x86: Set the DRAM banks to reflect real location by Simon Glass · Fri Dec 06 21:42:11 2019 -0700
  23. 9de1027 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · Fri Dec 06 21:42:10 2019 -0700
  24. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · Fri Dec 06 21:42:07 2019 -0700
  25. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  26. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · Thu Nov 14 12:57:34 2019 -0700
  27. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · Wed Sep 25 08:56:32 2019 -0600
  28. 2562808 x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · Wed Sep 25 08:11:41 2019 -0600
  29. fffb220 x86: fsp: Add access to variable MRC data by Simon Glass · Wed Sep 25 08:11:34 2019 -0600
  30. 80c726f x86: fsp: Move common support functions into a common file by Simon Glass · Wed Sep 25 08:11:31 2019 -0600
  31. ac4df6f x86: Move common fsp functions into a common file by Simon Glass · Wed Sep 25 08:11:30 2019 -0600
  32. ddb39b2 x86: fsp: Move common dram functions into a common file by Simon Glass · Sat Aug 24 14:10:32 2019 -0600
  33. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · Wed Sep 25 08:00:11 2019 -0600
  34. 538aec9 x86: Add a common HOB library by Park, Aiden · Sat Aug 03 08:30:31 2019 +0000
  35. 0961cf7 x86: lib: fsp: Use EFI_GUID and efi_guid_t by Park, Aiden · Sat Aug 03 08:30:20 2019 +0000
  36. 973c099 Fix spelling of available. by Vagrant Cascadian · Fri May 03 14:28:37 2019 -0800
  37. cb770c5 x86: Update a stale comment about ifdtool by Simon Glass · Thu Apr 25 21:58:44 2019 -0600
  38. 6e57714 x86: fsp: Eliminate the reset_cpu() call by Bin Meng · Thu Jul 19 03:07:32 2018 -0700
  39. 7fe4075 x86: Use microcode update from device tree for all processors by Ivan Gorinov · Thu Jun 21 21:16:16 2018 -0700
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  41. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · Wed Apr 11 22:02:11 2018 -0700
  42. 3838d71 x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · Wed Apr 11 22:02:10 2018 -0700
  43. 4a4ee45 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · Wed Jan 03 08:54:27 2018 -0500
  44. 22fc2b6 x86: fsp: graphics: Add some notes about the graphics info hob by Bin Meng · Wed Oct 18 18:20:59 2017 -0700
  45. 5863e95 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · Wed Oct 18 18:20:56 2017 -0700
  46. c23720c x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · Tue Aug 15 22:41:57 2017 -0700
  47. 1b35bc5 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · Tue Aug 15 22:41:56 2017 -0700
  48. 3c8b48a x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · Tue Aug 15 22:41:52 2017 -0700
  49. b032e3f x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · Tue Aug 15 22:38:31 2017 -0700
  50. c9fe7df x86: fsp: Remove the call to set up internal uart in fsp_init() by Bin Meng · Thu Jun 01 03:41:14 2017 -0700
  51. cf20030 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · Fri Apr 21 07:24:39 2017 -0700
  52. 212c7b2 x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3 by Bin Meng · Fri Apr 21 07:24:34 2017 -0700
  53. ef61f77 x86: Store and display previous sleep state by Bin Meng · Fri Apr 21 07:24:32 2017 -0700
  54. acb4bf9 x86: fsp: acpi: Pass different boot mode to FSP init by Bin Meng · Fri Apr 21 07:24:31 2017 -0700
  55. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  56. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · Tue Mar 28 10:27:30 2017 -0600
  57. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · Tue Mar 28 10:27:18 2017 -0600
  58. 9ad1234 x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART by Bin Meng · Tue Jun 14 21:33:24 2016 -0700
  59. 8dda587 x86: Update microcode for secondary CPUs by Simon Glass · Fri Mar 11 22:07:11 2016 -0700
  60. 4c836c9 x86: fsp: Make sure HOB list is not overwritten by U-Boot by Bin Meng · Wed Feb 17 00:16:23 2016 -0800
  61. a377b7c x86: baytrail: Add option to disable the internal UART to setup_early_uart() by Stefan Roese · Tue Jan 19 14:24:12 2016 +0100
  62. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Jan 14 21:51:32 2016 -0500
  63. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · Wed Nov 25 17:56:32 2015 +0100
  64. e12468c x86: fsp: Always use hex numbers in the hob command output by Bin Meng · Fri Dec 11 02:55:51 2015 -0800
  65. 4a076fe x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · Thu Dec 10 22:03:04 2015 -0800
  66. f9a6189 x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option by Bin Meng · Thu Dec 10 22:03:01 2015 -0800
  67. c24aebd x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · Thu Dec 10 22:03:00 2015 -0800
  68. a0c94dc x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · Thu Dec 10 22:02:59 2015 -0800
  69. 9936148 x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · Thu Dec 10 22:02:58 2015 -0800
  70. 40745a0 x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · Thu Dec 10 22:02:57 2015 -0800
  71. 001d5c7 x86: fsp: Simplify fsp_continue() by Bin Meng · Thu Dec 10 22:02:56 2015 -0800
  72. d58d3e7 x86: Remove legacy pci codes by Bin Meng · Fri Nov 06 02:04:54 2015 -0800
  73. 07793c08 x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() by Bin Meng · Sun Oct 11 21:37:42 2015 -0700
  74. 8938dbd x86: fsp: Add a hdr sub-command to show header information by Bin Meng · Sat Oct 10 01:47:59 2015 -0700
  75. 3f56d45 x86: fsp: Make hob command a sub-command to fsp by Bin Meng · Sat Oct 10 01:47:58 2015 -0700
  76. c71c482 x86: fsp: Report correct number of E820 table entries by Bin Meng · Mon Sep 28 02:11:59 2015 -0700
  77. 73574dc x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · Thu Aug 20 06:40:20 2015 -0700
  78. 12440cd x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · Thu Aug 20 06:40:19 2015 -0700
  79. 3825229 x86: Drop FSP error defines and use EFI instead by Simon Glass · Wed Aug 12 19:33:07 2015 -0600
  80. fa91273 x86: Split out fsp_init_phase_pci() code into a new function by Simon Glass · Mon Aug 10 07:05:07 2015 -0600
  81. c44ed64 x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG by Bin Meng · Sat Aug 08 22:01:23 2015 +0800
  82. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · Fri Jul 31 09:31:31 2015 -0600
  83. cf40bd4 x86: Reserve PCIe ECAM address range in the E820 table by Bin Meng · Wed Jul 22 01:21:15 2015 -0700
  84. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · Sun Jun 07 11:33:14 2015 +0800
  85. a3c9fb0 x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · Sun Jun 07 11:33:13 2015 +0800
  86. 17194d5 x86: fsp_support: Correct high mem comment typo by Andrew Bradford · Fri May 22 15:11:23 2015 -0400
  87. 3ce7495 x86: fsp: Use reset_cpu() by Simon Glass · Tue Apr 28 20:11:32 2015 -0600
  88. 4661c2c x86: Allow a UART to be set up before the FSP is ready by Simon Glass · Tue Jan 27 22:13:42 2015 -0700
  89. 8afe6ff x86: Remove unnecessary casts and fix comment typos by Simon Glass · Tue Jan 27 22:13:40 2015 -0700
  90. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · Tue Jan 27 22:13:39 2015 -0700
  91. 2cf265e x86: Make CAR and DRAM FSP code common by Simon Glass · Tue Jan 27 22:13:38 2015 -0700
  92. 457191e x86: Adjust the FSP types slightly by Simon Glass · Tue Jan 27 22:13:37 2015 -0700
  93. b93abfc x86: Move common FSP code into a common location by Simon Glass · Tue Jan 27 22:13:36 2015 -0700