summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/boot.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX: add barebox,bootsource-mmc aliasesSascha Hauer2024-02-201-2/+2
* ARM: i.MX8MM bootsource: fix serial detection for QSPI boot sourceLI Qingwu2024-01-221-4/+7
* ARM: i.MX8MM bootsource: fix QSPI boot source detectionMarco Felsch2023-04-041-0/+18
* ARM: i.MX bootsource: set QSPI instanceMarco Felsch2023-04-041-0/+1
* ARM: i.MX: Move mach header files to include/mach/imxSascha Hauer2023-03-061-15/+15
* ARM: i.MX bootsource: adapt boot device detection for imx8mpSascha Hauer2022-10-271-3/+23
* ARM: i.MX8M bootsource: pull imx6_bootsource_serial() out of __imx7_get_boot_...Sascha Hauer2022-10-271-5/+20
* ARM: i.MX8M bootsource: alias i.MX8MN functions as i.MX8MP functionsSascha Hauer2022-10-271-6/+6
* bootsource: rename existing bootsource_set to bootsource_set_rawAhmad Fatoum2022-08-091-4/+2
* ARM: i.MX: Make sure *_get_boot_source always assignes *srcUwe Kleine-König2022-06-221-0/+7
* ARM: i.MX7/8M: Fix boot source detection on i.MX8MPUwe Kleine-König2022-06-221-1/+2
* ARM: i.MX: add i.MX8MN (Nano) SoC support boilerplateAhmad Fatoum2021-10-051-0/+6
* ARM: i.MX6: boot: detect USB serial downloader more reliableMarco Felsch2021-08-181-0/+27
* arm: imx: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-05-251-12/+1
* ARM: i.MX7/8M: reliably detect serial bootAhmad Fatoum2021-04-131-0/+3
* arm: imx: add initial imx8mp supportOleksij Rempel2020-07-141-0/+17
* ARM: i.MX6: boot: handle i.MX6UL differencesAhmad Fatoum2020-05-121-0/+3
* ARM: i.MX: boot: interpret reserved boot as forced serialAhmad Fatoum2020-05-121-4/+15
* ARM: i.MX: boot: correctly handle SRC_SBMR1 override via SRC_GPR9Ahmad Fatoum2020-05-081-6/+19
* ARM: i.MX8M: Add i.MX8MM supportSascha Hauer2020-02-191-1/+18
* ARM: i.MX8M: Detect serial downloader mode correctlySascha Hauer2020-02-191-3/+16
* ARM: i.MX8M: rename imx8_* bootsource functions to imx8mq_*Sascha Hauer2020-02-191-3/+3
* ARM: i.MX: boot: Detect boot instance on i.MX51Andrey Smirnov2018-09-241-0/+2
* ARM: i.MX: boot: Make use of FIELD_GET() in imx51_get_boot_source()Andrey Smirnov2018-09-241-7/+7
* ARM: i.MX: boot: Rework boot source detection for i.MX7 and i.MX8MQAndrey Smirnov2018-08-131-67/+30
* ARM: i.MX: boot: Fix accidental commaAndrey Smirnov2018-08-131-1/+1
* ARM: boot: Add trivial i.MX8 supportAndrey Smirnov2018-06-111-0/+5
* ARM: i.MX: boot: Fix address casting on 64-bit platformsAndrey Smirnov2018-06-111-1/+2
* ARM: i.MX: boot: Coalesce copy-pasted codeAndrey Smirnov2018-04-251-49/+21
* ARM: i.MX6: boot: Return BOOTSOURCE_SPI_NOR, not BOOTSOURCE_SPIAndrey Smirnov2018-04-171-1/+1
* ARM: VFxxx: Implement code to detect bootsourceAndrey Smirnov2018-04-171-0/+101
* ARM: i.MX7: boot: Move magic numbers into utility functionsAndrey Smirnov2018-04-171-2/+12
* ARM: i.MX6: boot: Move magic numbers into utility functionsAndrey Smirnov2018-04-171-14/+53
* ARM: i.MX53: boot: Move magic numbers info utility functionsAndrey Smirnov2018-04-171-6/+15
* ARM: i.MX: boot: Check for NAND boot only if necessary on i.MX53, 6Andrey Smirnov2018-04-171-7/+4
* ARM: i.MX: boot: Share code to detect NAND as a boot sourceAndrey Smirnov2018-04-171-3/+7
* ARM: i.MX: boot: Move magic values into small functionsAndrey Smirnov2018-04-171-4/+40
* ARM: i.MX: boot: Remove unnecessary returnsAndrey Smirnov2018-04-171-4/+0
* ARM: i.MX7: boot: Fix SPI-NOR/QSPI boot source mixupAndrey Smirnov2018-04-171-2/+2
* ARM: i.MX7: boot: Remove incorrect NAND bootsource detectionAndrey Smirnov2018-04-171-4/+0
* ARM: i.MX7: boot: Add code to handle SD/MMC manufacture modeAndrey Smirnov2018-04-171-0/+40
* ARM: i.MX: Account for unprogrammed fuses on i.MX6 and i.MX7Andrey Smirnov2018-04-171-1/+10
* ARM: i.MX: Simplify serial bootsource detection for i.MX6 and 7Andrey Smirnov2018-04-171-26/+24
* ARM: i.MX: Add a function to extract BMOD valueAndrey Smirnov2018-04-171-11/+11
* ARM: i.MX: Add i.MX7 base architecture supportJuergen Borleis2017-01-201-0/+70
* ARM: i.MX25/35: Fix bootsource detectionDaniel Krüger2016-11-231-6/+6
* ARM: i.MX53: Detect booting from USBSascha Hauer2016-09-221-0/+6
* ARM: i.MX: Provide bootsource functions for early boot codeSascha Hauer2016-09-221-23/+67
* ARM: i.MX53: do not pass base address to imx*_boot_save_locSascha Hauer2016-09-221-6/+14
* ARM: i.MX6: add function to get bootsource in pblSascha Hauer2015-07-161-16/+22