software/videomixer: connect crossfade and blackout pots
[litex.git] / software / bios /
2013-05-13 Sébastien BourdeauducqMerge pull request #1 from fallen/makefile-001
2013-05-12 Yann SionneauSome Makefile love
2013-04-30 Sebastien Bourdeauducqsoftware: put network code in a library
2013-04-16 Werner Almesbergertftp.h, tftp.c: add tftp_put
2013-04-16 Werner Almesbergertftp.c: use symbolic constant for block size
2013-04-16 Werner Almesbergertftp.c (format_request): pass opcode as argument
2013-04-16 Werner Almesbergertftp.c: use uintNN_t instead of "unsigned short", etc.
2013-04-16 Werner Almesbergertftp.h, tftp.c (tftp_get): make "buffer" void and use...
2013-04-16 Werner Almesbergertftp.c: make "packet_data" unsigned and optimize strcpy...
2013-04-16 Werner Almesbergertftp.c (rx_callback): simplify expressions containing...
2013-04-16 Werner Almesbergertftp.c: use symbolic constants for protocol opcodes
2013-04-16 Werner Almesbergermicroudp.c: avoid redundant accesses into multi-level...
2013-03-25 Sebastien BourdeauducqAutomatically build CSR access functions
2013-03-21 Sebastien Bourdeauducqsoftware/bios: change boot order
2013-03-13 Sebastien Bourdeauducqsoftware/bios: default length 4 for mr command
2013-02-24 Sebastien Bourdeauducqbios: print number of memory errors
2013-02-17 Sebastien Bourdeauducqbios: use puts for long string
2013-02-17 Sebastien Bourdeauducqbios: add build date to banner
2013-01-10 Sebastien Bourdeauducqsoftware: hide and delete .ts files
2013-01-10 Sebastien Bourdeauducqsoftware: compile compiler-rt ourselves
2013-01-10 Sebastien Bourdeauducqsoftware: run the assembler ourselves to prevent future...
2012-10-09 Sebastien BourdeauducqRemove uses of the RE signal on field registers
2012-08-04 Sebastien Bourdeauducqbios/dataflow: use freeze register
2012-08-04 Sebastien Bourdeauducqbios: asmiprobe command
2012-08-03 Sebastien Bourdeauducqbios: add command to print df debug info
2012-05-31 Sebastien Bourdeauducqsoftware: more flexible compilation target
2012-05-31 Sebastien Bourdeauducqsoftware: merge flash.h into mem.h
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: use compiler-rt
2012-05-25 Sebastien Bourdeauducqsoftware: more string functions
2012-05-24 Sebastien BourdeauducqRemove some boilerplate
2012-05-24 Sebastien Bourdeauducqsoftware: include.mak -> common.mak
2012-05-24 Sebastien Bourdeauducqsoftware: merge libextra into libbase
2012-05-22 Sebastien BourdeauducqClock frequency detection
2012-05-21 Sebastien Bourdeauducqbios: serial, network and flash boot support
2012-05-21 Sebastien Bourdeauducqbios: timer support
2012-05-21 Sebastien Bourdeauducqbios/ddrinit: use new padding scheme for address register
2012-05-21 Sebastien BourdeauducqCommon interrupt numbers
2012-05-16 Sebastien BourdeauducqIdentifier
2012-05-16 Sebastien BourdeauducqCommon include files
2012-05-15 Sebastien Bourdeauducqbios: automatically enable hardware memory controller...
2012-05-14 Sebastien Bourdeauducqbios: more DDR diagnostic functions
2012-02-24 Sebastien Bourdeauducqddrphy: working on hardware, simulation a bit messed up
2012-02-24 Sebastien Bourdeauducqddrphy: reads OK, write data coming out 1/2 cycle too...
2012-02-24 Sebastien Bourdeauducqddrphy: partly working
2012-02-23 Sebastien Bourdeauducqdfii: new design
2012-02-19 Sebastien BourdeauducqPrepare for new DDR PHY
2012-02-18 Sebastien Bourdeauducqbios: fix function prototypes
2012-02-18 Sebastien BourdeauducqSend SDRAM initialization sequence and answer PHY read...
2012-02-17 Sebastien Bourdeauducqbios: DDR initialization skeleton
2012-02-17 Sebastien Bourdeauducqbios: add flash target using m1nor
2012-02-07 Sebastien Bourdeauducqsoftware: shell from original BIOS
2012-02-07 Sebastien Bourdeauducqsoftware: UART RX demo
2012-02-07 Sebastien Bourdeauducqsoftware: enable -Wmissing-prototypes
2012-02-06 Sebastien Bourdeauducqsoftware: interrupt driven UART working
2012-02-06 Sebastien Bourdeauducqsoftware: use new UART
2012-02-05 Sebastien BourdeauducqBIOS: hello world