summaryrefslogtreecommitdiff
path: root/src/arch/mips
AgeCommit message (Expand)Author
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-05-30arch: Unify basic cache clearing APIJulius Werner
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-19lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin
2016-02-11arches: lib: add main_decl.h for main() declarationAaron Durbin
2016-02-11arch: remove stage_exit()Aaron Durbin
2016-01-28Makefile: Make full use of src-to-obj macroNico Huber
2016-01-21console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc
2015-12-31imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu
2015-12-29mips: add coherency argument to identity mappingIonela Voinescu
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-07-29arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner
2015-06-21Remove obsolete EARLY_CONSOLE usageMartin Roth
2015-06-10mips: implement arch_segment_loaded callbackIonela Voinescu
2015-06-10mips: CBMEM table reference is passed to payloadIonela Voinescu
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-20build system: use archives, not linker action to shorten command linesPatrick Georgi
2015-04-22google/urara: use board ID information to set up hardwareIonela Voinescu
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-04-21arch/mips: simplify cache operationsIonela Voinescu
2015-04-21urara: Identity map DRAM/SRAMAndrew Bresticker
2015-04-21mips: Allow memory to be identity mapped in the TLBAndrew Bresticker
2015-04-17arch/mips: Fix bug when performing cache operationsIonela Voinescu
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