litex.git
2020-06-11 Florent Kermarrecbios/boot: simplify flashboot (remove specific linux...
2020-06-11 Florent Kermarrecbios/boot: add separators, update copyrights.
2020-06-11 Florent Kermarrecbios/boot: make Ethernet boot mode flexible (now also...
2020-06-11 Florent Kermarrecbios/boot: make SDCard boot more flexible using a boot...
2020-06-11 Florent Kermarrecsoftware/bios/boot/sdcardboot: let FatFs do the SDCard...
2020-06-10 Florent Kermarrecsoftware/bios/boot: add sdcardboot support for VexRiscv...
2020-06-10 Florent Kermarrecsoftware/bios/main: clarify address space with @ instea...
2020-06-10 Florent Kermarreclitex_setup.py: update microwatt.
2020-06-10 enjoy-digitalMerge pull request #564 from shenki/microwatt-updates
2020-06-10 enjoy-digitalMerge pull request #562 from gsomlo/gls-crlf
2020-06-10 Florent Kermarrecsoftware/liblitesdcard/ffconf: enable FF_FS_MINIMIZE...
2020-06-10 Florent Kermarrecsoftware/bios/boot: move f_mount to copy_image_from_sdc...
2020-06-10 Florent Kermarrecsoftware/libliteeth/tftp: switch to progress bar.
2020-06-10 Florent Kermarrecbios/boot/copy_image_from_flash_to_ram: add missing...
2020-06-10 Florent Kermarrecsoc/spisdcard: use 32-bit SPIMaster and do 32-bit xfers...
2020-06-10 Florent Kermarrecsoftware/libbase/progress: avoid \t in progress bar...
2020-06-10 Florent Kermarrecsoftware/libsdcard/spisdcard: add and use busy_wait_us...
2020-06-10 Florent Kermarrecbios/boot/copy_image_from_sdcard_to_ram: use chunks...
2020-06-10 Florent Kermarrecbios/boot: add progress bar to copy_image_from_flash_to...
2020-06-10 Florent Kermarreclibase/progress: move __div64_32, do_div to div64.h...
2020-06-10 Florent Kermarrecsoftware/liblitesdcard: remove read_block prototype...
2020-06-10 Joel Stanleymicrowatt: Add mmu.vhdl
2020-06-10 Joel Stanleymicrowatt: Update IRQ signal in wrapper
2020-06-10 Joel Stanleymicrowatt: Add icache flush
2020-06-10 Joel Stanleymicrowatt: Implement boot helper
2020-06-09 Gabriel Somloliblitesdcard: maintain unix newline convention across...
2020-06-09 Florent Kermarrecbios/boot: use progress bar in copy_image_from_sdcard_t...
2020-06-09 Florent Kermarreclibbase: add progress bar (from Barebox).
2020-06-09 Florent Kermarrecsoftware/liblitesdcard: add retries when setting card...
2020-06-09 Florent Kermarrecsoftware/liblitesdcard/sdcard: add FatFs disk functions.
2020-06-09 Florent Kermarrecsoftware/liblitesdcard/spisdcard: rename #defines and...
2020-06-09 Florent Kermarrecsoftware/liblitesdcard: create fat directory for FatFs...
2020-06-09 Florent Kermarrecsofware/liblitesdcard: enable Long Filename (LFN).
2020-06-09 Florent Kermarrecsoftware/libsdcard: rewrite/simplify SPISDCard/FatFs...
2020-06-06 enjoy-digitalMerge pull request #559 from gsomlo/gls-fix-crlf
2020-06-06 Gabriel Somloliblitesdcard: convert all sources to unix style newlin...
2020-06-05 Florent Kermarrecsoftware/liblitesdcard: remove unsused functions with...
2020-06-05 Florent Kermarrecsoftware/liblitesdcard: switch to FatFs for sdcardboot.
2020-06-05 Florent Kermarrecsoftware/liblitesdcard: base it on FatFs generic exampl...
2020-06-05 Florent Kermarrecsoftware/liblitesdcard: add FatFs files.
2020-06-05 Florent Kermarrecsoftware/liblitesdcard/spisdcard: simplify/rewrite...
2020-06-04 Florent Kermarrecsoftware/liblitesdcard: add copyrights to spisdcard...
2020-06-04 Florent Kermarrecsoftware/liblitesdcard/sdcard: simplify readSector.
2020-06-04 Florent Kermarrecsoftware/liblitesdcard: fat16 boot working with both...
2020-06-03 Florent Kermarrecsoftware/liblitesdcard: move fat16 code to separate...
2020-06-03 Florent Kermarrecsoftware/bios/libsdcard: add initial boot from sdcard...
2020-06-03 Florent Kermarrecsoc/add_sdcard: use SDClockerS7 for 7-Series and SDCloc...
2020-06-03 enjoy-digitalMerge pull request #558 from antmicro/fix-function...
2020-06-03 Jan Kowalewskilitex/soc/software/liblitespi: fix names associated...
2020-06-03 Florent Kermarrecboards/ulx3s: add sdcard pins and initial LiteSDCard...
2020-06-03 Florent Kermarrecsoc/add_sdcard: add minimal SDClockerECP5 on ECP5.
2020-06-03 Florent Kermarrecsoc/add_sdcard: remove limitation to 7-Series but only...
2020-06-03 Florent Kermarrecsoc/add_sdcard: emulator clocking moved to litesdcard.
2020-06-03 Florent Kermarrecsoftware/libsdcard: keep SDCARD_DEBUG enabled for now...
2020-06-03 Florent Kermarrecsoc/add_sdcard: remove Timer (unused).
2020-06-03 Florent Kermarrecsoftware/liblitesdcard: review/simplify (code is over...
2020-06-03 Florent Kermarrecsoftware/liblitesdcard: remove sdtimer functions (unused).
2020-06-02 enjoy-digitalMerge pull request #556 from antmicro/mglb/symbiflow...
2020-06-02 Mariusz Glebockitargets/arty: use sys_clk_freq = 60MHz for Symbiflow...
2020-06-02 Mariusz Glebockibuild/xilinx/symbiflow: remap part name
2020-06-02 Florent Kermarrecsoftware/liblitedram: revert sdrsw() in sdrlevel: this...
2020-06-02 enjoy-digitalMerge pull request #553 from ozbenh/sim-autoinit
2020-06-02 enjoy-digitalMerge pull request #557 from antmicro/mor1kx_linux_booting
2020-06-02 Florent KermarrecCHANGES: update and change added features order.
2020-06-02 Mateusz Holenkobios: boot: Boot linux on mor1kx with external device...
2020-06-02 Florent Kermarrectest: update.
2020-06-02 Florent Kermarrectargets: rename gateware-toolchain parameter to toolchain.
2020-06-02 Florent Kermarrectargets/arty: integrate symbiflow changes to avoid...
2020-06-02 Florent Kermarrecbuild/generic_platform: add default_clk constraints...
2020-06-02 Florent Kermarrecbuild/xilinx/symbiflow: reuse .xdc generation from...
2020-06-02 Florent Kermarrecboards/arty: remove specific arty_symbiflow platform...
2020-06-02 Florent Kermarrecxilinx/simbiflow: add simple symbiflow_device re-mapping.
2020-06-02 enjoy-digitalMerge pull request #551 from antmicro/mglb/symbiflow...
2020-06-01 Tim AnsellMerge pull request #552 from ozbenh/memspeed-long
2020-06-01 Benjamin Herrenschmidtsdram: Use unsigned long for memory test
2020-06-01 Mariusz Glebockitest/test_targets: add arty_symbiflow
2020-06-01 Mariusz Glebockitargets: add arty_symbiflow
2020-06-01 Mariusz Glebockiplatforms: add arty_symbiflow
2020-06-01 Mariusz Glebockibuild/xilinx: add Symbiflow toolchain support
2020-06-01 enjoy-digitalMerge pull request #550 from antmicro/jboc/spd-read
2020-06-01 enjoy-digitalMerge pull request #549 from antmicro/mglb/fix-vivado...
2020-06-01 Benjamin Herrenschmidtsdram: Unconditionally switch to SW control before...
2020-06-01 Mariusz Glebockibuild/xilinx: do not assume build name is "top"
2020-06-01 enjoy-digitalMerge pull request #547 from gsomlo/gls-fix-sdcard...
2020-06-01 Florent Kermarrecinterconnect/wishbone/DownConverter: skip accesses...
2020-06-01 Florent Kermarrecsoc/interconnect/axi: generate wishbone.sel for reads.
2020-06-01 Florent Kermarrecsoc/software: only keep 32-bit CSR alignment support.
2020-05-30 Gabriel Somlosoc/software/litesdcard: update for response register...
2020-05-30 Florent Kermarrecwishbone/wishbone2csr: use wishbone.sel on CSR write.
2020-05-29 Florent Kermarrecsoc/software/litesdcard: use new send register to send...
2020-05-29 Florent Kermarrecplatforms/nexys_video: add spisdcard pins.
2020-05-29 Florent Kermarrectargets/nexys_video: add spi-sdcard and sdcard support.
2020-05-29 Florent Kermarrecplaforms/nexys_video: keep up to date with litex-boards.
2020-05-29 Florent Kermarrectargets: simplify Ethernet/Etherbone integration on...
2020-05-29 Florent Kermarrecbios/cmds/cmd_litesdcard: rewrite comments/descriptions.
2020-05-29 Florent Kermarrecbios/main: replace / with -.
2020-05-29 enjoy-digitalMerge pull request #545 from gsomlo/gls-fix-mmptr
2020-05-29 Gabriel Somlocsr: fix simple accessor alignment
2020-05-29 Florent Kermarrecsoftware/liblitesdcard: replace hexdump with dump_bytes...
2020-05-29 Florent Kermarrecsoc/add_sdcard: add with_emulator parameter to use...
next