1. 03fe85a x86: itss: Remove apl-prefix by Wolfgang Wallner · 4 years, 9 months ago
  2. 1d5bf32 x86: itss: Add a Kconfig option to enable/disable ITSS driver by Wolfgang Wallner · 4 years, 9 months ago
  3. 43709fa x86: Move itss.c from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 9 months ago
  4. 142c975 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 9 months ago
  5. 7d53b5a x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS files by Wolfgang Wallner · 4 years, 9 months ago
  6. 2fa863e x86: limit the fs segment to the pointer size by Masahiro Yamada · 4 years, 10 months ago
  7. 0d67fac x86: use invd instead of wbinvd in real mode start code by Masahiro Yamada · 4 years, 10 months ago
  8. 18416ba x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 4 years, 10 months ago
  9. b7c1e67 x86: Move coreboot over to use the coreboot UART by Simon Glass · 4 years, 10 months ago
  10. 8c3ccb3 x86: Update coreboot serial table struct by Simon Glass · 4 years, 10 months ago
  11. c0a5a81 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 9 months ago
  12. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  13. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  14. 35a3f87 common: Move ll_boot_init() to init.h by Simon Glass · 4 years, 10 months ago
  15. 3d9acea x86: apl: Avoid accessing the PCI bus before it is probed by Simon Glass · 4 years, 10 months ago
  16. a1d6dc3 x86: Add chromebook_coral by Simon Glass · 4 years, 11 months ago
  17. 2153e8f x86: apl: Add FSP support by Simon Glass · 4 years, 11 months ago
  18. a9a4b68 x86: apl: Add FSP structures by Simon Glass · 4 years, 11 months ago
  19. 1fc5419 x86: apl: Add Kconfig and Makefile by Simon Glass · 4 years, 11 months ago
  20. 46c674b x86: apl: Add P2SB driver by Simon Glass · 4 years, 11 months ago
  21. 4dc0ab3 x86: apl: Add SPL/TPL init by Simon Glass · 4 years, 11 months ago
  22. 6a4c237 x86: apl: Add a CPU driver by Simon Glass · 4 years, 11 months ago
  23. 409d4c6 x86: apl: Add SPL loaders by Simon Glass · 4 years, 11 months ago
  24. f5b18ae x86: apl: Add PUNIT driver by Simon Glass · 4 years, 11 months ago
  25. 40fb08e x86: apl: Add PCH driver by Simon Glass · 4 years, 11 months ago
  26. 8bd5dcd x86: apl: Add LPC driver by Simon Glass · 4 years, 11 months ago
  27. 3a02f69 x86: apl: Add ITSS driver by Simon Glass · 4 years, 11 months ago
  28. e5fb75c x86: apl: Add hostbridge driver by Simon Glass · 4 years, 11 months ago
  29. bd47209 x86: apl: Add systemagent driver by Simon Glass · 4 years, 11 months ago
  30. 0a6f333 x86: apl: Add pinctrl driver by Simon Glass · 4 years, 11 months ago
  31. 7656582 x86: apl: Add UART driver by Simon Glass · 4 years, 11 months ago
  32. 28eefef x86: apl: Add PMC driver by Simon Glass · 4 years, 11 months ago
  33. 5690d5c x86: apl: Add basic IO addresses by Simon Glass · 4 years, 11 months ago
  34. baaeb92 x86: Move qemu CPU fixup function into its own file by Simon Glass · 4 years, 11 months ago
  35. 74749f1 x86: Add a generic Intel pinctrl driver by Simon Glass · 4 years, 11 months ago
  36. b84d4d0 x86: Add low-power subsystem (lpss) support by Simon Glass · 4 years, 11 months ago
  37. 86c70e9 x86: Make MSR_PKG_POWER_SKU common by Simon Glass · 4 years, 11 months ago
  38. df81abd x86: Separate out U-Boot and device tree in ROM image by Simon Glass · 4 years, 11 months ago
  39. 4f1f507 x86: Don't repeat microcode in U-Boot if not needed by Simon Glass · 4 years, 11 months ago
  40. 624c70b x86: Add an fdtmap and image-header by Simon Glass · 4 years, 11 months ago
  41. 28d7d76 x86: Add an option to control the position of SPL by Simon Glass · 4 years, 11 months ago
  42. b311295 x86: Add an option to control the position of U-Boot by Simon Glass · 4 years, 11 months ago
  43. dda8e3e x86: Update .dtsi file for FSP2 by Simon Glass · 4 years, 11 months ago
  44. 86a8fb3 x86: Disable microcode section for FSP2 by Simon Glass · 4 years, 11 months ago
  45. f45e747 x86: Add support for newer CAR schemes by Simon Glass · 4 years, 11 months ago
  46. 2e2a003 x86: Add an option to include a FIT by Simon Glass · 4 years, 11 months ago
  47. fb96dee x86: Don't include the BIOS emulator in TPL by Simon Glass · 4 years, 11 months ago
  48. af80192 x86: fsp: Make the notify API call common by Simon Glass · 4 years, 11 months ago
  49. 748ff53 x86: fsp: Allow remembering the location of FSP-S by Simon Glass · 4 years, 11 months ago
  50. e98791a x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 4 years, 11 months ago
  51. cf87d3b x86: fsp: Add FSP2 base support by Simon Glass · 4 years, 11 months ago
  52. f42af29 x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 4 years, 11 months ago
  53. f09d4ed x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 4 years, 11 months ago
  54. 5924341 x86: Allow interrupt to happen once by Simon Glass · 4 years, 11 months ago
  55. 4279110 x86: Set up the MTRR for SDRAM by Simon Glass · 4 years, 11 months ago
  56. ea4e97a x86: Set the DRAM banks to reflect real location by Simon Glass · 4 years, 11 months ago
  57. 22e0de3 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 4 years, 11 months ago
  58. fa6cc1d x86: Don't export mrccache_update() by Simon Glass · 4 years, 11 months ago
  59. 0a0b09b x86: Add mrccache support for a 'variable' cache by Simon Glass · 4 years, 11 months ago
  60. 515e817 x86: Update mrccache to support multiple caches by Simon Glass · 4 years, 11 months ago
  61. 83f288f x86: Tidy up error handling in mrccache_save() by Simon Glass · 4 years, 11 months ago
  62. 37a508f x86: Add a new global_data member for the cache record by Simon Glass · 4 years, 11 months ago
  63. 506f224 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 4 years, 11 months ago
  64. 87f1084 x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 4 years, 11 months ago
  65. 0ad9b6a x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 4 years, 11 months ago
  66. 112629c x86: Reduce mrccache record alignment size by Simon Glass · 4 years, 11 months ago
  67. b93757c x86: Define the SPL image start by Simon Glass · 4 years, 11 months ago
  68. 79d66a6 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 4 years, 11 months ago
  69. 76ab9f2 x86: Drop unnecessary interrupt code for TPL by Simon Glass · 4 years, 11 months ago
  70. caca13f x86: Drop unnecessary cpu code for TPL by Simon Glass · 4 years, 11 months ago
  71. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 4 years, 11 months ago
  72. d496162 x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 4 years, 11 months ago
  73. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 4 years, 11 months ago
  74. 90ab311 x86: simplify ljmp to 32-bit code by Masahiro Yamada · 4 years, 11 months ago
  75. 0d915a9 x86: use data32 directive instead of macro for operand-size prefix by Masahiro Yamada · 4 years, 11 months ago
  76. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  77. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  78. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  79. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  80. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  81. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  82. 73c6cd6 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  83. 09455d3 x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  84. 0e72ac7 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  85. ece3a46 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
  86. 0ced70a x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  87. c0e2c81 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  88. a478a26 x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  89. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  90. d362a08 x86: Reduce resetvec size by Simon Glass · 5 years ago
  91. b9e7c33 x86: Drop RESET_SEG_SIZE by Simon Glass · 5 years ago
  92. fd0ef89 x86: Drop RESET_BASE by Simon Glass · 5 years ago
  93. 530bec9 x86: Update Kconfig options for FSP1 by Simon Glass · 5 years ago
  94. ca4e408 x86: Add a function to find the size of an mrccache record by Simon Glass · 5 years ago
  95. 3d95688 x86: Panic when SPL or TPL fail by Simon Glass · 5 years ago
  96. cc2d27d x86: Use mtrr_commit() with FSP2 by Simon Glass · 5 years ago
  97. b377ebb x86: cpu: Don't include the cpu driver in TPL by Simon Glass · 5 years ago
  98. add3f4c x86: Add a function to set variable MTRRs by Simon Glass · 5 years ago
  99. 6ccb2f8 x86: Refactor mtrr_commit() to allow for shared code by Simon Glass · 5 years ago
  100. 12e927b x86: Allow the PCH and LPC uclasses to work with of-platdata by Simon Glass · 5 years ago