The system already default for u-boot-fslc as provider so we shouldn't
hardcode it here.
Change-Id: I4472561b74f857813b5f1f2b9d8ed2d68f479c8d
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This board now use the *same* code as Nitrogen6X and it boots from
internal SPI NOR memory. If you did change it to boot from the MMC
(SD3 or SD4) please check the Boundary's blog post at:
http://boundarydevices.com/u-boot-on-i-mx6/#unbricking
Change-Id: I5ec3444afee65002f94c2d2de40662749e5a9070
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
Include vendor name to machine name
Include SOC
Change-Id: I5f125c7865d28c5e04fed50c756983177637ae75
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Include vendor name to machine name
Include SOC
Change-Id: I8bc373b5bed5b57ab8ae47a22065dd34530bbe7b
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Include vendor name to machine name
Include SOC
Change-Id: Id0ec17672ef819818184d44cd212ea6618978e8a
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Include vendor name to machine name
Include SOC
Change-Id: Ic067845196cdebf6da19c9d74fa687fc0d5035af
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Include vendor name to machine name
Fix machine name
Include SOC
Change-Id: I25ad8560abd0314a75fcee9c84cd45ff191a7b2c
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Include vendor name to machine name
Fix machine name
Include SOC
Change-Id: I7e98673e6356184e6f88743e6974869a32365046
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Include vendor name to machine name
Fix machine name
Include SOC
Change-Id: I03716cac9cfee410f4230d9281f7eff09bedac60
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to
right. In this case, the most SoC specific value needs to be kept in
the right so it take precedence.
This has been catch when finding out why i.MX6SL EVK where using the
wrong value as entry point, and this was the root cause.
Change-Id: I34ae0076690716ba71fd80311a1e427821e4e762
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The kernel configuration is the same for Dual and Solo variants; to
fix it, we move the Dual defconfig to common directory avoiding
duplication.
Change-Id: I5d4b304c9980115318fdda75a6dc623783cb5cf7
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The Linux mainline does not yet include support for Wandboard so we
shouldn't have it here until the support has been added.
Change-Id: I8ec6e770859d84e39a8300f00af995c3d4fe9527
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The U-Boot 2013.04 has support for Wandboard so we use it, from now on.
Change-Id: I9bdf3ce688d13f8d07d83643df097a1ce6341b6c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This allow for addition of wandboard-solo soon, while avoid build
warning due lack of a generic 'defconfig' file.
Change-Id: Ifedad79f8093f1f5f4d9df9d5a4e5c45d452cdbf
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The U-Boot now supports the mx23-olinuxino boards so we now use it by
default. The imx-bootlets support is still available in case someone
needs it.
Change-Id: I0ddf95f73b444db97056eb6568646cf236fa2b89
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This adds the Boundary Devices SabreLITE machine which were maintained
in meta-fsl-arm. We did this change as the support of the board is not
done by Freescale officially and the kernel with better support is the
one done by Boundary Devices which we now have available.
Change-Id: Ie040b38e23885fa164bb4cd25d8c4b0b00471e5c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
With the addition of the linux-wandboard recipes, which build the
Wandboard kernel from the 'official' kernel source for Wandboard, change
the PREFERRED_PROVIDER to 'linux-wandboard'.
Signed-off-by: John Weber <rjohnweber@gmail.com>
Adds a line MACHINE_EXTRA_RRECOMMENDS for broadcom-nvram-support which
provides firmware files for the wifi chip (BCM4329) on Wandboard Dual.
Signed-off-by: John Weber <rjohnweber@gmail.com>
This adds the machine definition to Nitrogen6x from Boundary Devices.
More information at:
http://boundarydevices.com/products/nitrogen6x-board-imx6-arm-cortex-a9-sbc/
In order to take advance of same code used for imx6qsabrelite (on
linux-imx, u-boot, imx-firmaware), we use a MACHINEOVERRIDES trick, so
imx6qsabrelite is taken as a fallback for nitrogen6x machine.
To ensure the boot scripts are available at rootfs time, the do_deploy
task of u-boot-script-boundary is added as a dependency of do_rootfs.
Change-Id: I8bd0b80d2ad8e8741391ec178c10abd75218542e
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
We used the appending at wrong place making it not work for finding
the right files for overrides. This fixes the error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Allow for easy maintainence and avoid duplication when definitions or
patches are shareable in all variants.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>