1. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  2. bdeb2bc x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · 5 years ago
  3. 08deb6d x86: Add more comments to the start-up code by Simon Glass · 5 years ago
  4. 6172e94 x86: Change condition for using CAR by Simon Glass · 5 years ago
  5. c3863ea x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  6. 12c81b2 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  7. e46d00c x86: pci: Add a function to clear and set PCI config regs by Simon Glass · 5 years ago
  8. 1eeb557 x86: Add binman symbols to the image by Simon Glass · 5 years ago
  9. d3abc5d x86: Move common Intel CPU info code into a function by Simon Glass · 5 years ago
  10. e2adc36 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  11. 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  12. 980fe1a x86: tangier: Fix off-by-one error when preparing CSRT by Andy Shevchenko · 5 years ago
  13. 0c6352e x86: tangier: Reserve PCI ECAM in motherboard resources by Andy Shevchenko · 5 years ago
  14. 74b7635 x86: show UEFI images involved in crash by Heinrich Schuchardt · 5 years ago
  15. 2495c3a x86: qemu: Report high memory in the E820 table by Bin Meng · 5 years ago
  16. ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
  17. f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
  18. 8ad01ce x86: Remove x86 specific GD flags as they are not referenced at all by Stefan Roese · 5 years ago
  19. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  20. f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
  21. 14360bf x86: slimbootloader: Set TSC information for tsc_timer by Park, Aiden · 5 years ago
  22. 2869c3b x86: slimbootloader: Add serial driver by Park, Aiden · 5 years ago
  23. 1fb17ea x86: slimbootloader: Add memory configuration by Park, Aiden · 5 years ago
  24. 544293f x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
  25. 5e99fde x86: tangier: Populate CSRT for shared DMA controller by Andy Shevchenko · 6 years ago
  26. c974a3d watchdog: tangier: Convert to use WDT class by Andy Shevchenko · 6 years ago
  27. b52e9f0 x86: coreboot: make it possible to process unhandled tags by Christian Gmeiner · 6 years ago
  28. 048a92e Fix spelling of available. by Vagrant Cascadian · 6 years ago
  29. 49dffb7 x86: Add a way to jump from TPL to SPL by Simon Glass · 6 years ago
  30. bfeeb8d x86: broadwell: Update PCH to work in TPL by Simon Glass · 6 years ago
  31. 9fa31fc x86: Support TPL in Intel common code by Simon Glass · 6 years ago
  32. 2b36eab x86: broadwell: Implement PCH_REQ_PMBASE_INFO by Simon Glass · 6 years ago
  33. 9ffe7cd x86: ivybridge: Implement PCH_REQ_PMBASE_INFO by Simon Glass · 6 years ago
  34. 17903c0 x86: Add common Intel code for SPL by Simon Glass · 6 years ago
  35. c0052b6 x86: broadwell: Select refcode and CPU code for SPL by Simon Glass · 6 years ago
  36. 43294e6 x86: broadwell: Allow booting from SPL by Simon Glass · 6 years ago
  37. d68574a x86: Allow 16-bit init to be in TPL by Simon Glass · 6 years ago
  38. 051c31b x86: Add support for starting from SPL/TPL by Simon Glass · 6 years ago
  39. 9231206 x86: broadwell: Split CPU init by Simon Glass · 6 years ago
  40. 6b83b29 x86: broadwell: Move init of debug UART to cpu.c by Simon Glass · 6 years ago
  41. 4eabf1e x86: broadwell: Allow SDRAM init from SPL by Simon Glass · 6 years ago
  42. 9f6486b x86: broadwell: Improve SDRAM debugging output by Simon Glass · 6 years ago
  43. c0069e9 x86: Add a way to reinit the cpu by Simon Glass · 6 years ago
  44. 7b14023 x86: mp_init: Use proper error numbers by Simon Glass · 6 years ago
  45. 11b7cc3 x86: Update a stale comment about ifdtool by Simon Glass · 6 years ago
  46. 4a5fc6a x86: start64: Fix copyright message by Simon Glass · 6 years ago
  47. 3f3411e x86: broadwell: Add support for serial I/O devices by Simon Glass · 6 years ago
  48. c692f82 x86: broadwell: Don't bother probing the PCH for pinctrl by Simon Glass · 6 years ago
  49. 23e8bd7 x86: broadwell: Add support for the ADSP by Simon Glass · 6 years ago
  50. 6744c0d sound: x86: link: Add sound support by Simon Glass · 6 years ago
  51. 67b0cda x86: ivybridge: Add a way to get the HDA config setting by Simon Glass · 6 years ago
  52. bc1a8f0 x86: Use the existing GDT in the ROM for 64-bit U-Boot proper by Bin Meng · 6 years ago
  53. 9168326 x86: Don't copy the cpu_call64() function to a hardcoded address by Bin Meng · 6 years ago
  54. dbb0696 x86: Change 4-level page table base address to low memory by Bin Meng · 6 years ago
  55. 2f41ade linker: Modify linker scripts to be more generic by Tom Rini · 6 years ago
  56. 9259c92 x86: Kconfig: spelling fixes by Chris Packham · 6 years ago
  57. d3d6531 efi: payload: only init usb if necessary by Bin Meng · 6 years ago
  58. f86bd76 coreboot: only init usb if necessary by Thomas RIENOESSL · 6 years ago
  59. da4cfa6 x86: make the LAPIC / IOAPIC construct switchable with Kconfig by Hannes Schmelzer · 6 years ago
  60. c337e1a cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers by Bin Meng · 6 years ago
  61. ef329a6 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  62. 3d2be80 x86: Fix car_uninit weak symbol definition by Bin Meng · 6 years ago
  63. a39f055 x86: quark: Specify X86_TSC_TIMER_EARLY_FREQ by Bin Meng · 6 years ago
  64. 49d5ff4 x86: Fix the mystery of printch() during 64-bit boot by Bin Meng · 6 years ago
  65. 2c78a79 x86: put global data pointer into the .data section by Heinrich Schuchardt · 6 years ago
  66. 590cee8 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · 6 years ago
  67. 355c9b7 x86: tangier: pinmux: add API to configure protected pins by Georgii Staroselskii · 6 years ago
  68. 1fdeacd x86: zimage: Support booting Linux kernel from an EFI payload by Bin Meng · 6 years ago
  69. aac7925 x86: efi: payload: Install E820 map from EFI memory map by Bin Meng · 6 years ago
  70. 2669999 Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  71. 6331cb2 x86: Include bss subsections in linker script by Alexander Graf · 6 years ago
  72. ceeee8f x86: coreboot: Add generic coreboot payload support by Bin Meng · 6 years ago
  73. 42a3d42 x86: Add efi_loader bits to x86_64 linker script by Alexander Graf · 7 years ago
  74. 7e21fbc efi_loader: Rename sections to allow for implicit data by Alexander Graf · 7 years ago
  75. 474a62b x86: acpi: Don't touch ACPI hardware in write_acpi_tables() by Bin Meng · 6 years ago
  76. a0609a8 x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library by Bin Meng · 6 years ago
  77. b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 6 years ago
  78. 4c99ccf x86: tangier: Add a sysreset driver by Bin Meng · 6 years ago
  79. 1ac10ab x86: quark: acpi: Add full reset bit to the reset register value in FADT by Bin Meng · 7 years ago
  80. 8199a14 x86: Use microcode update from device tree for all processors by Ivan Gorinov · 7 years ago
  81. fc48ebe x86: Add scsi command to coreboot and qemu by Bin Meng · 7 years ago
  82. 5983747 x86: efi: payload: Count in conventional memory above 4GB in DRAM bank by Bin Meng · 7 years ago
  83. 1ab2c01 x86: efi-x86_payload: Enable usb keyboard during boot by Bin Meng · 7 years ago
  84. 9649273 x86: Add 64-bit setjmp/longjmp implementation by Ivan Gorinov · 7 years ago
  85. cbd29ef x86: qemu: do not build car.o with start64.o by Heinrich Schuchardt · 7 years ago
  86. 0102023 x86: efi: app: Display correct CPU info during boot by Bin Meng · 7 years ago
  87. 3ebd892 x86: Rename efi-x86 target to efi-x86_app by Bin Meng · 7 years ago
  88. 252d41f x86: baytrail: Drop EFI-specific test logics by Bin Meng · 7 years ago
  89. 93c7b87 x86: Drop QEMU-specific EFI payload support by Bin Meng · 7 years ago
  90. 3773c6a x86: efi: payload: Add arch_cpu_init() by Bin Meng · 7 years ago
  91. 4f1dacd x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · 7 years ago
  92. 51050ff x86: irq: Support discrete PIRQ routing registers via device tree by Bin Meng · 7 years ago
  93. dcec5d5 x86: irq: Parse number of PIRQ links from device tree by Bin Meng · 7 years ago
  94. 16dde89 x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes by Bin Meng · 7 years ago
  95. fcfc8a8 x86: Conditionally build the pinctrl_ich6 driver by Bin Meng · 7 years ago
  96. 594d089 x86: irq: Change LINK_V2N and LINK_N2V to inline functions by Bin Meng · 7 years ago
  97. bc728b1 x86: irq: Remove chipset specific irq router drivers by Bin Meng · 7 years ago
  98. a8542ad x86: ivybridge: Drop CONFIG_USBDEBUG by Bin Meng · 7 years ago
  99. 7d0bc17 x86: ivybridge: Enable 206ax cpu driver for FSP build by Bin Meng · 7 years ago
  100. b173b4e x86: ivybridge: Imply USB_XHCI_HCD by Bin Meng · 7 years ago