Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-31 | software/first: remove unused delay.S file | Silvan Jegen | |
2019-08-31 | first: remove unused assembly file | Silvan Jegen | |
2019-08-31 | software/first: add missed files | Silvan Jegen | |
2019-08-24 | setup_timer_irq: remove debugging loads | Silvan Jegen | |
2019-08-24 | setup_timer_irq: don't shift ISR address to the left | Silvan Jegen | |
2019-08-24 | setup_timer_irq: load ISR with correct instruction | Silvan Jegen | |
We also make sure that the alignment of the ISR is correct. Thanks to the internet for this one as well! | |||
2019-08-24 | setup_timer_irq: check that we handle the correct IRQ | Silvan Jegen | |
2019-08-24 | setup_timer_irq: set correct MIE bit | Silvan Jegen | |
I got it wrong before but thanks to the internet, I found out about it. | |||
2019-08-24 | first: introduce wait_for_irq | Silvan Jegen | |
2019-08-24 | delay: load/write high and low value | Silvan Jegen | |
I don't think this should make a difference in practice. | |||
2019-08-17 | Call delay in ISR | Silvan Jegen | |
2019-08-10 | Implement first version of ISR | Silvan Jegen | |
2019-08-01 | Start implementing irq setup and handling | Silvan Jegen | |
2019-07-23 | first: fix tabs vs. spaces | Silvan Jegen | |
2019-07-22 | Implement first superblink version | Silvan Jegen | |
2019-06-14 | add test-coreip assembly test | David Connelly | |
2019-06-02 | add sifive/coremark repo | Hsiang-Chia.Huang | |
2019-05-31 | Update to get incorrect commenting fix | Bunnaroath Sou | |
2019-05-29 | Update examples to pickup licenses | Bunnaroath Sou | |
2019-05-24 | Merge branch 'development-19.05' into dhrystone_19.05 | hsiang-chia.huang | |
2019-05-23 | Update examples to be hart-agnostic | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-05-23 | Add user mode example programs | Nathaniel Graff | |
- example-user-mode - example-user-syscall Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-05-22 | Setup default options for dhrystone release. | Hsiang-Chia.Huang | |
2019-05-20 | Update metal to pick up inline support | Bunnaroath Sou | |
2019-04-30 | Update Dhrystone and metal to remove nano & pick memory.h | Bunnaroath Sou | |
2019-04-12 | Add multicore-hello example | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-04-11 | Update example-pmp to remove printf from exception handler | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-26 | Making dhrystone public | Bunnaroath Sou | |
2019-03-26 | Rename example-coreip-welcome to sifive-welcome | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-26 | Update all software examples to use wildcards in makefile | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-15 | Add missing READMEs to software examples | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-07 | Remove legacy examples | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-03-06 | submodule updated and banner message updated | David Connelly | |
2019-03-05 | Updated to submodule | David Connelly | |
2019-03-05 | submodule name change | David Connelly | |
2019-03-05 | changed demo name to coreip-welcome to match bsp convention (was ↵ | David Connelly | |
coreplexip-welcome) | |||
2019-03-04 | fix spacing, remove tabs | David Connelly | |
2019-03-04 | coreplexip-welcome example updated using freedom metal | David Connelly | |
2019-02-20 | Add empty example submodule | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Add SPI example program | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-02-14 | Update minor fix to local-interrupt and its stacksize | Bunnaroath Sou | |
2019-02-04 | Update examples for metal rename | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-30 | Add PMP example program | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-25 | Update Metal API | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-14 | Simple RTL example returning pass and fail | Bunnaroath Sou | |
2019-01-11 | Merge pull request #142 from sifive/ignore-hello-hex | Nathaniel Graff | |
Update hello example to ignore hello.hex | |||
2019-01-11 | Add a simple local interrupt example | Bunnaroath Sou | |
2019-01-11 | Ignore and clean hello.hex | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2019-01-11 | Merge pull request #140 from sifive/itim | Nathaniel Graff | |
Update ITIM example to remove printfs | |||
2019-01-10 | Update ITIM example to remove printfs | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> |