1. 6f01316 x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  2. 2ff50f5 dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  3. fffad92 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  4. de9ac9a x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  5. b3fd212 x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  6. 4ff333b x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  7. bb737ce x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  8. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  9. 091e51d x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  10. 5d89b37 x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  11. c3df28f x86: Make table address selectable by Andy Shevchenko · 7 years ago
  12. ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  13. 2dcbef6 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · 7 years ago
  14. e71de54 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
  15. b7026b0 x86: Add dma-mapping.h to architectural code by Andy Shevchenko · 7 years ago
  16. 3ff240c x86: Don't include asm/u-boot.h in common by Simon Glass · 7 years ago
  17. 6862b50 x86: Make u-boot-x86.h a private header by Simon Glass · 7 years ago
  18. f8f291b x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer by Bin Meng · 7 years ago
  19. 5e74e5a x86: baytrail: Use macros instead of magic numbers for FSP settings by Bin Meng · 7 years ago
  20. 6702488 x86: baytrail: Remove "serial-debug-port-*" settings by Bin Meng · 7 years ago
  21. 5ae5aa9 x86: acpi: Fix Windows S3 resume failure by Bin Meng · 7 years ago
  22. 0f4e258 x86: acpi: Refactor acpi_resume() by Bin Meng · 7 years ago
  23. 9957278 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 7 years ago
  24. ba65808 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · 7 years ago
  25. 9f1fad1 x86: Add an early CMOS access library by Bin Meng · 7 years ago
  26. 3a34cae x86: acpi: Resume OS if resume vector is found by Bin Meng · 7 years ago
  27. e76bf38 x86: acpi: Add one API to find OS wakeup vector by Bin Meng · 7 years ago
  28. 2b2d666 x86: acpi: Add wake up assembly stub by Bin Meng · 7 years ago
  29. e652e13 x86: baytrail: Conditionally report S3 in the ACPI table by Bin Meng · 7 years ago
  30. b727961 x86: Store and display previous sleep state by Bin Meng · 7 years ago
  31. 1206723 x86: fsp: acpi: Pass different boot mode to FSP init by Bin Meng · 7 years ago
  32. b7ef3bf x86: Add post codes for OS resume by Bin Meng · 7 years ago
  33. fcf2fba x86: baytrail: acpi: Add APIs for determining/clearing sleep state by Bin Meng · 7 years ago
  34. 4372c11 x86: acpi: Add Kconfig option and header file for ACPI resume by Bin Meng · 7 years ago
  35. ca0d29e x86: Introduce minimal PMU driver for Intel MID platforms by Andy Shevchenko · 7 years ago
  36. bb41646 x86: Add SCU IPC driver for Intel MID platforms by Felipe Balbi · 7 years ago
  37. e47b2d6 board_f: Make relocation functions generic by Simon Glass · 7 years ago
  38. 96d4b75 board_f: Make init_helpers generic by Simon Glass · 7 years ago
  39. 5e924a1 Move dram_init_banksize() to a common header by Simon Glass · 7 years ago
  40. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  41. 671549e board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 7 years ago
  42. a0c75f9 x86: Move turbo_state to global_data by Simon Glass · 8 years ago
  43. 1bff836 x86: Move pirq_routing_table to global_data by Simon Glass · 8 years ago
  44. fa5fcb3 x86: Support jumping from SPL to U-Boot by Simon Glass · 8 years ago
  45. db35723 x86: Fix up type sizes for 64-bit by Simon Glass · 8 years ago
  46. 4b57414 x86: Drop flag_is_changable() on x86_64 by Simon Glass · 8 years ago
  47. 9097805 x86: Fix up byteorder.h for x86_64 by Simon Glass · 8 years ago
  48. a160092 x86: Support global_data on x86_64 by Simon Glass · 8 years ago
  49. be059e8 x86: Move the i386 code into its own directory by Simon Glass · 8 years ago
  50. 4bbc024 x86: Add an SPL implementation by Simon Glass · 8 years ago
  51. beb4d65 x86: fsp: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  52. e71ffd0 x86: Update mpspec to build on 64-bit machines by Simon Glass · 8 years ago
  53. 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  54. 7cbaddd x86: Synchronize list of x86 subarchitectures (update bootparam.h) by Andy Shevchenko · 8 years ago
  55. b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  56. 3431b39 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 8 years ago
  57. 94eaa79 cpu: Add get_vendor callback by Alexander Graf · 8 years ago
  58. 4b6dddc x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  59. 1befb38 x86: Move table csum into separate file by Alexander Graf · 8 years ago
  60. f822403 x86: Add implementations of setjmp() and longjmp() by Simon Glass · 8 years ago
  61. 2b445e4 x86: Move table csum into separate header by Alexander Graf · 8 years ago
  62. 9b43dbf x86: Drop unused init_helper functions by Simon Glass · 8 years ago
  63. b6409ec dm: x86: Move link to use driver model for video by Simon Glass · 8 years ago
  64. a5b8722 x86: Add an accelerated memmove() function by Simon Glass · 8 years ago
  65. 88d915b x86: Fix Linux v4.7+ zimage booting (update bootparam.h) by Stefan Roese · 8 years ago
  66. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  67. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  68. 3e6cc35 x86: efi: Fix EFI 64-bit payload build warnings by Bin Meng · 8 years ago
  69. ca6c5e0 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · 8 years ago
  70. bf4ea7e x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE by Stefan Roese · 8 years ago
  71. 3ff11aa x86: baytrail: acpi: Hide internal UART per GNVS setting by Bin Meng · 8 years ago
  72. 79c2c25 x86: acpi: Pack global NVS into ACPI table by Bin Meng · 8 years ago
  73. cf7108b x86: quark: Introduce ACPI global NVS by Bin Meng · 8 years ago
  74. 2047390 x86: baytrail: Introduce ACPI global NVS by Bin Meng · 8 years ago
  75. 48cf8b8 x86: quark: Add platform ASL files by Bin Meng · 8 years ago
  76. ec37913 x86: quark: Prepare device.h for inclusion by ASL by Bin Meng · 8 years ago
  77. 3498cc9 x86: acpi: Make irqroute.asl common by Bin Meng · 8 years ago
  78. 0d71511 x86: acpi: Create a common irqlinks ASL file by Bin Meng · 8 years ago
  79. 7bfe0da x86: baytrail: Add GPIO ASL description by Bin Meng · 8 years ago
  80. fa42743 x86: baytrail: Add internal UART ASL description by Bin Meng · 8 years ago
  81. 6aef68d x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM by Bin Meng · 8 years ago
  82. 789b6dc x86: Prepare configuration tables in dedicated high memory region by Bin Meng · 8 years ago
  83. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 8 years ago
  84. 42f8ebf x86: baytrail: Add platform ASL files by Bin Meng · 8 years ago
  85. fc4f5cc x86: acpi: Return table length in acpi_create_madt_lapics() by Bin Meng · 8 years ago
  86. 9e70a11 x86: acpi: Add some generic ASL libraries by Bin Meng · 8 years ago
  87. 7e6343e x86: acpi: Clean up table header revisions by Bin Meng · 8 years ago
  88. 7e79a6b x86: acpi: Use u32 in table write routines by Bin Meng · 8 years ago
  89. ab5efd5 x86: acpi: Adjust order in acpi_table.c by Bin Meng · 8 years ago
  90. dfbb18b x86: acpi: Change fill_header() by Bin Meng · 8 years ago
  91. cea9131 x86: acpi: Remove acpi_create_ssdt_generator() by Bin Meng · 8 years ago
  92. 728c4af x86: acpi: Reorder code in acpi_table.h by Bin Meng · 8 years ago
  93. 8a8c035 x86: acpi: Various changes to acpi_table.h by Bin Meng · 8 years ago
  94. f444662 x86: acpi: Remove unused codes by Bin Meng · 8 years ago
  95. d4e61f5 x86: irq: Enable SCI on IRQ9 by Bin Meng · 8 years ago
  96. b652447 x86: Drop asm/acpi.h by Bin Meng · 8 years ago
  97. 65dd150 x86: Add common SDRAM-init code by Simon Glass · 9 years ago
  98. 7e4a6ae x86: Move common PCH code into a common place by Simon Glass · 9 years ago
  99. 1cb1611 x86: Add a function to set the IOAPIC ID by Simon Glass · 9 years ago
  100. 2627c7e x86: broadwell: Add support for SDRAM setup by Simon Glass · 9 years ago