1. 3d9acea x86: apl: Avoid accessing the PCI bus before it is probed by Simon Glass · 4 years, 10 months ago
  2. 2153e8f x86: apl: Add FSP support by Simon Glass · 5 years ago
  3. 1fc5419 x86: apl: Add Kconfig and Makefile by Simon Glass · 5 years ago
  4. 46c674b x86: apl: Add P2SB driver by Simon Glass · 5 years ago
  5. 4dc0ab3 x86: apl: Add SPL/TPL init by Simon Glass · 5 years ago
  6. 6a4c237 x86: apl: Add a CPU driver by Simon Glass · 5 years ago
  7. 409d4c6 x86: apl: Add SPL loaders by Simon Glass · 5 years ago
  8. f5b18ae x86: apl: Add PUNIT driver by Simon Glass · 5 years ago
  9. 40fb08e x86: apl: Add PCH driver by Simon Glass · 5 years ago
  10. 8bd5dcd x86: apl: Add LPC driver by Simon Glass · 5 years ago
  11. 3a02f69 x86: apl: Add ITSS driver by Simon Glass · 5 years ago
  12. e5fb75c x86: apl: Add hostbridge driver by Simon Glass · 5 years ago
  13. bd47209 x86: apl: Add systemagent driver by Simon Glass · 5 years ago
  14. 7656582 x86: apl: Add UART driver by Simon Glass · 5 years ago
  15. 28eefef x86: apl: Add PMC driver by Simon Glass · 5 years ago
  16. baaeb92 x86: Move qemu CPU fixup function into its own file by Simon Glass · 5 years ago
  17. b84d4d0 x86: Add low-power subsystem (lpss) support by Simon Glass · 5 years ago
  18. f45e747 x86: Add support for newer CAR schemes by Simon Glass · 5 years ago
  19. 5924341 x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  20. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  21. b93757c x86: Define the SPL image start by Simon Glass · 5 years ago
  22. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 5 years ago
  23. 76ab9f2 x86: Drop unnecessary interrupt code for TPL by Simon Glass · 5 years ago
  24. caca13f x86: Drop unnecessary cpu code for TPL by Simon Glass · 5 years ago
  25. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 5 years ago
  26. d496162 x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 5 years ago
  27. 90ab311 x86: simplify ljmp to 32-bit code by Masahiro Yamada · 5 years ago
  28. 0d915a9 x86: use data32 directive instead of macro for operand-size prefix by Masahiro Yamada · 5 years ago
  29. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  30. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  31. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  32. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  33. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  34. 0e72ac7 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  35. ece3a46 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
  36. d362a08 x86: Reduce resetvec size by Simon Glass · 5 years ago
  37. b9e7c33 x86: Drop RESET_SEG_SIZE by Simon Glass · 5 years ago
  38. fd0ef89 x86: Drop RESET_BASE by Simon Glass · 5 years ago
  39. b377ebb x86: cpu: Don't include the cpu driver in TPL by Simon Glass · 5 years ago
  40. add3f4c x86: Add a function to set variable MTRRs by Simon Glass · 5 years ago
  41. 6ccb2f8 x86: Refactor mtrr_commit() to allow for shared code by Simon Glass · 5 years ago
  42. a275209 x86: Add new common CPU functions for turbo/burst mode by Simon Glass · 5 years ago
  43. f6d00da x86: Tidy up some duplicate MSR defines by Simon Glass · 5 years ago
  44. 2f0c2f0 x86: Add common functions for TDP and perf control by Simon Glass · 5 years ago
  45. 55a6b13 x86: Use a common bus clock for Intel CPUs by Simon Glass · 5 years ago
  46. 246ac08 x86: Add a common function to set CPU thermal target by Simon Glass · 5 years ago
  47. e2493a7 x86: Use a common definition of MSR_IA32_PERF_CTL by Simon Glass · 5 years ago
  48. a827ba9 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · 5 years ago
  49. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  50. bdeb2bc x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · 5 years ago
  51. 08deb6d x86: Add more comments to the start-up code by Simon Glass · 5 years ago
  52. 6172e94 x86: Change condition for using CAR by Simon Glass · 5 years ago
  53. c3863ea x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  54. 12c81b2 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  55. e46d00c x86: pci: Add a function to clear and set PCI config regs by Simon Glass · 5 years ago
  56. 1eeb557 x86: Add binman symbols to the image by Simon Glass · 5 years ago
  57. d3abc5d x86: Move common Intel CPU info code into a function by Simon Glass · 5 years ago
  58. e2adc36 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  59. 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  60. 980fe1a x86: tangier: Fix off-by-one error when preparing CSRT by Andy Shevchenko · 5 years ago
  61. 0c6352e x86: tangier: Reserve PCI ECAM in motherboard resources by Andy Shevchenko · 5 years ago
  62. 74b7635 x86: show UEFI images involved in crash by Heinrich Schuchardt · 5 years ago
  63. 2495c3a x86: qemu: Report high memory in the E820 table by Bin Meng · 5 years ago
  64. ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
  65. f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
  66. 8ad01ce x86: Remove x86 specific GD flags as they are not referenced at all by Stefan Roese · 5 years ago
  67. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  68. f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
  69. 14360bf x86: slimbootloader: Set TSC information for tsc_timer by Park, Aiden · 5 years ago
  70. 2869c3b x86: slimbootloader: Add serial driver by Park, Aiden · 5 years ago
  71. 1fb17ea x86: slimbootloader: Add memory configuration by Park, Aiden · 5 years ago
  72. 544293f x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
  73. 5e99fde x86: tangier: Populate CSRT for shared DMA controller by Andy Shevchenko · 5 years ago
  74. c974a3d watchdog: tangier: Convert to use WDT class by Andy Shevchenko · 5 years ago
  75. b52e9f0 x86: coreboot: make it possible to process unhandled tags by Christian Gmeiner · 6 years ago
  76. 048a92e Fix spelling of available. by Vagrant Cascadian · 6 years ago
  77. 49dffb7 x86: Add a way to jump from TPL to SPL by Simon Glass · 6 years ago
  78. bfeeb8d x86: broadwell: Update PCH to work in TPL by Simon Glass · 6 years ago
  79. 9fa31fc x86: Support TPL in Intel common code by Simon Glass · 6 years ago
  80. 2b36eab x86: broadwell: Implement PCH_REQ_PMBASE_INFO by Simon Glass · 6 years ago
  81. 9ffe7cd x86: ivybridge: Implement PCH_REQ_PMBASE_INFO by Simon Glass · 6 years ago
  82. 17903c0 x86: Add common Intel code for SPL by Simon Glass · 6 years ago
  83. c0052b6 x86: broadwell: Select refcode and CPU code for SPL by Simon Glass · 6 years ago
  84. 43294e6 x86: broadwell: Allow booting from SPL by Simon Glass · 6 years ago
  85. d68574a x86: Allow 16-bit init to be in TPL by Simon Glass · 6 years ago
  86. 051c31b x86: Add support for starting from SPL/TPL by Simon Glass · 6 years ago
  87. 9231206 x86: broadwell: Split CPU init by Simon Glass · 6 years ago
  88. 6b83b29 x86: broadwell: Move init of debug UART to cpu.c by Simon Glass · 6 years ago
  89. 4eabf1e x86: broadwell: Allow SDRAM init from SPL by Simon Glass · 6 years ago
  90. 9f6486b x86: broadwell: Improve SDRAM debugging output by Simon Glass · 6 years ago
  91. c0069e9 x86: Add a way to reinit the cpu by Simon Glass · 6 years ago
  92. 7b14023 x86: mp_init: Use proper error numbers by Simon Glass · 6 years ago
  93. 11b7cc3 x86: Update a stale comment about ifdtool by Simon Glass · 6 years ago
  94. 4a5fc6a x86: start64: Fix copyright message by Simon Glass · 6 years ago
  95. 3f3411e x86: broadwell: Add support for serial I/O devices by Simon Glass · 6 years ago
  96. c692f82 x86: broadwell: Don't bother probing the PCH for pinctrl by Simon Glass · 6 years ago
  97. 23e8bd7 x86: broadwell: Add support for the ADSP by Simon Glass · 6 years ago
  98. 6744c0d sound: x86: link: Add sound support by Simon Glass · 6 years ago
  99. 67b0cda x86: ivybridge: Add a way to get the HDA config setting by Simon Glass · 6 years ago
  100. bc1a8f0 x86: Use the existing GDT in the ROM for 64-bit U-Boot proper by Bin Meng · 6 years ago