summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/imx-bbu-internal.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX: bbu: early exit when partition too smallAhmad Fatoum2019-08-301-0/+10
* ARM: i.MX: bbu: Fix variable type in imx_bbu_internal_v2_write_nand_dbbt()Andrey Smirnov2019-03-111-1/+1
* ARM: i.MX: bbu: Fix lseek error check in imx_bbu_internal_v2_write_nand_dbbt()Andrey Smirnov2019-03-111-3/+5
* ARM: i.MX8MQ: bbu: Add MMC boot handlerAndrey Smirnov2019-02-111-0/+5
* ARM: i.MX7: bbu: Add I2C and SPI handlerAndrey Smirnov2018-10-081-0/+6
* ARM: i.MX7: bbu: Add MMC boot handlerAndrey Smirnov2018-10-081-0/+5
* ARM: VFxxx: bbu: Add a handler for MMC boot partitionsAndrey Smirnov2018-09-191-0/+5
* ARM: i.MX: bbu: Detect MMC before reading current boot partitionAndrey Smirnov2018-09-191-0/+6
* ARM: i.MX: bbu: Convert devicefile to device nameAndrey Smirnov2018-09-191-2/+3
* ARM: i.MX: bbu: Check retrun value of getenv()Andrey Smirnov2018-09-191-0/+5
* ARM: i.MX51: bbu: Add a handler for MMC boot partitionsAndrey Smirnov2018-09-191-0/+5
* ARM: i.MX: bbu: Add support for v1 header to MMC boot handlerAndrey Smirnov2018-09-191-15/+17
* ARM: i.MX: bbu: Use pwrite_full() instead of pwrite()Andrey Smirnov2018-08-311-3/+7
* ARM: i.MX: bbu: Add support for MMC on i.MX8MQAndrey Smirnov2018-08-311-0/+8
* ARM: i.MX: bbu: Add support for SPI/I2C on VFxxxAndrey Smirnov2018-08-311-0/+10
* ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQAndrey Smirnov2018-08-311-6/+18
* ARM: i.MX: bbu: Move protect code into a separate routineAndrey Smirnov2018-08-311-20/+42
* ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()Andrey Smirnov2018-08-311-11/+10
* ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()Andrey Smirnov2018-08-311-6/+2
* ARM: i.MX: bbu: Detect which platforms need v2 i.MX headerAndrey Smirnov2018-08-311-13/+19
* ARM: i.MX: bbu: Constify all 'devicefile' argumentsAndrey Smirnov2018-08-311-16/+24
* ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()Andrey Smirnov2018-08-311-2/+1
* ARM: i.MX: bbu: Consolidate various update helpersAndrey Smirnov2018-08-311-58/+12
* ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NANDAndrey Smirnov2018-08-311-10/+14
* ARM: i.MX: bbu: Move inner-image type checkAndrey Smirnov2018-08-311-25/+43
* ARM: i.MX: bbu: Remove unused defineAndrey Smirnov2018-08-311-2/+0
* ARM: i.MX: bbu: support partitions starting at i.MX headerSascha Hauer2018-07-021-2/+5
* ARM: i.MX: bbu: reimplement IMX_INTERNAL_FLAG_KEEP_DOSPART flagSascha Hauer2018-07-021-45/+20
* ARM: i.MX: bbu: remove handler specific flags variableSascha Hauer2018-07-021-18/+17
* ARM: i.MX: bbu: Add support for MMC on VFxxxAndrey Smirnov2018-06-131-0/+7
* ARM: i.MX: bbu: Use pr_* functions for outputAndrey Smirnov2018-06-131-15/+15
* ARM: i.MX: bbu: Share MMC code between i.MX51 and 53Andrey Smirnov2018-06-131-15/+17
* ARM: i.MX: bbu: Replace magic number with a constantAndrey Smirnov2018-06-131-1/+1
* ARM: i.MX: bbu: Alias identical functionsAndrey Smirnov2018-06-131-25/+6
* bbu: imx-bbu-internal: add i.MX51 SPI/I2C flash handlerLucas Stach2018-05-141-0/+14
* bbu: imx-bbu-internal: make pointers to image constSascha Hauer2018-01-301-3/+3
* bbu: imx-bbu-internal: Do not modify imageSascha Hauer2018-01-301-4/+15
* Merge branch 'for-next/mii'Sascha Hauer2018-01-051-2/+1
|\
| * i.MX: imu-bbu-internal: Make use of devpath_to_name()Andrey Smirnov2017-12-061-2/+1
* | ARM: i.MX: bbu-internal: fix typosUlrich Ölmann2017-11-281-6/+6
* | ARM: i.MX: bbu-internal: fix commentUlrich Ölmann2017-11-281-1/+1
|/
* ARM: i.MX: bbu-internal: new handler to make use of mmc boot partitionsUwe Kleine-König2017-10-241-0/+76
* ARM: i.MX: bbu-internal: make filename for device to write to adaptableUwe Kleine-König2017-10-241-17/+20
* ARM: i.MX: remove unused imx-flash-header.hSascha Hauer2016-04-011-1/+0
* ARM: i.MX: bbu-internal: detect device before writing to itSascha Hauer2016-03-021-0/+3
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* ARM: i.MX5: internal NAND update: simplify codeSascha Hauer2014-07-241-24/+9
* ARM: i.MX5: internal NAND update: Use variables for some constantsSascha Hauer2014-07-241-6/+10
* ARM: i.MX5: internal NAND update: Fix firmware start page for internal nand bootSascha Hauer2014-07-241-0/+3
* ARM: i.MX5: internal NAND update: Use variable for pre_image_sizeSascha Hauer2014-07-241-6/+9