1. 799c321 cbmem_top_chipset: Change the return value to uintptr_t by Elyes Haouas · 1 year, 8 months ago
  2. 1b2c03b soc/sifive/ux00ddr.h: Remove set but unused variables by Arthur Heymans · 2 years, 4 months ago
  3. 7e48686 src/soc: Get rid of most src/soc/Kconfig files by Martin Roth · 2 years, 1 month ago
  4. 11cac78 Replace some ENV_ROMSTAGE with ENV_RAMINIT by Kyösti Mälkki · 2 years, 3 months ago
  5. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 10 months ago
  6. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 7 months ago
  7. baf27db cbfs: Enable CBFS mcache on most chipsets by Julius Werner · 4 years, 10 months ago
  8. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 3 years, 10 months ago
  9. cbcce24 soc/sifive: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  10. 46514c2 treewide: Add Kconfig variable MEMLAYOUT_LD_FILE by Furquan Shaikh · 4 years, 1 month ago
  11. bd4e6e3 soc/sifive/fu540: Add chip_operations stub by Kyösti Mälkki · 4 years, 2 months ago
  12. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  13. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 2 months ago
  14. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  15. 0d0fe14 soc/sifive/fu540: Add missing '#include <commonlib/bsd/helpers.h>' by Elyes HAOUAS · 4 years, 2 months ago
  16. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 2 months ago
  17. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 2 months ago
  18. 5de47d0 soc/sifive: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  19. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  20. 1b296ee soc/{samsung,sifive}: Fix typos by Elyes HAOUAS · 4 years, 5 months ago
  21. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 7 months ago
  22. 8cf28db soc/{amd,cavium,mediatek,sifive}: Remove unused <stdlib.h> by Elyes HAOUAS · 4 years, 8 months ago
  23. 8245bd2 fmap: Make FMAP_CACHE mandatory if it is configured in by Julius Werner · 4 years, 7 months ago
  24. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  25. d577726 soc/sifive/fu540: Support booting from SD card by Xiang Wang · 4 years, 11 months ago
  26. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 9 months ago
  27. f71bb5d soc/{mediatek,sifive}: Remove unused 'include <arch/barrier.h>' by Elyes HAOUAS · 4 years, 9 months ago
  28. 4a8fba9 soc/sifive/fu540: test and fix code of fu540 spi by Xiang Wang · 4 years, 11 months ago
  29. f4e1583 soc/sifive/fu540: add code for spi and map flash to memory spaces by Xiang Wang · 5 years ago
  30. d434e8b soc/sifive/fu540: Add opensbi support by Patrick Rudolph · 5 years ago
  31. 76c4386 arch/non-x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  32. 313d53f src/mb/sifive/hifive-unleashed: initialize Gigabit Ethernet Controller by Xiang Wang · 5 years ago
  33. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  34. d19f4e5 riscv: ARCH_RISCV_RV{32,64} selects ARCH_RISCV by Ronald G. Minnich · 5 years ago
  35. 0535804 riscv: create Kconfig architecture features for new parts by Ronald G. Minnich · 6 years ago
  36. 1d748c5 console: Change BOOTBLOCK_CONSOLE default to `y` by Nico Huber · 6 years ago
  37. 968a23d riscv: fix non-SMP support by Philipp Hug · 6 years ago
  38. 97ca02c soc/sifive/fu540: Add helper function to get tlclk frequency by Jonathan Neuschäfer · 6 years ago
  39. a09c2e1 soc/sifive/fu540: Load PLL settings from a struct by Jonathan Neuschäfer · 6 years ago
  40. 90fd072 soc/sifive/fu540: Simplify UART refclk calculation by Jonathan Neuschäfer · 6 years ago
  41. 7c9540e riscv: add support smp_pause / smp_resume by Xiang Wang · 6 years ago
  42. bb7f41d sifive/fu540: correct cbmem support by Philipp Hug · 6 years ago
  43. 8ac6a19 soc/sifive/fu540: Document #if ENV_ROMSTAGE line by Jonathan Neuschäfer · 6 years ago
  44. 0fb58f3 soc/sifive/fu540: Remove PLL parameters from sdram.c by Jonathan Neuschäfer · 6 years ago
  45. 4e7a473 sifive/hifive-unleashed: enable CBMEM support by Philipp Hug · 6 years ago
  46. 7c5acd4 soc/sifive: move ram_resource to mainboard by Philipp Hug · 6 years ago
  47. df5e6f6 soc/sifive/fu540: Implement uart_platform_refclk for UART divisor calculation by Philipp Hug · 6 years ago
  48. 9159572 soc/sifive/fu540: Initialize SDRAM by Philipp Hug · 6 years ago
  49. 374d992 soc/sifive/fu540: Switch clock to 1GHz in romstage by Philipp Hug · 6 years ago
  50. c014ef5 soc/sifive/fu540: create ram_resource with actual memory size by Philipp Hug · 6 years ago
  51. 199b75f arch/riscv: provide a monotonic timer by Philipp Hug · 6 years ago
  52. 31dbfbc soc/sifive/fu540: add SiFive supplied header files for SDRAM initialization by Philipp Hug · 6 years ago
  53. bdd866e soc/sifive/fu540: Get SDRAM controller out of reset by Philipp Hug · 6 years ago
  54. 18764a3 soc/sifive/fu540: Update clock settings according SiFive bootloader by Philipp Hug · 6 years ago
  55. 7524400 uart/sifive: make divisor configurable by Philipp Hug · 6 years ago
  56. 3d398ad soc/sifive/fu540: Initialize PLL and clock by Philipp Hug · 6 years ago
  57. e056859 soc/sifive: fix compiler warning by Philipp Hug · 6 years ago
  58. 2cf9990 soc/sifive/fu540: Makefile: include mtime_init in ramstage by Philipp Hug · 6 years ago
  59. ea81928 soc/sifive/fu540: Add driver for OTP memory by Philipp Hug · 6 years ago
  60. aa5f821 soc/sifive/fu540: add CLINT support by Xiang Wang · 6 years ago
  61. 2e38dbe riscv: update mtime initialization by Xiang Wang · 6 years ago
  62. a5b265b riscv: separately define stack locations at different stages by Xiang Wang · 6 years ago
  63. 52a022f sifive/fu540: add empty sdram init and size functions by Philipp Hug · 6 years ago
  64. 5fed693 riscv: add support for modifying compiler options by Xiang Wang · 6 years ago
  65. 55b4645 src/sifive: Add the SiFive Freedom Unleashed 540 SoC by Jonathan Neuschäfer · 6 years ago