- Dec 28, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Dec 27, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Pat Kusbel authored
There's a bit to check for SD vs MMC (and macros for it: IS_MMC() and IS_SD()). The IS_MMC() macro checks bit 30 which is set for eMMC, and IS_SD() checks bit 31 which is for SD cards. This change checks for eMMC vs SD, and also if there's a boot partition available if it's emmc (which should handle the case where maybe an emmc part doesn't have a boot partition). This fixes "fastboot: support for block write and boot partition access". Signed-off-by:
Pat Kusbel <pat@kusbel.com> Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Dec 18, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Dec 12, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Dec 05, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
The switch mask can be overridden by an environment variable The low 32 bit mask for display 0x24 (AM_1280800P2TZQW) setenv swm24_a ffffffff The high 32 bit mask for display 0x00 (TX23D200_18L) setenv swm00_b ffffffff Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Dec 04, 2018
-
-
Pat Kusbel authored
flash now supports writing by block numbers instead of partition names. The following command writes an image to block 0x42 $ fastboot flash 0x42 u-boot.img emmc boot partition can be unlocked for access via standard fastboot fastboot flashing unlock_critical fastboot flashing lock_critical See eMMC spec for details of boot_partition_enable, CSD register byte 179 to program a bootloader, such as fastboot $ fastboot flashing unlock_critical $ fastboot flash 0x42 u-boot.img $ fastboot flashing lock_critical This also supports raw writes to environment configuration. To invalidate the saved uboot environment (and effectively reset it to default) dd if=/dev/zero of=zero.bin bs=512 count=1 $ fastboot flashing unlock_critical $ fastboot flash 0x1ff0 zero.bin $ fastboot flashing lock_critical Signed-off-by:
Pat Kusbel <pat@kusbel.com>
-
- Nov 14, 2018
-
-
Gary Bisson authored
Using ulong is wrong as its size depends on the Host CPU architecture (32-bit vs. 64-bit) although the Cortex-M4 is always 32-bit. Without this patch, the stack and PC are obviously wrong and it generates an abort when used on 64-bit processors such as the i.MX8MQ. Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Peng Fan authored
No need to build bootaux in SPL stage Signed-off-by:
Peng Fan <peng.fan@nxp.com>
-
- Nov 12, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Nov 10, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Nov 09, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Nov 08, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Nov 06, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Tom.zheng authored
from MLK-19380 imx8mq_evk: update the ddr controller QoS setting enhance memory controller performance and QoS setting Signed-off-by:
Tom.zheng <haidong.zheng@nxp.com> Signed-off-by:
Bai Ping <ping.bai@nxp.com> Reviewed-by:
Jian Li <jian.li@nxp.com> (cherry picked from commit ae7b37d3ed72bad542c8e77db4bbc0325180d6d2)
-
- Nov 05, 2018
-
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Otherwise can't boot the M4 core. Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Android compiler doesn't accept #elif if there's no condition behind it. Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
- Oct 30, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Oct 26, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- Oct 18, 2018
-
-
Laci Tele authored
Signed-off-by:
Laci Tele <laci@boundarydevices.com>
-
- Oct 13, 2018
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-