summaryrefslogtreecommitdiff
path: root/board/boundarydevices/nitrogen6x/post-build.sh
AgeCommit message (Collapse)Author
2016-03-03board/boundarydevices: rename folder and update readmeGary Bisson
It didn't make sense to keep the U-Boot scripts and post build/image scripts under the nitrogen6x folder since they apply for all our platforms. Also update the readme.txt to make it clearer which defconfig should be used depending on the platform targeted. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-07-11board/boundarydevices: rework and update u-boot scriptsGary Bisson
Those scripts are executed by u-boot in order to detect the hardware configuration (board, displays etc...), configure the bootargs and device tree accordingly or update the bootloader located in NOR flash. This update is necessary due to the kernel bump to version 3.10.53. The rework consists of replacing the binaries by their text file equivalent and generate the binaries from the post-build.sh script. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-11-22nitrogen6x: use install instead of cpGuido Martínez
in order to not depend on the previous permissions of each file Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-09-26nitrogen6x: post-build.sh: use the exported variables for {TARGET,BINARIES}_DIRPeter Korsgaard
No functional change, but lets show the preferred way to do this. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-26nitrogen6x: use 6x_bootscript/6x_upgrade instead of older 6q_ versionsEric Nelson
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-24configs: add defconfig for boundarydevices nitrogen6x boardPeter Korsgaard
http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/ And post-build hook for u-boot scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>