Commit Graph

632 Commits

Author SHA1 Message Date
Otavio Salvador
6d79ae9eda imx6ul-pico: Rework machine configuration
This reworks the machine configuration so:

 - it uses a generic name, as it works with multiple baseboards;
 - make use of extlinux configuration support

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-11 14:16:12 -03:00
Otavio Salvador
2f04b01bed imx7d-pico: Update settings to use U-Boot SPL
This updates the machine settings so it makes use of the SPL support
and also adds the extra machine U-Boot config, so it allows for a
direct booting in pico-pi baseboard if needed.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-11 14:16:12 -03:00
Otavio Salvador
cc89a9b637 imx7d-pico: Enable the UBOOT_EXTLINUX support
The U-Boot environment has been reworked to use the common distro
configuration, provided by UBOOT_EXTLINUX support.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-11 14:16:12 -03:00
Gary Bisson
33cb0b1255 nitrogen8m: add machine configuration
Platform details:
https://boundarydevices.com/product/nitrogen8m-imx8/

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2018-07-11 14:16:07 -03:00
Gary Bisson
983da16f73 u-boot-boundary: add temporary v2017.03 version for imx8m
Hopefully i.MX8M support will soon be properly integrated into mainline
U-Boot so that we can use the same branch for all platforms.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2018-07-11 14:16:02 -03:00
Gary Bisson
39c3dcd8de linux-boundary: switch to 4.9.x_2.0.0_ga and add mx8 support
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2018-07-11 14:16:00 -03:00
Gary Bisson
434acb4b4a linux-boundary: bump revision to 46f9b57b
Changelog is too long but as a summary:
- Merged stable release up to 4.9.88
- Improved capture driver to work with v4l2src
- Add yet another LDB clock parent
- Improved MIPI DSI support for i.MX6

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-10 13:52:14 -03:00
Gary Bisson
6146c7020a nitrogen*.conf: fix u-boot preferred provider
And switch to defconfig as now supported in v2017.07 release.

The missing virtual/bootloader variable was generating the following
error:
 $ bitbake u-boot-boundary
...
ERROR: Nothing PROVIDES 'u-boot-boundary'
u-boot-boundary was skipped: PREFERRED_PROVIDER_virtual/bootloader set to u-boot-fslc, not u-boot-boundary
u-boot-boundary was skipped: incompatible with machine nitrogen6x (not in COMPATIBLE_MACHINE)

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-10 13:51:59 -03:00
Gary Bisson
b63043d4e0 nitrogen*.conf: switch to standard boot.scr script
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-10 13:51:43 -03:00
Gary Bisson
d49f0f20a4 u-boot-boundary: bump version to v2017.07
Brings many updates/fixes, most important one being the use of standard
bootdistro commands/variables.

Therefore the legacy 6x_bootscript/upgrade scripts have been removed in
favor of boot.scr and upgrade.scr.

Also, the HOSTCC patch isn't needed anymore since included in mainline
U-Boot.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-10 13:51:20 -03:00
Fabio Berton
7ac85ccf27 imx7s-warp: Migrate to use mainline BSP
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2018-07-06 15:11:40 -03:00
Fabio Berton
b94827fe0a linux-wandboard: Remove recipe
Now wandboard is using linux-fslc mainline kernel as default.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-06 10:55:27 -03:00
Fabio Berton
5025245fbc wandboard: Add use-mainline-bsp to MACHINEOVERRIDES
Use mainline bsp support as default.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-06 10:55:23 -03:00
Otavio Salvador
ba286d4226 cfa10xxx: Drop unbuildable machines
Those machines are unbuildable as we removed the barebox (which was
not building for ages) so it seems nobody care about those boards.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-03 18:47:13 -03:00
Fabio Berton
6e28a43907 README: Update to use info only for sumo branch
Also add link to Commit Patch Message Guidelines.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-26 14:07:14 -03:00
Otavio Salvador
9ff6e19962 wandboard: Add UBOOT_EXTLINUX_CONSOLE to pass ${baudrate} to bootparam
We are passing ${baudrate} for the bootparam so the bootargs are
handled properly.

Change-Id: I8084ff18a8d8ec63709554540687a79511b1162a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-11 16:36:29 -03:00
Otavio Salvador
38f1a0f91c imx7d-pico: Update Linux kernel device tree name
The 4.17 kernel includes the split of imx7d-pico (the SoM) and
imx7d-pico-pi (the SoM + baseboard) split, thus we need to update it
here as well.

Change-Id: Ie9e6aed357af055d906073284d1faba02f84d8e5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-11 16:36:29 -03:00
Ken Lin
314291fb10 linux-advantech: Bump kernel version to 4.9.x
Add support for DMS-BA16 board

Signed-off-by: Ken Lin <yungching0725@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-08 10:40:52 -03:00
texierp
9d674c4556 imx7s-warp: update u-boot configuration
The 'secure_defconfig' was removed, see [1].

[1] 8273209bd9

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-06-06 10:52:54 -03:00
Alex de Cabo
fa55a2527c linux-congatec: 4.1.15 -> 4.9.11
Bump from cgt_imx6_4.1.15_2.0.0 to cgt_imx_4.9.11_1.0.0

Signed-off-by: Alex de Cabo <alejandro.de-cabo-garcia@congatec.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-05-24 09:56:05 -03:00
Otavio Salvador
44ce402484 conf/layer.conf: Add LAYERSERIES_COMPAT info
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-04-16 16:21:04 -03:00
texierp
7f56432ff8 linux-warp7: enable CONFIG_FHANDLE
Added missing kernel configuration for systemd.

Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-03-29 19:01:12 -03:00
Fabio Berton
d5b9e9570d imx7s-warp: Remove imx-base.inc duplicate code
IMAGE_FSTYPES = "wic.gz" and WKS_FILE = "imx-uboot-bootpart.wks" are
already set in imx-base.inc

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:30 -03:00
Fabio Berton
d60cb77eb8 imx7d-pico: Remove imx-base.inc duplicate code
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:25 -03:00
Fabio Berton
30cb947080 colibri-vf: Remove imx-base.inc duplicate code
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:20 -03:00
Fabio Berton
1bcdad9a33 colibri-imx7: Remove imx-base.inc duplicate code
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:16 -03:00
Fabio Berton
f52ddb7e91 colibri-imx6: Remove imx-base.inc duplicate code
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:11 -03:00
Fabio Berton
3094682971 apalis-imx6: Remove imx-base.inc duplicate code
IMAGE_FSTYPES = "wic.gz" is already set in imx-base.inc

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:04 -03:00
Fabio Berton
6cdec74938 Remove --no-fstab-update option from WIC_CREATE_EXTRA_ARG for all machines
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" was add to imx-base.inc
and we can remove from all machines that includes imx-base.inc file.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-28 13:36:01 -03:00
Otavio Salvador
c2fcaeadf5
Merge pull request #6 from prof7bit/colibri-fix-serial-console
colibri-vf: use strong assignment of SERIAL_CONSOLE, fixes #5
2018-02-21 15:20:26 -03:00
Bernd Kreuss
4cc42f5105 colibri-vf: use strong assignment of SERIAL_CONSOLE, fixes #5
SERIAL_CONSOLE would otherwise stay at the default setting as defined in imx-base.inc but this setting would make it try to spawn a getty on a non-existing device on the colibri-vf and login on the UART console would not work.

Signed-off-by: Bernd Kreuss <prof7bit@gmail.com>
2018-02-21 18:54:25 +01:00
Ricardo Salveti
5efd7d7de1 broadcom-nvram-config: use nonarch_base_libdir instead of /lib
Hardcoded /lib is not compatible with usrmerge.

Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-02-21 08:58:37 -03:00
texierp
1883357f1d imx7s-warp: Add option to not modify fstab
Add "--no-fstab-update" to WIC_CREATE_EXTRA_ARGS avoid wic change fstab
in final image.

Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25 16:56:29 -02:00
Gary Bisson
4dacf11ab6 linux-boundary: Bump kernel version to 4.9.x_1.0.0
Kernel based on NXP imx_4.9.x_1.0.0_ga kernel release.
Also includes stable release (4.9.74 as of this patch).

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-01-25 16:56:26 -02:00
Stefan Agner
fcc529237f apalis-imx6.conf: remove Apalis iMX6 V1.0 module support
Remove Apalis iMX6 V1.0 device trees. Newer kernel versions will
no longer provide device trees for those early sample devices.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-12-19 14:31:12 -02:00
Gary Bisson
37c79046d1 linux-boundary: fix defconfig after bump
Our in-kernel defconfig is named boundary_defconfig FYI.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-22 09:49:04 -02:00
Fabio Berton
1cc145abd2 u-boot-boundary-fw-utils: Reuse the same override HOSTCC patch as u-boot-mkimage
(From OE-Core rev: 2815f819c1a620949213fa952557c03f7d594ed6)

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-21 17:43:52 -02:00
Fabio Berton
7dd7e63b6b u-boot-boundary: Bump revision to 0dbffd30b6
This includes the following changes:

    - 0dbffd30b6 cnt: 1066mhz_4x256mx16.cfg: update calibration for new spin of board
    - 15e746b5ea cmd/fdt.c: align scratch data on dword boundary to avoid unaligned access
    - 7c311ea9bf nitrogen6x: add script linking via next variable/prog_fuses
    - dc31ebc7c1 fuse: make fuse read set an environment variable
    - 9aa7904a39 boundary: add fuse config needed for boards
    - 8054d91315 include/configs/boundary.h: good default for BD_CONSOLE
    - e6c78d3431 nitrogen6_vm: add nitrogen6_vm-pt1g_defconfig

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-21 17:43:32 -02:00
Fabio Berton
e89bf2540b u-boot-boundary-fw-utils: Add recipe for version 2016.03
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-21 16:40:04 -02:00
Fabio Berton
537776b488 u-boot-boundary: Update COMPATIBLE_MACHINE list
Remove old imx6qsabrelite machine as it is now provided by nitrogen6x,
and add nitrogen6x-lite that was missing.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-21 16:39:48 -02:00
Fabio Berton
8c2d5034dd linux-boundary: Bump revision to 719fb24c9923
This commit sync defconfig with Boundary source code and apply the
following changes:

    - 719fb24c9923 imx6qdl-cob2.dtsi: initial commit
    - 3ddcc3bf7b31 sgtl5000: add AVC Attack/Decay, AVC threshold low is -96.00 db
    - 2403224a895e sgtl5000: fix Bass Filter Feq start bit, add bass HPF
    - 28193fdd0c38 sgtl5000: and DAP module processing
    - 0ec88cec6d57 fix mxc_v4l2_capture: add vflip and mirror to sensor_data
    - 12ac2d3e92b2 ARM: dts: imx6qdl-cid_tab: fix camera orientation
    - 5cfa3fdba84b ov5640_mipi: allow to override vflip and mirror values
    - 1b4fa6d2d4e3 ov5640: allow to override vflip and mirror values
    - ba49388f06a7 mxc_v4l2_capture: add vflip and mirror to sensor_data
    - f7714e963069 video: mxc: mipi_rm68200: remove start delays
    - ee4b77691dd1 video: mxc: mipi_dsi: reduce status delays
    - 646c810af677 ARM: dts: imx6qdl-cid_tab: expose RGB LEDs individually
    - 1f47a2c2407c ARM: dts: imx6qdl-cid: expose RGB LEDs individually
    - cfd5205144ae ARM: dts: imx6qdl-cid_tab: bump charging current for HV_MAINS/WC to 2.1A
    - a9e134ebe037 ARM: dts: imx6qdl-cid: bump charging current for HV_MAINS to 2.1A
    - 688c9c3f4d77 ARM: dts: imx6qdl-cid_tab: set battery capacity
    - ae6702137456 ARM: dts: imx6qdl-cid: set battery capacity
    - 8d5cf1dd8c85 max77823: fuelgauge: allow to override battery capacity
    - 05dddb49125a max77823: fuelgauge: reset battery values after POR
    - b5e15ebd57ab max77823: fuelgauge: fix reset function
    - c7ad0abcc008 max77823: fuelgauge: fix dynamic scale computation
    - 6d37635eb22b tty: serial: imx: wait until a character is about to be transmitted before enabling the RS485 transmitter
    - 2f9ee08acbc6 tty: serial: imx: use scatterlist for rx dma
    - 5c1fab375c77 tty: serial: imx: change tsk_dma_tx to plain work_struct
    - f1e9beffb7e8 serial: imx-serial - update RX error counters when DMA is used
    - 4aca91d47fb6 tty: serial: imx: remove dma_rx_work
    - 00adde7698b2 arch/arm/boot/dts/imx6qdl-ap.dtsi: initial addition
    - 1c2224ae1e2d boundary_defconfig: make hdmi audio a modules, CONFIG_SND_SOC_IMX_HDMI=m
    - 444102a656dd imx6qdl-h4.dtsi: KEY_COL0 must be UART4_TX_DATA
    - be7be3a4e56c sgtl5000: add bass controls
    - f7cc79eff5f3 imx6qdl-hp.dtsi: always have otg_vbus on, it does not leave this board
    - 9eba3d40a0fc tty: serial: imx: switch from ageing timer to idle to avoid UART sdma script bug
    - 4f35eb7cca03 net: fec: remove QUIRK_HAS_RACC from i.mx27
    - 52d2469b55eb net: fec: remove QUIRK_HAS_RACC from i.mx25
    - 8f3b77ea38bd MLK-14333 firmware: imx: sdma: fix SSI dual fifo swap
    - 74f04ec66272 ARM: imx6q: support ptp and rmii clock from pad
    - da999c39acec ARM: dts: imx6qdl-cid_tab: swap goodix touch axes
    - 9d2a20394fa3 Input: goodix - remove single touch reports
    - 90eff99d70b8 Input: goodix - use "inverted_[xy]" flags instead of "rotated_screen"
    - 4771b34caae1 Input: goodix - add axis swapping and axis inversion support
    - d8d55b7d8752 ARM: dts: imx6qdl-cid: force USB H1 device id
    - d8f1e3f53cff usb: chipidea: allow to override id from device tree
    - 6067115920fd net: fec: Call swap_buffer() prior to IP header alignment
    - b924590deced net: fec: align IP header in hardware
    - 4030d318f8d6 boundary_defconfig: add CONFIG_BRIDGE, needed for bluetooth PAN
    - a5bdde5ddd05 sec_battery: make AC online depend on both battery health and charger health
    - b16b65a5b97f goodix: adding gt928 to i2c_device_id table lets modprobe be automatic
    - 1f39203ce15b Revert "max77823_charger: favor chgin over wcin"
    - 1c1f08bd0e1f imx6qdl-cid_tab: use pwm3 instead of pwm1 to control lvds backlight
    - 8ffe053250f4 max77823_charger: favor chgin over wcin
    - e0f21b50a959 pwm_bl: allow an array of enable pins
    - 13fb24caf547 nitrogen6_vm_pt_defconfig: initial addition
    - 3ac8e32d322b nitrogen51_vm_defconfig: use Andrew's settings, the only user of this defconfig
    - 237892e1726d input: touchscreen: ft5x06: select REGMAP_I2C in Kconfig
    - c24bab70914f imx6sx-ys.dts: pullup RESET_DSP_N
    - f4a6076e1143 ARM: dts: imx6q-cid_tab: initial addition
    - ea4201a38c70 imx6qdl-nitrogen6x.dtsi: s/ov5640_int/ovti,ov5640/
    - 46d3bbf75727 ov5640: add ov5640_int to ov5640_id table
    - 4b5f16e4857d ov5642: improve error message
    - 7c5c37544ae7 max77823_charger: update otg_vbus_enabled in the regulator notifier callback
    - 83059e5e06dc ov5640_mipi: remove ov5640_reg file on rmmod
    - aedfdbb024a2 max77823_charger: don't call max77823_set_online directly, have battery do it
    - adfb14277c18 sec_battery: avoid 'Undefine Battery Status' when not charging
    - c647c9e98f5b tools include: Add a __fallthrough statement
    - ef46e9519ce8 max77823_fuelgauge: fix current_now/current_avg when negative
    - ce1bc18798ae sec_battery: call chargers POWER_SUPPLY_PROP_STATUS, when battery's status changes
    - 8d5aabcc73a5 imx6qdl-ash2.dtsi: initial addition
    - 1d5286fd2181 imx6qdl-ash.dtsi: map ttymxc3 to UART3 to match ash2
    - e03025b9cc77 imx6q-neol-tst.dts: use EIM_DA7 for GP_5V_DLP_EN
    - dee9694b8283 imx6qdl-neol.dtsi: use EIM_DA7 for GP_5V_DLP_EN
    - f67ef4b07eb2 imx6qdl-ash.dtsi: gpio_3 is poweroff only
    - 18b43433c84b max77823_charger: maker as undervoltage if we supply otg vbus power
    - 8869166a01d7 imx6qdl-cid.dtsi: no need to poll for charger health
    - 341bae211c71 max77823_charger: sep

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-21 15:33:32 -02:00
Fabio Berton
94611c67c3 u-boot-boundary: Create u-boot-boundary-common include file
- Use a common file to make easier update, maintain and create
    others U-Boot recipes like U-Boot fw-utils.
  - Rename recipes to use U-Boot version as recipe PN.
  - Fix U-Boot spelling on description.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-21 15:32:55 -02:00
