coreboot-kgpe-d16/src/northbridge/amd/amdfam10
Ronald G. Minnich 5079a0d32f Remove assembly coded log2 function
As we move to supporting other systems we need to get rid of assembly
where we can. The log2 function in src/lib is identical to the assembly
one (tested for all 32-bit signed integers :-) and takes about 10 ns
to run as opposed to 5ns for the non-portable assembly version. While speed
is good, I think we can spare the 15 ns or so we add to boot time
by using the C version only.

Change-Id: Icafa565eae282c85fa5fc01b3bd1f110cd9aaa91
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/1928
Tested-by: build bot (Jenkins)
2012-11-28 07:57:17 +01:00
..
root_complex Remove chip.h files without config structure 2012-10-07 12:55:04 +02:00
acpi.c amdk8/amdfam10: Use CAR_GLOBAL for sysinfo 2012-11-28 07:45:05 +01:00
amdfam10.h amdk8/amdfam10: Use CAR_GLOBAL for sysinfo 2012-11-28 07:45:05 +01:00
amdfam10_util.asl more acpica fixes... The tricky part is the stuff in the AMD mainboard directories. 2010-05-14 17:15:57 +00:00
bootblock.c romcc: 2009-12-31 12:56:53 +00:00
conf.c Clean up #ifs 2012-05-08 00:34:34 +02:00
debug.c Clean up #ifs 2012-05-08 00:34:34 +02:00
early_ht.c Clean up #ifs 2012-05-08 00:34:34 +02:00
get_pci1234.c Get rid of a few more warnings. 2010-04-30 17:11:03 +00:00
Kconfig Remove whitespace. 2012-02-17 19:04:31 +01:00
Makefile.inc Get rid of drivers class 2012-11-27 22:00:49 +01:00
misc_control.c Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
northbridge.c Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
northbridge.h Get rid of a few more warnings. 2010-04-30 17:11:03 +00:00
nums.h second round name simplification. drop the <component>_ prefix. 2010-12-08 07:07:33 +00:00
pci.c second round name simplification. drop the <component>_ prefix. 2010-12-08 07:07:33 +00:00
raminit.h This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
raminit_amdmct.c amdk8/amdfam10: Use CAR_GLOBAL for sysinfo 2012-11-28 07:45:05 +01:00
raminit_sysinfo_in_ram.c get rid of even more fam10 and k8 warnings. 2010-07-08 00:37:23 +00:00
reset_test.c Clean up #ifs 2012-05-08 00:34:34 +02:00
resourcemap.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
setup_resource_map.c get rid of even more fam10 and k8 warnings. 2010-07-08 00:37:23 +00:00
ssdt.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
sspr1.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
sspr2.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
sspr3.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
sspr4.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
sspr5.asl Clean up ACPI: 2010-02-08 15:46:37 +00:00
util.c Make show_all_routes work for fam10. 2010-05-10 19:45:45 +00:00