1. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  2. b69bbfe soc/qualcomm: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  3. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  4. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 1 month ago
  5. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  6. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  7. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 2 months ago
  8. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  9. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  10. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  11. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  12. 7c1d70e soc/qualcomm: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  13. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  14. cbea47c src/soc/qualcomm: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  15. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  16. d3c58fd soc/qualcomm: Link cbmem.c only in romstage by Arthur Heymans · 4 years, 9 months ago
  17. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 8 months ago
  18. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  19. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  20. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  21. 17b1a16 soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  22. 0f33d8c soc/qualcomm/ipq806x: Remove unnecessary allocation by Jacob Garber · 5 years ago
  23. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  24. 27d02d8 src/soc: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  25. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  26. 101098c sdm845: Combine BB with QC-Sec for ROM boot by T Michael Turney · 6 years ago
  27. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  28. 351e3e5 src: Use include <console/console.h> when appropriate by Elyes HAOUAS · 5 years ago
  29. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  30. 0097f55 vboot: standardize on working data size by Joel Kitching · 5 years ago
  31. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  32. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  33. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  34. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  35. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  36. a6508a4 soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION by Elyes HAOUAS · 6 years ago
  37. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  38. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  39. 88607a4 src: Use tabs for indentation by Elyes HAOUAS · 6 years ago
  40. 545ed7a drivers/i2c: Add i2c TPM support for different stages by Philipp Deppenwiese · 6 years ago
  41. 809aeee src/soc: Fix typo by Elyes HAOUAS · 6 years ago
  42. 39303d5 src/soc: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  43. 05498a2 src/soc: Get rid of whitespace before tab by Elyes HAOUAS · 6 years ago
  44. c515898 src/soc: Add and update license headers by Martin Roth · 6 years ago
  45. d6cd255 soc/qualcomm: Get rid of device_t by Elyes HAOUAS · 6 years ago
  46. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
  47. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  48. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  49. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  50. 2dafd89 spi: Remove unused/unnecessary spi_init function definitions by Furquan Shaikh · 7 years ago
  51. e424a59 soc/qualcomm/ipq*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  52. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  53. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  54. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 7 years ago
  55. 1210b41 vboot: Select SoC-specific configuration for all Chrome OS boards by Julius Werner · 7 years ago
  56. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  57. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  58. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  59. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  60. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  61. 4a83f1c src/soc: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  62. a7f11b8 qualcomm/storm: Add required files to enable elog in ramstage by Furquan Shaikh · 8 years ago
  63. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  64. 4934818 Documentation: Fix doxygen errors by Martin Roth · 8 years ago
  65. cf9e0bc ipq806x/storm: Return NULL for cbmem_top if DRAM is not initialized by Furquan Shaikh · 8 years ago
  66. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 8 years ago
  67. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  68. f82e8ab cbfs_spi: enable CBFS access in early romstage by Mary Ruthven · 9 years ago
  69. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  70. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  71. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  72. 967cd9a ChromeOS: Fix Kconfig dependencies by Martin Roth · 9 years ago
  73. 62b4de1 ipq8064: enable timestamp collection by Vadim Bendebury · 10 years ago
  74. 3cbbf19 qualcomm/ipq806x: Fix uart in verstage by Patrick Georgi · 9 years ago
  75. 954781f qualcomm/ipq806x: centralize vboot configuration by Patrick Georgi · 9 years ago
  76. 026e4dc Kconfig: Move CBFS_SIZE into Mainboard menu by Martin Roth · 9 years ago
  77. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  78. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  79. 0bd22ce ipq806x: clear the RPM initialization Acknowledge bit by Sourabh Banerjee · 9 years ago
  80. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  81. e2b0aff Remove Kconfig variable that has no effect by Patrick Georgi · 9 years ago
  82. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  83. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  84. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  85. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  86. 97db1fb soc: select generic gpio lib on (almost) all non-x86 SOCs by Stefan Reinauer · 9 years ago
  87. b16a6c4 qualcomm/ipq806x: report versions of RPM and DDR init components by Vadim Bendebury · 9 years ago
  88. 116da27 qualcomm/ipq806x: add board id value for SP5 by Vadim Bendebury · 9 years ago
  89. be7124e armv7: preserve bootblock invocation parameter by Vadim Bendebury · 9 years ago
  90. 90fe582 ipq808x: add uber sbl parameter definitions by Vadim Bendebury · 9 years ago
  91. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  92. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  93. 1f60f97 arm(64): Change write32() argument order to match x86 by Julius Werner · 9 years ago
  94. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  95. 54cc8ba ipq806x: i2c: stop transfer as soon as an error is reported by Sourabh Banerjee · 9 years ago
  96. f36cffc ipq806x: i2c: write function fixed to avoid spurious success by Sourabh Banerjee · 9 years ago
  97. 7c25640 ipq806x: initialize UART even when console is not enabled by Vadim Bendebury · 10 years ago
  98. b67b715 ipq806x: uart: replace hardware accessors by Vadim Bendebury · 10 years ago
  99. 3b1c238 qualcomm/ipq806x: add spi_crop_chunk() by Patrick Georgi · 9 years ago
  100. 8920865 ipq806x: extend GSBI driver to support i2c on any GSBI block by Sourabh Banerjee · 9 years ago