Vladimir Serbinenko
|
5bda44d7f9
|
* grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
As these functions are used on pre-ARMv6 CPUs as well we don't want
to make assembler assume that architecture is higher than default one.
|
2013-12-25 23:31:42 +01:00 |
|
Vladimir Serbinenko
|
bbc52c228f
|
Enable cache on ARM U-Boot port.
Without it the port is reidiculously slow.
|
2013-12-23 05:01:58 +01:00 |
|
Vladimir Serbinenko
|
57ffe93485
|
* grub-core/kern/arm/cache_armv6.S: Remove special handling for
clang (not necessarry with -no-integrated-as).
* include/grub/symbol.h [__arm__]: Likewise.
|
2013-11-14 10:05:19 +01:00 |
|
Vladimir Serbinenko
|
2bdd07195c
|
* grub-core/kern/arm/cache.c (probe_caches): Move asm part to ...
* grub-core/kern/arm/cache_armv6.S: ... here. This allows this
asm to stay in arm even if surrounding is thumb.
|
2013-11-13 09:58:52 +01:00 |
|
Vladimir Serbinenko
|
513eeb61dd
|
* grub-core/kern/arm/cache_armv6.S [__clang__]: Don't add .armv6 when
compiling with clang.
|
2013-11-13 01:08:47 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
390df92f0b
|
Detect cache type on runtime rather than compile time
|
2013-05-17 01:33:22 +02:00 |
|