1. c515898 src/soc: Add and update license headers by Martin Roth · 6 years ago
  2. d6cd255 soc/qualcomm: Get rid of device_t by Elyes HAOUAS · 6 years ago
  3. 5268b76 src/soc: Fix various typos by Jonathan Neuschäfer · 6 years ago
  4. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  5. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  6. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  7. 2dafd89 spi: Remove unused/unnecessary spi_init function definitions by Furquan Shaikh · 7 years ago
  8. e424a59 soc/qualcomm/ipq*: Move spi driver to use spi_bus_map by Furquan Shaikh · 7 years ago
  9. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  10. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  11. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 7 years ago
  12. 1210b41 vboot: Select SoC-specific configuration for all Chrome OS boards by Julius Werner · 7 years ago
  13. c2973d1 spi: Get rid of SPI_ATOMIC_SEQUENCING by Furquan Shaikh · 8 years ago
  14. 94f8699 spi: Define and use spi_ctrlr structure by Furquan Shaikh · 8 years ago
  15. 36b81af spi: Pass pointer to spi_slave structure in spi_setup_slave by Furquan Shaikh · 8 years ago
  16. 0dba025 spi: Fix parameter types for spi functions by Furquan Shaikh · 8 years ago
  17. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  18. 4a83f1c src/soc: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  19. a7f11b8 qualcomm/storm: Add required files to enable elog in ramstage by Furquan Shaikh · 8 years ago
  20. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago
  21. 4934818 Documentation: Fix doxygen errors by Martin Roth · 8 years ago
  22. cf9e0bc ipq806x/storm: Return NULL for cbmem_top if DRAM is not initialized by Furquan Shaikh · 8 years ago
  23. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 8 years ago
  24. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  25. f82e8ab cbfs_spi: enable CBFS access in early romstage by Mary Ruthven · 9 years ago
  26. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  27. d972f78 linking: link bootblock.elf with .data and .bss sections again by Aaron Durbin · 9 years ago
  28. e5bad5c verstage: use common program.ld for linking by Aaron Durbin · 9 years ago
  29. 967cd9a ChromeOS: Fix Kconfig dependencies by Martin Roth · 9 years ago
  30. 62b4de1 ipq8064: enable timestamp collection by Vadim Bendebury · 10 years ago
  31. 3cbbf19 qualcomm/ipq806x: Fix uart in verstage by Patrick Georgi · 9 years ago
  32. 954781f qualcomm/ipq806x: centralize vboot configuration by Patrick Georgi · 9 years ago
  33. 026e4dc Kconfig: Move CBFS_SIZE into Mainboard menu by Martin Roth · 9 years ago
  34. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  35. 899d13d cbfs: new API and better program loading by Aaron Durbin · 9 years ago
  36. 0bd22ce ipq806x: clear the RPM initialization Acknowledge bit by Sourabh Banerjee · 9 years ago
  37. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  38. e2b0aff Remove Kconfig variable that has no effect by Patrick Georgi · 9 years ago
  39. 26e24cc 3rdparty: move to 3rdparty/blobs by Patrick Georgi · 9 years ago
  40. f4f0287 3rdparty: Move to blobs by Patrick Georgi · 9 years ago
  41. 27ef602 vboot: split class in library and stage by Patrick Georgi · 9 years ago
  42. aae53ab kbuild: automatically include SOCs by Stefan Reinauer · 9 years ago
  43. 97db1fb soc: select generic gpio lib on (almost) all non-x86 SOCs by Stefan Reinauer · 9 years ago
  44. b16a6c4 qualcomm/ipq806x: report versions of RPM and DDR init components by Vadim Bendebury · 9 years ago
  45. 116da27 qualcomm/ipq806x: add board id value for SP5 by Vadim Bendebury · 9 years ago
  46. be7124e armv7: preserve bootblock invocation parameter by Vadim Bendebury · 9 years ago
  47. 90fe582 ipq808x: add uber sbl parameter definitions by Vadim Bendebury · 9 years ago
  48. 9418476 arm(64): Manually clean up the mess left by write32() transition by Julius Werner · 9 years ago
  49. 2f37bd6 arm(64): Globally replace writel(v, a) with write32(a, v) by Julius Werner · 9 years ago
  50. 1f60f97 arm(64): Change write32() argument order to match x86 by Julius Werner · 9 years ago
  51. d21a329 arm(64): Replace write32() and friends with writel() by Julius Werner · 9 years ago
  52. 54cc8ba ipq806x: i2c: stop transfer as soon as an error is reported by Sourabh Banerjee · 9 years ago
  53. f36cffc ipq806x: i2c: write function fixed to avoid spurious success by Sourabh Banerjee · 9 years ago
  54. 7c25640 ipq806x: initialize UART even when console is not enabled by Vadim Bendebury · 10 years ago
  55. b67b715 ipq806x: uart: replace hardware accessors by Vadim Bendebury · 10 years ago
  56. 3b1c238 qualcomm/ipq806x: add spi_crop_chunk() by Patrick Georgi · 9 years ago
  57. 8920865 ipq806x: extend GSBI driver to support i2c on any GSBI block by Sourabh Banerjee · 9 years ago
  58. 3cfb6a0 ipq806x: add LPASS clock control driver by Vadim Bendebury · 9 years ago
  59. 1c2748d ipq806x: Add support for mmu in bootblock. by Deepa Dinamani · 10 years ago
  60. 731bfef chromeos: Move memlayout.h/symbols.h into common directory by Julius Werner · 10 years ago
  61. 16d0188 storm: define location for storing CBFS header value by Vadim Bendebury · 10 years ago
  62. 6114c99 ipq806x: load and start RPM by Vadim Bendebury · 10 years ago
  63. 18e434d storm: Add watchdog reset api. by Deepa Dinamani · 10 years ago
  64. 08f249e ipq806x: Load TZBSP blob from coreboot ramstage by Vikas Das · 10 years ago
  65. 59b8c38 storm: use different CBFS caches before and after DRAM is available by Vadim Bendebury · 10 years ago
  66. fac6420 storm: configure/enable vboot2 support by Vadim Bendebury · 10 years ago
  67. ef77f87 ipq8064: add DRAM initialization code by Vadim Bendebury · 10 years ago
  68. 6fe4e5e ipq806x: add i2c driver by Vadim Bendebury · 10 years ago
  69. fa00ae7 google/storm: prepare enabling vboot2 by Vadim Bendebury · 10 years ago
  70. 36417aa ipq806x: modify imem layout by Deepa Dinamani · 10 years ago
  71. 55e2f39 soc/ipq806x: Disable LPAE mode. by Deepa Dinamani · 10 years ago
  72. b508a85 ipq806x: set architecture to ARMV7 by Vadim Bendebury · 10 years ago
  73. efcee76 CBFS: Automate ROM image layout and remove hardcoded offsets by Julius Werner · 10 years ago
  74. f85640d storm: add ipq8064 blobs to the CBFS by Vadim Bendebury · 10 years ago
  75. e39ac75 ipq8064: use the new utility to build bootblock by Vadim Bendebury · 10 years ago
  76. 4913cb7 storm: Fix timer init order problem by Julius Werner · 10 years ago
  77. 0594914 ipq806x: copy i2c, qup, and gsbi drivers from depthcharge by Daisuke Nojiri · 10 years ago
  78. 1e83536 ipq806x: Remove extra INCLUDES by Patrick Georgi · 9 years ago
  79. 644afa7 google/storm: Minor board ID changes by Dan Ehrenberg · 10 years ago
  80. cb3b0c5a storm: Initialize clock, pinmux for NAND if present on board by Dan Ehrenberg · 10 years ago
  81. eaa9c45 gpio: Extend common GPIO header, simplify function names by Julius Werner · 10 years ago
  82. 73d1ed6 ipq806x: Change all SoC headers to <soc/headername.h> system by Julius Werner · 10 years ago
  83. 424d79b storm: fix CBFS definitions by Vadim Bendebury · 10 years ago
  84. a48ca84 kconfig: drop intermittend forwarder files by Stefan Reinauer · 9 years ago
  85. ec5e5e0 New mechanism to define SRAM/memory map with automatic bounds checking by Julius Werner · 10 years ago
  86. 70e189e ipq806x: provide soc specific CBMEM_CONSOLE_PRERAM_BASE by Vadim Bendebury · 10 years ago
  87. b7cf115 storm: need larger CBFS cache by Vadim Bendebury · 10 years ago
  88. d36ef6a ipq806x: implement GPIO API by Vadim Bendebury · 10 years ago
  89. 9c9c336 Generalize revision number calculation function by Vadim Bendebury · 10 years ago
  90. 68ec2fc ipq806x: Break apart large transfers in spi_xfer() by David Hendricks · 10 years ago
  91. 74aa777 soc/ipq806x: Replace GPT with fine grained DGT timer. by Deepa Dinamani · 10 years ago
  92. a4d784e include/types.h: Provide BIT() macro by Alexandru Gagniuc · 10 years ago
  93. 77b1655 vboot2: add verstage by Stefan Reinauer · 10 years ago
  94. 2445274 storm: Reserve memory from 0x4000_0000-0x414f_ffff by David Hendricks · 10 years ago
  95. 5f066b2 doxygen fixes: change @var to @param var by Martin Roth · 10 years ago
  96. cab1991 ipq806x: Fix casting in cbmem_top() so >=2GB can be used by David Hendricks · 10 years ago
  97. 0b70bd1 ipq806x: move GPIO definitions to the proper include file by Vadim Bendebury · 10 years ago
  98. 6b33286 ipq806x: move translation table out of the way by Vadim Bendebury · 10 years ago
  99. 028cba9 ipq806x: Add USB support by Julius Werner · 10 years ago
  100. 24a53dd ipq806x: clean up UART driver tx_byte function by Vadim Bendebury · 10 years ago