Commit Graph

991 Commits

Author SHA1 Message Date
Fabio Berton
b2dd9d24a1 nitrogen6x: Rework u-boot settings to use Set IMX_DEFAULT_BOOTLOADER
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2021-04-16 14:15:35 -03:00
Fabio Berton
068e0f1a27 colibri-imx6: Set UBOOT_SUFFIX to img
Override the default imx-base.inc value that uses UBOOT_SUFFIX_pn-${IMX_DEFAULT_BOOTLOADER}

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2021-04-16 14:15:35 -03:00
Fabio Berton
afb1afd28d colibri-imx6: Use strong assignment to set IMX_DEFAULT_BOOTLOADER
The weak assignment doesn't override the default imx-base.inc value, and
as the only bootloader provider is u-boot-toradex, we don't need to
allow override.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2021-04-16 14:15:35 -03:00
Fabio Berton
bd4e85fc05 apalis-imx6: Use strong assignment to set IMX_DEFAULT_BOOTLOADER
The weak assignment doesn't override the default imx-base.inc value, and
as the only bootloader provider is u-boot-toradex, we don't need to
allow override.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2021-04-16 14:15:35 -03:00
Fabio Berton
37aa54b49f colibri-imx7-emmc: Rework u-boot setting to use IMX_DEFAULT_BOOTLOADER
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2021-04-16 14:15:35 -03:00
Otavio Salvador
dc7ccabb77 linux-fslc-lts: Drop 4.19 recipe
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-13 00:12:12 -03:00
Otavio Salvador
fba28a52c4 apalis-imx6: Set IMX_DEFAULT_BOOTLOADER to u-boot-toradex
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-13 00:08:46 -03:00
Otavio Salvador
c78afe99f8 colibri-imx6: Set IMX_DEFAULT_BOOTLOADER to u-boot-toradex
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-12 23:57:04 -03:00
Andreas Müller
ec9c495bd3 imx6qdl-variscite-som: Fix huge wifi startup delay
* We see kernel complaining more than once complaining:
  | wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
* It took a ages for wifi to come up
* recipe was stolen from [1] and slightly modified

[1] http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-connectivity/wlconf/wlconf_8.7.3.bb?h=master

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-04-06 11:18:23 -03:00
Andreas Müller
efdb7b0307 imx6qdl-variscite-som/use-mainline-bsp: move linux-fslc-lts-4.19 -> linux-fslc
Time to move on - 5.4 is in very good shape

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-04-06 11:18:23 -03:00
Trevor Woerner
46109e498c olinuxino: update U-Boot choosing
A change was made to meta-freescale to change how the bootloader was being
selected:
	https://github.com/Freescale/meta-freescale/pull/696

As a result the choosing logic for the olinuxino MACHINEs was updated to
match.

Build tested for:
	- imx233-olinuxino-maxi
	- imx233-olinuxino-micro
	- imx233-olinuxino-mini
	- imx233-olinuxino-nano
Run tested on:
	- imx233-olinuxino-maxi

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2021-03-31 11:31:40 -03:00
Maxim De Clercq
e87475a678 imx-pico: pico only supports the u-boot-fslc bootloader
Signed-off-by: Maxim De Clercq <maximdeclercq00@gmail.com>
2021-03-19 19:26:57 -03:00
Andrey Zhizhikin
8cc0aadaba README: update link of mailing list
Old link is not accessible anymore and return 404.

Update README to point to correct mailing list URL.

Fixes: #107 ("Mailing list link in README is a dead link")
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-18 17:59:21 -03:00
Chris Dimich
a249d18837 imx-atf-boundary: add ATF_PLATFORM variable for imx8mp
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-03-08 16:06:01 -03:00
Chris Dimich
ff7201c234 nitrogen8mp: remove unneeded IMAGE_FSTYPES variable
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 18:27:38 -03:00
Chris Dimich
202ca314bc nitrogen8mp: add new dtb to KERNEL_DEVICETREE
Add device tree to support a0 revision.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 18:27:38 -03:00
Chris Dimich
4046002e64 linux-boundary: bump version to 5.4 2.3.0
linux version 5.4.100.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 18:27:38 -03:00
Chris Dimich
9b34308b5d u-boot-boundary: bump revision to 3bff801
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 08:24:12 -03:00
Chris Dimich
6f93e53e9b nitrogen8mp: add uboot binary and upgrade script to boot part
In order to more easily update the uboot after flashing a yocto build,
add the generated uboot binary and upgrade uboot script to the boot
partition.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 08:24:12 -03:00
Chris Dimich
d73290298b linux-boundary: make nitrogen8mp COMPATIBLE_MACHINE
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 08:24:12 -03:00
Chris Dimich
d942c02a3a linux-boundary: bump revision to 308e5c5
Update to linux version 5.4.100.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-26 08:24:12 -03:00
Alistair Francis
323dda3cc7 linux-remarkable2: Update to the 5.4 kernel
Update the linux-remarkable2 to use some patches on top of the
fslc-imx branch.

