summaryrefslogtreecommitdiffstats
path: root/common/booti.c
Commit message (Collapse)AuthorAgeFilesLines
* bootm: move ARM64 Linux image parsing to common directoryAhmad Fatoum2021-05-171-0/+66
Linux on RISC-V adopts the same structure as on ARM64 for both 32- and 64-bit kernel images and it's likely future architectures will as well. In preparation for adding RISC-V Linux boot support, move the bulk of the code to a common location for reusability. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210504104513.2640-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>