1. 8d72d5b i2c: designware: Avoid using static data by Simon Glass · 5 years ago
  2. 90ab311 x86: simplify ljmp to 32-bit code by Masahiro Yamada · 5 years ago
  3. 0d915a9 x86: use data32 directive instead of macro for operand-size prefix by Masahiro Yamada · 5 years ago
  4. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
  5. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  6. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  7. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  8. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  9. 30c7c43 common: Move checkcpu() out of common.h by Simon Glass · 5 years ago
  10. 73c6cd6 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  11. 09455d3 x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  12. 0e72ac7 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  13. ece3a46 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
  14. 0ced70a x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  15. c0e2c81 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  16. a478a26 x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  17. 5e23918 binman: x86: Separate out 16-bit reset and init code by Simon Glass · 5 years ago
  18. d362a08 x86: Reduce resetvec size by Simon Glass · 5 years ago
  19. b9e7c33 x86: Drop RESET_SEG_SIZE by Simon Glass · 5 years ago
  20. fd0ef89 x86: Drop RESET_BASE by Simon Glass · 5 years ago
  21. 530bec9 x86: Update Kconfig options for FSP1 by Simon Glass · 5 years ago
  22. ca4e408 x86: Add a function to find the size of an mrccache record by Simon Glass · 5 years ago
  23. 3d95688 x86: Panic when SPL or TPL fail by Simon Glass · 5 years ago
  24. cc2d27d x86: Use mtrr_commit() with FSP2 by Simon Glass · 5 years ago
  25. b377ebb x86: cpu: Don't include the cpu driver in TPL by Simon Glass · 5 years ago
  26. add3f4c x86: Add a function to set variable MTRRs by Simon Glass · 5 years ago
  27. 6ccb2f8 x86: Refactor mtrr_commit() to allow for shared code by Simon Glass · 5 years ago
  28. 12e927b x86: Allow the PCH and LPC uclasses to work with of-platdata by Simon Glass · 5 years ago
  29. a275209 x86: Add new common CPU functions for turbo/burst mode by Simon Glass · 5 years ago
  30. f6d00da x86: Tidy up some duplicate MSR defines by Simon Glass · 5 years ago
  31. 2f0c2f0 x86: Add common functions for TDP and perf control by Simon Glass · 5 years ago
  32. 55a6b13 x86: Use a common bus clock for Intel CPUs by Simon Glass · 5 years ago
  33. 246ac08 x86: Add a common function to set CPU thermal target by Simon Glass · 5 years ago
  34. e2493a7 x86: Use a common definition of MSR_IA32_PERF_CTL by Simon Glass · 5 years ago
  35. a827ba9 x86: pci: Drop the first parameter in pci_x86_r/w_config() by Simon Glass · 5 years ago
  36. 49a0f8c x86: Move acpi_s3.h to a common location by Simon Glass · 5 years ago
  37. bdeb2bc x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMIT by Simon Glass · 5 years ago
  38. ebe002c x86: Add various MTRR indexes and values by Simon Glass · 5 years ago
  39. 08deb6d x86: Add more comments to the start-up code by Simon Glass · 5 years ago
  40. 6172e94 x86: Change condition for using CAR by Simon Glass · 5 years ago
  41. c3863ea x86: fsp: Save usable RAM and hob_list in the handoff area by Simon Glass · 5 years ago
  42. 12c81b2 x86: spl: Move broadwell-specific code out of generic x86 spl by Simon Glass · 5 years ago
  43. daade11 x86: spl: Reduce priority of the basic SPL image loader by Simon Glass · 5 years ago
  44. 14dd93b x86: spl: Use hang() instead of a while() loop by Simon Glass · 5 years ago
  45. e46d00c x86: pci: Add a function to clear and set PCI config regs by Simon Glass · 5 years ago
  46. 1eeb557 x86: Add binman symbols to the image by Simon Glass · 5 years ago
  47. d3abc5d x86: Move common Intel CPU info code into a function by Simon Glass · 5 years ago
  48. 46dd41f x86: fsp: Add access to variable MRC data by Simon Glass · 5 years ago
  49. ceec184 x86: fsp: Add a few more definitions for FSP2 by Simon Glass · 5 years ago
  50. 62888d8 x86: fsp: Move common support functions into a common file by Simon Glass · 5 years ago
  51. b2d544a x86: Move common fsp functions into a common file by Simon Glass · 5 years ago
  52. e9de4a7 x86: fsp: Move common dram functions into a common file by Simon Glass · 5 years ago
  53. 12cf65a x86: fsp: Tidy up comment style a little by Simon Glass · 5 years ago
  54. 86875f0 x86: fsp: Use if() instead of #ifdef by Simon Glass · 5 years ago
  55. 07f2f58 x86: fsp: Create a common fsp_support.h header by Simon Glass · 5 years ago
  56. e2adc36 x86: Rename some FSP functions to have an fsp_ prefix by Simon Glass · 5 years ago
  57. 0e23d76 x86: Move fsp_ffs.h include to fsp_arch.h by Simon Glass · 5 years ago
  58. 79b228b x86: Move fsp_bootmode.h to the generic fsp directory by Simon Glass · 5 years ago
  59. 21a1133 x86: Move fsp_infoheader.h to the generic fsp directory by Simon Glass · 5 years ago
  60. e4499b5 x86: Move fsp_hob.h to the generic fsp directory by Simon Glass · 5 years ago
  61. aae5b46 x86: Move fsp_fv.h to the generic fsp directory by Simon Glass · 5 years ago
  62. 2b5560a x86: Move fsp_types.h to the generic fsp directory by Simon Glass · 5 years ago
  63. 8a0b4e2 x86: Move fsp_api.h inclusion out of fsp_support.h by Simon Glass · 5 years ago
  64. 8cd2979 x86: Create a new fsp_arch.h header by Simon Glass · 5 years ago
  65. 6e93c64 x86: Move fsp_azalia.h to the generic fsp directory by Simon Glass · 5 years ago
  66. 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
  67. d905aa8 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 5 years ago
  68. dd4faa9 x86: tangier: Use spaces over TABs in ASL code by Andy Shevchenko · 5 years ago
  69. 980fe1a x86: tangier: Fix off-by-one error when preparing CSRT by Andy Shevchenko · 5 years ago
  70. 0c6352e x86: tangier: Reserve PCI ECAM in motherboard resources by Andy Shevchenko · 5 years ago
  71. 19b6e1b x86: acpi: Annotate struct acpi_table_header with __packed by Andy Shevchenko · 5 years ago
  72. 5793553 x86: efi_loader: Use efi_add_conventional_memory_map() by Park, Aiden · 5 years ago
  73. 74b7635 x86: show UEFI images involved in crash by Heinrich Schuchardt · 5 years ago
  74. 2495c3a x86: qemu: Report high memory in the E820 table by Bin Meng · 5 years ago
  75. ea67d54 x86: qemu: Support getting high memory size by Bin Meng · 5 years ago
  76. f4c0030 x86: qemu: Extract getting memory size to a separate routine by Bin Meng · 5 years ago
  77. d2860c0 x86: Drop weak version board_get_usable_ram_top() by Bin Meng · 5 years ago
  78. 03f7886 x86: acpi: Slightly reduce binary size of ACPI tables for Tangier by Andy Shevchenko · 5 years ago
  79. 8ad01ce x86: Remove x86 specific GD flags as they are not referenced at all by Stefan Roese · 5 years ago
  80. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  81. f030b7b env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · 5 years ago
  82. cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
  83. dbaec46 x86: Skip setting up MTRRs in slimbootloader by Park, Aiden · 5 years ago
  84. 19cad26 x86: slimbootloader: Add a slimbootloader device tree by Park, Aiden · 5 years ago
  85. 14360bf x86: slimbootloader: Set TSC information for tsc_timer by Park, Aiden · 5 years ago
  86. 2869c3b x86: slimbootloader: Add serial driver by Park, Aiden · 5 years ago
  87. 1fb17ea x86: slimbootloader: Add memory configuration by Park, Aiden · 5 years ago
  88. 7165fd5 x86: Add a common HOB library by Park, Aiden · 5 years ago
  89. 5b931a5 x86: lib: fsp: Use EFI_GUID and efi_guid_t by Park, Aiden · 5 years ago
  90. 544293f x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
  91. 5e99fde x86: tangier: Populate CSRT for shared DMA controller by Andy Shevchenko · 5 years ago
  92. e3be52c x86: acpi: Enable ACPI companion for Intel iDMA 32-bit by Andy Shevchenko · 5 years ago
  93. ddd2a42 x86: acpi: Introduce a stub to generate CSRT by Andy Shevchenko · 5 years ago
  94. eef3007 x86: acpi: Add CSRT description by Andy Shevchenko · 5 years ago
  95. 42ef707 x86: edison: Enable SD slot by Andy Shevchenko · 5 years ago
  96. 44c6a0e x86: Add a forward struct declaration in coreboot_tables.h by Simon Glass · 5 years ago
  97. c974a3d watchdog: tangier: Convert to use WDT class by Andy Shevchenko · 5 years ago
  98. 7ce74b7 x86: Revert "Don't set up MTRRs in SPL" by Andy Shevchenko · 5 years ago
  99. b52e9f0 x86: coreboot: make it possible to process unhandled tags by Christian Gmeiner · 6 years ago
  100. 048a92e Fix spelling of available. by Vagrant Cascadian · 6 years ago