1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 4 months ago
  2. 9d6333c soc/samsung: Move 'inline' between storage class and type by Elyes Haouas · 4 months ago
  3. 7d86f34 soc: Add SPDX license headers to Kconfig files by Martin Roth · 5 months ago
  4. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 6 months ago
  5. d0037ef soc/*: Rename Makefiles from .inc to .mk by Martin Roth · 6 months ago
  6. 42f1505 memlayout.ld: Increase RAMSTAGE size to more than 1MB everywhere by Patrick Georgi · 9 months ago
  7. d14f0a0 soc/samsung/exynos5250/clock: Remove space before semicolon by Elyes Haouas · 11 months ago
  8. 108b99b soc/samsung/exynos5420/clock: Remove space before semicolon by Elyes Haouas · 11 months ago
  9. 2476942 treewide: Fix old-style declarations by Elyes Haouas · 1 year, 6 months ago
  10. 2710df7 treewide: stop calling custom TPM log "TCPA" by Sergii Dmytruk · 1 year, 8 months ago
  11. 8b8ada6 /: Remove extra space after comma by Elyes Haouas · 1 year, 8 months ago
  12. ab6d944 src/soc/samsung: Remove unnecessary space after casts by Elyes Haouas · 1 year, 8 months ago
  13. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  14. 9948c52 lib/coreboot_table: Simplify API to set up lb_serial by Arthur Heymans · 1 year, 9 months ago
  15. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  16. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 9 months ago
  17. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 9 months ago
  18. d522f38 timer: Change timer util functions to 64-bit by Rob Barnes · 1 year, 10 months ago
  19. 42a7cd0 soc/samsung/exynos5420: Use int instead of char for count variable by Paul Menzel · 2 years, 1 month ago
  20. 5c41bd6 soc/samsung/exynos5420: Add space between comment markers and comment by Paul Menzel · 2 years ago
  21. c9a0301 soc/samsung/exynos: Do resource transition by Kyösti Mälkki · 3 years, 1 month ago
  22. 7e48686 src/soc: Get rid of most src/soc/Kconfig files by Martin Roth · 2 years, 1 month ago
  23. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 2 months ago
  24. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 5 months ago
  25. ea026aa soc/samsung/exynos5420: Remove unuseful 'return' in void function by Elyes HAOUAS · 2 years, 6 months ago
  26. bef4ec7 soc/samsung/exynos5250: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 6 months ago
  27. 0bc5d9d src/{drivers,soc}: Fix some code indents by Elyes HAOUAS · 2 years, 6 months ago
  28. eb9e63f src: Add missing 'void' in function definition by Elyes HAOUAS · 2 years, 6 months ago
  29. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  30. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 3 months ago
  31. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 7 months ago
  32. f7a7e65 src: Remove unused <boot_device.h> by Elyes HAOUAS · 3 years, 5 months ago
  33. 16d7117 soc/samsung/exynos{5250,5420}/include/soc/cpu.h: Add missing include by Elyes HAOUAS · 3 years, 11 months ago
  34. 944cf91 soc/samsung/exynos5250/dp-reg.c: Use __func__ by Elyes HAOUAS · 3 years, 6 months ago
  35. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  36. 59143bb src/soc/samsung: Move common headers to "common/include/soc" by Elyes HAOUAS · 3 years, 9 months ago
  37. 0c2724c soc/samsung: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  38. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  39. 7884c22 src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h> by Elyes HAOUAS · 4 years ago
  40. c4b6a8a soc/samsung/exynos5420: Drop dead code by Angel Pons · 4 years ago
  41. 5532d93 soc/samsung/exynos5250: Drop dead code by Angel Pons · 4 years ago
  42. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 1 month ago
  43. cd6804c samsung/exynos5420: add resources during read_resources() by Furquan Shaikh · 4 years, 2 months ago
  44. d6973e8 soc/samsung/exynos5250: add resources during read_resources() by Furquan Shaikh · 4 years, 2 months ago
  45. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 2 months ago
  46. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  47. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 2 months ago
  48. afd4c87 treewide: move copyrights and authors to AUTHORS by Patrick Georgi · 4 years, 2 months ago
  49. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 2 months ago
  50. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 3 months ago
  51. 1ddb894 soc/samsung: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  52. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 3 months ago
  53. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  54. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  55. 1b296ee soc/{samsung,sifive}: Fix typos by Elyes HAOUAS · 4 years, 5 months ago
  56. d51ee90 src/soc/samsung: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  57. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  58. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 8 months ago
  59. 2f389f1 arch/arm: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 9 months ago
  60. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  61. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 9 months ago
  62. 7839827 cpu,mb,soc: Init missing lb_serial struct fields by Jacob Garber · 5 years ago
  63. 16248e8 arch/non-x86: Use ENV_ROMSTAGE_OR_BEFORE by Kyösti Mälkki · 5 years ago
  64. a4e8fb2 arch/non-x86: Remove use of __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  65. 9904905 soc/samsung/exynos5420: Refactor fimd vidtcon access by Jacob Garber · 5 years ago
  66. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  67. 7c712bb Fix code that would trip -Wtype-limits by Julius Werner · 5 years ago
  68. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  69. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  70. add76f9 src: Use #include <timer.h> when appropriate by Elyes HAOUAS · 5 years ago
  71. 0097f55 vboot: standardize on working data size by Joel Kitching · 5 years ago
  72. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  73. 28b38cd src: Drop unused 'include <cbfs.h>' by Elyes HAOUAS · 5 years ago
  74. c9b7d1f security/tpm: Fix TCPA log feature by Philipp Deppenwiese · 6 years ago
  75. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  76. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  77. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  78. 251514d src: Don't use a #defines like Kconfig symbols by Elyes HAOUAS · 5 years ago
  79. f86baf3 soc/samsung/exynos5420: Disable BOOTBLOCK_CONSOLE by Nico Huber · 6 years ago
  80. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  81. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  82. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  83. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  84. f765d4f src: Remove unneeded include <lib.h> by Elyes HAOUAS · 6 years ago
  85. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  86. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  87. 8ba7023 soc/samsung/exynos5250: Convert to `board_reset()` by Nico Huber · 6 years ago
  88. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  89. 88607a4 src: Use tabs for indentation by Elyes HAOUAS · 6 years ago
  90. 3d45000 src: Fix typo by Elyes HAOUAS · 6 years ago
  91. 39303d5 src/soc: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  92. 0111533 soc/samsung: Get rid of device_t by Elyes HAOUAS · 6 years ago
  93. 235daa4 driver/uart: Introduce a way for mainboard to override the baudrate by Julien Viard de Galbert · 6 years ago
  94. aa8e5d3 soc: Add Kconfig for each soc vendor by Chris Ching · 7 years ago
  95. b29078e mb/*/*: Remove rtc nvram configurable baud rate by Arthur Heymans · 7 years ago
  96. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  97. 029dfff i2c: Move to Linux like `struct i2c_msg` by Nico Huber · 7 years ago
  98. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  99. 01f9aa5 Consolidate reset API, add generic reset_prepare mechanism by Julius Werner · 7 years ago
  100. 2dafd89 spi: Remove unused/unnecessary spi_init function definitions by Furquan Shaikh · 7 years ago