software/bios: move romboot after serialboot and netboot
[litex.git] / software / libbase /
2015-08-08 whitequarklibbase: add const qualifiers.
2015-08-01 whitequarklibbase: also pass exception PC and EA to exception...
2015-08-01 whitequarklibbase: downstream users should provide fprintf.
2015-07-30 whitequarkExport _cache_init from crt0.S.
2015-07-30 whitequarkUpdate libunwind submodule.
2015-07-28 Florent KermarrecMerge branch 'master' of https://github.com/m-labs...
2015-07-28 Florent Kermarrecupdate lm32 with "Switch to -fPIC" changes.
2015-07-26 whitequarkUpdate libbase/linker-sdram.ld with -fPIC support.
2015-07-26 whitequarkSwitch to -fPIC.
2015-07-26 whitequarkAdd a stub getenv() implementation.
2015-07-26 whitequarkAdd support for fprintf(stderr, ...).
2015-07-26 whitequarkcommon.mak: remove RANLIB.
2015-07-19 Sebastien Bourdeauducquart: remove option to refill HW from uart_write
2015-07-19 Robert Jordensuart.c: rx overflow fix and tx simplification
2015-06-19 Florent Kermarrecsoftware/libbase/system: fix flush_l2_cache
2015-06-19 Florent Kermarrecsoc/sdram: add L2_SIZE constant and avoid declaring...
2015-06-17 Florent Kermarrecsdram: use wishbone cache as L2 cache and add optional...
2015-05-27 Yann Sionneauspiflash: now using 64k sectors
2015-05-27 Yann Sionneauspiflash: cleanup unnecessary parenthesis
2015-05-01 Florent Kermarreccom/uart: add tx and rx fifos.
2015-04-27 Florent KermarrecMerge branch 'master' of https://github.com/m-labs...
2015-04-27 Sebastien Bourdeauducqspiflash: use SoC defines, add write_to_flash function
2015-04-03 Sebastien Bourdeauducqcrt0-or1k: clean up indentation
2015-04-02 Sebastien Bourdeauducqlibbase: implement flush_l2_cache for or1k
2015-03-25 Florent Kermarreclinker-sdram.ld: sdram mem region is now called main_ram
2015-03-21 Florent Kermarrecrename sdram mapping to main_ram
2015-03-02 Florent Kermarreccpuif: add CSR_ prefix to CSR base addresses (avoid...
2015-02-28 Florent Kermarrecmerge liteusb
2015-02-28 Florent Kermarrecmerge litesata
2015-02-28 Florent Kermarrecmerge litescope
2015-02-27 Florent Kermarrecgensoc: make it more generic (a SoC does not necessaril...
2015-02-27 Florent Kermarrecuse cachesize reported in wishbone2lasmi
2015-02-25 Sebastien Bourdeauducqmerge liteeth
2014-11-27 Yann Sionneauspiflash: BB write support
2014-09-21 Sebastien Bourdeauducqlibbase: use __builtin_setjmp and __builtin_longjmp
2014-07-05 Sebastien Bourdeauducqstyle
2014-07-05 Sebastien Bourdeauducqcrt-or1k: trim useless exception vectors
2014-06-01 Sebastien Bourdeauducqlibbase: remove crt during make clean
2014-05-24 Sebastien Bourdeauducqcrt0: remove macadress for or1k as well
2014-05-24 Robert Jordensbios/crt0.S: remove unused macaddr, add syscall handler...
2014-05-14 Sebastien Bourdeauducqsoftware: factorize exception_handler
2014-05-14 Sebastien BourdeauducqInitial mor1kx (OpenRISC) support
2014-02-21 Sebastien BourdeauducqGenerate mem.h from SoC description
2013-11-24 Sebastien Bourdeauducqgenerate linker memory map, move all generated files...
2013-11-16 Sebastien Bourdeauducqadd L2 cache size in identifier + function to flush L2
2013-11-13 Sebastien Bourdeauducqvideomixer: filter PLL lock output
2013-11-09 Sebastien Bourdeauducquse git commit id as version
2013-11-09 Sebastien Bourdeauducqrename milkymist-ng to MiSoC
2013-10-23 Florent Kermarrecuart_isr: fix interrupts clear
2013-07-11 Sebastien Bourdeauducqsoftware: move time.c to libbase
2013-07-11 Sebastien Bourdeauducqsoftware: share SDRAM linker script
2013-07-11 Sebastien Bourdeauducqsoftware: share crt0
2013-05-19 Sebastien BourdeauducqSimplify system ID
2013-05-19 Sebastien Bourdeauducqsoftware: add nofloat libbase for size-optimized binaries
2013-05-13 Sebastien Bourdeauducqtimer: atomic reads
2013-05-13 Sébastien BourdeauducqMerge pull request #1 from fallen/makefile-001
2013-05-12 Yann SionneauSome Makefile love
2013-03-25 Sebastien BourdeauducqAutomatically build CSR access functions
2013-03-10 Sebastien BourdeauducqUse new module, autoreg and eventmanager Migen APIs
2013-01-10 Sebastien Bourdeauducqsoftware: hide and delete .ts files
2013-01-10 Sebastien Bourdeauducqsoftware: run the assembler ourselves to prevent future...
2012-06-04 Sebastien Bourdeauducqsoftware/libbase: qsort
2012-05-31 Sebastien Bourdeauducqsoftware/libbase: add strcat strncat
2012-05-31 Sebastien Bourdeauducqsoftware: more flexible compilation target
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-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 Bourdeauducqlibbase: setjmp/longjmp
2012-05-25 Sebastien Bourdeauducqsoftware/libbase: srand and RAND_MAX
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-22 Sebastien BourdeauducqClock frequency detection
2012-05-21 Sebastien Bourdeauducqlibbase: unmask UART interrupt correctly
2012-05-21 Sebastien BourdeauducqCommon interrupt numbers
2012-05-16 Sebastien BourdeauducqIdentifier
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: enable -Wmissing-prototypes
2012-02-07 Sebastien Bourdeauducqsoftware: use the Clang/LLVM compiler
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-03 Sebastien Bourdeauducqsoftware: dependencies the Werner way
2012-02-03 Sebastien BourdeauducqCopy some software code from the original Milkymist...