aboutsummaryrefslogtreecommitdiff
path: root/src/arch/mips
AgeCommit message (Expand)Author
2015-04-15Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner
2015-04-14arm: Fix checkstack() to use correct stack sizeJulius Werner
2015-04-14CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-13arch/mips: provide proper cache primitivesIonela Voinescu
2015-04-13mips: disable caches in bootblock startup codeVadim Bendebury
2015-04-13urara: add support for DMA coherent memory areaIonela Voinescu
2015-04-08timer: Add generic udelay() implementationAaron Durbin
2015-04-07mips: add c0 register access plumbingVadim Bendebury
2015-04-07kconfig: drop intermittend forwarder filesStefan Reinauer
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi
2015-04-03program loading: unify on struct progAaron Durbin
2015-04-03program loading: add prog_run() functionAaron Durbin
2015-04-03program loading: introduce struct progAaron Durbin
2015-04-02mips: do not place branch instructions in branch delay slotVadim Bendebury
2015-03-31mips: don't open code romstage loadingAaron Durbin
2015-03-30mips: bring payload execution to current standardsPatrick Georgi
2015-03-30mips: fix write_tablePatrick Georgi
2015-03-30imgtec/pistachio: Bring uart driver to modern standardsPatrick Georgi
2015-03-30mips: Simplify architecture specific Makefile.incPatrick Georgi
2015-03-30build system: rename mips/bootblock.inc to mips/bootblock.SPatrick Georgi
2015-03-29mips: add verstage configurationPatrick Georgi
2015-03-28mips: fix API expectations that break buildsAaron Durbin
2015-03-27mips: Remove superfluous menu entryPatrick Georgi
2015-03-23mips: fix bootblock stack definitionsVadim Bendebury
2015-03-21mips: no need in architecture specific implementation of do_printkVadim Bendebury
2015-03-21arch/mips: Add base MIPS architecture supportPaul Burton
2015-03-21mips: Add mips/ashldi3.c from LinuxVadim Bendebury