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