1. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  2. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  3. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  4. bdaec07 arch/io.h: Add missing includes by Kyösti Mälkki · 5 years ago
  5. f1b58b7 device/pci: Fix PCI accessor headers by Kyösti Mälkki · 5 years ago
  6. e613d70 console: Split loglevel for fast and slow by Kyösti Mälkki · 6 years ago
  7. 06e3322 mb/intel/galileo: Drop the FSP1.1 option by Arthur Heymans · 6 years ago
  8. f30123b intel/quark: Fix COMMONLIB_STORAGE in CAR by Kyösti Mälkki · 6 years ago
  9. 1d19127 soc/{amd,intel}: Remove needless '&' on function pointers by Elyes HAOUAS · 6 years ago
  10. e737755 device: Use pcidev_path_on_root() by Kyösti Mälkki · 6 years ago
  11. c70eed1 device: Use pcidev_on_root() by Kyösti Mälkki · 6 years ago
  12. 87efe24 soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMP by Kyösti Mälkki · 6 years ago
  13. 6f01f43 soc/intel: Get rid of device_t by Elyes HAOUAS · 6 years ago
  14. 6e0044d soc: Remove useless include <device/pci_ids.h> by Elyes HAOUAS · 6 years ago
  15. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  16. f04aeda {mb/cubieboard,soc/intel/quark}: Remove define __SIMPLE_DEVICE__ by Elyes HAOUAS · 6 years ago
  17. d67edca soc/intel/common: Bring DISPLAY_MTRRS into the light by Nico Huber · 6 years ago
  18. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  19. 528a1c4 oc/intel/quark/Kconfig: Remove unused MMCOMF_SUPPORT_DEFAULT by Elyes HAOUAS · 6 years ago
  20. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  21. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  22. f677d17 intel: Use CF9 reset (part 2) by Patrick Rudolph · 6 years ago
  23. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  24. 756a0bd soc/intel/quark/uart.c: Don't use device_t by Elyes HAOUAS · 6 years ago
  25. 4b73fa9 mainboard: Get rid of device_t by Elyes HAOUAS · 6 years ago
  26. 730df3c arch/x86: Make RELOCATABLE_RAMSTAGE the default by Kyösti Mälkki · 8 years ago
  27. 6ea6775 soc/{amd,intel}: Use postcar_frame_add_romcache() by Nico Huber · 6 years ago
  28. 9593e97 soc/{amd,intel}: Use CACHE_ROM_(BASE|SIZE) by Nico Huber · 6 years ago
  29. 696545d soc/intel/quark: Get rid of device_t by Elyes HAOUAS · 6 years ago
  30. 12574dd bootblock: Allow more timestamps in bootblock_main_with_timestamp() by Julius Werner · 6 years ago
  31. 3de3031 {mb,nb,soc}: Remove references to pci_bus_default_ops() by Nico Huber · 6 years ago
  32. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  33. 1fcc9f3 drivers/spi: support cmd opcode deduction for spi_crop_chunk() by Aaron Durbin · 7 years ago
  34. 1101534 soc/intel/quark/spi: Correct conversion specifier by Paul Menzel · 7 years ago
  35. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  36. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  37. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  38. 5764cbb soc/intel/quark: Add I2C debugging by Lee Leahy · 7 years ago
  39. d9d351d soc/intel/quark/spi.c: Explain a read in order to flush buffers by Martin Kepplinger · 7 years ago
  40. 5f98f98 soc/intel/quark: We're not Broadwell anymore by Stefan Reinauer · 7 years ago
  41. d935109 soc/intel/quark: Add legacy SPI flash controller driver by Lee Leahy · 7 years ago
  42. e7947df fsp1_1: Verify FSP_IMAGE_ID/_REV against headers by Nico Huber · 7 years ago
  43. 48dbc66 commonlib: Move drivers/storage into commonlib/storage by Lee Leahy · 7 years ago
  44. 16bc9ba soc/intel/quark: Add SD/MMC test support by Lee Leahy · 7 years ago
  45. e0a6038 soc/intel/quark: Move include of reg_access.h by Lee Leahy · 7 years ago
  46. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  47. 70bb057 soc/intel/quark: Read the rmu.bin file from read-only region by Lee Leahy · 7 years ago
  48. 1e24bf3 soc/intel/quark: Pass S3 wake status to fsp_silicon_init by Lee Leahy · 7 years ago
  49. 66b0d55 soc/intel/quark: Add ESRAM display to FSP 1.1 by Lee Leahy · 7 years ago
  50. 6edb314 soc/intel/quark: Return NULL for top_of_memory by Lee Leahy · 8 years ago
  51. b8f5323 soc/intel/quark: Add the verstage files by Lee Leahy · 8 years ago
  52. 94b971a soc/intel/quark: Fix errors detected by checkpatch by Lee Leahy · 7 years ago
  53. 16568c7 soc/intel/quark: Fix I2C driver by Lee Leahy · 8 years ago
  54. e8c527e intel: Fix copy/paste error in license text by Marshall Dawson · 8 years ago
  55. 68fdb78 soc/intel/quark: Add monotonic timer support by Lee Leahy · 8 years ago
  56. a765090 soc/intel/quark: Add early debugging code by Lee Leahy · 8 years ago
  57. 73f6a28 soc/intel/quark: Fix serial port configuration by Lee Leahy · 8 years ago
  58. 6c191d8 romstage_handoff: add helper to determine resume status by Aaron Durbin · 8 years ago
  59. f796c6e driver/intel/fsp2_0: Add version parameter to FSP platform callback by Andrey Petrov · 8 years ago
  60. c6ec8dd fsp2_0: implement stage cache for silicon init by Brandon Breitenstein · 8 years ago
  61. 44ec92a soc/intel/quark: Fix FSP 2.0 build by Lee Leahy · 8 years ago
  62. 54f857b soc/intel/quark: Support multiple version of FSP by Lee Leahy · 8 years ago
  63. e165423 mainboard/intel/quark: Add FSP selection values by Lee Leahy · 8 years ago
  64. 4a83f1c src/soc: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  65. 5ff9522 intel/quark: Fix assert check by Furquan Shaikh · 8 years ago
  66. 5e07a7e soc/intel/quark: Switch to using serial routines for FSP by Lee Leahy · 8 years ago
  67. d924fac soc/intel/quark: Add missing breaks by Lee Leahy · 8 years ago
  68. 3de7d4a soc/intel/quark: Add bootblock_c_entry by Lee Leahy · 8 years ago
  69. f74ce24 soc/intel/quark: Clean up debug output levels by Lee Leahy · 8 years ago
  70. d526361 soc/intel/quark: Disable FSP serial output by Lee Leahy · 8 years ago
  71. f26fc0f soc/intel/quark: Add FSP 2.0 romstage support by Lee Leahy · 8 years ago
  72. 102f625 soc/intel/quark: Add FSP 2.0 boot block support by Lee Leahy · 8 years ago
  73. 5fafc6a soc/intel/quark: Support access to CPU CR registers by Lee Leahy · 8 years ago
  74. 38e0cc0 soc/intel/quark: Add header files for FSP 2.0 by Lee Leahy · 8 years ago
  75. 01728bb soc/intel/quark: Prepare for FSP2.0 support by Lee Leahy · 8 years ago
  76. 3d0e3cf soc/intel/quark: Initialize MTRRs in bootblock by Lee Leahy · 8 years ago
  77. 14d0926 soc/intel/quark: Remove use of EDK-II macros and data types by Lee Leahy · 8 years ago
  78. d87d8ea soc/intel/quark: Make ramstage relocatable by Lee Leahy · 8 years ago
  79. 6e8233a soc/intel/quark: Enable use of hard reset by Lee Leahy · 8 years ago
  80. 0c1843a soc/intel/quark: Fix car_stage_entry routine name. by Lee Leahy · 8 years ago
  81. 038e724 src/soc: Capitalize CPU, ACPI, RAM and ROM by Elyes HAOUAS · 8 years ago
  82. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  83. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 8 years ago
  84. b0672402 soc/intel/quark: Fix legacy GPIO reads by Lee Leahy · 8 years ago
  85. f1e22d5 soc/intel/quark: use common Intel ACPI hardware definitions by Aaron Durbin · 8 years ago
  86. 8aa8caf soc/intel/quark/bootblock: Remove clear_smi_and_wake_events by Jonathan Neuschäfer · 8 years ago
  87. f626b93 soc/intel/quark: Set CBMEM top from HW register by Lee Leahy · 8 years ago
  88. 660c67a soc/intel/quark: Add host bridge access support by Lee Leahy · 8 years ago
  89. dc54270 soc/intel/quark: Pass in the memory initialization parameters by Lee Leahy · 8 years ago
  90. e98d72e soc/intel/quark: Remove use of PDAT.bin file by Lee Leahy · 8 years ago
  91. 9007ffd PCI: Use PCI_DEVFN macro instead of DEV_FUNC by Werner Zeh · 8 years ago
  92. ce9e21a soc/intel/quark: Add C bootblock by Lee Leahy · 8 years ago
  93. 72179fa soc/intel/quark: Pass serial port address to FSP by Lee Leahy · 8 years ago
  94. bc518d5 quark: Enable HSUART0 as console by Lee Leahy · 8 years ago
  95. ac78db3 soc/intel/quark: Move UART init into romstage.c by Lee Leahy · 8 years ago
  96. a5258cb soc/intel/quark: Split I2C out from driver by Lee Leahy · 8 years ago
  97. 56c99f2 soc/intel/quark: Set temporary I2C base address by Lee Leahy · 8 years ago
  98. d549368 soc/intel/quark: Conditionally define BIT names by Lee Leahy · 8 years ago
  99. 6b24dfc soc/intel/quark: Fix reg_script display by Lee Leahy · 8 years ago
  100. 7f4b053 soc/intel/quark: Clear SMI interrupts and wake events by Lee Leahy · 8 years ago