coreboot-kgpe-d16/src/northbridge/intel/i3100
Alexandru Gagniuc af4bd599ca lib: Make log2() available in romstage on ARM, not just x86
On x86, log2() is defined as an inline function in arch/io.h. This is
a remnant of ROMCC, and forced us to not include clog2.c in romstage.
As a result, romstage on ARM has no log2().
Use the inline log2 only with ROMCC, but otherwise, use the one in
clog2.c.

Change-Id: Ifef2aa0a7b5a1db071a66f2eec0be421b8b2a56d
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/4681
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2014-01-13 04:03:06 +01:00
..
chip.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
ep80579.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
i3100.h Get rid of a number of __GNUC__ checks 2013-05-10 17:31:31 +02:00
Kconfig Move select MMCONF_SUPPORT under northbridge (fix) 2013-07-04 03:06:53 +02:00
Makefile.inc Get rid of drivers class 2012-11-27 22:00:49 +01:00
memory_initialized.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
northbridge.c CBMEM northbridges: Remove references to global high_tables_base 2013-09-11 07:09:47 +02:00
pciexp_porta.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
pciexp_porta_ep80579.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
raminit.c lib: Make log2() available in romstage on ARM, not just x86 2014-01-13 04:03:06 +01:00
raminit.h Drop prototype guarding for romcc 2013-05-10 00:06:46 +02:00
raminit_ep80579.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
raminit_ep80579.h GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
reset_test.c Fix all warnings in the tree 2010-07-08 16:41:05 +00:00