fix(rockchip): xlat: fix compatibility between v1 and v2Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>Change-Id: I1194ef232947ba90fa374466773373762a5acdb5
build: always prefix section names with `.`Some of our specialized sections are not prefixed with the conventionalperiod. The compiler uses input section names to derive certain othersection name
build: always prefix section names with `.`Some of our specialized sections are not prefixed with the conventionalperiod. The compiler uses input section names to derive certain othersection names (e.g. `.rela.text`, `.relacpu_ops`), and these can bedifficult to select in linker scripts when there is a lack of adelimiter.This change introduces the period prefix to all specialized sectionnames.BREAKING-CHANGE: All input and output linker section names have been prefixed with the period character, e.g. `cpu_ops` -> `.cpu_ops`.Change-Id: I51c13c5266d5975fbd944ef4961328e72f82fc1cSigned-off-by: Chris Kay <chris.kay@arm.com>
show more ...
rockchip: add common aarch32 supportThere are a number or ARMv7 Rockchip SoCs that are very similar in theirbringup routines to the existing arm64 SoCs, so there is quite a highcommonality possib
rockchip: add common aarch32 supportThere are a number or ARMv7 Rockchip SoCs that are very similar in theirbringup routines to the existing arm64 SoCs, so there is quite a highcommonality possible here.Things like virtualization also need psci and hyp-mode and instead oftrying to cram this into bootloaders like u-boot, barebox or coreboot(all used in the field), re-use the existing infrastructure in TF-Afor this (both Rockchip plat support and armv7 support in general).So add core support for aarch32 Rockchip SoCs, with actual soc supportfollowing in a separate patch.Signed-off-by: Heiko Stuebner <heiko@sntech.de>Change-Id: I298453985b5d8434934fc0c742fda719e994ba0b