summaryrefslogtreecommitdiffstats
path: root/src/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-071-1/+0
* pci: Fix compilation on non x86Patrick Rudolph2018-05-141-5/+14
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-071-1/+1
* arch: Unify basic cache clearing APIJulius Werner2017-05-301-0/+7
* build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi2016-05-031-4/+0
* lib/coreboot_table: use the architecture dependent table sizeAaron Durbin2016-05-021-0/+2
* arch: introduce architecture dependent common variablesAaron Durbin2016-05-021-0/+26
* lib: add common write_tables() implementationAaron Durbin2016-04-211-34/+0
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+4
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+5
* arch: only print cbmem entries in one placeAaron Durbin2016-04-211-3/+0
* arch: use Kconfig variable for coreboot table sizeAaron Durbin2016-04-211-1/+1
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+4
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+5
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+4
* arches: lib: add main_decl.h for main() declarationAaron Durbin2016-02-111-1/+1
* arch: remove stage_exit()Aaron Durbin2016-02-112-7/+0
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-3/+3
* console: Simplify bootblock console Kconfig selection logicAlexandru Gagniuc2016-01-211-0/+1
* imgtec/pistachio: Add SOC_REGISTERS memory regionIonela Voinescu2015-12-311-0/+2
* mips: add coherency argument to identity mappingIonela Voinescu2015-12-293-9/+19
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-113-1/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3125-100/+0
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-3/+3
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-211-1/+0
* mips: implement arch_segment_loaded callbackIonela Voinescu2015-06-101-0/+8
* mips: CBMEM table reference is passed to payloadIonela Voinescu2015-06-101-1/+4
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2125-29/+25
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-3/+3
* google/urara: use board ID information to set up hardwareIonela Voinescu2015-04-221-1/+9
* Unify byte order macros and clrsetbitsJulius Werner2015-04-212-76/+2
* arch/mips: simplify cache operationsIonela Voinescu2015-04-213-49/+35
* urara: Identity map DRAM/SRAMAndrew Bresticker2015-04-211-0/+2
* mips: Allow memory to be identity mapped in the TLBAndrew Bresticker2015-04-214-0/+240
* arch/mips: Fix bug when performing cache operationsIonela Voinescu2015-04-172-4/+20
* Kconfig: Fix incorrect CONFIG_STACK_SIZE values for X86 and ARM64Julius Werner2015-04-151-5/+0
* arm: Fix checkstack() to use correct stack sizeJulius Werner2015-04-141-0/+5
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-141-3/+1
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-2/+3
* arch/mips: provide proper cache primitivesIonela Voinescu2015-04-135-13/+144
* mips: disable caches in bootblock startup codeVadim Bendebury2015-04-131-0/+10
* urara: add support for DMA coherent memory areaIonela Voinescu2015-04-131-1/+1
* timer: Add generic udelay() implementationAaron Durbin2015-04-082-34/+0
* mips: add c0 register access plumbingVadim Bendebury2015-04-071-0/+48
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-0/+4
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-067-241/+49
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-064-9/+10