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