fix(rk3288): remove unused functionclang complains about it and refuses to build otherwise, so let's removethis seemingly unused function.Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
fix(rk3288): remove unused functionclang complains about it and refuses to build otherwise, so let's removethis seemingly unused function.Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>Change-Id: Ie81b014feccfb93984fbf776dc69ca493cea89d0
show more ...
fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6
fix(tree): correct some typosfound using codespell (https://github.com/codespell-project/codespell).Signed-off-by: Elyes Haouas <ehaouas@noos.fr>Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
rockchip: add support for rk3288The rk3288 is a 4-core Cortex-A12 SoC and shares a lot of featureswith later SoCs.Working features are general non-secure mode (the gic needs speciallove for tha
rockchip: add support for rk3288The rk3288 is a 4-core Cortex-A12 SoC and shares a lot of featureswith later SoCs.Working features are general non-secure mode (the gic needs speciallove for that), psci-based smp bringing cpu cores online and alsotaking them offline again, psci-based suspend (the simpler variantalso included in the linux kernel, deeper suspend following later)and I was also already able to test HYP-mode and was able to boota virtual kernel using kvm.Signed-off-by: Heiko Stuebner <heiko@sntech.de>Change-Id: Ibaaa583b2e78197591a91d254339706fe732476a