1. 80f283b x86: simplify ljmp to 32-bit code by Masahiro Yamada · Tue Dec 03 14:28:58 2019 +0900
  2. 19f2a6d x86: use data32 directive instead of macro for operand-size prefix by Masahiro Yamada · Tue Dec 03 14:20:49 2019 +0900
  3. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  4. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  5. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  6. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  7. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · Thu Nov 14 12:57:34 2019 -0700
  8. 81f1462 x86: Move CPU init to before spl_init() by Simon Glass · Sun Oct 20 21:37:55 2019 -0600
  9. dc44467 x86: Add a CPU init function for TPL by Simon Glass · Sun Oct 20 21:37:54 2019 -0600
  10. 23c2ea96 x86: Reduce resetvec size by Simon Glass · Wed Sep 25 09:00:31 2019 -0600
  11. d96544d x86: Drop RESET_SEG_SIZE by Simon Glass · Wed Sep 25 08:57:23 2019 -0600
  12. e6f5c32 x86: Drop RESET_BASE by Simon Glass · Wed Sep 25 08:57:22 2019 -0600
  13. 212ee45 x86: cpu: Don't include the cpu driver in TPL by Simon Glass · Wed Sep 25 08:56:48 2019 -0600
  14. 753297d x86: Add a function to set variable MTRRs by Simon Glass · Wed Sep 25 08:56:46 2019 -0600
  15. 3552059 x86: Refactor mtrr_commit() to allow for shared code by Simon Glass · Wed Sep 25 08:56:45 2019 -0600
  16. a016368 x86: Add new common CPU functions for turbo/burst mode by Simon Glass · Wed Sep 25 08:56:40 2019 -0600
  17. 05e85b9 x86: Tidy up some duplicate MSR defines by Simon Glass · Wed Sep 25 08:56:39 2019 -0600
  18. b12689d x86: Add common functions for TDP and perf control by Simon Glass · Wed Sep 25 08:56:38 2019 -0600
  19. 4347d83 x86: Use a common bus clock for Intel CPUs by Simon Glass · Wed Sep 25 08:56:37 2019 -0600
  20. 23a6ca9 x86: Add a common function to set CPU thermal target by Simon Glass · Wed Sep 25 08:56:36 2019 -0600
  21. 76ae027 x86: Use a common definition of MSR_IA32_PERF_CTL by Simon Glass · Wed Sep 25 08:56:35 2019 -0600
  22. a546458 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · Sat Aug 31 21:23:18 2019 -0600
  23. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · Wed Sep 25 08:56:32 2019 -0600
  24. 7ab72de x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · Wed Sep 25 08:11:47 2019 -0600
  25. 202a096 x86: Add more comments to the start-up code by Simon Glass · Wed Sep 25 08:11:44 2019 -0600
  26. 9e60b43 x86: Change condition for using CAR by Simon Glass · Wed Sep 25 08:11:43 2019 -0600
  27. 2562808 x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · Wed Sep 25 08:11:41 2019 -0600
  28. 42bf3b9 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · Wed Sep 25 08:11:40 2019 -0600
  29. 7567787 x86: pci: Add a function to clear and set PCI config regs by Simon Glass · Wed Sep 25 08:11:37 2019 -0600
  30. 5a4e018 x86: Add binman symbols to the image by Simon Glass · Wed Sep 25 08:11:36 2019 -0600
  31. aba3c60 x86: Move common Intel CPU info code into a function by Simon Glass · Wed Sep 25 08:11:35 2019 -0600
  32. 1372414 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · Wed Sep 25 08:11:25 2019 -0600
  33. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · Wed Sep 25 08:00:11 2019 -0600
  34. 613092b x86: tangier: Fix off-by-one error when preparing CSRT by Andy Shevchenko · Thu Aug 29 17:04:20 2019 +0300
  35. b04ef3b x86: tangier: Reserve PCI ECAM in motherboard resources by Andy Shevchenko · Thu Aug 29 17:04:19 2019 +0300
  36. 954108d x86: show UEFI images involved in crash by Heinrich Schuchardt · Sun Aug 25 19:55:12 2019 +0200
  37. ef4c9e7 x86: qemu: Report high memory in the E820 table by Bin Meng · Thu Aug 29 02:53:06 2019 -0700
  38. fc7f57f x86: qemu: Support getting high memory size by Bin Meng · Thu Aug 29 02:53:05 2019 -0700
  39. 38502eb x86: qemu: Extract getting memory size to a separate routine by Bin Meng · Thu Aug 29 02:53:04 2019 -0700
  40. faa8821 x86: Remove x86 specific GD flags as they are not referenced at all by Stefan Roese · Fri Aug 16 14:45:28 2019 +0200
  41. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  42. 48d3ebc env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · Thu Aug 01 09:47:11 2019 -0600
  43. 347f1b4 x86: slimbootloader: Set TSC information for tsc_timer by Park, Aiden · Sat Aug 03 08:30:52 2019 +0000
  44. 1636d26 x86: slimbootloader: Add serial driver by Park, Aiden · Sat Aug 03 08:30:44 2019 +0000
  45. deffd42 x86: slimbootloader: Add memory configuration by Park, Aiden · Sat Aug 03 08:30:36 2019 +0000
  46. 6e3cc36 x86: Add new slimbootloader CPU type by Park, Aiden · Sat Aug 03 08:30:12 2019 +0000
  47. 70c6298 x86: tangier: Populate CSRT for shared DMA controller by Andy Shevchenko · Sun Jul 14 19:23:59 2019 +0300
  48. d13a8a3 watchdog: tangier: Convert to use WDT class by Andy Shevchenko · Fri Jun 21 13:28:08 2019 +0300
  49. 21c5322 x86: coreboot: make it possible to process unhandled tags by Christian Gmeiner · Wed Apr 17 14:42:05 2019 +0200
  50. 973c099 Fix spelling of available. by Vagrant Cascadian · Fri May 03 14:28:37 2019 -0800
  51. d4f266f x86: Add a way to jump from TPL to SPL by Simon Glass · Thu May 02 10:52:27 2019 -0600
  52. 7beafdf x86: broadwell: Update PCH to work in TPL by Simon Glass · Thu May 02 10:52:26 2019 -0600
  53. a7a3eb3 x86: Support TPL in Intel common code by Simon Glass · Thu Apr 25 21:59:05 2019 -0600
  54. f5d1395 x86: broadwell: Implement PCH_REQ_PMBASE_INFO by Simon Glass · Thu Apr 25 21:59:03 2019 -0600
  55. 027f837 x86: ivybridge: Implement PCH_REQ_PMBASE_INFO by Simon Glass · Thu Apr 25 21:59:02 2019 -0600
  56. d806916b x86: Add common Intel code for SPL by Simon Glass · Thu Apr 25 21:58:56 2019 -0600
  57. 2aeaa57 x86: broadwell: Select refcode and CPU code for SPL by Simon Glass · Thu Apr 25 21:58:55 2019 -0600
  58. c51faed x86: broadwell: Allow booting from SPL by Simon Glass · Thu Apr 25 21:58:54 2019 -0600
  59. 79ef699 x86: Allow 16-bit init to be in TPL by Simon Glass · Thu Apr 25 21:58:53 2019 -0600
  60. 75659ac x86: Add support for starting from SPL/TPL by Simon Glass · Thu Apr 25 21:58:52 2019 -0600
  61. 409cb19 x86: broadwell: Split CPU init by Simon Glass · Thu Apr 25 21:58:51 2019 -0600
  62. 412f11b x86: broadwell: Move init of debug UART to cpu.c by Simon Glass · Thu Apr 25 21:58:50 2019 -0600
  63. 69343ff x86: broadwell: Allow SDRAM init from SPL by Simon Glass · Thu Apr 25 21:58:49 2019 -0600
  64. 345f366 x86: broadwell: Improve SDRAM debugging output by Simon Glass · Thu Apr 25 21:58:48 2019 -0600
  65. 05e12f7 x86: Add a way to reinit the cpu by Simon Glass · Thu Apr 25 21:58:42 2019 -0600
  66. f9b5800 x86: mp_init: Use proper error numbers by Simon Glass · Thu Apr 25 21:58:41 2019 -0600
  67. cb770c5 x86: Update a stale comment about ifdtool by Simon Glass · Thu Apr 25 21:58:44 2019 -0600
  68. 435f705 x86: start64: Fix copyright message by Simon Glass · Thu Apr 25 21:58:40 2019 -0600
  69. 3642ba9 x86: broadwell: Add support for serial I/O devices by Simon Glass · Sat Feb 16 20:25:03 2019 -0700
  70. 7c2beb0 x86: broadwell: Don't bother probing the PCH for pinctrl by Simon Glass · Sat Feb 16 20:25:02 2019 -0700
  71. 398336e x86: broadwell: Add support for the ADSP by Simon Glass · Sat Feb 16 20:25:01 2019 -0700
  72. e7ceeef sound: x86: link: Add sound support by Simon Glass · Sat Feb 16 20:24:57 2019 -0700
  73. 1a9360d x86: ivybridge: Add a way to get the HDA config setting by Simon Glass · Sat Feb 16 20:24:52 2019 -0700
  74. 7a83017 x86: Use the existing GDT in the ROM for 64-bit U-Boot proper by Bin Meng · Thu Jan 31 08:22:14 2019 -0800
  75. 17b7b60 x86: Don't copy the cpu_call64() function to a hardcoded address by Bin Meng · Thu Jan 31 08:22:13 2019 -0800
  76. 6aac2ca x86: Change 4-level page table base address to low memory by Bin Meng · Thu Jan 31 08:22:12 2019 -0800
  77. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  78. cdd8df2 x86: Kconfig: spelling fixes by Chris Packham · Sun Jan 13 22:13:22 2019 +1300
  79. a7bb8ef efi: payload: only init usb if necessary by Bin Meng · Thu Nov 29 20:07:13 2018 -0800
  80. 8d7b8d1 coreboot: only init usb if necessary by Thomas RIENOESSL · Thu Nov 29 20:07:12 2018 -0800
  81. d18df3c x86: make the LAPIC / IOAPIC construct switchable with Kconfig by Hannes Schmelzer · Sun Nov 18 23:19:43 2018 +0100
  82. 09921ac cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers by Bin Meng · Sun Oct 14 01:07:19 2018 -0700
  83. 8204f50 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:37 2018 -0700
  84. 253a24a x86: Fix car_uninit weak symbol definition by Bin Meng · Thu Oct 25 03:05:37 2018 -0700
  85. b431568 x86: quark: Specify X86_TSC_TIMER_EARLY_FREQ by Bin Meng · Sat Oct 13 20:52:11 2018 -0700
  86. f92b3d7 x86: Fix the mystery of printch() during 64-bit boot by Bin Meng · Sat Oct 13 20:52:09 2018 -0700
  87. 0928036 x86: put global data pointer into the .data section by Heinrich Schuchardt · Sat Oct 13 20:52:07 2018 -0700
  88. 8fafd01 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · Mon Oct 01 12:22:37 2018 -0600
  89. b992856 x86: tangier: pinmux: add API to configure protected pins by Georgii Staroselskii · Tue Sep 11 13:31:07 2018 +0300
  90. 106dcfc x86: zimage: Support booting Linux kernel from an EFI payload by Bin Meng · Thu Aug 23 08:24:10 2018 -0700
  91. 2f65c07 x86: efi: payload: Install E820 map from EFI memory map by Bin Meng · Thu Aug 23 08:24:08 2018 -0700
  92. 634bc70 Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-boot by Tom Rini · Tue Aug 21 13:15:21 2018 -0400
  93. 61c7678 x86: Include bss subsections in linker script by Alexander Graf · Mon Aug 20 14:17:41 2018 +0200
  94. 204e1e5 x86: coreboot: Add generic coreboot payload support by Bin Meng · Fri Aug 10 02:39:33 2018 -0700
  95. 2133bc5 x86: Add efi_loader bits to x86_64 linker script by Alexander Graf · Wed Jul 11 01:39:31 2018 +0200
  96. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · Tue Jun 12 07:48:37 2018 +0200
  97. 467f411 x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · Wed Jul 18 21:42:16 2018 -0700
  98. ac63025 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · Wed Jul 18 21:42:15 2018 -0700
  99. af5b8d2 x86: Switch to use DM sysreset driver by Bin Meng · Thu Jul 19 03:07:33 2018 -0700
  100. ed0efdf x86: tangier: Add a sysreset driver by Bin Meng · Thu Jul 19 03:07:30 2018 -0700