plat/arm: Move norflash driver to drivers/ folder
This way it can be reused by other platforms if needed.

Note that this driver is designed to work with the Versatile Express NOR
flash of Juno and FVP. In said platforms, the memory is organized as an
interleaved memory of two chips with a 16 bit word.

Any platform that wishes to reuse it with a different configuration will
need to modify the driver so that it is more generic.

Change-Id: Ic721758425864e0cf42b7b9b04bf0d9513b6022e
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
1 parent 3d3619c commit aa7877c4bf68fa6ad6813323f659b82355acaab5
@Antonio Nino Diaz Antonio Nino Diaz authored on 10 Oct 2018
Showing 13 changed files
View
drivers/cfi/v2m/v2m_flash.c 0 → 100644
View
include/drivers/cfi/v2m_flash.h 0 → 100644
View
include/plat/arm/board/common/drivers/norflash.h 100644 → 0
View
plat/arm/board/common/board_common.mk
View
plat/arm/board/common/drivers/norflash/norflash.c 100644 → 0
View
plat/arm/board/fvp/platform.mk
View
plat/arm/board/fvp/sp_min/sp_min-fvp.mk
View
plat/arm/board/juno/platform.mk
View
plat/arm/board/juno/sp_min/sp_min-juno.mk
View
plat/arm/board/sgi575/platform.mk
View
plat/arm/board/sgm775/platform.mk
View
plat/arm/common/arm_err.c
View
plat/arm/common/arm_nor_psci_mem_protect.c