libpayload: Add missing cache API stub to x86
This patch adds another cache invalidation stub to the x86 arch to make it usable in common code. This whole stuff should probably be redesigned anyway but I just want to get it working and unblock my CL for now... more cleanups coming later. Change-Id: I2e8bdd8aa0e6723209384c24042f053f2e993fe6 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/182534 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> (cherry picked from commit cafce5182a7a2a9ce17ad40d9d893a40ebd5aafd) Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com> Reviewed-on: http://review.coreboot.org/6919 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
04bfbf5095
commit
e9e31892d2
|
@ -41,5 +41,6 @@
|
|||
#define dcache_invalidate_by_mva(addr, len)
|
||||
#define dcache_clean_invalidate_all()
|
||||
#define dcache_clean_invalidate_by_mva(addr, len)
|
||||
#define icache_invalidate_all()
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue