1. 20af0ff x86: Add an option to control the position of U-Boot by Simon Glass · 5 years ago
  2. f8dc7f4 x86: Update .dtsi file for FSP2 by Simon Glass · 5 years ago
  3. 3c4b98f x86: Disable microcode section for FSP2 by Simon Glass · 5 years ago
  4. 8f963e1 x86: Add support for newer CAR schemes by Simon Glass · 5 years ago
  5. 7dbabbb x86: Add an option to include a FIT by Simon Glass · 5 years ago
  6. e8e014c x86: Don't include the BIOS emulator in TPL by Simon Glass · 5 years ago
  7. 2cf3a5a x86: fsp: Make the notify API call common by Simon Glass · 5 years ago
  8. 26561da x86: fsp: Allow remembering the location of FSP-S by Simon Glass · 5 years ago
  9. adee5ea x86: fsp: Set up an MTRR for the graphics frame buffer by Simon Glass · 5 years ago
  10. 466c785 x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
  11. 58a23fb x86: fsp: Correct wrong header inlude in fsp_support.c by Simon Glass · 5 years ago
  12. 8965ef2 x86: fsp: Make graphics support common to FSP1/2 by Simon Glass · 5 years ago
  13. 25271ae x86: Allow interrupt to happen once by Simon Glass · 5 years ago
  14. 8ccadee x86: Set up the MTRR for SDRAM by Simon Glass · 5 years ago
  15. 75545f7 x86: Set the DRAM banks to reflect real location by Simon Glass · 5 years ago
  16. 9de1027 x86: Move fsp_prepare_mrc_cache() to fsp1 directory by Simon Glass · 5 years ago
  17. 6e1b956 x86: Don't export mrccache_update() by Simon Glass · 5 years ago
  18. b5b0aff x86: Add mrccache support for a 'variable' cache by Simon Glass · 5 years ago
  19. 91efff5 x86: Update mrccache to support multiple caches by Simon Glass · 5 years ago
  20. 1b9d815 x86: Tidy up error handling in mrccache_save() by Simon Glass · 5 years ago
  21. c3d0c23 x86: Add a new global_data member for the cache record by Simon Glass · 5 years ago
  22. 4e988f9 x86: Adjust mrccache_get_region() to support get_mmap() by Simon Glass · 5 years ago
  23. 9d25f2e x86: Adjust mrccache_get_region() to use livetree by Simon Glass · 5 years ago
  24. d553f97 x86: Correct mrccache find_next_mrc_cache() calculation by Simon Glass · 5 years ago
  25. 91c0736 x86: Reduce mrccache record alignment size by Simon Glass · 5 years ago
  26. 7a13138 x86: Define the SPL image start by Simon Glass · 5 years ago
  27. ff418d9 x86: Move UCLASS_IRQ into a separate file by Simon Glass · 5 years ago
  28. a53cffe x86: Drop unnecessary interrupt code for TPL by Simon Glass · 5 years ago
  29. dd45a7a x86: Drop unnecessary cpu code for TPL by Simon Glass · 5 years ago
  30. d3edd42 x86: timer: use a timer base of 0 by Simon Glass · 5 years ago
  31. ec1a30c x86: spi: Add helper functions for Intel Fast SPI by Simon Glass · 5 years ago
  32. f5bdce2 i2c: designware: Avoid using static data by Simon Glass · 5 years ago
  33. 80f283b x86: simplify ljmp to 32-bit code by Masahiro Yamada · 5 years ago
  34. 19f2a6d x86: use data32 directive instead of macro for operand-size prefix by Masahiro Yamada · 5 years ago
  35. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  36. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  37. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  38. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  39. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  40. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  41. 2d91068 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  42. 662c17d x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  43. 81f1462 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  44. dc44467 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
  45. 7b8a558 x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  46. 0b3c576 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  47. ed10a4f x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  48. abab18c binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  49. 23c2ea96 x86: Reduce resetvec size by Simon Glass · 5 years ago
  50. d96544d x86: Drop RESET_SEG_SIZE by Simon Glass · 5 years ago
  51. e6f5c32 x86: Drop RESET_BASE by Simon Glass · 5 years ago
  52. 1efffd6 x86: Update Kconfig options for FSP1 by Simon Glass · 5 years ago
  53. 040bef1 x86: Add a function to find the size of an mrccache record by Simon Glass · 5 years ago
  54. 11ba714 x86: Panic when SPL or TPL fail by Simon Glass · 5 years ago
  55. a72a7ab x86: Use mtrr_commit() with FSP2 by Simon Glass · 5 years ago
  56. 212ee45 x86: cpu: Don't include the cpu driver in TPL by Simon Glass · 5 years ago
  57. 753297d x86: Add a function to set variable MTRRs by Simon Glass · 5 years ago
  58. 3552059 x86: Refactor mtrr_commit() to allow for shared code by Simon Glass · 5 years ago
  59. d164213 x86: Allow the PCH and LPC uclasses to work with of-platdata by Simon Glass · 5 years ago
  60. a016368 x86: Add new common CPU functions for turbo/burst mode by Simon Glass · 5 years ago
  61. 05e85b9 x86: Tidy up some duplicate MSR defines by Simon Glass · 5 years ago
  62. b12689d x86: Add common functions for TDP and perf control by Simon Glass · 5 years ago
  63. 4347d83 x86: Use a common bus clock for Intel CPUs by Simon Glass · 5 years ago
  64. 23a6ca9 x86: Add a common function to set CPU thermal target by Simon Glass · 5 years ago
  65. 76ae027 x86: Use a common definition of MSR_IA32_PERF_CTL by Simon Glass · 5 years ago
  66. a546458 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · 5 years ago
  67. 5c2aabf x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  68. 7ab72de x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · 5 years ago
  69. ca1c61e x86: Add various MTRR indexes and values by Simon Glass · 5 years ago
  70. 202a096 x86: Add more comments to the start-up code by Simon Glass · 5 years ago
  71. 9e60b43 x86: Change condition for using CAR by Simon Glass · 5 years ago
  72. 2562808 x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  73. 42bf3b9 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  74. 19da9c4 x86: spl: Reduce priority of the basic SPL image loader by Simon Glass · 5 years ago
  75. 39c6f9b x86: spl: Use hang() instead of a while() loop by Simon Glass · 5 years ago
  76. 7567787 x86: pci: Add a function to clear and set PCI config regs by Simon Glass · 5 years ago
  77. 5a4e018 x86: Add binman symbols to the image by Simon Glass · 5 years ago
  78. aba3c60 x86: Move common Intel CPU info code into a function by Simon Glass · 5 years ago
  79. fffb220 x86: fsp: Add access to variable MRC data by Simon Glass · 5 years ago
  80. 99bb201 x86: fsp: Add a few more definitions for FSP2 by Simon Glass · 5 years ago
  81. 80c726f x86: fsp: Move common support functions into a common file by Simon Glass · 5 years ago
  82. ac4df6f x86: Move common fsp functions into a common file by Simon Glass · 5 years ago
  83. ddb39b2 x86: fsp: Move common dram functions into a common file by Simon Glass · 5 years ago
  84. e464d6e x86: fsp: Tidy up comment style a little by Simon Glass · 5 years ago
  85. f755a45 x86: fsp: Use if() instead of #ifdef by Simon Glass · 5 years ago
  86. ef8a2dd x86: fsp: Create a common fsp_support.h header by Simon Glass · 5 years ago
  87. 1372414 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  88. 4b6e2bb x86: Move fsp_ffs.h include to fsp_arch.h by Simon Glass · 5 years ago
  89. 3206688 x86: Move fsp_bootmode.h to the generic fsp directory by Simon Glass · 5 years ago
  90. 0b7df8a x86: Move fsp_infoheader.h to the generic fsp directory by Simon Glass · 5 years ago
  91. 7cd23b1 x86: Move fsp_hob.h to the generic fsp directory by Simon Glass · 5 years ago
  92. 6fd4e0b x86: Move fsp_fv.h to the generic fsp directory by Simon Glass · 5 years ago
  93. d7004b9 x86: Move fsp_types.h to the generic fsp directory by Simon Glass · 5 years ago
  94. b56ddd9 x86: Move fsp_api.h inclusion out of fsp_support.h by Simon Glass · 5 years ago
  95. e0e4b64 x86: Create a new fsp_arch.h header by Simon Glass · 5 years ago
  96. 788ed15 x86: Move fsp_azalia.h to the generic fsp directory by Simon Glass · 5 years ago
  97. 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  98. d87a21d x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 5 years ago
  99. 864816a x86: tangier: Use spaces over TABs in ASL code by Andy Shevchenko · 5 years ago
  100. 613092b x86: tangier: Fix off-by-one error when preparing CSRT by Andy Shevchenko · 5 years ago