coreboot-kgpe-d16/src
Stefan Reinauer 4c8fa2aad2 Unconditionally compile romstage with -Wa,--divide
The option --divide is required by our assembler to ensure that
'/' is not parsed as a comment sign but as a division, because
some of the cache as ram code is using divisions.

The --divide parameter has been part of the GNU as since binutils 2.17.
Hence, compile romstage (which contains cache as ram init) with
-Wa,--divide unconditionally instead of probing for it and adding it to
all compiler invocations (because that is causing random trouble with
clang when compiling the SMM code and calling gcc with --divide instead of
-Wa,--divide)

Change-Id: Ideefb2a243dc1d657ba415a99c1f8ab1d93800e0
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10817
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-07-07 17:40:09 +02:00
..
acpi acpi/sata: add generic sata ssdt port generator 2015-06-07 01:24:47 +02:00
arch Unconditionally compile romstage with -Wa,--divide 2015-07-07 17:40:09 +02:00
console consoles: remove unused infrastructure 2015-05-26 19:02:54 +02:00
cpu cpu/amd/model_10xxx: Determine single-link status of each CPU in _PSD generator 2015-07-07 01:42:51 +02:00
device ddr3: add missing newline 2015-06-23 01:50:33 +02:00
drivers drivers/i2c/tpm: move tpm driver around a bit more. 2015-06-30 21:34:19 +02:00
ec ec/lenovo/h8: silence sound on boot 2015-07-07 02:40:50 +02:00
include arm64: Add support for loading secure os 2015-06-30 08:10:28 +02:00
lib lzma: Return correct amount of decompressed bytes 2015-07-06 09:40:37 +02:00
mainboard amd/lamar: drop unused value from mainboard_intr_data[] 2015-07-07 17:12:39 +02:00
northbridge sandybridge: provide monotonic timer function 2015-07-07 02:35:52 +02:00
soc T210: UTMIP: Correct UTMIP PLL programming as per Mark Kuo 2015-07-07 17:21:53 +02:00
southbridge ME/IFD binaries: Implement sane defaults for file paths 2015-07-02 03:01:00 +02:00
superio superio: use common x86 code on x86-64 2015-06-22 07:36:09 +02:00
vendorcode vboot: move vbnv_* sources around a bit more. 2015-06-30 21:32:57 +02:00
Kconfig Move baytrail & fsp_baytrail to the common IFD interface. 2015-07-02 02:21:33 +02:00