microwatt.git
2020-05-08 Benjamin Herrenschmidtlitedram: Improve sdram init boot messages
2020-05-08 Benjamin HerrenschmidtAdd microwatt_soc.h and io.h include file
2020-05-08 Benjamin Herrenschmidtsyscon: Add syscon registers
2020-05-08 Benjamin Herrenschmidtfpga: Hookup nexys-video to litedram
2020-05-08 Benjamin Herrenschmidtfpga: Hookup Arty to litedram
2020-05-08 Benjamin Herrenschmidtsoc: Add DRAM address decoding
2020-05-08 Benjamin Herrenschmidtcore: Add alternate reset address
2020-05-08 Benjamin Herrenschmidtlitedram: Add basic support for LiteX LiteDRAM
2020-05-08 Benjamin Herrenschmidtcore: Improve core reset
2020-05-08 Benjamin Herrenschmidtmw_debug: Fix core reset
2020-05-08 Benjamin HerrenschmidtUpdate hello_world for 100Mhz clock
2020-05-08 Benjamin HerrenschmidtChange default frequency to 100Mhz
2020-05-08 Benjamin Herrenschmidtxics: Add missing fusesoc core file
2020-05-06 Anton BlanchardMerge pull request #166 from paulusmack/master
2020-05-06 Paul Mackerrasexecute1: Fix interrupt delivery during slow instructions
2020-05-06 Paul Mackerraswishbone_debug_master: Fix address auto-increment for...
2020-05-06 Paul MackerrasMerge remote-tracking branch 'remotes/origin/master'
2020-05-06 Paul Mackerrasdcache: Don't assert on dcbz cache hit
2020-05-06 Anton BlanchardMerge pull request #165 from mikey/xics
2020-05-01 Anton BlanchardMerge pull request #167 from tomtor/patch-1
2020-05-01 Tom VijlbriefUpdate README.md
2020-04-29 Paul MackerrasChange the default cross compiler prefix to powerpc64le...
2020-04-29 Paul MackerrasMakefile: fix typo
2020-04-29 Paul Mackerrastests: Add a test for privileged instruction interrupts
2020-04-28 Paul Mackerrasdcache: Implement the dcbz instruction
2020-04-28 Paul MackerrasPlumb insn_type through to loadstore1
2020-04-28 Paul Mackerrasexecute1: Generate privileged instruction interrupts...
2020-04-28 Paul Mackerrasexecute1: Improve architecture compliance of MSR and...
2020-04-23 Anton BlanchardMerge pull request #164 from mikey/tags
2020-04-23 Anton BlanchardMerge pull request #163 from paulusmack/excpath
2020-04-23 Michael NeulingXICS test case
2020-04-23 Michael NeulingXICS interrupt controller
2020-04-23 Michael NeulingWire up sim uart TX interrupt
2020-04-23 Michael NeulingAdd calls to dis/enable potato uart IRQ
2020-04-23 Michael NeulingAdd VHDL TAGS
2020-04-22 Paul Mackerrasexecute1: Don't execute ld/st instruction when taking...
2020-04-16 Anton BlanchardMerge pull request #162 from antonblanchard/bin2hex...
2020-04-16 Anton BlanchardMerge pull request #161 from antonblanchard/hello-world...
2020-04-16 Anton Blanchardrust_lib_demo: Remove bin2hex.py
2020-04-16 Anton BlanchardMerge pull request #160 from antonblanchard/tomtor...
2020-04-16 Anton Blanchardhello_world: Use Makefile automatic variables
2020-04-16 Anton Blanchardrust_lib_demo: Use common console code
2020-04-16 Anton Blanchardrust_lib_demo: Update package dependencies to fix a...
2020-04-16 Tom VijlbriefAdd Rust demo
2020-04-16 Anton BlanchardMerge pull request #159 from shenki/fusesoc-ram-16k
2020-04-15 Joel StanleySet default RAM to be 16K in microwatt.core
2020-04-15 Joel StanleyREADME: hello world needs 16KB of RAM
2020-04-14 Anton BlanchardMerge pull request #158 from paulusmack/excpath
2020-04-09 Anton BlanchardMerge pull request #157 from paulusmack/master
2020-04-07 Paul MackerrasDecode attn in the major opcode decode table
2020-04-07 Paul MackerrasDecode sc in the major opcode decode table
2020-04-07 Paul MackerrasRemove sim_config instruction
2020-04-07 Paul Mackerrasexecute1: Implement trap instructions properly
2020-04-07 Paul MackerrasConsolidate trap variants under a single OP_TRAP
2020-04-07 Paul Mackerrasexecute1: Simplify the interrupt logic a little
2020-04-07 Paul MackerrasRename OP_MCRF to OP_CROP and trim insn_type_t
2020-04-07 Paul Mackerrastests: Put an attn instruction at 0x700
2020-04-03 Paul MackerrasGive exceptions a separate path to writeback
2020-04-03 Paul Mackerrastests: Update executables
2020-04-03 Paul Mackerrastests: Adjust header inclusions and Makefile.test
2020-04-03 Paul Mackerrashello_world: Use ldcix/stdcix to access UART
2020-04-03 Paul Mackerrashello_world: Adjust header inclusions and Makefile
2020-04-02 Anton BlanchardMerge pull request #155 from mikey/exceptions
2020-04-01 Michael NeulingAdd test cases for new exceptions and supervisor state
2020-04-01 Michael NeulingAdd sc, illegal and decrementer exceptions and some...
2020-03-31 Michael NeulingPlumb attn instruction through to execute1
2020-03-31 Michael NeulingBreakout the console code so it can be reused.
2020-03-30 Anton BlanchardMerge pull request #153 from paulusmack/master
2020-03-30 Paul Mackerrasloadstore1: Add support for cache-inhibited load and...
2020-03-29 Paul Mackerrasloadstore1: Move load data formatting from writeback...
2020-03-28 Paul Mackerrasloadstore1: Move logic from dcache to loadstore1
2020-03-11 Anton BlanchardMerge pull request #152 from mikey/gitignore
2020-03-05 Paul Mackerrasdcache: Remove LOAD_UPDATE2 state
2020-03-04 Paul Mackerrasdcache: Trim one cycle from the load hit path
2020-02-28 Michael Neulinggitignore: Fix RAM file name
2020-02-27 Paul Mackerrasdcache: Implement load-reserve and store-conditional...
2020-02-26 Paul Mackerrasdcache: Add support for unaligned loads and stores
2020-02-22 Anton BlanchardMerge pull request #150 from sharkcz/selinux
2020-02-21 Paul Mackerrasdcache: Fix obscure bug and minor cleanups
2020-02-19 Paul MackerrasRemove single-issue constraint for most loads and stores
2020-02-05 Paul Mackerrasexecute1: Use truth table embedded in instruction for...
2020-01-29 Dan Horákmake the sources volume mount SELinux friendly
2020-01-23 Anton BlanchardMerge pull request #147 from antonblanchard/diamond-1
2020-01-23 Anton BlanchardFix a Diamond issue in decode2
2020-01-23 Anton BlanchardFix a Diamond build issue in writeback
2020-01-22 Anton BlanchardMerge pull request #146 from antonblanchard/vhpi-cleanup
2020-01-22 Anton BlanchardConsolidate VHPI code
2020-01-22 Anton BlanchardMerge pull request #145 from antonblanchard/sim_console-fix
2020-01-22 Anton Blanchardsim_console: Use cfmakeraw() and add option for ctrl...
2020-01-21 Anton BlanchardUpdate Makefile.synth after Paul's patches
2020-01-21 Anton BlanchardMerge pull request #134 from paulusmack/master
2020-01-21 Anton BlanchardMerge pull request #142 from antonblanchard/ghdl-synthe...
2020-01-21 Anton BlanchardMerge pull request #144 from antonblanchard/update...
2020-01-21 Anton BlanchardMerge pull request #143 from antonblanchard/use-docker
2020-01-21 Anton BlanchardAdd some information about GHDL backend issues
2020-01-21 Anton BlanchardAdd an option to use Docker
2020-01-21 Anton BlanchardInitial support for ghdl synthesis
2020-01-21 Anton BlanchardMerge pull request #140 from antonblanchard/rework...
2020-01-21 Anton BlanchardFix Makefile dependency issue with files in vhdl/*
2020-01-21 Anton BlanchardMerge pull request #141 from antonblanchard/update...
next