summaryrefslogtreecommitdiffstats
path: root/board/boundarydevices
Commit message (Collapse)AuthorAgeFilesLines
* board/boundarydevices: add i.MX8MQ support to u-boot scriptsGary Bisson2018-07-192-28/+81
| | | | | | | | | | | | - Update RAM address - Update kernel image name for ARM64 - Update U-Boot boot command for ARM64 - Remove obsolete cmd_xxx_present check - Remove obsolete wlan.mac parameter - Add cmd_mipi command for MIPI-DSI interface Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board/boundarydevices: add i.MX8MQ support to post-build.shGary Bisson2018-07-191-5/+14
| | | | | | | | - Use proper ARCH for mkimage command - Use different U-Boot binary name depending on ARCH Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board/boundarydevices: remove obsolete u-boot scriptsGary Bisson2018-07-193-206/+0
| | | | | | | 6x_bootscript/6x_upgrade have been deprecated for more than a year. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board/boundarydevices/common/post-build.sh: fix U-Boot namingGary Bisson2018-07-191-3/+4
| | | | | | | | The upgrade.cmd script expects the binary to be named u-boot.<uboot_defconfig>. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* configs: nitrogen*: bump u-boot version to 2017.07Gary Bisson2018-01-073-1/+315
| | | | | | | | | | | | | Also include new boot scripts to match standard distro uboot commands. Our previous 6x_bootscript and 6x_upgrade used custom variables and their naming don't make sense now that we target more than i.MX6 CPU. Therefore those old scripts are marked as legacy and kept for now but the goal is to deprecate and remove them later. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: add mac parameter for BD-SDMAC in bootscriptGary Bisson2017-08-191-0/+1
| | | | | | | | | | | | | | | | Our new WiFi 802.11ac BT4.1 module (BD-SDMAC [1]) driver allows to override the wlan MAC address using a module parameter. Since its driver is now included in our external repository [2], update the bootscript so it sets the parameter for that driver too. As a FYI, $wlmac is based on Ethernet MAC address located in fuses. [1] https://boundarydevices.com/product/bd_sdmac_wifi/ [2] https://github.com/boundarydevices/buildroot-external-boundary Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scriptsArnout Vandecappelle2017-07-051-2/+2
| | | | | | | | | | | Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l 'HOST_DIR}\?/usr/' board | xargs sed -i 's%\(HOST_DIR}\?\)/usr/%\1/%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: fix boot partition number in bootscriptGary Bisson2016-11-071-5/+3
| | | | | | | | It was previously hardcoded to use the 1st partition although the bootpart variable was used to download kernel/dtb from any partition. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: remove u-boot from genimage.cfgGary Bisson2016-11-021-6/+8
| | | | | | | | Adding a comment to explain how to update the bootloader since it is located in NOR flash memory. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: rename folder and update readmeGary Bisson2016-03-037-13/+30
| | | | | | | | | | | | 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>
* board/boundarydevices: update u-boot scripts for i.MX7 supportGary Bisson2016-03-032-17/+18
| | | | | | | | Also remove useless tfp410 enablement since a basic kernel driver has been added. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/nitrogen6*: update to use genimageGary Bisson2016-01-313-3/+35
| | | | | | | | Also updating the documentation with the dd instruction to flash the bootable media. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: update 6x_bootscript to use zImageGary Bisson2015-10-191-4/+4
| | | | | | | | As suggested by Thomas: http://lists.busybox.net/pipermail/buildroot/2015-September/139884.html Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: update u-boot scripts for 3.14 kernelsGary Bisson2015-09-192-182/+147
| | | | | | | | | | | Those scripts will support coming platforms such as iMX6SoloX or iMX6QuadPlus. One important change is that the bootscript now relies on U-Boot to make the display detection in order to simplify the script. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/boundarydevices: rework and update u-boot scriptsGary Bisson2015-07-114-2/+190
| | | | | | | | | | | | | | 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>
* nitrogen6x: tweak readme wordingPeter Korsgaard2015-04-231-1/+1
| | | | | | The filesystem is directly written to the card, no extraction is performed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nitrogen6x: use install instead of cpGuido Martínez2014-11-221-3/+3
| | | | | | | 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>
* nitrogen6x_defconfig: bump u-boot versionPeter Korsgaard2014-09-242-0/+4
| | | | | | | | | | | | | | To the 2014.07 release. For furture details, see: http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/ Also update our 6x_upgrade script to the version from that page so the entire SPI flash gets erased (otherwise it fails on big u-boot builds) and document how to perform the upgrade. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> u-boot fixup
* nitrogen6x: bump kernel version to 3.10.17Gary Bisson2014-07-151-0/+0
| | | | | | Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nitrogen6x: post-build.sh: use the exported variables for {TARGET,BINARIES}_DIRPeter Korsgaard2013-09-261-4/+2
| | | | | | No functional change, but lets show the preferred way to do this. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nitrogen6x: use 6x_bootscript/6x_upgrade instead of older 6q_ versionsEric Nelson2013-09-264-6/+8
| | | | | Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nitrogen6x: get rid of ext2 rev 1 notice now we can create it directly insteadPeter Korsgaard2013-04-121-7/+0
| | | | | | And update the defconfig to do so. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add defconfig for boundarydevices nitrogen6x boardPeter Korsgaard2012-09-244-0/+34
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>
OpenPOWER on IntegriCloud