summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/layerscape_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Layerscape: add basic support for NXP LS1028a RDBSascha Hauer2024-01-101-1/+4
| | | | | | | | The NXP LS1028a RDB is a LS1028a Eval board. Currently supported are SD/MMC, ethernet and SD image generation. Link: https://lore.barebox.org/20240109161527.3237581-22-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Layerscape: LS1028a: add psci nodeSascha Hauer2024-01-101-0/+1
| | | | | | | | | | The upstream dts files do not contain a psci node. Add one in order to use PSCI to reset the system. This will also add a PSCI node to the dtb the kernel is started with so that the Kernel can use PSCI to bring up the secondary CPU core. Link: https://lore.barebox.org/20240109161527.3237581-14-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: cleanup 32bit/64bit support in KconfigSascha Hauer2023-04-051-0/+1
| | | | | | | | | | | | | | The decision whether to build a 32bit or 64bit barebox has to be made first before anything else, so this makes CONFIG_64BIT a toplevel option without any further dependencies. With this patch we will only present the SoCs/boards which are actually supported by the selected code model in Kconfig. Without this patch it was often possible to select 32bit boards on a 64bit build or vice versa, which resulted in a broken build. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: update defconfigsSascha Hauer2023-04-051-9/+3
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ls1046ardb: enable IFC NAND.Renaud Barbier2021-08-231-0/+11
| | | | | | | | Set the NAND timings and enable the IFC NAND driver. Signed-off-by: Renaud Barbier <renaud.barbier@abaco.com> Link: https://lore.barebox.org/1628842608-17031-4-git-send-email-renaud.barbier@abaco.com Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Regenerate defconfig filesUwe Kleine-König2020-09-231-2/+0
| | | | | | | | Done with the same script used to generate commit d952a0eeba37 ("Regenerate defconfig files"). Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Layerscape: Add PPA firmware supportSascha Hauer2019-05-131-0/+1
| | | | | | | | | | | The "Primary Protected Application" (PPA) is a PSCI compliant firmware distributed by NXP. It is needed to start the secondary cores on Layerscape SoCs. Without it Linux will be started in EL3 and doesn't work properly. The precompiled firmware images can be found on https://github.com/NXP/qoriq-ppa-binary and are not included in barebox. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Layerscape: defconfig: Enable more featuresSascha Hauer2019-05-091-1/+7
| | | | | | | | The TQMLS1046a has an i2c mux and a i2c gpio expander. Add support for it and also disable early debugging as these are for a single board only. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: Add layerscape_defconfigSascha Hauer2019-03-131-0/+111
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>