mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
flashrom: Add support for ARC platform
Signed-off-by: Rosen Penev <rosenp@gmail.com> Change-Id: I88cbe74b716d5fab16133fbf2ce9c35b74c25f32 Reviewed-on: https://review.coreboot.org/c/flashrom/+/35831 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -291,6 +291,10 @@ int libpayload_wrmsr(int addr, msr_t msr);
|
||||
|
||||
/* Non memory mapped I/O is not supported on ARM. */
|
||||
|
||||
#elif IS_ARC
|
||||
|
||||
/* Non memory mapped I/O is not supported on ARC. */
|
||||
|
||||
#else
|
||||
|
||||
#error Unknown architecture, please check if it supports PCI port IO.
|
||||
|
Reference in New Issue
Block a user