1. 58d4bc6 x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit build by Bin Meng · Sat Oct 13 20:52:02 2018 -0700
  2. f50b17c x86: Specify -march=core2 to build 64-bit U-Boot proper by Bin Meng · Sat Oct 13 20:52:01 2018 -0700
  3. 833f2b5 x86/bootm: fix error handling in boot_prep_linux(...) by Hannes Schmelzer · Thu Oct 11 07:44:42 2018 +0200
  4. 8fafd01 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · Mon Oct 01 12:22:37 2018 -0600
  5. 9dfc34e Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Wed Sep 26 15:14:02 2018 -0400
  6. 508332b config.mk: Remove duplicated -fno-strict-aliasing by Bin Meng · Sun Sep 16 22:35:29 2018 -0700
  7. d0de806 efi_loader: simplify ifdefs by Stephen Warren · Thu Aug 30 15:43:43 2018 -0600
  8. e02e5b2 x86: cpu: add docstring to scu_ipc_command() by Georgii Staroselskii · Tue Sep 11 13:31:10 2018 +0300
  9. 418c246 x86: tangier: acpi: add I2C6 node by Georgii Staroselskii · Tue Sep 11 13:31:09 2018 +0300
  10. d9c7277 x86: dts: edison: configure I2C#6 pins by Georgii Staroselskii · Tue Sep 11 13:31:08 2018 +0300
  11. b992856 x86: tangier: pinmux: add API to configure protected pins by Georgii Staroselskii · Tue Sep 11 13:31:07 2018 +0300
  12. 0805a76 x86: cpu: introduce scu_ipc_raw_command() by Georgii Staroselskii · Tue Sep 11 13:31:06 2018 +0300
  13. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  14. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · Mon Aug 06 20:47:39 2018 +0900
  15. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · Mon Aug 06 20:47:38 2018 +0900
  16. 69ebf19 x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters by Bin Meng · Thu Aug 23 21:28:58 2018 -0700
  17. 106dcfc x86: zimage: Support booting Linux kernel from an EFI payload by Bin Meng · Thu Aug 23 08:24:10 2018 -0700
  18. 2f65c07 x86: efi: payload: Install E820 map from EFI memory map by Bin Meng · Thu Aug 23 08:24:08 2018 -0700
  19. 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
  20. 8664297 x86: Enable -fdata-sections always by Alexander Graf · Mon Aug 20 14:20:51 2018 +0200
  21. 61c7678 x86: Include bss subsections in linker script by Alexander Graf · Mon Aug 20 14:17:41 2018 +0200
  22. 36ed88e x86: efi: payload: Add default TSC frequency in the device tree by Bin Meng · Fri Aug 10 02:39:38 2018 -0700
  23. 8675845 x86: coreboot: Add default TSC frequency in the device tree by Bin Meng · Fri Aug 10 02:39:37 2018 -0700
  24. 0832be5 x86: dts: Remove coreboot_fb.dtsi by Bin Meng · Fri Aug 10 02:39:35 2018 -0700
  25. 8effd99 x86: Remove support for Advantech SOM-6896 by Bin Meng · Fri Aug 10 02:39:34 2018 -0700
  26. 204e1e5 x86: coreboot: Add generic coreboot payload support by Bin Meng · Fri Aug 10 02:39:33 2018 -0700
  27. e8561af binman: Rename 'position' to 'offset' by Simon Glass · Wed Aug 01 15:22:37 2018 -0600
  28. 2133bc5 x86: Add efi_loader bits to x86_64 linker script by Alexander Graf · Wed Jul 11 01:39:31 2018 +0200
  29. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · Tue Jun 12 07:48:37 2018 +0200
  30. af915bf elf: Move x86 reloc defines to common elf.h by Alexander Graf · Mon Jun 18 17:23:10 2018 +0200
  31. 4533519 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Fri Jul 20 19:31:30 2018 -0400
  32. 3f04707 x86: acpi: Prevent acpi_table.h from being included more than once by Bin Meng · Wed Jul 18 21:42:17 2018 -0700
  33. 467f411 x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · Wed Jul 18 21:42:16 2018 -0700
  34. 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
  35. af5b8d2 x86: Switch to use DM sysreset driver by Bin Meng · Thu Jul 19 03:07:33 2018 -0700
  36. 6e57714 x86: fsp: Eliminate the reset_cpu() call by Bin Meng · Thu Jul 19 03:07:32 2018 -0700
  37. ed0efdf x86: tangier: Add a sysreset driver by Bin Meng · Thu Jul 19 03:07:30 2018 -0700
  38. 54d55a4 x86: quark: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · Tue Jul 03 02:48:39 2018 -0700
  39. 28bad7d x86: Remove unused _relocate arguments by Ivan Gorinov · Thu Jun 28 14:49:46 2018 -0700
  40. 1a4e82d x86: efi_loader: Build EFI memory map per E820 table by Bin Meng · Wed Jun 27 20:38:01 2018 -0700
  41. 7fe4075 x86: Use microcode update from device tree for all processors by Ivan Gorinov · Thu Jun 21 21:16:16 2018 -0700
  42. 49568fe x86: Add scsi command to coreboot and qemu by Bin Meng · Tue Jun 26 03:58:55 2018 -0700
  43. 7eb28a5 x86: efi: payload: Count in conventional memory above 4GB in DRAM bank by Bin Meng · Fri Jun 22 01:38:30 2018 -0700
  44. 6ba3999 x86: Change __kernel_size_t conditionals to use compiler provided defines by Bin Meng · Fri Jun 22 01:38:27 2018 -0700
  45. db59dd3 x86: efi-x86_payload: Enable usb keyboard during boot by Bin Meng · Sun Jun 17 05:57:53 2018 -0700
  46. 8a57ea7 x86: Add 64-bit setjmp/longjmp implementation by Ivan Gorinov · Tue Jun 19 11:40:42 2018 -0700
  47. 12339dd x86: qemu: do not build car.o with start64.o by Heinrich Schuchardt · Tue Jun 19 19:12:15 2018 +0200
  48. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · Mon Jun 11 16:21:50 2018 +0900
  49. 90e565e x86: efi: app: Display correct CPU info during boot by Bin Meng · Tue Jun 12 08:36:25 2018 -0700
  50. 6582074 x86: Rename efi-x86 target to efi-x86_app by Bin Meng · Tue Jun 12 08:36:24 2018 -0700
  51. 5d69a5c x86: efi: payload: Add EFI framebuffer driver support by Bin Meng · Tue Jun 12 08:36:23 2018 -0700
  52. 7676370 x86: baytrail: Drop EFI-specific test logics by Bin Meng · Tue Jun 12 08:36:20 2018 -0700
  53. 740aa42 x86: Drop QEMU-specific EFI payload support by Bin Meng · Tue Jun 12 08:36:19 2018 -0700
  54. 858429b x86: Add generic EFI payload support by Bin Meng · Tue Jun 12 08:36:18 2018 -0700
  55. 6bd4109 x86: efi: payload: Add arch_cpu_init() by Bin Meng · Tue Jun 12 08:36:17 2018 -0700
  56. 525c861 x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · Tue Jun 12 08:36:16 2018 -0700
  57. 4123662 x86: use EFI calling convention for efi_main on x86_64 by Ivan Gorinov · Wed Jun 13 17:27:39 2018 -0700
  58. c9697d7 x86: cherryhill: Fix DTC warning by Bin Meng · Tue Jun 12 20:01:14 2018 -0700
  59. 56a33085e x86: cougarcanyon2: Add missing chipset interrupt information by Bin Meng · Tue Jun 12 01:26:47 2018 -0700
  60. d803f54 x86: irq: Support discrete PIRQ routing registers via device tree by Bin Meng · Tue Jun 12 01:26:46 2018 -0700
  61. c332fca x86: irq: Parse number of PIRQ links from device tree by Bin Meng · Tue Jun 12 01:26:45 2018 -0700
  62. 5acbb78 x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes by Bin Meng · Sun Jun 10 06:25:03 2018 -0700
  63. c253c3f x86: Conditionally build the pinctrl_ich6 driver by Bin Meng · Sun Jun 10 06:25:01 2018 -0700
  64. 1defbb1 x86: irq: Change LINK_V2N and LINK_N2V to inline functions by Bin Meng · Sun Jun 03 19:04:23 2018 -0700
  65. 0c9f594 x86: irq: Remove chipset specific irq router drivers by Bin Meng · Sun Jun 03 19:04:22 2018 -0700
  66. c0edfc1 x86: cougarcanyon2: Enable CPU driver and SMP support by Bin Meng · Sun Jun 03 19:04:21 2018 -0700
  67. 0dce35a x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodes by Bin Meng · Sun Jun 03 19:04:20 2018 -0700
  68. 516bb59 x86: ivybridge: Drop CONFIG_USBDEBUG by Bin Meng · Sun Jun 03 19:04:19 2018 -0700
  69. 9032bbf x86: ivybridge: Enable 206ax cpu driver for FSP build by Bin Meng · Sun Jun 03 19:04:18 2018 -0700
  70. 52122c8 x86: cougarcanyon2: Update dts for SPI lock down by Bin Meng · Sun Jun 03 19:04:16 2018 -0700
  71. e1c6d2c x86: ivybridge: Imply USB_XHCI_HCD by Bin Meng · Sun Jun 03 19:04:15 2018 -0700
  72. a45c39d x86: baytrail: Correct the comment of IACORE_VIDS bit ranges by Bin Meng · Thu May 24 03:05:59 2018 -0700
  73. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · Wed May 16 09:42:25 2018 -0600
  74. 3366ff0c efi_loader: build CRT0 and RELOC on x86_64 by Heinrich Schuchardt · Fri May 18 19:12:20 2018 +0200
  75. e2425b6 efi_selftest: allow building relocation code on x86_64 by Heinrich Schuchardt · Fri May 18 19:12:19 2018 +0200
  76. b722b11 x86: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · Mon Apr 30 15:56:02 2018 +0100
  77. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · Sun May 06 18:27:01 2018 -0400
  78. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  79. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  80. c9dba41 bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODE by Bin Meng · Wed Apr 11 22:02:15 2018 -0700
  81. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · Wed Apr 11 22:02:11 2018 -0700
  82. 3838d71 x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · Wed Apr 11 22:02:10 2018 -0700
  83. 04bd0f1 x86: Update the io.h file to use {out|in}_{be|le}X macros by Lukasz Majewski · Thu Mar 29 16:41:11 2018 +0200
  84. 260fa77 x86: Add 64-bit memory-mapped I/O functions by Ivan Gorinov · Fri Apr 06 14:43:04 2018 -0700
  85. 8218289 efi_loader: correctly set the machine type in the PE header by Heinrich Schuchardt · Fri Apr 06 15:36:31 2018 +0200
  86. 901bb0b x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · Mon Mar 26 18:06:54 2018 -0700
  87. 18c5064 common: move init_helpers.h prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:04 2018 +0100
  88. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  89. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · Wed Jan 24 20:47:09 2018 +0300
  90. 008454f x86: quark: Fix unused warnings by Tom Rini · Sat Jan 27 15:13:47 2018 -0500
  91. e102925 x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · Tue Jan 30 05:01:16 2018 -0800
  92. 66d3e63 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · Wed Jan 10 19:40:15 2018 +0200
  93. 8b7adf8 x86: zImage: Move subarch assignment out of cmd_line check by Andy Shevchenko · Wed Jan 10 19:40:14 2018 +0200
  94. 4b05bac x86: Fix reference to QEMU variant of write_acpi_tables() by Andy Shevchenko · Wed Jan 10 19:33:10 2018 +0200
  95. 6b07d36 x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · Wed Jan 10 18:07:26 2018 +0200
  96. 565b4ca x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · Thu Jan 04 18:40:13 2018 +0200
  97. 7ec9243 x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · Thu Jan 04 18:40:12 2018 +0200
  98. 4a4ee45 x86: Move commands from under arch/x86 to cmd/x86/ by Tom Rini · Wed Jan 03 08:54:27 2018 -0500
  99. 4257457 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · Tue Dec 12 19:02:42 2017 +0200
  100. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:19 2017 +0200