summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/files
AgeCommit message (Collapse)Author
2017-10-03u-boot-toradex-fsl-fw-utils: add colibri-imx7-emmc supportStefan Agner
Add fw_env.config and make sure unlock eMMC gets installed. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-10-03colibri-imx6ull: add fw_env.configMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-11colibri-imx7: use mtd3 as environment partitionStefan Agner
With the new U-Boot MTD partitioning schema mtd3 is used for the environment. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-01-10colibri-imx7: fw_env.config: fix override directoryMax Krummenacher
Without this the default fw_env.config gets deployed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-09u-boot: upgrade to 2016.11 based versionMax Krummenacher
0001-fw_env.c-include-stdint.h-unconditionally.patch has been fixed upstream. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-09u-boot: fix compileMax Krummenacher
fix errors due to missing uint* types. Move to u-boot git. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-08-17u-boot-toradex-fw-utils: fix bashismmeta-toradex_splitStefan Agner
Do not use the function keyword, then the script works fine with with Busybox' shell implementation. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-17u-boot-fw-utils: correct blocks reserved for environmentStefan Agner
While we use only one erase block for the U-Boot environment, we reserve four in case there are bad blocks in the environment area. Specify the number of blocks so that the Linux utilities are able to read/write the environment even if the first block of the environment is bad. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-17u-boot-fw-utils: use negative offset for environmentStefan Agner
Rely on newly implemented configuration functionality to locate the environment at the end of the boot partition. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-06-30u-boot: get rid of obsolete patchesMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-03-30u-boot fsl utils: update to latest -next and add mx7Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-10-30apalis/colibri_imx6/t30: u-boot-fw-utils: update fw_printenv/setenvMarcel Ziswiler
Introduce/update postinst code to dynamically adjust fw_env.config and fw_unlock_mmc.sh shell profile extension script to cope with our new unified eMMC layout: boot area partition 1 aka primary eMMC boot sector: with U-Boot boot loader and the U-Boot environment before the configblock at the end of that boot area partition
2015-06-16base-files/u-boot-toradex-fw-utils: move MMC unlockStefan Agner
The mmc unlock function causes troubles when using Poky reference distribution since Poky uses the busybox shell: /etc/rc5.d/S09xserver-nodm: /etc/profile.d/fw_unlock_mmc.sh: line 2: syntax error: unexpected "(" This avoids X getting at all. This patch does not solve the underlying problem, but works around it by moving the script to the u-boot-toradex-fw-utils recipe, which is not installed by the Poky images by default.
2014-11-13apalis/colibri_t30: fix fw_setenvMarcel Ziswiler
2014-10-06u-boot: remove don't build the examples patchMax Krummenacher
u-boot.inc no longer builds the standalone examples by default so do patch to not do so is no longer needed. The source tree will no longer be marked as git dirty.
2014-08-04colibri-t20: add configuration to u-boot-fw-utilsMax Krummenacher
u-boot-fw-utils allows for U-Boot environmenmt access from Linux. Add the needed configuration file for colibri_t20 with a postinst script which choses the right NAND flash sector sizes from /proc/mtd While at it, fix some whitespace issues.
2014-08-04u-boot-fw-utils: add config für colibri-vf and apalis-imx6Max Krummenacher
2013-09-22u-boot: don't build the examplesMax Krummenacher
- they do fail because they don't heed the private libgcc
2012-06-03u-boot base from meta instead of a copy from meta-tiMax Krummenacher
fix u-boot to no longer fail at runtime, (write beyond array)