MultiReg: remove idomain
[litex.git] / software /
2013-03-13 Sebastien Bourdeauducqsoftware/bios: default length 4 for mr command
2013-03-10 Sebastien BourdeauducqUse new module, autoreg and eventmanager Migen APIs
2013-03-06 Sebastien Bourdeauducqsoftware/libcompiler-rt: add ctzsi2
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-02-16 Sebastien Bourdeauducqsoftware: go back to GCC
2013-01-12 Sebastien Bourdeauducqsoftware/include: add float.h
2013-01-12 Sebastien Bourdeauducqsoftware/include: add stdbool.h
2013-01-10 Sebastien Bourdeauducqsoftware: hide and delete .ts files
2013-01-10 Sebastien Bourdeauducqsoftware: compile compiler-rt ourselves
2013-01-10 Sebastien Bourdeauducqsoftware/include/base/stdint.h: add INT32_C
2013-01-10 Sebastien Bourdeauducqsoftware: run the assembler ourselves to prevent future...
2013-01-10 Sebastien Bourdeauducqsoftware/common.mak: remove -fsigned-char from CFLAGS
2013-01-10 Sebastien Bourdeauducqsoftware/common.mak: use -target instead of deprecated...
2013-01-10 Sebastien Bourdeauducqsoftware/include/base/stdint.h: more definitions
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-06-04 Sebastien Bourdeauducqsoftware/libbase: qsort
2012-06-04 Sebastien Bourdeauducqbase/stdlib.h: abs/labs
2012-06-04 Sebastien Bourdeauducqsoftware/base/limits.h: add some more
2012-06-03 Sebastien Bourdeauducqsoftware/libbase: add fseek+ftell decls
2012-06-02 Sebastien Bourdeauducqsoftware/include/hw: add flash offset for filesystem
2012-06-02 Sebastien Bourdeauducqsoftware: stdarg.h: cleanup and add va_copy
2012-06-01 Sebastien Bourdeauducqsoftware/libbase: uintptr_t
2012-05-31 Sebastien Bourdeauducqsoftware/libbase: add strcat strncat
2012-05-31 Sebastien Bourdeauducqsoftware: more flexible compilation target
2012-05-31 Sebastien Bourdeauducqsoftware: use new Clang target name
2012-05-31 Sebastien Bourdeauducqsoftware/libbase: add some more types
2012-05-31 Sebastien BourdeauducqRemove compiler-rt config
2012-05-31 Sebastien Bourdeauducqsoftware: merge flash.h into mem.h
2012-05-29 Sebastien Bourdeauducqsoftware: platform configuration file for compiler-rt
2012-05-29 Sebastien Bourdeauducqsoftware/common.mak: use clang + lm32-elf binutils...
2012-05-28 Sebastien Bourdeauducqsoftware/libbase/vsnprintf: treat %g as %f (temporary...
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: remove fabsf
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: add strerror
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: use compiler-rt
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: fix stupid mistake in limits.h
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: malloc family decl in stdlib
2012-05-28 Sebastien Bourdeauducqsoftware/libbase: more file decls in stdio
2012-05-27 Sebastien Bourdeauducqsoftware/libbase: memcpy: same with 2 alignment
2012-05-27 Sebastien Bourdeauducqsoftware/libbase: __floatunsisf/__floatunsidf
2012-05-27 Sebastien Bourdeauducqsoftware/libbase: fix memcpy handling of buffers with...
2012-05-25 Sebastien Bourdeauducqsoftware: more string functions
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: strtod
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: errno
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: provide getenv declaration
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: provide file I/O declaration
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: stddef.h
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: improve limits.h
2012-05-25 Sebastien Bourdeauducqsoftware/common.mak: support changing source directory
2012-05-25 Sebastien Bourdeauducqlibbase: setjmp/longjmp
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: srand and RAND_MAX
2012-05-25 Sebastien Bourdeauducqsoftware: cleanup CFLAGS
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: now that we have double precision...
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: double precision FP glue
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: fix softfloat compilation warnings
2012-05-24 Sebastien Bourdeauducqsoftware/libbase: upgrade softfloat to version 2b ...
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-24 Sebastien Bourdeauducqsoftware/libextra: remove blockdev + fatfs
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 Bourdeauducqlibbase: unmask UART interrupt correctly
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 BourdeauducqDFI injector (untested)
2012-02-17 Sebastien Bourdeauducqbios: DDR initialization skeleton
2012-02-17 Sebastien Bourdeauducqbios: add flash target using m1nor
2012-02-17 Sebastien BourdeauducqMap DDR PHY controls in CSR
2012-02-07 Sebastien Bourdeauducqlibbase: blocking UART write if IRQs are enabled
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-07 Sebastien Bourdeauducqsoftware: use the Clang/LLVM compiler
2012-02-07 Sebastien Bourdeauducqsoftware: fix size_t and ptrdiff_t
2012-02-06 Sebastien Bourdeauducqsoftware: remove unnecessary IRQ acks
2012-02-06 Sebastien Bourdeauducqsoftware: interrupt driven UART working
2012-02-06 Sebastien Bourdeauducqsoftware: use new UART
2012-02-05 Sebastien BourdeauducqBIOS: hello world
2012-02-05 Sebastien Bourdeauducqflash: remove splash screens
2012-02-03 Sebastien Bourdeauducqsoftware: dependencies the Werner way
2012-02-03 Sebastien BourdeauducqCopy some software code from the original Milkymist...