ls2: add support for the Nexys Video board
[ls2.git] / coldboot /
2022-11-22 Tobias Platencoldboot: add lfsr.h by Anton Blanchard
2022-11-20 Tobias Platenadd mode registers macro for orangecrab, extracted...
2022-05-15 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2022-05-04 Luke Kenneth Casso... add micron n25q 128mb QSPI device to table of
2022-05-04 Luke Kenneth Casso... add tercel speed-up but missing id for arty a7 at the...
2022-04-30 Tobias PlatenMerge branch 'master' of ssh://git.libre-riscv.org...
2022-04-30 Luke Kenneth Casso... update length of program being copied and update
2022-04-22 Luke Kenneth Casso... read 2nd word of signature
2022-04-22 Luke Kenneth Casso... move hyperram to 0x0000_00000 and 0x2000_0000
2022-04-14 Luke Kenneth Casso... wrap QSPI exploration in SYSCON check for QSPI
2022-04-14 Luke Kenneth Casso... flash read-and-dump
2022-04-13 Luke Kenneth Casso... annoying, coldboot.bin getting too big to fit into...
2022-04-12 Luke Kenneth Casso... GAH jump to start of SPI Flash not the offset *in* SPI
2022-04-12 Luke Kenneth Casso... move flash-first-phase-initialisation to separate function
2022-04-11 Luke Kenneth Casso... even more speedup possible on QSPI
2022-04-11 Luke Kenneth Casso... hack offset into boot address as well
2022-04-11 Luke Kenneth Casso... hmm go back to mtspr for now, also add explicit loading...
2022-04-11 Luke Kenneth Casso... fix coldboot to boot from return address
2022-04-11 Luke Kenneth Casso... hmm getting flags sorted out on coldboot link
2022-04-11 Luke Kenneth Casso... annoying, read from wrong offset in SPI FLASH
2022-04-11 Luke Kenneth Casso... make DRAM init conditional on whether it is detected...
2022-04-11 Luke Kenneth Casso... sigh dump memory *at* address, not address itself
2022-04-11 Luke Kenneth Casso... dump start of copied memory
2022-04-11 Luke Kenneth Casso... speed up QSPI by putting it into way-faster mode
2022-04-10 Luke Kenneth Casso... need to merge in tercel flash code
2022-04-10 Luke Kenneth Casso... attempting to sort out what looks like a stack overflow
2022-04-09 Luke Kenneth Casso... add QSPI dump back in (smaller one) to check it is...
2022-04-09 Luke Kenneth Casso... sigh use MEMORY_BASE which is at 0x0000_0000 and coinci...
2022-04-09 Luke Kenneth Casso... shuffle addresses around a bit
2022-04-08 Luke Kenneth Casso... add DRAM offset into SYSCON and jump to DRAM if flash...
2022-04-08 Luke Kenneth Casso... add ELF reading to coldboot.c, move spi address to...
2022-04-08 Luke Kenneth Casso... add read of SYSCON and entry for SPIFlash
2022-04-08 Luke Kenneth Casso... up the delay-time on ddr3 reset, put loop around dram...
2022-04-07 Raptor Engineering... Update coldboot DDR3 init firmware to work with latest...
2022-04-07 Raptor Engineering... Add an asm dump with source to the coldboot makefile
2022-04-04 Luke Kenneth Casso... disable ethmac for now, pass firmware.hex to cypress...
2022-04-04 Luke Kenneth Casso... redo start address of firmware so it can be specified...
2022-03-31 Luke Kenneth Casso... reduce number of params obtained on QSPI for icarus sim
2022-03-31 Luke Kenneth Casso... got icarus verilog model of QSPI working and it returns...
2022-03-31 Luke Kenneth Casso... whitespace cleanup
2022-03-29 Luke Kenneth Casso... add config-dump from SPI
2022-03-29 Luke Kenneth Casso... quick-and-dirty QSPI read test
2022-03-28 Luke Kenneth Casso... quick memory test increasing by power-2 each time shows...
2022-03-27 Luke Kenneth Casso... try latency of 7 for winbond hyperram
2022-03-26 Luke Kenneth Casso... add hyperram iverilog runner including s27kl0641.v...
2022-03-25 Luke Kenneth Casso... loop-test on hyperram read/write which needs carriage...
2022-03-22 Luke Kenneth Casso... adding hyperram for arty a7 and also adding a workaroun...
2022-03-19 Luke Kenneth Casso... move quick read/write test for hyperram in coldboot.c
2022-03-17 Luke Kenneth Casso... work-in-progress on DDR3 firmware. sigh
2022-03-10 Luke Kenneth Casso... sigh gramWishbone is not WB4-pipeline-burst-compliant
2022-02-21 Luke Kenneth Casso... lengthen cdelay pauses by a factor of 10
2022-02-21 Luke Kenneth Casso... * use readl and writel for accessing memory
2022-02-21 Luke Kenneth Casso... use microwatt mmu powerpc.lds with better stack space
2022-02-20 Luke Kenneth Casso... set RAM base to #defined DRAM_BASE not hard-coded value
2022-02-19 Luke Kenneth Casso... match up dram initialisation parameters
2022-02-19 Luke Kenneth Casso... put together coldboot startup firmware