litex.git
2020-06-18 Florent Kermarrecbios/boot: rewrite ROM boot description.
2020-06-18 enjoy-digitalMerge pull request #569 from gsomlo/gls-mor1kx-data...
2020-06-18 enjoy-digitalMerge pull request #570 from gsomlo/gls-sdcard-lazy...
2020-06-17 Gabriel Somloliblitesdcard/[spi]sdcard: avoid redundant (re-)initial...
2020-06-17 Gabriel Somlocpu/mor1kx: fix .data initialization (follow-up to...
2020-06-16 enjoy-digitalMerge pull request #565 from gsomlo/gls-cosmetic-spi-fat
2020-06-16 enjoy-digitalMerge pull request #567 from zyp/fix_data_segment
2020-06-16 Florent Kermarrecplatforms/arty: move sdcard_pmod_io to JD.
2020-06-16 enjoy-digitalMerge pull request #568 from sergachev/master
2020-06-15 Ilia Sergachevbuild/sim/core/modules: fix compilation warnings
2020-06-15 Gabriel Somloliblitesdcard/sdcard: streamline initialization (cosmetic)
2020-06-15 Gabriel Somloliblitesdcard/spisdcard: streamline initialization...
2020-06-15 Vegard Storheil... soc_core: Increase sram size default to 8k.
2020-06-15 Vegard Storheil... bios/linker: Place .data in sram with initial copy...
2020-06-15 Vegard Storheil... bios/linker: Place .got in .rodata.
2020-06-14 Gabriel Somlobios/boot: addresses should use 'unsigned long'
2020-06-11 Florent KermarrecCHANGES: update.
2020-06-11 Florent Kermarrecsoftware/spisdcard: reduce SPISDCARD_CLK_FREQ to 16MHz.
2020-06-11 Florent Kermarrecbuild: add DFUProg.
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...
next