interconnect/csr: add CSR registers ordering support.
[litex.git] / litex / soc / integration / soc_core.py
2020-08-05 Florent Kermarrecinterconnect/csr: add CSR registers ordering support.
2020-07-24 enjoy-digitalMerge pull request #604 from antmicro/jboc/axi-lite
2020-07-23 Florent Kermarreccore/cpu: integrate Zynq as a classical CPU (Zynq7000...
2020-07-22 enjoy-digitalMerge pull request #600 from antmicro/jboc/axi-lite
2020-07-22 Jędrzej Boczarsoc/integration: add bus standard parser arguments
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-15 Vegard Storheil... soc_core: Increase sram size default to 8k.
2020-06-01 enjoy-digitalMerge pull request #550 from antmicro/jboc/spd-read
2020-06-01 enjoy-digitalMerge pull request #547 from gsomlo/gls-fix-sdcard...
2020-06-01 Florent Kermarrecsoc/software: only keep 32-bit CSR alignment support.
2020-05-27 enjoy-digitalMerge pull request #541 from antmicro/jboc/spd-read
2020-05-26 Florent Kermarreccpus: remove common cpu variants/extensions definition...
2020-05-22 enjoy-digitalMerge pull request #535 from antmicro/arty-cv32e40p
2020-05-19 Florent Kermarrecintegration/soc_core: avoid cpu_variant check if custom...
2020-05-17 Florent Kermarrecuptime: rework and integrate it in Timer to ease softwa...
2020-05-15 enjoy-digitalMerge pull request #526 from rprinz08/master
2020-05-15 Florent Kermarrecsoc/SoCController: add uptime since start (disabled...
2020-05-13 Florent Kermarreccpu/soc_core: automatically set csr mapping to 0x000000...
2020-05-13 enjoy-digitalMerge pull request #503 from rprinz08/master
2020-05-12 enjoy-digitalMerge pull request #478 from antmicro/extended_spi_flash
2020-05-12 enjoy-digitalMerge pull request #510 from mubes/colorlight_usb
2020-05-12 Florent Kermarrecintegration/soc: review/simplify changes for standalone...
2020-05-12 enjoy-digitalMerge pull request #511 from ozbenh/standalone-cores
2020-05-12 Benjamin Herrenschmidtsoc_core: Add option to override CSR base
2020-05-12 Dave MarplesBring into line with master
2020-05-11 enjoy-digitalMerge pull request #505 from DurandA/patch-3
2020-05-11 Florent Kermarrecsoc: remove with_wishbone (a SoC always always has...
2020-05-11 enjoy-digitalMerge branch 'master' into rdimm_bside_init
2020-05-11 enjoy-digitalMerge pull request #484 from ilya-epifanov/lattice...
2020-05-11 enjoy-digitalMerge branch 'master' into cpu-imac-config-for-vexriscv
2020-05-07 Dave MarplesMerge branch 'master' of https://github.com/enjoy-digit...
2020-05-01 enjoy-digitalMerge pull request #483 from ilya-epifanov/lattice...
2020-04-29 Florent Kermarrecsoc: allow passing custom CPU class to SoC.
2020-04-27 enjoy-digitalMerge branch 'master' into litex-sm2py
2020-04-27 Florent Kermarrecsoc/cpu: simplify integration of CPU without interrupts...
2020-04-27 enjoy-digitalMerge pull request #473 from fjullien/memusage
2020-04-27 enjoy-digitalMerge pull request #476 from enjoy-digital/serv
2020-04-23 Florent Kermarrecinitial SERV integration.
2020-04-15 enjoy-digitalMerge pull request #467 from antmicro/region_type_fix
2020-04-14 Mateusz Holenkosoc_core: Fix region type generation
2020-03-06 Florent Kermarrecsoc: allow creating SoC without BIOS.
2020-03-02 Florent KermarrecMerge branch 'master' of https://github.com/enjoy-digit...
2020-03-02 Florent Kermarrecintegration/soc_core: change disable parameters to...
2020-03-02 Florent Kermarrecintegration/soc: add auto_int type and use it on all...
2020-02-28 Florent Kermarrecsoc/uart: add configurable UART FIFO depth.
2020-02-19 Florent Kermarrecsoc_core: fix missing init on main_ram
2020-02-17 Florent Kermarrecsoc_core: expose CSR paging
2020-02-15 Florent Kermarrecsoc_core: add back identifier
2020-02-13 Florent Kermarrecsoc_core: fix cpu_variant renaming regression
2020-02-11 enjoy-digitalMerge pull request #382 from enjoy-digital/new_soc
2020-02-11 Florent Kermarrecsoc_core/soc_sdram: add disclaimer
2020-02-11 Florent Kermarrecsoc_core: provide full retro-compatibily when add_wb_sl...
2020-02-11 enjoy-digitalMerge branch 'master' into new_soc
2020-02-11 Florent Kermarrecsoc/integration: move mem_decoder to soc_core
2020-02-11 Florent Kermarrecsoc_core/soc_sdram: remove disclaimer (we'll add it...
2020-02-11 Florent Kermarrecsoc: add linker regions management
2020-02-11 Florent Kermarrecsoc: fix cpu_reset_address
2020-02-11 Florent Kermarrecsoc_core/common: move old mem_decoder to soc_core,...
2020-02-10 Florent Kermarrecsoc_core: use add_rom
2020-02-10 Florent Kermarrecsoc/add_cpu: simplify CPUNone integration
2020-02-10 Florent Kermarrecsoc: add LiteXSoC class and mode add_identifier/uart...
2020-02-10 Florent Kermarrecsoc_core/sdram: cleanup, add disclaimer
2020-02-10 Florent Kermarrecsoc: add csr_regions, update copyright
2020-02-10 Florent Kermarrecsoc: add cpu rom/sram check
2020-02-10 Florent Kermarrecsoc: add SOCIORegion and manage it
2020-02-10 Florent Kermarrecsoc: reorder main components/peripherals
2020-02-09 Florent Kermarrecsoc: add add_cpu method
2020-02-09 Florent Kermarrecsoc: fix unit-tests
2020-02-08 Florent Kermarrecsoc: integrate constants/build
2020-02-08 enjoy-digitalMerge pull request #278 from scanakci/blackparrot_litex
2020-02-08 Florent Kermarrecsoc: add add_uart method
2020-02-07 Florent Kermarrecsoc_core: cleanup imports
2020-02-07 Florent Kermarrecsoc_core: get_csr_address no longer used
2020-02-07 Florent Kermarrecsoc: integrate CSR master/interconnect/collection and...
2020-02-07 Florent Kermarrecsoc: add add_constant/add_config methods
2020-02-07 Florent Kermarrecsoc: add add_csr_bridge method
2020-02-07 Florent Kermarrecsoc: add add_controller/add_identifier/add_timer methods
2020-02-07 Florent Kermarrecsoc: add add_ram/add_rom methods
2020-02-07 Florent Kermarrecsoc: add automatic bus data width convertion to add_mas...
2020-02-07 Florent Kermarrecsoc/soc_core: cleanup, remove some unused attributes
2020-02-07 Florent Kermarrecsoc: move SoCController from soc_core to soc
2020-02-07 Florent Kermarrecsoc: create SoCLocHandler and use it to simplify SoCCSR...
2020-02-06 Florent Kermarrecsoc: add use_loc_if_exists on SoCIRQ.add to use current...
2020-02-06 Florent Kermarrecsoc: add use_loc_if_exists on SoCCSR.add to use current...
2020-02-06 Florent Kermarrecsoc/integration: initial adaptation to new SoC class
2020-01-31 enjoy-digitalMerge pull request #370 from Disasm/fixes
2020-01-31 Vadim KaushanFix argument descriptions
2020-01-31 Florent Kermarrecsoc_core: add UART bridge support (simplify having...
2020-01-29 Florent Kermarrecintegration/soc_core: revert integrate_sram_size defaul...
2020-01-24 enjoy-digitalMerge pull request #357 from betrusted-io/add_clk_ce
2020-01-23 enjoy-digitalMerge pull request #354 from antmicro/litex_sim_ddr
2020-01-23 enjoy-digitalMerge pull request #351 from antmicro/fix_sram_size_arg...
2020-01-23 Mateusz Holenkosoc_core: rename integrated_sram_size argument
2020-01-23 Mateusz Holenkosoc_core: fix integrated_sram_size argument type
2020-01-20 Florent Kermarrecsoc_core: add new alloc_mem/add_mem_region to allow...
2020-01-17 Florent KermarrecSoCSDRAM: rename main_ram_size_limit to max_sdram_size...
2020-01-15 Florent KermarrecSoCCore: set default integrated_rom/ram_size to 0....
2020-01-13 Florent KermarrecSoCCore: use hex for integrated_rom/sram_size
2020-01-13 enjoy-digitalMerge pull request #339 from gsomlo/gls-csr-cleanup
next