1. b69bbfe soc/qualcomm: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  2. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 4 years ago
  3. 75f75bf src/soc/qualcomm: Add include <types.h> by Elyes HAOUAS · 4 years, 1 month ago
  4. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 2 months ago
  5. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  6. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  7. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 3 months ago
  8. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  9. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  10. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  11. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  12. 7c1d70e soc/qualcomm: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  13. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  14. cbea47c src/soc/qualcomm: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  15. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  16. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 9 months ago
  17. 85b4144 ipq40xx: Run python script without explicit 'python' call by Julius Werner · 4 years, 9 months ago
  18. d3c58fd soc/qualcomm: Link cbmem.c only in romstage by Arthur Heymans · 4 years, 10 months ago
  19. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 10 months ago
  20. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  21. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  22. 145eb47 soc/qualcomm/ipq40xx: Remove unnecessary allocation by Jacob Garber · 5 years ago
  23. 7839827 cpu,mb,soc: Init missing lb_serial struct fields by Jacob Garber · 5 years ago
  24. eefb590 ipq40xx: Increase CBFS and RAMSTAGE size by Kan Yan · 6 years ago
  25. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  26. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  27. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  28. 101098c sdm845: Combine BB with QC-Sec for ROM boot by T Michael Turney · 6 years ago
  29. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  30. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  31. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  32. 0097f55 vboot: standardize on working data size by Joel Kitching · 5 years ago
  33. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  34. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  35. 2d4e836 src: Drop unused include <timestamp.h> by Elyes HAOUAS · 5 years ago
  36. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  37. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  38. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  39. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  40. a6508a4 soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION by Elyes HAOUAS · 6 years ago
  41. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  42. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  43. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  44. 88607a4 src: Use tabs for indentation by Elyes HAOUAS · 6 years ago
  45. 545ed7a drivers/i2c: Add i2c TPM support for different stages by Philipp Deppenwiese · 7 years ago
  46. d6cd255 soc/qualcomm: Get rid of device_t by Elyes HAOUAS · 6 years ago
  47. 9a1bb36 soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors by Aaron Durbin · 6 years ago
  48. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  49. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 7 years ago
  50. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  51. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  52. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  53. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  54. 2dafd89 spi: Remove unused/unnecessary spi_init function definitions by Furquan Shaikh · 7 years ago
  55. e424a59 soc/qualcomm/ipq*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  56. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  57. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  58. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  59. 1210b41 vboot: Select SoC-specific configuration for all Chrome OS boards by Julius Werner · 7 years ago
  60. 292d4e1 qualcomm/ipq40xx: add vector operation method to SPI by Yuji Sasaki · 8 years ago
  61. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  62. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  63. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  64. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  65. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  66. 509c4c4 soc/qualcomm/ipq40xx: Fix GPIO pull up config. by Kan Yan · 8 years ago
  67. 7f3eced soc/qualcomm/ipq40xx: Reduce the delay in I2C. by Kan Yan · 8 years ago
  68. e6a2ecf soc/qualcomm/ipq40xx: Use block mode for I2C by Varadarajan Narayanan · 8 years ago
  69. d1a0051 google/gale: Add more board ID variants by Kan Yan · 8 years ago
  70. 08492f7 google/gale: Change board ID definition. by Kan Yan · 8 years ago
  71. faf07a8 qualcomm/gale: Add required files to enable elog in ramstage by Furquan Shaikh · 8 years ago
  72. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  73. 041bc76 google/gale: Fix board ID and GPIO config. by Kan Yan · 8 years ago
  74. 4934818 Documentation: Fix doxygen errors by Martin Roth · 8 years ago
  75. 1bfcc84 Gale board: Move TPM setup function to verstage.c by Kan Yan · 8 years ago
  76. 5f4f361 qualcomm/ipq40xx: drop comment by Patrick Georgi · 8 years ago
  77. cd355fe qualcomm/ipq40xx: Don't annoy users with ambiguous questions by Patrick Georgi · 8 years ago
  78. f7327fa ipq40xx: Break a long line in Makefile.inc by David Hendricks · 8 years ago
  79. 0933572 qualcomm/ipq40xx: Drop copied part number from struct names by Patrick Georgi · 8 years ago
  80. b5390ac soc/qualcomm/ipq40xx: Increase HEAP size. by Kan Yan · 8 years ago
  81. 6fbc763 soc/qualcomm/ipq40xx: Enable crashdump handling by Varadarajan Narayanan · 9 years ago
  82. 2596764 soc/qualcomm/ipq40xx: Add support for BLSP QUP I2C by Varadarajan Narayanan · 8 years ago
  83. 3939aca soc/qualcomm/ipq40xx: Enable USB by Varadarajan Narayanan · 9 years ago
  84. f136524 google/gale: Turn on monotonic timer support by Varadarajan Narayanan · 8 years ago
  85. a86a183 soc/qualcomm/ipq40xx: Update memory region areas by Varadarajan Narayanan · 9 years ago
  86. 520d5fb soc/qualcomm/ipq40xx: Fix GPIO no.s for BGA part by Varadarajan Narayanan · 9 years ago
  87. 35d4a35 soc/qualcomm/ipq40xx: Streamline memory map by Varadarajan Narayanan · 9 years ago
  88. 3a749ee google/gale: Remove NAND init by Varadarajan Narayanan · 9 years ago
  89. 9541ba8 soc/qualcomm/ipq40xx: Enable timer by Varadarajan Narayanan · 8 years ago
  90. a486af4 soc/qualcomm/ipq40xx: Add coreboot Table entry for serial console by Varadarajan Narayanan · 9 years ago
  91. 8ce14a7 soc/qualcomm/ipq40xx: Return NULL for cbmem_top if DRAM is not initialized by Varadarajan Narayanan · 8 years ago
  92. 10c3749 soc/qualcomm/ipq40xx: Update memory map to align to ipq40xx by Varadarajan Narayanan · 8 years ago
  93. 2817cc5 soc/qualcomm/ipq40xx: Invoke createxbl.py using `python` by David Hendricks · 8 years ago
  94. fa92768 soc/qualcomm/ipq40xx: Add config option for SBL utils path by Varadarajan Narayanan · 9 years ago
  95. dc17d2d soc/qualcomm/ipq40xx: Update the list of MBNs needed for this SoC by Varadarajan Narayanan · 9 years ago
  96. a6935c2 soc/qualcomm/ipq40xx: Initial commit for IPQ40xx SoC support by Varadarajan Narayanan · 8 years ago