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