plat: imx8m: remove deprecated code includeThe 'drivers/console/aarch64/console.S' is not needed,so remove it from build to fix the build error when'ERROR_DEPRECATED'set.Change-Id: Id047a355f82
plat: imx8m: remove deprecated code includeThe 'drivers/console/aarch64/console.S' is not needed,so remove it from build to fix the build error when'ERROR_DEPRECATED'set.Change-Id: Id047a355f82fd33298b7e2b49eff289d28eb5b56Signed-off-by: Jacky Bai <ping.bai@nxp.com>
show more ...
plat: imx8m: refactor the code to make it reusablefor the i.MX8M SOCs, part of the code for gpcand PSCI implementation can be reused and make itcommon for all these SoCs. this patch extractsthe
plat: imx8m: refactor the code to make it reusablefor the i.MX8M SOCs, part of the code for gpcand PSCI implementation can be reused and make itcommon for all these SoCs. this patch extractsthe common part for reuse.Signed-off-by: Jacky Bai <ping.bai@nxp.com>
imx: Configure CAAM job rings master ID for i.MX8MQFor i.MX8MQ B0 revision the default configuration of JRaMID is not validto allow the kernel to use the CAAM job rings. This patch sets themaster
imx: Configure CAAM job rings master ID for i.MX8MQFor i.MX8MQ B0 revision the default configuration of JRaMID is not validto allow the kernel to use the CAAM job rings. This patch sets themaster ID of the Cortex A in the JRaMID registers.Signed-off-by: Chris Spencer <christopher.spencer@sea.co.uk>
imx: enable necessary errata for i.mx8mqNXP's i.MX8MQ uses Cortex-A53 r0p4, enable necessaryerratas for it.Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
imx: make imx uart work for debug modeWith DEBUG_CONSOLE enabled, build will fail for imx8mq platform:./build/imx8mq/release/bl31/imx8mq_bl31_setup.o:In function `bl31_early_platform_setup2':im
imx: make imx uart work for debug modeWith DEBUG_CONSOLE enabled, build will fail for imx8mq platform:./build/imx8mq/release/bl31/imx8mq_bl31_setup.o:In function `bl31_early_platform_setup2':imx8mq_bl31_setup.c:(.text.bl31_early_platform_setup2+0x40): undefined reference to `console_uart_register'Makefile:741: recipe for target 'build/imx8mq/release/bl31/bl31.elf' failedmake: *** [build/imx8mq/release/bl31/bl31.elf] Error 1Besides, the .console_flush callback needs to be added to avoidpanic when debug mode is enabled, since the console_flush() willcall it without checking whether the function callback is valid.Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Sanitise includes across codebaseEnforce full include path for includes. Deprecate old paths.The following folders inside include/lib have been left unchanged:- include/lib/cpus/${ARCH}- inclu
Sanitise includes across codebaseEnforce full include path for includes. Deprecate old paths.The following folders inside include/lib have been left unchanged:- include/lib/cpus/${ARCH}- include/lib/el3_runtime/${ARCH}The reason for this change is that having a global namespace forincludes isn't a good idea. It defeats one of the advantages of havingfolders and it introduces problems that are sometimes subtle (becauseyou may not know the header you are actually including if there are twoof them).For example, this patch had to be created because two headers werecalled the same way: e0ea0928d5b7 ("Fix gpio includes of mt8173 platformto avoid collision."). More recently, this patch has had similarproblems: 46f9b2c3a282 ("drivers: add tzc380 support").This problem was introduced in commit 4ecca33988b9 ("Move include andsource files to logical locations"). At that time, there weren't toomany headers so it wasn't a real issue. However, time has shown thatthis creates problems.Platforms that want to preserve the way they include headers may add theremoved paths to PLAT_INCLUDES, but this is discouraged.Change-Id: I39dc53ed98f9e297a5966e723d1936d6ccf2fc8fSigned-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat: imx: Add i.MX8MQ basic supporti.MX8MQ is new SOC of NXP's i.MX8M family based onA53. It can provide industry-leading audio, voiceand video processing for applications that scalefrom consum
plat: imx: Add i.MX8MQ basic supporti.MX8MQ is new SOC of NXP's i.MX8M family based onA53. It can provide industry-leading audio, voiceand video processing for applications that scalefrom consumer home audio to industrial buildingautomation and mobile computersthis patchset add the basic supoort to boot upthe 4 X A53. more feature will be added later.Signed-off-by: Bai Ping <ping.bai@nxp.com>
123