1. af915bf elf: Move x86 reloc defines to common elf.h by Alexander Graf · 6 years ago
  2. 3f04707 x86: acpi: Prevent acpi_table.h from being included more than once by Bin Meng · 6 years ago
  3. ac63025 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  4. af5b8d2 x86: Switch to use DM sysreset driver by Bin Meng · 6 years ago
  5. 7fe4075 x86: Use microcode update from device tree for all processors by Ivan Gorinov · 6 years ago
  6. 6ba3999 x86: Change __kernel_size_t conditionals to use compiler provided defines by Bin Meng · 6 years ago
  7. 8a57ea7 x86: Add 64-bit setjmp/longjmp implementation by Ivan Gorinov · 6 years ago
  8. d803f54 x86: irq: Support discrete PIRQ routing registers via device tree by Bin Meng · 6 years ago
  9. c332fca x86: irq: Parse number of PIRQ links from device tree by Bin Meng · 6 years ago
  10. 1defbb1 x86: irq: Change LINK_V2N and LINK_N2V to inline functions by Bin Meng · 6 years ago
  11. 0c9f594 x86: irq: Remove chipset specific irq router drivers by Bin Meng · 6 years ago
  12. f55305a Define board_quiesce_devices() in a shared location by Simon Glass · 7 years ago
  13. b722b11 x86: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 7 years ago
  14. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. 4b8fc74 x86: Rename e820entry to e820_entry by Bin Meng · 7 years ago
  17. 3838d71 x86: Use 'unsigned int' in install_e820_map() functions by Bin Meng · 7 years ago
  18. 04bd0f1 x86: Update the io.h file to use {out|in}_{be|le}X macros by Lukasz Majewski · 7 years ago
  19. 260fa77 x86: Add 64-bit memory-mapped I/O functions by Ivan Gorinov · 7 years ago
  20. 901bb0b x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · 7 years ago
  21. e102925 x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
  22. 66d3e63 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
  23. 6b07d36 x86: tangier: Make _CRS for BTH0 Serialized to avoid warning by Andy Shevchenko · 7 years ago
  24. 565b4ca x86: tangier: Add Bluetooth to ACPI table by Andy Shevchenko · 7 years ago
  25. 7ec9243 x86: tangier: Use actual GPIO hardware numbers by Andy Shevchenko · 7 years ago
  26. 4257457 x86: tangier: Use official ACPI HID for FLIS IP by Andy Shevchenko · 7 years ago
  27. 9f4f313 x86: acpi: Put sleepstates.asl to the common place by Bin Meng · 7 years ago
  28. e6d48c6 x86: baytrail: fsp: Use a function to update the Azalia config pointer by Bin Meng · 7 years ago
  29. 1de482e x86: fsp: Consolidate Azalia header file by Bin Meng · 7 years ago
  30. 286e77f x86: tangier: Enable ACPI support for Intel Tangier by Andy Shevchenko · 7 years ago
  31. 53eaabe x86: Use asm-generic/io.h by Paul Burton · 7 years ago
  32. 471919d dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  33. fde66f4 x86: braswell: Add FSP configuration by Bin Meng · 7 years ago
  34. 68a070b x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
  35. c23720c x86: fsp: Update fsp command to show spec 1.1 header by Bin Meng · 7 years ago
  36. 3c8b48a x86: fsp: Add FSP_GRAPHICS_INFO_HOB by Bin Meng · 7 years ago
  37. f3c0632 x86: fsp: Update struct common_buf for FSP spec 1.1 by Bin Meng · 7 years ago
  38. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  39. 1f380a7 x86: Remove dead ISA related codes by Bin Meng · 7 years ago
  40. 6f40e7c x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig by Bin Meng · 7 years ago
  41. a364e62 x86: Make table address selectable by Andy Shevchenko · 7 years ago
  42. c1ae980 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  43. fe38643 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · 7 years ago
  44. e564d59 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
  45. f2b047f x86: Add dma-mapping.h to architectural code by Andy Shevchenko · 7 years ago
  46. 162b09c x86: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
  47. ae56b13 x86: Make u-boot-x86.h a private header by Simon Glass · 8 years ago
  48. e5bf969 x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer by Bin Meng · 8 years ago
  49. 497c516 x86: baytrail: Use macros instead of magic numbers for FSP settings by Bin Meng · 8 years ago
  50. fae4125 x86: baytrail: Remove "serial-debug-port-*" settings by Bin Meng · 8 years ago
  51. 353f5cb x86: acpi: Fix Windows S3 resume failure by Bin Meng · 8 years ago
  52. 280aebe x86: acpi: Refactor acpi_resume() by Bin Meng · 8 years ago
  53. daa5b83 x86: acpi: Make enter_acpi_mode() public by Bin Meng · 8 years ago
  54. cf20030 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · 8 years ago
  55. 39f8b08 x86: Add an early CMOS access library by Bin Meng · 8 years ago
  56. 710d215 x86: acpi: Resume OS if resume vector is found by Bin Meng · 8 years ago
  57. 34bc74a x86: acpi: Add one API to find OS wakeup vector by Bin Meng · 8 years ago
  58. 215596c x86: acpi: Add wake up assembly stub by Bin Meng · 8 years ago
  59. 2ee5b85 x86: baytrail: Conditionally report S3 in the ACPI table by Bin Meng · 8 years ago
  60. ef61f77 x86: Store and display previous sleep state by Bin Meng · 8 years ago
  61. acb4bf9 x86: fsp: acpi: Pass different boot mode to FSP init by Bin Meng · 8 years ago
  62. 6ed1092 x86: Add post codes for OS resume by Bin Meng · 8 years ago
  63. 4c762a6 x86: baytrail: acpi: Add APIs for determining/clearing sleep state by Bin Meng · 8 years ago
  64. ab702be x86: acpi: Add Kconfig option and header file for ACPI resume by Bin Meng · 8 years ago
  65. 7d2c201 x86: Introduce minimal PMU driver for Intel MID platforms by Andy Shevchenko · 8 years ago
  66. ee2e85f x86: Add SCU IPC driver for Intel MID platforms by Felipe Balbi · 8 years ago
  67. 6ab9107 board_f: Make relocation functions generic by Simon Glass · 8 years ago
  68. 6bbf83f board_f: Make init_helpers generic by Simon Glass · 8 years ago
  69. 4096e3a Move dram_init_banksize() to a common header by Simon Glass · 8 years ago
  70. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  71. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
  72. 37e706d x86: Move turbo_state to global_data by Simon Glass · 8 years ago
  73. f64d6f7 x86: Move pirq_routing_table to global_data by Simon Glass · 8 years ago
  74. 1e32ede x86: Support jumping from SPL to U-Boot by Simon Glass · 8 years ago
  75. 4a6bda5 x86: Fix up type sizes for 64-bit by Simon Glass · 8 years ago
  76. 249da61 x86: Drop flag_is_changable() on x86_64 by Simon Glass · 8 years ago
  77. 59d6820 x86: Fix up byteorder.h for x86_64 by Simon Glass · 8 years ago
  78. 590aef7 x86: Support global_data on x86_64 by Simon Glass · 8 years ago
  79. 16a624b x86: Move the i386 code into its own directory by Simon Glass · 8 years ago
  80. 030777d x86: Add an SPL implementation by Simon Glass · 8 years ago
  81. 2926545 x86: fsp: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  82. 39473e1 x86: Update mpspec to build on 64-bit machines by Simon Glass · 8 years ago
  83. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  84. 7c7a078 x86: Synchronize list of x86 subarchitectures (update bootparam.h) by Andy Shevchenko · 8 years ago
  85. 2ebeb44 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  86. 9beaa36 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 8 years ago
  87. 67f66bd cpu: Add get_vendor callback by Alexander Graf · 8 years ago
  88. fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  89. ee532d9 x86: Move table csum into separate file by Alexander Graf · 8 years ago
  90. 7078563 x86: Add implementations of setjmp() and longjmp() by Simon Glass · 8 years ago
  91. 120b041 x86: Move table csum into separate header by Alexander Graf · 8 years ago
  92. d628623 x86: Drop unused init_helper functions by Simon Glass · 8 years ago
  93. b154a2d dm: x86: Move link to use driver model for video by Simon Glass · 8 years ago
  94. 889111c x86: Add an accelerated memmove() function by Simon Glass · 8 years ago
  95. 58e41cc x86: Fix Linux v4.7+ zimage booting (update bootparam.h) by Stefan Roese · 8 years ago
  96. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  97. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  98. e20a69c x86: efi: Fix EFI 64-bit payload build warnings by Bin Meng · 8 years ago
  99. cad6de4 i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail) by Stefan Roese · 8 years ago
  100. 1daf477 x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE by Stefan Roese · 8 years ago