• M
    ARM: shmobile: Initial r8a7791 and Koelsch multiplatform support · 6d75bc64
    Magnus Damm 提交于
    Add Koelsch and r8a7791 to CONFIG_SHMOBILE_MULTI. At this
    point CCF is not yet supported so you cannot run this code
    yet. For CCF support to happen several different components
    are needed, and this is one simple portion that moves us
    forward. Other patches need to build on top of this one.
    
    Koelsch board support exists in 3 flavors:
    1) SHMOBILE_MULTI, MACH_KOELSCH - board-koelsch-reference.c (CCF + DT)
    2) SHMOBILE, MACH_KOELSCH_REFERENCE - board-koelsch-reference.c (DT)
    3) SHMOBILE, MACH_KOELSCH - board-koelsch.c (legacy C code)
    
    When CCF is done then 2) will be removed. When 1) includes same features
    as 3) then 3) will be removed.
    Signed-off-by: NMagnus Damm <damm@opensource.se>
    Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
    6d75bc64
Makefile 8.3 KB