There are too many patches (about 25 and 35,000 lines) to store them all
here, so use a specific git repo for the linux-remarkable2 bb instead of
appending patches to the linux-fslc-imx bbappend.

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-02-17 15:39:34 -03:00
Chris Dimich
f36dfbd3fa imx-atf-boundary: add support for nitrogen8mp
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-16 11:45:04 -03:00
Chris Dimich
d915c8c89a u-boot-script-boundary: add support for nitrogen8mp
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-16 11:45:04 -03:00
Chris Dimich
4c42286bae u-boot-boundary: add support for nitrogen8mp
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-16 11:45:04 -03:00
Chris Dimich
05f8f2a38b nitrogen8mp: add machine configuration
Platform details:
https://boundarydevices.com/product/nitrogen8m-plus-som/

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-16 11:45:04 -03:00
Alistair Francis
ded5de629a imx7d-remarkable2: Ensure we include the linux-firmware
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-02-13 18:10:21 -03:00
Chris Dimich
cbc8297229 linux-boundary: bump revision to 9d03cf4
Update to linux version 5.4.90.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-02-05 09:02:28 -03:00
Chris Dimich
4a5f1e5825 nitrogen8mn: add uboot binary and upgrade script to boot part
In order to more easily update the uboot after flashing a yocto build,
add the generated uboot binary and upgrade uboot script to the boot
partition.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Chris Dimich
c7337044e2 nitrogen8mm: add uboot binary and upgrade script to boot part
In order to more easily update the uboot after flashing a yocto build,
add the generated uboot binary and upgrade uboot script to the boot
partition.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Chris Dimich
72ec822873 nitrogen8m: add uboot binary and upgrade script to boot part
In order to more easily update the uboot after flashing a yocto build,
add the generated uboot binary and upgrade uboot script to the boot
partition.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Chris Dimich
54171c5c54 nitrogen8mn: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
Add dedicated BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable, as there can
be different board variants in which the defconfig needs to be
modified in the build.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Chris Dimich
cd78a1905d nitrogen8mm: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
Add dedicated BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable, as there can
be different board variants in which the defconfig needs to be
modified in the build.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Chris Dimich
bd2e637193 nitrogen8m: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
Add dedicated BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable, as there can
be different board variants in which the defconfig needs to be
modified in the build.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Chris Dimich
1738e559d8 nitrogen8mm: update uboot binary to rev2
Most people are using rev2, so update the uboot binary.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-01-29 17:41:10 -03:00
Jens Rehsack
d46200f435 linux-fslc-qoriq: apply SolidRun patches for LSDK-20.12
Applying patches from SolidRun for LSDK-20.12 for lx2160a-cex7 based boards.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
2021-01-27 14:35:42 -03:00
Alistair Francis
2aeccf1103 documentation: Add documentation on the reMarkable2
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-01-25 12:40:02 -03:00
Alistair Francis
c59433e3c2 imx7d-remarkable2: Initial commit
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-01-25 12:40:02 -03:00
Alistair Francis
16f4bd6841 u-boot-remarkable2: Initial commit of u-boot
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-01-25 12:40:02 -03:00
Alistair Francis
398e73f281 linux-remarkable2: Initial commit of reMarkable2 Linux branch
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-01-25 12:40:02 -03:00
Gary Bisson
01df375846 nitrogen8mn: add missing atf and boot variables
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-30 09:40:29 -03:00
Gary Bisson
e780203bd1 nitrogen8mm: add missing atf and boot variables
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-30 09:40:29 -03:00
Gary Bisson
1b8e0e1733 nitrogen8m: add missing atf and boot variables
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-30 09:40:29 -03:00
Gary Bisson
2cb39040c9 imx-atf-boundary: rename platform variable
To align with latest meta-freescale package.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-30 09:40:29 -03:00
Gary Bisson
c414263488 linux-boundary: bump version to 5.4 2.2.0
- based upon NXP 5.4.47_2.2.0
- added 5.4.80 stable fixes
- i.MX 8M Plus Nitrogen8MP support
- fix UART tx DMA issue
- fix Nano SPI issue

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-21 13:48:09 -03:00
Gary Bisson
ef8a3f468b u-boot-boundary: bump version to 2020.10
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-21 13:48:09 -03:00
Gary Bisson
94c2a1152d imx-atf-boundary: bump version to 2.2
- based upon NXP imx_5.4.47_2.2.0 branch
- includes changes to allow UART4 access from Cortex-A
- fix lpddr4 cache flush for i.MX8MP

Note that the previous version was wrongly named 2.3 although it was
based upon ATF 2.0.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-21 13:48:09 -03:00
Ting Liu
0428b922a5 u-boot-qoriq: add 2019.10 recipe
u-boot-qoriq in meta-freescale has upgraded to 2020.04. The patches for
lx2160acex7 can't be applied on 2020.04.
Restore the 2019.10 recipe to avoid build break.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-17 11:07:35 -03:00
Ting Liu
a71856d16a lx2160acex7: set PREFERRED_VERSION_u-boot-qoriq to 2019.10
u-boot-qoriq in meta-freescale was upgraded to 2020.04,
set PREFFERRED_VERSION to 2019.10.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-17 09:21:33 -03:00
Ting Liu
31e76c4d71 lx2160acex7/atf: rename bbappend to qoriq-atf
atf in meta-freescale was renamed to qoriq-atf, rename bbappend too.
Also set PREFFERRED_VERSION to 1.5.

Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-17 09:21:33 -03:00