summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a/barebox-imx8m.config
Commit message (Collapse)AuthorAgeFilesLines
* v8a: barebox: remove left-over SoC-specific rulesAhmad Fatoum2023-05-311-1024/+0
| | | | | | | With the switch to the upstream rules, we have no need any longer for the SoC-specific ones, so let's drop them. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
* v8a: barebox: version bump v2023.01.0 → v2023.05.0Ahmad Fatoum2023-05-311-94/+36
| | | | | | | | | | | | As preparation for combining barebox-rockchip and barebox-imx8m, let's update both to v2023.05.0, which is the second release that can target both with the same build. This barebox update also pulls in the kernel DT update that moved around the DT aliases for the Radxa boards. For this reason, we need to touch up the environment as well. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
* arch: bootloader: enable 'fastboot' support over USB and networkJuergen Borleis2023-05-081-4/+5
| | | | | | | | | | | | | Enabling: - CONFIG_BOOTM_INITRD = y - CONFIG_USB_GADGET = y - CONFIG_USB_GADGET_FASTBOOT = y - CONFIG_NET_FASTBOOT = y - CONFIG_FASTBOOT_SPARSE = y - CONFIG_FASTBOOT_CMD_OEM = y Signed-off-by: Jürgen Borleis <jbe@pengutronix.de>
* v8a: barebox: version sync to 2023.01.0Marco Felsch2023-02-111-21/+103
| | | | | | | | | Sync both barebox versions to the most recent available mainline version. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.pengutronix.de/20230210193612.2143905-9-m.felsch@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* v8a/imx8m: barebox: Version bump: 2020.08.1 -> 2021.02.0Uwe Kleine-König2021-03-161-2/+17
| | | | This gets rid of all patches, they are included in 2020.09.0.
* Add barebox for i.MX8M boardsSascha Hauer2020-08-211-0/+984
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>