1. 5917139 [dif] Refactor dif_gpio.h to use new-style names by Miguel Young de la Sota · 4 years, 7 months ago
  2. af6e26a [sw] Clarification in boot_rom doc re DV by Srikrishna Iyer · 4 years, 8 months ago
  3. 0915ddb [bootrom/bootstrap] Update flash write check by Miguel Osorio · 4 years, 8 months ago
  4. 58ca4b0 [sw] Replace the old SPI driver with the new DIF by Miguel Young de la Sota · 4 years, 8 months ago
  5. 1ada4f7 [sw] Use KEEP Correctly in Linker Scripts by Sam Elliott · 4 years, 8 months ago
  6. b8ce2ef [sw] Unsigned Comparisons in Address Loops by Sam Elliott · 4 years, 8 months ago
  7. e82507a [sw/crt] Fix CRT code clobbering the first word of .bss by Miguel Young de la Sota · 4 years, 8 months ago
  8. b322151 [sw] Use Verilator Stop Address by Sam Elliott · 4 years, 9 months ago
  9. 460a5af [sw] Fix up all warn_unused_result warnings. by Miguel Young de la Sota · 4 years, 9 months ago
  10. 4851176 [sw] - Update flash sanity test for info partitions as well by Timothy Chen · 4 years, 11 months ago
  11. ca6398a [sw] Turn off Linker Relaxation in IRQ Vectors by Sam Elliott · 4 years, 10 months ago
  12. d8ff1d9 [sw] Use .option push/pop to turn off rvc by Sam Elliott · 4 years, 10 months ago
  13. 519f746 [topgen] Generate Linker Script Memory Definitions by Sam Elliott · 5 years ago
  14. 95142f7 [sw] Clean up boot_rom SPI bootstrap code. by Miguel Young de la Sota · 5 years ago
  15. 07372da [sw] Add a wfi to the bootrom irq handlers by Miguel Young de la Sota · 5 years ago
  16. 7fe0fb0 [topgen] Generate Peripheral Base Addresses for C by Sam Elliott · 5 years ago
  17. 2d6c5b0 [dv,sw] SW -> DV tb self-checking mechanism - C by Srikrishna Iyer · 5 years ago
  18. e24da1c [sw] Make non-DV logging consistent with DV logging by Miguel Young de la Sota · 5 years ago
  19. 5723552 [dv, sw] "Backdoor" C->SV logging by Srikrishna Iyer · 5 years ago
  20. 7ea54b1 [sw] Reformat Software Code by Sam Elliott · 5 years ago
  21. 3455c26 [sw] Zero stack in boot_rom and flash by Greg Chadwick · 5 years ago
  22. 812eb33 [sw] Convert Delimiters to Backticks in Comments by Sam Elliott · 5 years ago
  23. 4488d24 [sw/crt] Ensure Small Read-Only Data is Linked by Sam Elliott · 5 years ago
  24. fa1b698 [sw/crt] Initialise Global Pointer Correctly by Sam Elliott · 5 years ago
  25. 10fe7e5 [sw] Make log.h link-time rather than macro-time by Miguel Young de la Sota · 5 years ago
  26. da2e344 [ROM] Double ROM size to 16KB by Timothy Chen · 5 years ago
  27. 30eb41a [sw] Move printf-like facilities into libbase. by Miguel Young de la Sota · 5 years ago
  28. 83d002b Remove existing GPIO driver and update call-sites to use dif_gpio by Alphan Ulusoy · 5 years ago
  29. 76526c3 [sw] Introduce link-time dependency injection by Miguel Young de la Sota · 5 years ago
  30. 960fd8e [sw] Format include guards in the SW tree by Miguel Young de la Sota · 5 years ago
  31. 063ed60 [uart] Refactor uart driver to use UART DIF by Silvestrs Timofejevs · 5 years ago
  32. dddf1ed [sw] Collect various "runtime-ey" functions into lib/runtime. by Miguel Young de la Sota · 5 years ago
  33. 4425b28 [sw] Clean up the flash linker script and CRT. by Miguel Young de la Sota · 5 years ago
  34. 26e2200 [meson] Ensure we don't include a build-id in the ROM by Alistair Francis · 5 years ago
  35. b1a4e03 [sw] Fix the |.data| segment in boot_rom to be mutable. by Miguel Young de la Sota · 5 years ago
  36. f225d99 [sw] Promulgate better use of standard headers. by Miguel Young de la Sota · 5 years ago
  37. b89b84f [sw] Fix a few places where execution could "fall off" by Miguel Young de la Sota · 5 years ago
  38. 523b162 [sw] Remove Make as a SW build system. by Miguel Young de la Sota · 5 years ago
  39. d941331 [sw] Cleanup boot_rom/crt0.S. by Miguel Young de la Sota · 5 years ago
  40. dd043d0 [sw] Avoid using `__asm__` for Inline Assembly by Sam Elliott · 5 years ago
  41. 7d7467a Revert "[sw/device] Drop all linker sections not specified" by Philipp Wagner · 5 years ago
  42. 3c8ab3b [meson] Pull the functionality of make_build_bin.sh into Meson. by Miguel Young de la Sota · 5 years ago
  43. b2ef483 [sw] Centralize the definition of $OT_VERSION by Miguel Young de la Sota · 5 years ago
  44. 1bf0b49 [boot_rom] Add bootstrap pre flash programming debug messages by Silvestrs Timofejevs · 5 years ago
  45. 2ba206b [meson] Re-add build_by_default to embedded targets. by Miguel Young de la Sota · 5 years ago
  46. 1d0f8eb [build] Move sw/device-specific definitions to sw/device/meson.build. by Miguel Young de la Sota · 5 years ago
  47. 2279046 [sw/device] Keep .text.unlikely in the linker script by Alistair Francis · 5 years ago
  48. 7bc210a [sw/device] Don't link with newlib by Alistair Francis · 5 years ago
  49. 5336f3f [sw/device] Drop all linker sections not specified by Alistair Francis · 5 years ago
  50. 6d137ac [boot_rom] Add more descriptive message on successful boot by Silvestrs Timofejevs · 5 years ago
  51. 6379357 [meson] Make Meson generate artifacts in the style of #650. by Miguel Young de la Sota · 5 years ago
  52. 9d0403c [dv,sw] C messaging flow by Srikrishna Iyer · 5 years ago
  53. dba13de [top/earlgrey] Software Initialization Code by Eunchan Kim · 5 years ago
  54. 9eebde0 [doc] Completely replace docgen with hugo by Garret Kelly · 5 years ago
  55. 27d61b9 [sw] Move device README docs under device/ folder. by Miguel Osorio · 5 years ago
  56. ae67f6b [sw] Move device code into sw/device folder by Miguel Osorio · 5 years ago