1. 4a4ee45 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · Wed Jan 03 08:54:27 2018 -0500
  2. 22fc2b6 x86: fsp: graphics: Add some notes about the graphics info hob by Bin Meng · Wed Oct 18 18:20:59 2017 -0700
  3. 5863e95 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · Wed Oct 18 18:20:56 2017 -0700
  4. c23720c x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · Tue Aug 15 22:41:57 2017 -0700
  5. 1b35bc5 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · Tue Aug 15 22:41:56 2017 -0700
  6. 3c8b48a x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · Tue Aug 15 22:41:52 2017 -0700
  7. b032e3f x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · Tue Aug 15 22:38:31 2017 -0700
  8. 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
  9. cf20030 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · Fri Apr 21 07:24:39 2017 -0700
  10. 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
  11. ef61f77 x86: Store and display previous sleep state by Bin Meng · Fri Apr 21 07:24:32 2017 -0700
  12. acb4bf9 x86: fsp: acpi: Pass different boot mode to FSP init by Bin Meng · Fri Apr 21 07:24:31 2017 -0700
  13. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  14. ee7c36f board_f: x86: Use checkcpu() for CPU init by Simon Glass · Tue Mar 28 10:27:30 2017 -0600
  15. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · Tue Mar 28 10:27:18 2017 -0600
  16. 9ad1234 x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART by Bin Meng · Tue Jun 14 21:33:24 2016 -0700
  17. 8dda587 x86: Update microcode for secondary CPUs by Simon Glass · Fri Mar 11 22:07:11 2016 -0700
  18. 4c836c9 x86: fsp: Make sure HOB list is not overwritten by U-Boot by Bin Meng · Wed Feb 17 00:16:23 2016 -0800
  19. 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
  20. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · Thu Jan 14 21:51:32 2016 -0500
  21. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · Wed Nov 25 17:56:32 2015 +0100
  22. e12468c x86: fsp: Always use hex numbers in the hob command output by Bin Meng · Fri Dec 11 02:55:51 2015 -0800
  23. 4a076fe x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · Thu Dec 10 22:03:04 2015 -0800
  24. f9a6189 x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option by Bin Meng · Thu Dec 10 22:03:01 2015 -0800
  25. c24aebd x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · Thu Dec 10 22:03:00 2015 -0800
  26. a0c94dc x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · Thu Dec 10 22:02:59 2015 -0800
  27. 9936148 x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · Thu Dec 10 22:02:58 2015 -0800
  28. 40745a0 x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · Thu Dec 10 22:02:57 2015 -0800
  29. 001d5c7 x86: fsp: Simplify fsp_continue() by Bin Meng · Thu Dec 10 22:02:56 2015 -0800
  30. d58d3e7 x86: Remove legacy pci codes by Bin Meng · Fri Nov 06 02:04:54 2015 -0800
  31. 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
  32. 8938dbd x86: fsp: Add a hdr sub-command to show header information by Bin Meng · Sat Oct 10 01:47:59 2015 -0700
  33. 3f56d45 x86: fsp: Make hob command a sub-command to fsp by Bin Meng · Sat Oct 10 01:47:58 2015 -0700
  34. c71c482 x86: fsp: Report correct number of E820 table entries by Bin Meng · Mon Sep 28 02:11:59 2015 -0700
  35. 73574dc x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · Thu Aug 20 06:40:20 2015 -0700
  36. 12440cd x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · Thu Aug 20 06:40:19 2015 -0700
  37. 3825229 x86: Drop FSP error defines and use EFI instead by Simon Glass · Wed Aug 12 19:33:07 2015 -0600
  38. fa91273 x86: Split out fsp_init_phase_pci() code into a new function by Simon Glass · Mon Aug 10 07:05:07 2015 -0600
  39. c44ed64 x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG by Bin Meng · Sat Aug 08 22:01:23 2015 +0800
  40. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · Fri Jul 31 09:31:31 2015 -0600
  41. cf40bd4 x86: Reserve PCIe ECAM address range in the E820 table by Bin Meng · Wed Jul 22 01:21:15 2015 -0700
  42. d560c5c x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · Sun Jun 07 11:33:14 2015 +0800
  43. a3c9fb0 x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · Sun Jun 07 11:33:13 2015 +0800
  44. 17194d5 x86: fsp_support: Correct high mem comment typo by Andrew Bradford · Fri May 22 15:11:23 2015 -0400
  45. 3ce7495 x86: fsp: Use reset_cpu() by Simon Glass · Tue Apr 28 20:11:32 2015 -0600
  46. 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
  47. 8afe6ff x86: Remove unnecessary casts and fix comment typos by Simon Glass · Tue Jan 27 22:13:40 2015 -0700
  48. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · Tue Jan 27 22:13:39 2015 -0700
  49. 2cf265e x86: Make CAR and DRAM FSP code common by Simon Glass · Tue Jan 27 22:13:38 2015 -0700
  50. 457191e x86: Adjust the FSP types slightly by Simon Glass · Tue Jan 27 22:13:37 2015 -0700
  51. b93abfc x86: Move common FSP code into a common location by Simon Glass · Tue Jan 27 22:13:36 2015 -0700