summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/boot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: i.MX53: fix bootsource_instance detectionSascha Hauer2014-01-271-1/+1
* ARM i.MX6: Fix bootsource detectionPhilipp Zabel2013-06-081-7/+19
* ARM: i.MX53: Add bootsource instance informationSascha Hauer2013-04-041-2/+16
* bootsource: create arch independent bootsource frameworkMarc Kleine-Budde2013-04-041-44/+13
* ARM: i.MX: rename barebox_loc to bootsourceSascha Hauer2013-04-031-4/+4
* ARM i.MX bootsource: add separate function for mx25 and mx35Marc Kleine-Budde2013-03-261-1/+21
* ARM i.MX bootsource: rename imx_27_boot_save_loc -> imx27_boot_save_locMarc Kleine-Budde2013-03-261-1/+1
* ARM i.MX bootsource: imx_25_35_boot_save_loc: remove leftover do-nothing codeMarc Kleine-Budde2013-03-261-5/+0
* ARM i.MX bootsource: convert all imx*_boot_save_loc functions to voidMarc Kleine-Budde2013-03-261-12/+6
* ARM i.MX bootsource: convert enums from enum imx_bootsource to uppercaseMarc Kleine-Budde2013-03-261-45/+45
* ARM i.MX6: save boot locationSascha Hauer2012-12-061-0/+60
* mach-imx: Comment typo fix, "enviroment" -> "environment"Robert P. J. Day2012-11-191-1/+1
* ARM i.MX53: set bootsource locationSascha Hauer2012-10-171-0/+35
* ARM i.MX: rework bootsource settingSascha Hauer2012-10-151-53/+125
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* Define barebox_loc magic variable only onceAlexander Shiyan2012-04-101-3/+1
* i.MX27: Export boot source to magic variablesAlexander Shiyan2012-04-021-1/+26
* ARM i.MX boot: Add barebox_loc magicvarSascha Hauer2011-11-291-0/+3
* introduce io.hSascha Hauer2011-09-221-1/+1
* ARM i.MX25/35: initialize barebox_loc earlierSascha Hauer2011-08-171-6/+2