aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/spl_imx_romapi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06arm: imx: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini1-3/+3
2023-11-17imx: spl_imx_romapi: fix emmc fast boot mode caseMarcel Ziswiler1-1/+1
2023-11-17imx: spl_imx_romapi: fix comment about stream(usb) download failureMarcel Ziswiler1-2/+2
2023-11-16spl: Only support bl_len when we have toSean Anderson1-4/+4
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson1-12/+4
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson1-2/+3
2023-10-17arm: imx: Add function to validate i.MX8 containersSean Anderson1-1/+2
2023-10-16imx: spl_imx_romapi.c: remove dead codeRasmus Villemoes1-23/+2
2023-10-16imx: spl_imx_romapi: avoid tricky use of spl_load_simple_fit() to get full FI...Rasmus Villemoes1-0/+50
2023-07-13ARM: imx: romapi: Fix signed integer bitwise ops misuseMarek Vasut1-11/+21
2023-05-21imx: spl_imx_romapi: typo fixPeng Fan1-1/+1
2023-03-30imx: spl_imx_romapi: Get and print boot stageYe Li1-1/+21
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-3/+3
2022-09-18imx: romapi: fix spurious ampersand in address printMarcel Ziswiler1-1/+1
2022-07-25imx8: use ROM API wrappers in spl_imx_romapi.cRasmus Villemoes1-36/+11
2022-04-12ARM: imx: romapi: Repair FlexSPI NOR boot offsetMarek Vasut1-8/+2
2021-08-09arm: imx8ulp: add container supportYe Li1-39/+133
2021-05-24ARM: make gd a function call for LTO and set via set_gd()Marek BehĂșn1-8/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-11-05imx: add rom api supportPeng Fan1-0/+292