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