Fabio Berton
0f0ff55565 u-boot-boundary: Do not override PROVIDES variable
Append u-boot to PROVIDES variable to get virtual/bootloader
to final value.

  PROVIDES = u-boot-boundary virtual/bootloader u-boot

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-16 13:43:46 -02:00
Fabio Berton
1a3fb4e0c7 mqxboot: Remove recipe for version 2.0.1
This recipe is not being used by anyone. grep shows the only
machine that use mqxboot is colibri-vf and is set to use version
1.%.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-10 14:01:11 -02:00
Max Krummenacher
3fc4458fd8 colibri-vf.conf: add a wic image in favour of sdcard image
The wic image can be used to boot kernel/dtb/rootfs from an SD card.
U-Boot gets booted from the on module NAND, the image from the prepared
SD card.

zcat XXX.rootfs.wic.gz | dd of=/dev/sdX bs=1M

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-08 14:16:02 -02:00
Max Krummenacher
26bec0011d colibri-vf.conf: add a device tree for the aster carrier board
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-08 14:16:02 -02:00
Max Krummenacher
c44904d9c8 colibri-imx7.conf: add a wic image in favour of sdcard image
The wic image can be used to boot kernel/dtb/rootfs from an SD card.
U-Boot gets booted from the on module NAND, the image from the prepared
SD card can be started with 'run sdboot'.

zcat XXX.rootfs.wic.gz | dd of=/dev/sdX bs=1M

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-08 14:16:02 -02:00
Max Krummenacher
9202f5fa7f colibri-imx7.conf: add device tree for the aster carrier board
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-08 14:16:02 -02:00
Max Krummenacher
0b9af1e059 colibri-imx6.conf: add a wic image in favour of sdcard image
The wic image can be used to boot kernel/dtb/rootfs from an SD card.
U-Boot gets booted from the on module eMMC, the image from the prepared
SD card can be started with 'run sdboot'.

zcat XXX.rootfs.wic.gz | dd of=/dev/sdX bs=1M

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-08 14:16:02 -02:00
Max Krummenacher
8e30e89454 colibri-imx6.conf: add device trees for aster and use-mainline-bsp
Add a device tree for the Aster carrier board.

Add the device tree available in mainline for use with the
use-mainline-bsp override.

While at it unify the @SOC description variable with other boards.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-11-08 14:16:02 -02:00