1. bfb11be include/device/device.h: Remove CHIP_NAME() macro by Nicholas Sudsgaard · 7 months ago
  2. d0037ef soc/*: Rename Makefiles from .inc to .mk by Martin Roth · 7 months ago
  3. c827c9b fmap: Map less space in fallback path without CBFS verification by Julius Werner · 9 months ago
  4. 2a87ef1 rockchip/rk3288: Reshuffle memlayout to make a bit more verstage space by Julius Werner · 9 months ago
  5. 2751d29 Use common GCD function by Yidi Lin · 10 months ago
  6. 42f1505 memlayout.ld: Increase RAMSTAGE size to more than 1MB everywhere by Patrick Georgi · 10 months ago
  7. cdf99a9 soc/rockchip/rk3288/clock.c: Remove trailing semicolon by Elyes Haouas · 1 year, 11 months ago
  8. 99a9928 soc/(amd|rockchip): Update vb2ex_hwcrypto implementations to new API req by Julius Werner · 2 years ago
  9. 84a9360a soc/rockchip: Do resource transition by Kyösti Mälkki · 3 years, 2 months ago
  10. 6b0d085 security/vboot: Deprecate VBOOT_VBNV_EC by Yu-Ping Wu · 2 years, 2 months ago
  11. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  12. 507b074 soc/*: Use __fallthrough statement by Arthur Heymans · 2 years, 5 months ago
  13. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 5 months ago
  14. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  15. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  16. 8b56c8c drivers: Replace set_vbe_mode_info_valid by Patrick Rudolph · 4 years, 6 months ago
  17. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 11 months ago
  18. fa2db84 soc/rockchip/rk3288/include/soc/display.h: Add missing includes by Elyes HAOUAS · 3 years, 10 months ago
  19. 78efb84 soc/rockchip/rk3288/gpio.c: Use GPIOx_BASE macros by Elyes HAOUAS · 3 years, 10 months ago
  20. b626513 soc/rockchip: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  21. 4ab5ce1 soc/rockchip: Use (Q) instead of @ by Stefan Reinauer · 4 years, 2 months ago
  22. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 2 months ago
  23. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  24. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  25. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  26. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  27. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  28. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  29. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  30. 2f8ba69 Replace DEVICE_NOOP with noop_(set|read)_resources by Nico Huber · 4 years, 4 months ago
  31. bbc99cf soc/rockchip: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  32. deeccbf Drop explicit NULL initializations from `device_operations` by Elyes HAOUAS · 4 years, 5 months ago
  33. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  34. b773157 src: Remove unneeded 'include <arch/cache.h>' by Elyes HAOUAS · 4 years, 8 months ago
  35. 8d1b0f1 soc/rockchip: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  36. 43d5f7e src/soc/rockchip: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  37. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 9 months ago
  38. 7fc9286 lib/fmap: Disable pre-RAM cache for FSP 1.0 by Julius Werner · 4 years, 9 months ago
  39. 211792f rockchip/rk3288: Split free SRAM more evenly between stages by Julius Werner · 4 years, 9 months ago
  40. e396c66 rockchip/rk3288: Bump verstage size a little more by Julius Werner · 4 years, 9 months ago
  41. 2f389f1 arch/arm: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 10 months ago
  42. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  43. 220ac04 vboot: update vboot2 functions to use new vb2_error_t by Joel Kitching · 5 years ago
  44. 5cf9ccc src: Include <stdint.h> instead of <inttypes.h> by Jacob Garber · 5 years ago
  45. 4c33a3a src: Make implicit fall throughs explicit by Jacob Garber · 5 years ago
  46. c14eb3b soc/rockchip/rk3288: Add fall through comment by Jacob Garber · 5 years ago
  47. 8b9a3ec soc/rockchip/rk3288/include/soc: Add missing include <types.h> by Elyes HAOUAS · 5 years ago
  48. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  49. 2b99a01 soc/rockchip/rk3288: Disable bootblock console by Patrick Georgi · 5 years ago
  50. 6672bd8 vboot: refactor OPROM code by Joel Kitching · 5 years ago
  51. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  52. 20eaef0 src: Add missing include 'console.h' by Elyes HAOUAS · 5 years ago
  53. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  54. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 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. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  59. 251514d src: Don't use a #defines like Kconfig symbols by Elyes HAOUAS · 6 years ago
  60. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  61. 2af17af security/vboot: Fix remaining measured boot issues by Philipp Deppenwiese · 6 years ago
  62. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  63. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  64. 8a5283a src: Remove unneeded include <cbmem.h> by Elyes HAOUAS · 6 years ago
  65. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  66. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  67. 545ed7a drivers/i2c: Add i2c TPM support for different stages by Philipp Deppenwiese · 7 years ago
  68. 809aeee src/soc: Fix typo by Elyes HAOUAS · 6 years ago
  69. 60828b7 rk3288: Dig up two more KB of SRAM from under the couch cushions by Julius Werner · 6 years ago
  70. f3ca88b soc/rockchip: Get rid of device_t by Elyes HAOUAS · 6 years ago
  71. 8e08a84 rockchip/rk3288: Fix includes for <soc/clock.h> by Julius Werner · 7 years ago
  72. 0f2dd1e include/device: Split i2c.h into three by Nico Huber · 7 years ago
  73. 26ce9af device/Kconfig: Introduce MAINBOARD_FORCE_NATIVE_VGA_INIT by Nico Huber · 7 years ago
  74. 7971582e Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER by Nico Huber · 7 years ago
  75. 8c5884e lib/edid.c: Differentiate between absent and non-conformant EDID by Arthur Heymans · 7 years ago
  76. e91d170 Remove libverstage as separate library and source file class by Julius Werner · 7 years ago
  77. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  78. a09b338 soc/rockchip: split edp_enable() function by Lin Huang · 8 years ago
  79. 152e675 rockchip/rk3399: display: Do not allocate framebuffer in coreboot by Lin Huang · 8 years ago
  80. b37c8c0 rockchip: Correct and standardize clock divisor range assertions by Julius Werner · 8 years ago
  81. 2768a11 rockchip: Remove pulls for gpio_output(), clean up code by Julius Werner · 8 years ago
  82. 74bb412 rockchip/rk3399: Fix pinctrl pull bias settings by Shunqian Zheng · 8 years ago
  83. 0a0f9c5 Kconfig: Set VBOOT_OPROM_MATTERS for relevant non-x86 devices by Julius Werner · 8 years ago
  84. 6724b1b rk3288: Remove duplicate timestamp_init() by Julius Werner · 8 years ago
  85. 307ca37 rockchip: revert the common tsadc header by Shunqian Zheng · 8 years ago
  86. 6ec72c9 drivers/uart: Use uart_platform_refclk for all UART models by Lee Leahy · 8 years ago
  87. fb53329 rockchip: move vop driver from rk3288 to rockchip common by Shunqian Zheng · 8 years ago
  88. 55b6645 rockchip/rk3288: Shuffle memlayout to make it fit by Julius Werner · 8 years ago
  89. b9a7877 rockchip/*: refactor edp driver by Lin Huang · 8 years ago
  90. 19eb750 rockchip: make sure sdram top does not spill into MMIO space by Lin Huang · 8 years ago
  91. 015ae11 rockchip: refactor gpio driver by Shunqian Zheng · 8 years ago
  92. d3ae4f1 rockchip/rk*: replace UART special snowflake with standard driver by Patrick Georgi · 8 years ago
  93. 62d3400 src/soc/rockchip: Update license headers by Martin Roth · 8 years ago
  94. 6d6b129 rockchip/rk3288: refactor pwm driver by Lin Huang · 8 years ago
  95. d4c175b rockchip/rk3288: refactor i2c interface to allow support of rk3399 by huang lin · 8 years ago
  96. 0a36022 rockchip: refactor to sharing code among similar SOCs by Vadim Bendebury · 8 years ago
  97. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  98. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  99. 1129f7f rockchip: update make_idb.py by huang lin · 8 years ago
  100. 8c09377 timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION Kconfig by Julius Werner · 9 years ago