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. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  9. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  10. f35c074 soc/qualcomm: Do resource transition by Kyösti Mälkki · 3 years, 1 month ago
  11. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  12. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 5 months ago
  13. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  14. 7bf3d0c mainboard/google: Update the TLMM registers for sdhc by Shaik Sajida Bhanu · 2 years, 11 months ago
  15. 1faaa16 soc/qualcomm: move code to common by Ravi Kumar Bokka · 3 years, 4 months ago
  16. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 7 months ago
  17. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  18. b69bbfe soc/qualcomm: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  19. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  20. 3655bca src: Drop redundant 'select BOOTBLOCK_CONSOLE' by Elyes HAOUAS · 3 years, 11 months ago
  21. 75f75bf src/soc/qualcomm: Add include <types.h> by Elyes HAOUAS · 4 years ago
  22. 8547823 src: Remove unused 'include <stdint.h> by Elyes HAOUAS · 4 years, 2 months ago
  23. 225be5f src: Remove unused 'include <types.h>' by Elyes HAOUAS · 4 years, 2 months ago
  24. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 1 month ago
  25. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  26. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 2 months ago
  27. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  28. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  29. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 2 months ago
  30. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  31. 7c1d70e soc/qualcomm: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  32. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  33. 46b99dd soc/qualcomm/qcs405: Remove unused QCS405_BLSP_SPI by Elyes HAOUAS · 4 years, 7 months ago
  34. cbea47c src/soc/qualcomm: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  35. 3c24a40 src: Remove unneeded 'include <delay.h>' by Elyes HAOUAS · 5 years ago
  36. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 7 months ago
  37. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  38. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 8 months ago
  39. d05f57c arch/arm64: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 9 months ago
  40. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  41. bec78e3 src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>' by Elyes HAOUAS · 4 years, 9 months ago
  42. c888a7b src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 9 months ago
  43. 7f9b90f soc/qualcomm: Remove default ops to generate bootblock.bin by Arthur Heymans · 4 years, 9 months ago
  44. 7839827 cpu,mb,soc: Init missing lb_serial struct fields by Jacob Garber · 5 years ago
  45. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  46. 53b4b28 soc/qualcomm/qcs405: Handle invalid QUP and BLSP by Jacob Garber · 5 years ago
  47. b562244 src: Use '#include <timestamp.h>' when needed by Elyes HAOUAS · 5 years ago
  48. 237f178 soc/qualcomm: Remove unneeded '#include <lib.h>' by Elyes HAOUAS · 5 years ago
  49. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  50. eda20b6 vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms by Julius Werner · 5 years ago
  51. 58ed173 qcom: Add i2c driver by Prudhvi Yarlagadda · 5 years ago
  52. 59fbe89 qcs405: Enable VBOOT_MIGRATE_WORKING_DATA by Nitheesh Sekar · 5 years ago
  53. 846f8c0 coreboot: Add i2c clock API for qcs405 by Taniya Das · 5 years ago
  54. 13539d2 qcs405: Add SPI driver support by Prudhvi Yarlagadda · 5 years ago
  55. 37e957f qcs405: Add UART support by Prudhvi Yarlagadda · 5 years ago
  56. c323963 soc/qualcomm/qcs405: add console.h include by Patrick Georgi · 5 years ago
  57. 4b76639 qcs405: Add support of GPIO IRQ APIs by Taniya Das · 5 years ago
  58. 3ee4857 qcs405: clock: Update SPI API by Taniya Das · 5 years ago
  59. 351e3e5 src: Use include <console/console.h> when appropriate by Elyes HAOUAS · 5 years ago
  60. baa070a src: Fix remaining #include <timer.h> by Nico Huber · 5 years ago
  61. dd3cffd qcs405: Add support for USB host mode by Vijayavardhan Vennapusa · 6 years ago
  62. e651e01 qcs405: clock: Adding the clock support for qcs405 by Pranav Agrawal · 6 years ago
  63. ea4c7d0 qcs405: Add GPIO API by Nitheesh Sekar · 6 years ago
  64. 0097f55 vboot: standardize on working data size by Joel Kitching · 5 years ago
  65. 717050d qcs405: Add DRAM resources by Nitheesh Sekar · 6 years ago
  66. 4da8d8d qcs405: Add Timer support by Nitheesh Sekar · 6 years ago
  67. 6bee0ce soc/qualcomm/qcs405: Add MMU support by Nitheesh Sekar · 6 years ago
  68. 20e7587 soc/qualcomm/qcs405: Support for new SoC by Nitheesh Sekar · 6 years ago