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. c8a6955 Reland "Kconfig: Bring HEAP_SIZE to a common, large value" by Patrick Georgi · 6 months ago
  4. acbc491 Revert "Kconfig: Bring HEAP_SIZE to a common, large value" by Patrick Georgi · 8 months ago
  5. 44a48ce Kconfig: Bring HEAP_SIZE to a common, large value by Patrick Georgi · 9 months ago
  6. 42f1505 memlayout.ld: Increase RAMSTAGE size to more than 1MB everywhere by Patrick Georgi · 9 months ago
  7. 3813ca5 treewide: Remove 'extern' from functions declaration by Elyes Haouas · 1 year, 6 months ago
  8. 9776738 src/soc/qualcomm: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  9. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  10. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  11. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  12. 7ffbe0a soc/qualcomm/ipq40xx: Do resource transition by Kyösti Mälkki · 3 years, 1 month ago
  13. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  14. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 5 months ago
  15. 57cd69f soc/qualcomm/ipq40xx/spi.c: Remove unuseful 'return' in void function by Elyes HAOUAS · 2 years, 6 months ago
  16. f40a25b soc/nvidia,qualcomm: Fix indirect includes by Kyösti Mälkki · 2 years, 8 months ago
  17. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  18. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 7 months ago
  19. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 4 months ago
  20. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  21. b69bbfe soc/qualcomm: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  22. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  23. 75f75bf src/soc/qualcomm: Add include <types.h> by Elyes HAOUAS · 4 years ago
  24. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 1 month ago
  25. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  26. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  27. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 2 months ago
  28. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  29. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  30. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  31. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  32. 7c1d70e soc/qualcomm: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  33. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  34. cbea47c src/soc/qualcomm: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  35. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 7 months ago
  36. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  37. 85b4144 ipq40xx: Run python script without explicit 'python' call by Julius Werner · 4 years, 8 months ago
  38. d3c58fd soc/qualcomm: Link cbmem.c only in romstage by Arthur Heymans · 4 years, 9 months ago
  39. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 8 months ago
  40. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  41. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  42. 145eb47 soc/qualcomm/ipq40xx: Remove unnecessary allocation by Jacob Garber · 4 years, 10 months ago
  43. 7839827 cpu,mb,soc: Init missing lb_serial struct fields by Jacob Garber · 5 years ago
  44. eefb590 ipq40xx: Increase CBFS and RAMSTAGE size by Kan Yan · 6 years ago
  45. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  46. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  47. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  48. 101098c sdm845: Combine BB with QC-Sec for ROM boot by T Michael Turney · 6 years ago
  49. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  50. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  51. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  52. 0097f55 vboot: standardize on working data size by Joel Kitching · 5 years ago
  53. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  54. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  55. 2d4e836 src: Drop unused include <timestamp.h> by Elyes HAOUAS · 5 years ago
  56. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  57. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  58. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  59. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  60. a6508a4 soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION by Elyes HAOUAS · 6 years ago
  61. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  62. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  63. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  64. 88607a4 src: Use tabs for indentation by Elyes HAOUAS · 6 years ago
  65. 545ed7a drivers/i2c: Add i2c TPM support for different stages by Philipp Deppenwiese · 6 years ago
  66. d6cd255 soc/qualcomm: Get rid of device_t by Elyes HAOUAS · 6 years ago
  67. 9a1bb36 soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors by Aaron Durbin · 6 years ago
  68. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  69. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
  70. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  71. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  72. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  73. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  74. 2dafd89 spi: Remove unused/unnecessary spi_init function definitions by Furquan Shaikh · 7 years ago
  75. e424a59 soc/qualcomm/ipq*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  76. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  77. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  78. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 7 years ago
  79. 1210b41 vboot: Select SoC-specific configuration for all Chrome OS boards by Julius Werner · 7 years ago
  80. 292d4e1 qualcomm/ipq40xx: add vector operation method to SPI by Yuji Sasaki · 7 years ago
  81. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  82. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  83. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  84. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  85. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  86. 509c4c4 soc/qualcomm/ipq40xx: Fix GPIO pull up config. by Kan Yan · 8 years ago
  87. 7f3eced soc/qualcomm/ipq40xx: Reduce the delay in I2C. by Kan Yan · 8 years ago
  88. e6a2ecf soc/qualcomm/ipq40xx: Use block mode for I2C by Varadarajan Narayanan · 8 years ago
  89. d1a0051 google/gale: Add more board ID variants by Kan Yan · 8 years ago
  90. 08492f7 google/gale: Change board ID definition. by Kan Yan · 8 years ago
  91. faf07a8 qualcomm/gale: Add required files to enable elog in ramstage by Furquan Shaikh · 8 years ago
  92. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  93. 041bc76 google/gale: Fix board ID and GPIO config. by Kan Yan · 8 years ago
  94. 4934818 Documentation: Fix doxygen errors by Martin Roth · 8 years ago
  95. 1bfcc84 Gale board: Move TPM setup function to verstage.c by Kan Yan · 8 years ago
  96. 5f4f361 qualcomm/ipq40xx: drop comment by Patrick Georgi · 8 years ago
  97. cd355fe qualcomm/ipq40xx: Don't annoy users with ambiguous questions by Patrick Georgi · 8 years ago
  98. f7327fa ipq40xx: Break a long line in Makefile.inc by David Hendricks · 8 years ago
  99. 0933572 qualcomm/ipq40xx: Drop copied part number from struct names by Patrick Georgi · 8 years ago
  100. b5390ac soc/qualcomm/ipq40xx: Increase HEAP size. by Kan Yan · 8 years ago