1. 3d9acea x86: apl: Avoid accessing the PCI bus before it is probed by Simon Glass · 4 years, 9 months ago
  2. a1d6dc3 x86: Add chromebook_coral by Simon Glass · 4 years, 10 months ago
  3. 2153e8f x86: apl: Add FSP support by Simon Glass · 4 years, 10 months ago
  4. a9a4b68 x86: apl: Add FSP structures by Simon Glass · 4 years, 10 months ago
  5. 1fc5419 x86: apl: Add Kconfig and Makefile by Simon Glass · 4 years, 10 months ago
  6. 46c674b x86: apl: Add P2SB driver by Simon Glass · 4 years, 10 months ago
  7. 4dc0ab3 x86: apl: Add SPL/TPL init by Simon Glass · 4 years, 10 months ago
  8. 6a4c237 x86: apl: Add a CPU driver by Simon Glass · 4 years, 10 months ago
  9. 409d4c6 x86: apl: Add SPL loaders by Simon Glass · 4 years, 10 months ago
  10. f5b18ae x86: apl: Add PUNIT driver by Simon Glass · 4 years, 10 months ago
  11. 40fb08e x86: apl: Add PCH driver by Simon Glass · 4 years, 10 months ago
  12. 8bd5dcd x86: apl: Add LPC driver by Simon Glass · 4 years, 10 months ago
  13. 3a02f69 x86: apl: Add ITSS driver by Simon Glass · 4 years, 10 months ago
  14. e5fb75c x86: apl: Add hostbridge driver by Simon Glass · 4 years, 10 months ago
  15. bd47209 x86: apl: Add systemagent driver by Simon Glass · 4 years, 10 months ago
  16. 0a6f333 x86: apl: Add pinctrl driver by Simon Glass · 4 years, 10 months ago
  17. 7656582 x86: apl: Add UART driver by Simon Glass · 4 years, 10 months ago
  18. 28eefef x86: apl: Add PMC driver by Simon Glass · 4 years, 10 months ago
  19. 5690d5c x86: apl: Add basic IO addresses by Simon Glass · 4 years, 10 months ago
  20. baaeb92 x86: Move qemu CPU fixup function into its own file by Simon Glass · 4 years, 10 months ago
  21. 74749f1 x86: Add a generic Intel pinctrl driver by Simon Glass · 4 years, 10 months ago
  22. b84d4d0 x86: Add low-power subsystem (lpss) support by Simon Glass · 4 years, 10 months ago
  23. 86c70e9 x86: Make MSR_PKG_POWER_SKU common by Simon Glass · 4 years, 10 months ago
  24. df81abd x86: Separate out U-Boot and device tree in ROM image by Simon Glass · 4 years, 10 months ago
  25. 4f1f507 x86: Don't repeat microcode in U-Boot if not needed by Simon Glass · 4 years, 10 months ago
  26. 624c70b x86: Add an fdtmap and image-header by Simon Glass · 4 years, 10 months ago
  27. 28d7d76 x86: Add an option to control the position of SPL by Simon Glass · 4 years, 10 months ago
  28. b311295 x86: Add an option to control the position of U-Boot by Simon Glass · 4 years, 10 months ago
  29. dda8e3e x86: Update .dtsi file for FSP2 by Simon Glass · 4 years, 10 months ago
  30. 86a8fb3 x86: Disable microcode section for FSP2 by Simon Glass · 4 years, 10 months ago
  31. f45e747 x86: Add support for newer CAR schemes by Simon Glass · 4 years, 10 months ago
  32. 2e2a003 x86: Add an option to include a FIT by Simon Glass · 4 years, 10 months ago
  33. fb96dee x86: Don't include the BIOS emulator in TPL by Simon Glass · 4 years, 10 months ago
  34. af80192 x86: fsp: Make the notify API call common by Simon Glass · 4 years, 10 months ago
  35. 748ff53 x86: fsp: Allow remembering the location of FSP-S by Simon Glass · 4 years, 10 months ago
  36. e98791a x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 4 years, 10 months ago
  37. cf87d3b x86: fsp: Add FSP2 base support by Simon Glass · 4 years, 10 months ago
  38. f42af29 x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 4 years, 10 months ago
  39. f09d4ed x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 4 years, 10 months ago
  40. 5924341 x86: Allow interrupt to happen once by Simon Glass · 4 years, 10 months ago
  41. 4279110 x86: Set up the MTRR for SDRAM by Simon Glass · 4 years, 10 months ago
  42. ea4e97a x86: Set the DRAM banks to reflect real location by Simon Glass · 4 years, 10 months ago
  43. 22e0de3 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 4 years, 10 months ago
  44. fa6cc1d x86: Don't export mrccache_update() by Simon Glass · 4 years, 10 months ago
  45. 0a0b09b x86: Add mrccache support for a 'variable' cache by Simon Glass · 4 years, 10 months ago
  46. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 4 years, 10 months ago
  47. 83f288f x86: Tidy up error handling in mrccache_save() by Simon Glass · 4 years, 10 months ago
  48. 37a508f x86: Add a new global_data member for the cache record by Simon Glass · 4 years, 10 months ago
  49. 506f224 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 4 years, 10 months ago
  50. 87f1084 x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 4 years, 10 months ago
  51. 0ad9b6a x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 4 years, 10 months ago
  52. 112629c x86: Reduce mrccache record alignment size by Simon Glass · 4 years, 10 months ago
  53. b93757c x86: Define the SPL image start by Simon Glass · 4 years, 10 months ago
  54. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 4 years, 10 months ago
  55. 76ab9f2 x86: Drop unnecessary interrupt code for TPL by Simon Glass · 4 years, 10 months ago
  56. caca13f x86: Drop unnecessary cpu code for TPL by Simon Glass · 4 years, 10 months ago
  57. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 4 years, 10 months ago
  58. d496162 x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 4 years, 10 months ago
  59. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 4 years, 10 months ago
  60. 90ab311 x86: simplify ljmp to 32-bit code by Masahiro Yamada · 4 years, 10 months ago
  61. 0d915a9 x86: use data32 directive instead of macro for operand-size prefix by Masahiro Yamada · 4 years, 10 months ago
  62. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 10 months ago
  63. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 10 months ago
  64. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  65. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  66. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  67. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 4 years, 10 months ago
  68. 73c6cd6 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  69. 09455d3 x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  70. 0e72ac7 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  71. ece3a46 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
  72. 0ced70a x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  73. c0e2c81 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  74. a478a26 x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  75. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  76. d362a08 x86: Reduce resetvec size by Simon Glass · 5 years ago
  77. b9e7c33 x86: Drop RESET_SEG_SIZE by Simon Glass · 5 years ago
  78. fd0ef89 x86: Drop RESET_BASE by Simon Glass · 5 years ago
  79. 530bec9 x86: Update Kconfig options for FSP1 by Simon Glass · 5 years ago
  80. ca4e408 x86: Add a function to find the size of an mrccache record by Simon Glass · 5 years ago
  81. 3d95688 x86: Panic when SPL or TPL fail by Simon Glass · 5 years ago
  82. cc2d27d x86: Use mtrr_commit() with FSP2 by Simon Glass · 5 years ago
  83. b377ebb x86: cpu: Don't include the cpu driver in TPL by Simon Glass · 5 years ago
  84. add3f4c x86: Add a function to set variable MTRRs by Simon Glass · 5 years ago
  85. 6ccb2f8 x86: Refactor mtrr_commit() to allow for shared code by Simon Glass · 5 years ago
  86. 12e927b x86: Allow the PCH and LPC uclasses to work with of-platdata by Simon Glass · 5 years ago
  87. a275209 x86: Add new common CPU functions for turbo/burst mode by Simon Glass · 5 years ago
  88. f6d00da x86: Tidy up some duplicate MSR defines by Simon Glass · 5 years ago
  89. 2f0c2f0 x86: Add common functions for TDP and perf control by Simon Glass · 5 years ago
  90. 55a6b13 x86: Use a common bus clock for Intel CPUs by Simon Glass · 5 years ago
  91. 246ac08 x86: Add a common function to set CPU thermal target by Simon Glass · 5 years ago
  92. e2493a7 x86: Use a common definition of MSR_IA32_PERF_CTL by Simon Glass · 5 years ago
  93. a827ba9 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · 5 years ago
  94. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  95. bdeb2bc x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · 5 years ago
  96. ebe002c x86: Add various MTRR indexes and values by Simon Glass · 5 years ago
  97. 08deb6d x86: Add more comments to the start-up code by Simon Glass · 5 years ago
  98. 6172e94 x86: Change condition for using CAR by Simon Glass · 5 years ago
  99. c3863ea x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  100. 12c81b2 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago