coreboot/src/arch/mips
Patrick Georgi 6b65f0d8bd mips: Simplify architecture specific Makefile.inc
The mips Makefile was inherited from x86 and so included lots
of stuff that is necessary on x86 but nowhere else.
That cruft is now gone.

It also adopts the non-x86 approach of handling linker scripts,
hardcoding an include to ldoptions there, instead of manual
concatenation (of just one file plus options).

This is inspired by the commit listed below, but rewritten to match
upstream, and split in smaller pieces to keep intent clear.

Change-Id: Ibf0c7096f9425572d8f83837aa6a253fd91e212c
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Based-On-Change-Id: I50af7dacf616e0f8ff4c43f4acc679089ad7022b
Based-On-Signed-off-by: Julius Werner <jwerner@chromium.org>
Based-On-Reviewed-on: https://chromium-review.googlesource.com/219170
Reviewed-on: http://review.coreboot.org/9163
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2015-03-30 20:41:20 +02:00
..
include mips: fix API expectations that break builds 2015-03-28 16:44:24 +01:00
ashldi3.c mips: Add mips/ashldi3.c from Linux 2015-03-21 16:56:54 +01:00
boot.c arch/mips: Add base MIPS architecture support 2015-03-21 16:56:59 +01:00
bootblock.ld mips: Simplify architecture specific Makefile.inc 2015-03-30 20:41:20 +02:00
bootblock.S build system: rename mips/bootblock.inc to mips/bootblock.S 2015-03-30 20:41:11 +02:00
bootblock_simple.c arch/mips: Add base MIPS architecture support 2015-03-21 16:56:59 +01:00
early_console.c mips: no need in architecture specific implementation of do_printk 2015-03-21 16:57:04 +01:00
Kconfig mips: add verstage configuration 2015-03-29 22:38:53 +02:00
Makefile.inc mips: Simplify architecture specific Makefile.inc 2015-03-30 20:41:20 +02:00
ramstage.ld mips: Simplify architecture specific Makefile.inc 2015-03-30 20:41:20 +02:00
romstage.ld mips: Simplify architecture specific Makefile.inc 2015-03-30 20:41:20 +02:00
stages.c arch/mips: Add base MIPS architecture support 2015-03-21 16:56:59 +01:00
tables.c arch/mips: Add base MIPS architecture support 2015-03-21 16:56:59 +01:00
timer.c arch/mips: Add base MIPS architecture support 2015-03-21 16:56:59 +01:00