1. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · Sat Aug 26 00:50:17 2017 +0900
  2. 1f380a7 x86: Remove dead ISA related codes by Bin Meng · Thu Aug 03 22:52:44 2017 -0700
  3. 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · Sun Jul 30 06:23:13 2017 -0700
  4. a364e62 x86: Make table address selectable by Andy Shevchenko · Fri Jul 28 20:02:15 2017 +0300
  5. c1ae980 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · Fri Jul 21 22:32:05 2017 +0300
  6. fe38643 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · Fri Jul 21 22:32:03 2017 +0300
  7. e564d59 x86: Add Intel Tangier support by Felipe Balbi · Thu Jul 06 14:41:52 2017 +0300
  8. f2b047f x86: Add dma-mapping.h to architectural code by Andy Shevchenko · Thu Jul 06 14:41:51 2017 +0300
  9. 162b09c x86: Don't include asm/u-boot.h in common by Simon Glass · Wed May 17 08:22:56 2017 -0600
  10. ae56b13 x86: Make u-boot-x86.h a private header by Simon Glass · Wed May 17 08:22:49 2017 -0600
  11. e5bf969 x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer by Bin Meng · Wed May 31 01:04:15 2017 -0700
  12. 497c516 x86: baytrail: Use macros instead of magic numbers for FSP settings by Bin Meng · Wed May 31 01:04:14 2017 -0700
  13. fae4125 x86: baytrail: Remove "serial-debug-port-*" settings by Bin Meng · Wed May 31 01:04:13 2017 -0700
  14. 353f5cb x86: acpi: Fix Windows S3 resume failure by Bin Meng · Fri Apr 21 07:24:47 2017 -0700
  15. 280aebe x86: acpi: Refactor acpi_resume() by Bin Meng · Fri Apr 21 07:24:44 2017 -0700
  16. daa5b83 x86: acpi: Make enter_acpi_mode() public by Bin Meng · Fri Apr 21 07:24:43 2017 -0700
  17. cf20030 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · Fri Apr 21 07:24:39 2017 -0700
  18. 39f8b08 x86: Add an early CMOS access library by Bin Meng · Fri Apr 21 07:24:38 2017 -0700
  19. 710d215 x86: acpi: Resume OS if resume vector is found by Bin Meng · Fri Apr 21 07:24:37 2017 -0700
  20. 34bc74a x86: acpi: Add one API to find OS wakeup vector by Bin Meng · Fri Apr 21 07:24:36 2017 -0700
  21. 215596c x86: acpi: Add wake up assembly stub by Bin Meng · Fri Apr 21 07:24:35 2017 -0700
  22. 2ee5b85 x86: baytrail: Conditionally report S3 in the ACPI table by Bin Meng · Fri Apr 21 07:24:33 2017 -0700
  23. ef61f77 x86: Store and display previous sleep state by Bin Meng · Fri Apr 21 07:24:32 2017 -0700
  24. acb4bf9 x86: fsp: acpi: Pass different boot mode to FSP init by Bin Meng · Fri Apr 21 07:24:31 2017 -0700
  25. 6ed1092 x86: Add post codes for OS resume by Bin Meng · Fri Apr 21 07:24:30 2017 -0700
  26. 4c762a6 x86: baytrail: acpi: Add APIs for determining/clearing sleep state by Bin Meng · Fri Apr 21 07:24:29 2017 -0700
  27. ab702be x86: acpi: Add Kconfig option and header file for ACPI resume by Bin Meng · Fri Apr 21 07:24:28 2017 -0700
  28. 7d2c201 x86: Introduce minimal PMU driver for Intel MID platforms by Andy Shevchenko · Sat Apr 01 16:21:34 2017 +0300
  29. ee2e85f x86: Add SCU IPC driver for Intel MID platforms by Felipe Balbi · Sat Apr 01 16:21:33 2017 +0300
  30. 6ab9107 board_f: Make relocation functions generic by Simon Glass · Fri Mar 31 08:40:38 2017 -0600
  31. 6bbf83f board_f: Make init_helpers generic by Simon Glass · Fri Mar 31 08:40:37 2017 -0600
  32. 4096e3a Move dram_init_banksize() to a common header by Simon Glass · Fri Mar 31 08:40:33 2017 -0600
  33. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  34. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · Tue Mar 28 10:27:18 2017 -0600
  35. 37e706d x86: Move turbo_state to global_data by Simon Glass · Mon Jan 16 07:04:17 2017 -0700
  36. f64d6f7 x86: Move pirq_routing_table to global_data by Simon Glass · Mon Jan 16 07:04:16 2017 -0700
  37. 1e32ede x86: Support jumping from SPL to U-Boot by Simon Glass · Mon Jan 16 07:04:15 2017 -0700
  38. 4a6bda5 x86: Fix up type sizes for 64-bit by Simon Glass · Mon Jan 16 07:04:06 2017 -0700
  39. 249da61 x86: Drop flag_is_changable() on x86_64 by Simon Glass · Mon Jan 16 07:04:05 2017 -0700
  40. 59d6820 x86: Fix up byteorder.h for x86_64 by Simon Glass · Mon Jan 16 07:04:04 2017 -0700
  41. 590aef7 x86: Support global_data on x86_64 by Simon Glass · Mon Jan 16 07:03:59 2017 -0700
  42. 16a624b x86: Move the i386 code into its own directory by Simon Glass · Mon Jan 16 07:03:57 2017 -0700
  43. 030777d x86: Add an SPL implementation by Simon Glass · Mon Jan 16 07:03:56 2017 -0700
  44. 2926545 x86: fsp: Fix cast for 64-bit compilation by Simon Glass · Mon Jan 16 07:03:41 2017 -0700
  45. 39473e1 x86: Update mpspec to build on 64-bit machines by Simon Glass · Mon Jan 16 07:03:36 2017 -0700
  46. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · Mon Jan 16 07:03:35 2017 -0700
  47. 7c7a078 x86: Synchronize list of x86 subarchitectures (update bootparam.h) by Andy Shevchenko · Sun Jan 08 23:51:04 2017 +0300
  48. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · Thu Nov 17 01:02:57 2016 +0100
  49. 9beaa36 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Wed Oct 19 07:48:16 2016 -0400
  50. 67f66bd cpu: Add get_vendor callback by Alexander Graf · Fri Aug 19 01:23:27 2016 +0200
  51. fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · Fri Aug 19 01:23:23 2016 +0200
  52. ee532d9 x86: Move table csum into separate file by Alexander Graf · Fri Aug 19 01:23:21 2016 +0200
  53. 7078563 x86: Add implementations of setjmp() and longjmp() by Simon Glass · Mon Oct 17 20:29:07 2016 -0600
  54. 120b041 x86: Move table csum into separate header by Alexander Graf · Fri Aug 19 01:23:22 2016 +0200
  55. d628623 x86: Drop unused init_helper functions by Simon Glass · Sun Sep 25 21:33:38 2016 -0600
  56. b154a2d dm: x86: Move link to use driver model for video by Simon Glass · Wed Oct 05 20:42:20 2016 -0600
  57. 889111c x86: Add an accelerated memmove() function by Simon Glass · Wed Oct 05 20:42:10 2016 -0600
  58. 58e41cc x86: Fix Linux v4.7+ zimage booting (update bootparam.h) by Stefan Roese · Fri Sep 30 09:15:59 2016 +0200
  59. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · Wed Sep 21 11:28:56 2016 +0900
  60. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  61. e20a69c x86: efi: Fix EFI 64-bit payload build warnings by Bin Meng · Thu Aug 25 01:47:18 2016 -0700
  62. cad6de4 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · Tue Aug 09 07:41:15 2016 +0200
  63. 1daf477 x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE by Stefan Roese · Mon Jul 18 12:53:31 2016 +0200
  64. 0681dd8 x86: baytrail: acpi: Hide internal UART per GNVS setting by Bin Meng · Fri Jun 17 02:13:17 2016 -0700
  65. d9050c6 x86: acpi: Pack global NVS into ACPI table by Bin Meng · Fri Jun 17 02:13:16 2016 -0700
  66. 0562f0d x86: quark: Introduce ACPI global NVS by Bin Meng · Fri Jun 17 02:13:15 2016 -0700
  67. ebe7874 x86: baytrail: Introduce ACPI global NVS by Bin Meng · Fri Jun 17 02:13:14 2016 -0700
  68. 1dd2f67 x86: quark: Add platform ASL files by Bin Meng · Wed May 25 19:19:10 2016 -0700
  69. 5efb415 x86: quark: Prepare device.h for inclusion by ASL by Bin Meng · Wed May 25 19:19:09 2016 -0700
  70. 15d4c41 x86: acpi: Make irqroute.asl common by Bin Meng · Wed May 25 19:19:07 2016 -0700
  71. 7d404e4 x86: acpi: Create a common irqlinks ASL file by Bin Meng · Wed May 25 19:19:06 2016 -0700
  72. dc2097d x86: baytrail: Add GPIO ASL description by Bin Meng · Wed May 11 07:45:11 2016 -0700
  73. 0a00d50 x86: baytrail: Add internal UART ASL description by Bin Meng · Wed May 11 07:45:10 2016 -0700
  74. e259eb2 x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · Wed May 11 07:45:03 2016 -0700
  75. 322ec3e x86: Prepare configuration tables in dedicated high memory region by Bin Meng · Wed May 11 07:44:59 2016 -0700
  76. bcb3c8d x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · Fri May 06 10:40:22 2016 -0400
  77. 6c9f944 x86: baytrail: Add platform ASL files by Bin Meng · Sat May 07 07:46:31 2016 -0700
  78. 3c5234e x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · Sat May 07 07:46:30 2016 -0700
  79. 88b08fb x86: acpi: Add some generic ASL libraries by Bin Meng · Sat May 07 07:46:29 2016 -0700
  80. f662fe4 x86: acpi: Clean up table header revisions by Bin Meng · Sat May 07 07:46:28 2016 -0700
  81. a1ec7db x86: acpi: Use u32 in table write routines by Bin Meng · Sat May 07 07:46:26 2016 -0700
  82. 44256b0 x86: acpi: Adjust order in acpi_table.c by Bin Meng · Sat May 07 07:46:25 2016 -0700
  83. b063d5f x86: acpi: Change fill_header() by Bin Meng · Sat May 07 07:46:24 2016 -0700
  84. 6c39fa9 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · Sat May 07 07:46:23 2016 -0700
  85. bbcff8d x86: acpi: Reorder code in acpi_table.h by Bin Meng · Sat May 07 07:46:22 2016 -0700
  86. 6a42158 x86: acpi: Various changes to acpi_table.h by Bin Meng · Sat May 07 07:46:21 2016 -0700
  87. 76f2746 x86: acpi: Remove unused codes by Bin Meng · Sat May 07 07:46:20 2016 -0700
  88. c3b03ea x86: irq: Enable SCI on IRQ9 by Bin Meng · Sat May 07 07:46:14 2016 -0700
  89. c2f2b3b x86: Drop asm/acpi.h by Bin Meng · Sat May 07 07:46:10 2016 -0700
  90. dbc6e14 x86: Add common SDRAM-init code by Simon Glass · Wed Mar 16 07:44:37 2016 -0600
  91. 9c852d7 x86: Move common PCH code into a common place by Simon Glass · Wed Mar 16 07:44:36 2016 -0600
  92. 0949351 x86: Add a function to set the IOAPIC ID by Simon Glass · Fri Mar 11 22:07:34 2016 -0700
  93. d21f34e x86: broadwell: Add support for SDRAM setup by Simon Glass · Fri Mar 11 22:07:26 2016 -0700
  94. c7805d5 x86: broadwell: Add power-control support by Simon Glass · Fri Mar 11 22:07:25 2016 -0700
  95. ac0cce5 x86: broadwell: Add an LPC driver by Simon Glass · Fri Mar 11 22:07:23 2016 -0700
  96. e984eda x86: broadwell: Add a pinctrl driver by Simon Glass · Fri Mar 11 22:07:20 2016 -0700
  97. e7d04d8 x86: broadwell: Add a PCH driver by Simon Glass · Fri Mar 11 22:07:19 2016 -0700
  98. 71606de x86: Add basic support for broadwell by Simon Glass · Fri Mar 11 22:07:18 2016 -0700
  99. ecae7fd x86: Add support for running Intel reference code by Simon Glass · Fri Mar 11 22:07:16 2016 -0700
  100. 9c7d931 x86: Drop all the old pin configuration code by Simon Glass · Fri Mar 11 22:07:15 2016 -0700