1. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  2. 7663852 soc/rockchip/rk3399/display.c: Remove unuseful 'return' in void function by Elyes HAOUAS · 2 years, 7 months ago
  3. 4757a7e mipi: Make panel init callback work directly on DSI transaction types by Julius Werner · 3 years ago
  4. abefcc2 soc/rockchip/rk3399/sdram: Add channel to error message by Moritz Fischer · 3 years, 6 months ago
  5. 1e19213 soc/rockchip/rk3399/sdram: Simplify error condition by Moritz Fischer · 3 years, 6 months ago
  6. a89406e rk3399: clock: Fix style for rkclk_ddr_reset() by Julius Werner · 3 years, 6 months ago
  7. 7f0d3de rk3399: sdram: Remove obs_err variable to avoid uninitialized use by Julius Werner · 3 years, 6 months ago
  8. 619c60f soc/rockchip/rk3399/sdram: Remove superfluous parameter by Moritz Fischer · 3 years, 6 months ago
  9. d4f81bc soc/rockchip/rk3399/sdram: Use rank_mask in WDQL training by Moritz Fischer · 3 years, 6 months ago
  10. 145ecc6 soc/rockchip/rk3399/sdram: Use rank_mask in CA training by Moritz Fischer · 3 years, 6 months ago
  11. f6e3254 soc/rockchip/rk3399/clock: Add rkclk_ddr_reset() function by Moritz Fischer · 3 years, 6 months ago
  12. c73102d soc/rockchip/rk3399/sdram: Add phy_ctrl_reset by Moritz Fischer · 3 years, 6 months ago
  13. d8f352b soc/rockchip/rk3399/sdram: Clear PI_175 IRQs in data training by Moritz Fischer · 3 years, 6 months ago
  14. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  15. c867cd3 soc/rockchip/rk3399/sdram: Move WDQL training into a separate function by Moritz Fischer · 3 years, 6 months ago
  16. 401c7a6 soc/rockchip/rk3399/sdram: Move RL training into a separate function by Moritz Fischer · 3 years, 6 months ago
  17. 12d3600 soc/rockchip/rk3399/sdram: Move RG training into a separate function by Moritz Fischer · 3 years, 6 months ago
  18. 68365e1 soc/rockchip/rk3399/sdram: Move WL training into a separate function by Moritz Fischer · 3 years, 6 months ago
  19. f71902d soc/rockchip/rk3399/sdram: Move CA training into a separate function by Moritz Fischer · 3 years, 6 months ago
  20. a76f659 soc/rockchip/rk3399/sdram: Order and group tsel variables by Moritz Fischer · 3 years, 6 months ago
  21. 6410a00 soc/rockchip/rk3399/sdram: Shorten sdram_params to params by Moritz Fischer · 3 years, 6 months ago
  22. 8b56c8c drivers: Replace set_vbe_mode_info_valid by Patrick Rudolph · 4 years, 6 months ago
  23. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 11 months ago
  24. fc2047b src: Change bare 'unsigned' to 'unsigned int' by Martin Roth · 3 years, 9 months ago
  25. b626513 soc/rockchip: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  26. 8e6d5f2 {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent by Subrata Banik · 4 years ago
  27. c379d46 src/soc/rockchip: Add missing <{stddef,stdint}.h> by Elyes HAOUAS · 4 years, 1 month ago
  28. 0badea8 soc/rockchip/rk3399/display.c: Add missing include by Elyes HAOUAS · 4 years, 1 month ago
  29. 4ab5ce1 soc/rockchip: Use (Q) instead of @ by Stefan Reinauer · 4 years, 2 months ago
  30. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 2 months ago
  31. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  32. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 3 months ago
  33. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  34. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  35. bbc99cf soc/rockchip: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  36. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  37. b773157 src: Remove unneeded 'include <arch/cache.h>' by Elyes HAOUAS · 4 years, 8 months ago
  38. 8d1b0f1 soc/rockchip: Fix typos by Elyes HAOUAS · 4 years, 6 months ago
  39. 43d5f7e src/soc/rockchip: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 9 months ago
  40. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 9 months ago
  41. cefe89e lib/fmap: Add optional pre-RAM cache by Julius Werner · 4 years, 9 months ago
  42. d05f57c arch/arm64: Pass cbmem_top to ramstage via calling argument by Arthur Heymans · 4 years, 10 months ago
  43. 57e8909 src/soc: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  44. b3f24b4 arm64: Uprev Arm TF and adjust to BL31 parameter changes by Julius Werner · 5 years ago
  45. 0a8da74 arm64: Rename arm_tf.c/h to bl31.c/h by Julius Werner · 5 years ago
  46. 5cf9ccc src: Include <stdint.h> instead of <inttypes.h> by Jacob Garber · 5 years ago
  47. e24585c soc/rockchip/rk3399: Use 64 bits in multiplication by Jacob Garber · 5 years ago
  48. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  49. eda20b6 vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms by Julius Werner · 5 years ago
  50. 27d02d8 src/soc: Add missing 'include <types.h>' by Elyes HAOUAS · 5 years ago
  51. 22e605c rockchip: rk3399: increase memory for fit payload. by Marty E. Plummer · 5 years ago
  52. 6672bd8 vboot: refactor OPROM code by Joel Kitching · 5 years ago
  53. cee06c4 rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATA by Julius Werner · 5 years ago
  54. cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 5 years ago
  55. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  56. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  57. b55df4f rockchip/rk3399: Remove obsolete BL31 resource reservation by Julius Werner · 5 years ago
  58. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  59. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  60. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  61. 7e0dea6 symbols.h: Add macro to define memlayout region symbols by Julius Werner · 5 years ago
  62. 314b5c3 rockchip/rk3399: Fix BL31 bootmem regions by Julius Werner · 5 years ago
  63. dff29e0 bootmem: add new memory type for BL31 by Ting Shen · 6 years ago
  64. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  65. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  66. 755db95 (console,drivers/uart)/Kconfig: Fix dependencies by Nico Huber · 6 years ago
  67. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  68. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  69. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  70. 496fb23 soc/rockchip/rk3399: Convert to `board_reset()` by Nico Huber · 6 years ago
  71. 545ed7a drivers/i2c: Add i2c TPM support for different stages by Philipp Deppenwiese · 7 years ago
  72. 809aeee src/soc: Fix typo by Elyes HAOUAS · 6 years ago
  73. 05498a2 src/soc: Get rid of whitespace before tab by Elyes HAOUAS · 6 years ago
  74. f3ca88b soc/rockchip: Get rid of device_t by Elyes HAOUAS · 6 years ago
  75. 9641a92 src: Remove non-ascii characters by Martin Roth · 6 years ago
  76. 8f25a66 rk3399: Enable bootblock compression by Julius Werner · 6 years ago
  77. 4783db2 spi: Add helper functions for bit-banging by Julius Werner · 6 years ago
  78. 89c2e7f rockchip/rk3399: Pass coreboot table pointer to ARM TF by Julius Werner · 7 years ago
  79. 1df0c57 rockchip/rk3399: extend delay between saradc power up and start command by Lin Huang · 7 years ago
  80. 0499ce9 rockchip/rk3399: Support LONG_WRITE type in MIPI DSI by Lin Huang · 7 years ago
  81. bb9bdeb soc/rockchip/rk3399: Ensure full eDP init sequence by Ege Mihmanli · 7 years ago
  82. 5598db2 google/gru: Stop mucking with unused I2S0 pins in codec config by Julius Werner · 7 years ago
  83. b7e1557 rockchip/rk3399: Select GENERIC_GPIO_LIB Kconfig by Julius Werner · 7 years ago
  84. add7666 google/scarlet: support kd097d04 panel by Lin Huang · 7 years ago
  85. 25fb09b rockchip/rk3399: support dual mipi dsi by Lin Huang · 7 years ago
  86. 45f1b01 rockchip/rk3399: mipi: properly configure PHY timing by Lin Huang · 7 years ago
  87. 538b9ef rockchip/rk3399: improve mipi transfer flow by Lin Huang · 7 years ago
  88. f4acb92 rockchip/rk3399: mipi: correct Feedback divider setting by Lin Huang · 7 years ago
  89. 2e3ebb6 rockchip/rk3399: mipi: correct phy parameter setting by Lin Huang · 7 years ago
  90. ecd600a rockchip/rk3399: mipi: Fix LOOP_DIV_HIGH_SEL to be 4 bits wide by Lin Huang · 7 years ago
  91. a0199d8 rockchip/rk3399: update the ddr 200MHz frequency configuration by Caesar Wang · 7 years ago
  92. aaf6322 rockchip/rk3399: fix DRAM gate training issue by Lin Huang · 7 years ago
  93. 7971582e Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER by Nico Huber · 7 years ago
  94. 5be0b2e rockchip/rk3399: fix rk_mipi_dsi_phy_init err by Nickey Yang · 7 years ago
  95. 34dba35 rk3399: Reshuffle memlayout to move PRERAM_CBMEM_CONSOLE further back by Julius Werner · 7 years ago
  96. 53d6d84 rockchip/rk3399: soc: resize reserve memory by Xing Zheng · 8 years ago
  97. fe122d4 rockchip/rk3399: Add MIPI driver by Nickey Yang · 7 years ago
  98. 2684efc rockchip/rk3399: remove the delay for enabling SSC by Caesar Wang · 7 years ago
  99. e085a8a rockchip/rk3399: enable DPLL SSC for DDR EMI test on bob by Caesar Wang · 7 years ago
  100. 21b0852 google/gru: skip usbphy1 setup for Scarlet by philipchen · 7 years ago