summaryrefslogtreecommitdiff
path: root/configs/am62x_lpsk_r5_defconfig
AgeCommit message (Collapse)Author
2023-01-25spl: mtd: Remove MTD device after loading imagesApurva Nandan
Releasing the flash into proper state, after the loading completes, is important for the next stage bootloader/kernel to be able to use the MTD device. This would enable to reset the device for fresh use by next boot stage. Signed-off-by: Apurva Nandan <a-nandan@ti.com>
2022-11-16configs: am62x_lpsk_r5_defconfig: Enable HS SupportVignesh Raghavendra
Enable CONFIG_TI_SECURE_DEVICE to support AM62x LP SK with HS devices. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2022-11-16configs: am62x_lpsk_r5_defconfig: Add HS SupportVignesh Raghavendra
Similar to commit 525f95f8e7f4 ("configs: am62x: Move stack and heap from OC SRAM to HSMRAM") move stack/heap to HSM SRAM and resize according to available space Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2022-11-16configs: am62x_lpsk_r5_defconfig: Drop SPI NOR supportVignesh Raghavendra
AM62x LP SK board has SPI NAND flash and no SPI NOR flash, therefore drop SPI NOR support in order to reduce R5 SPL memory footprint. This is pre requisite to add AM62x HS Support Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2022-08-30configs: am62x_lpsk: enable mtd and spi-nand for AM62 LP SKAnand Gadiyar
Enable mtd and spi-nand configs to allow spi-nand boot. Signed-off-by: Apurva Nandan <a-nandan@ti.com> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
2022-08-26configs: add defconfigs for the AM62x LP SKEVMAnand Gadiyar
The configs are based on the AM62x SK, except for the change in name. However the configs might diverge later as PMIC and other support are added. Due to insufficient space in the R5 SPL to hold both sets of DTBs, it was not possible to have a single image that would work on both the AM62x SK and the AM62x LP SK. Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Cc: Andrew Davis <afd@ti.com>