Commit Graph

970 Commits

Author SHA1 Message Date
Otavio Salvador
671aee4b2b Generalize overrides subsystem for NXP and Mainline support
This apply the changes from the script in the referred PR.

Refs: https://github.com/Freescale/meta-freescale/pull/980
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-02-23 10:41:48 -03:00
Otavio Salvador
a161b3aac4
Merge pull request #196 from Ossanes/topic/nitrogen8mp
nitrogen8mp: Define nxp as default BSP
2022-02-23 09:51:40 -03:00
Vinicius Aquino
52e9a93b30 nitrogen8mp: Define nxp as default BSP
This commit solves the lack of a provider for 'imx-boot' due to
nitrogen8mp not present in COMPATIBLE_MACHINE.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-02-23 09:40:13 -03:00
Otavio Salvador
10a470adb9
Merge pull request #195 from YoeDistro/yoe/mut
layers: Bump to use kirkstone
2022-02-22 07:49:33 -03:00
Khem Raj
4560e221d0 layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-17 12:54:39 -08:00
Otavio Salvador
0c68a5a705
Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares
imx7d-remarkable2: Remove bcm4345* firmwares as it has no providers
2022-02-17 16:05:31 -03:00
Vinicius Aquino
654d5b5530 imx7d-remarkable2: Remove bcm43456 firmware as it has no providers
This is a workaround to successfully finish the building.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-02-17 15:51:05 -03:00
Otavio Salvador
f8d9213da7
Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot
imx6dl-riotboard: Fix u-boot target
2022-02-17 14:56:32 -03:00
Vinicius Aquino
e78de66c9f imx6dl-riotboard: Fix u-boot target
This commit fixes error on do_install task for u-boot-fslc.
The error occurs because u-boot.imx can't be found.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2022-02-15 10:09:45 -03:00
Otavio Salvador
60595861de
Merge pull request #191 from sapiippo/apalis-imx6
apalis-imx6: add missing space to append
2022-01-05 08:51:51 -03:00
Samuli Piippo
61b70a01c5 apalis-imx6: add missing space to append
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
2022-01-05 12:45:25 +02:00
Otavio Salvador
b3670f9d5f
Merge pull request #190 from MaxKrummenacher/master
colibri-imx6ull: fix mistyped override
2021-12-21 12:16:51 -03:00
Tomas Vilda
e064d0e3df colibri-imx6ull: fix mistyped override
Fix mistype in colibri-imx6ull machine include file when using nxp bsp.

Reported-by: Tomas Vilda
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-12-21 16:03:27 +01:00
Otavio Salvador
b26df7f321
Merge pull request #187 from boundarydevices/master
linux-boundary: bump revision to acef1311
2021-12-03 07:28:13 -03:00
Gary Bisson
748b8f0e07 linux-boundary: bump revision to acef1311
Changelog:
- update to 5.10.72
- more displays supported for i.MX8MP

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2021-12-03 11:09:49 +01:00
Otavio Salvador
f007a9f8da
Merge pull request #185 from MaxKrummenacher/update-toradex
Update toradex
2021-11-12 10:21:21 -03:00
Max Krummenacher
13bd2acbad machines: toradex: update
- Add the newly available device trees provided by the kernel update.
- Drop the prefered provider for u-boot-fw-utils, use libubootenv.
- Don't install epdc firmware, none of the machines supports epdc.
- Changed all maintainers to myself, Stefan left the company.
- Unify setting the preferred bootloader with IMX_DEFAULT_BOOTLOADER

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
02bff68488 linux-toradex: vf: update to 4.4.291
Change to use the defconfig which is part of the kernel tree. In order
to provide a defconfig from your bbappend add a file 'defconfig' through
SRC_URI and set 'KBUILD_DEFCONFIG:<machine> = ""'.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
74fc138f67 linux-toradex: imx: update to 5.4-2.3.x-imx
Updates to the toradex_5.4-2.3.x-imx kernel branch which is based
on the community supported 5.4-2.3.x-imx which in turn is base on
the NXP downstream kernel from BSP 5.4.24_2.3.0.

Change to use the defconfig which is part of the kernel tree. In order
to provide a defconfig from your bbappend add a file 'defconfig' through
SRC_URI and set 'KBUILD_DEFCONFIG:<machine> = ""'.

Build the device tree with symbols to allow for device tree overlays
which use symbols.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
a2c343e772 u-boot-script-toradex: improve script
Allow to boot compressed aarch64 kernels. I.e. with
KERNEL_IMAGETYPE=Image.gz the kernel recipe builds Image.gz and
the u-boot-script will in U-Boot decompress the kernel before
passing control to the kernel binary.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
6e8f05bb77 u-boot-toradex: updated to latest
- drop dependency on flex-native, this seems unneeded
- provide u-boot-initial-env
- for nand devices: add csf padding at the end of the binary
- update git hash to latest:

ab862daf5d5 colibri-imx6ull: reset vidargs env variable
20e5bdb4dd8 ARM: dts: colibri-imx6ull: fix mac address passing
38ab07804fa disk: part: add the device search failed log msg
bbb0acc44b2 mmc: merge upstream __mmc_switch fixes
ac9771a867e cfgblock: extend get_cfgblock_interactive
cd02128056d colibri-imx7: improve env badblock management
bd80c40df71 colibri-imx6ull: improve env badblock management
c3e1241862f colibri-imx6ull: reset vidargs env variable
eb6c58cb014 apalis-imx6: use dynamic DDR calibration
240223cd41a colibri-imx6: use dynamic DDR calibration
1ae3ca27d9f colibri-imx6ull: add tezi recovery config
9ad0030ceaa colibri-imx6ull-emmc: add tezi config
0401650db5d toradex: tdx-cfg-block: add colibri imx6ull emmc variant
c0ae6ea006d toradex: tdx-cfg-block: fix verdin handling
c463e5ab8ed colibri-imx6ull: add emmc variant
98584bdb41c tools: imx image: fix write warning
4aae136f1aa buildman: 'Thread' object has no attribute 'isAlive'
c430fec51c8 colibri-imx6ull: refresh defconfig
b17fd6c8426 colibri-imx6ull: imximage.cfg: integrate new 1GiB RAM variant

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-12 14:10:06 +01:00
Max Krummenacher
839df322eb u-boot-toradex: drop inc file
Drop the inc file as it is now only used in one recipe.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-11-10 18:56:17 +01:00
Otavio Salvador
4661bdcb6d
Merge pull request #184 from texierp/topic/git-fetcher
recipes: use https protocol and add explicit branch parameter
2021-11-05 16:35:15 -03:00
Pierre-Jean Texier
be5493795a recipes: use https protocol and add explicit branch parameter
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.

Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])

[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
2021-11-05 19:55:33 +01:00
Otavio Salvador
be3442ae6a
Merge pull request #183 from Ossanes/topic/remove-dms-ba16
imx6q-dms-ba16: Remove files because it is not being maintained
2021-10-29 17:52:34 -03:00
Otavio Salvador
f6c6d9ed23
Merge pull request #182 from Ossanes/topic/remove-congatec
congatec: Remove defconfig
2021-10-29 17:52:19 -03:00
Vinicius Aquino
5dc9275928 imx6q-dms-ba16: Remove files because it is not being maintained
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-29 16:54:01 -03:00
Vinicius Aquino
00acf4977a congatec: Remove defconfig
This commit complements the previous commit (37777939)

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-29 16:37:56 -03:00
Otavio Salvador
af1c0cbd9a
Merge pull request #181 from Ossanes/topic/remove-congatec
congatec: Remove files because it is not being maintained
2021-10-29 10:16:35 -03:00
Vinicius Aquino
3777793975 congatec: Remove files because it is not being maintained
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-29 10:12:58 -03:00
Otavio Salvador
557e7b627c
Merge pull request #180 from Ossanes/topic/u-boot-script-gateworks-imx
u-boot-script-gateworks-imx.bb: Fix license checksum
2021-10-28 09:17:52 -03:00
Vinicius Aquino
d57becc70c u-boot-script-gateworks-imx.bb: Fix license checksum
GPL-3.0 was renamed to GPL-3.0-only by commit 2456f523 of oe-core

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-28 09:02:58 -03:00
Otavio Salvador
ea36713197
Merge pull request #178 from Ossanes/topic/linux-remarkable
linux-remarkable2_5.4.bb: Fix git revision
2021-10-26 14:29:54 -03:00
Vinicius Aquino
322f7f92e4 linux-remarkable2_5.4.bb: Fix git revision
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-26 14:21:01 -03:00
Otavio Salvador
5ed5d23b4f
Merge pull request #177 from Ossanes/topic/imx6sl-warp-uboot
imx6sl-warp: Fix u-boot suffix
2021-10-25 16:50:12 -03:00
Vinicius Aquino
18f54fabfa imx6sl-warp: Fix u-boot suffix
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-25 16:29:53 -03:00
Otavio Salvador
c57b5f34ee
Merge pull request #176 from Ossanes/topic/riotboard-suffix
imx6dl-riotboard: Fix u-boot suffix
2021-10-25 12:16:21 -03:00
Vinicius Aquino
a9fce64e3c imx6dl-riotboard: Fix u-boot suffix
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-25 12:01:29 -03:00
Otavio Salvador
fd3c4aa47c
Merge pull request #174 from Ossanes/topic/lx2160acex7-qoriq
lx2160acex7: Force to use version 5.4 when using linux-qoriq kernel
2021-10-21 09:08:04 -03:00
Vinicius Aquino
97b24362bd lx2160acex7: Force to use version 5.4 when using linux-qoriq kernel
Later versions are not compatible with this machine.

Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
2021-10-21 08:49:32 -03:00
Otavio Salvador
4534c37359
Merge pull request #173 from ting-liu/master
add qoriq-atf_1.5.bb and linux-qoriq_5.4.bb
2021-10-21 08:33:52 -03:00
Ting Liu
f05d9a0024 linux-qoriq_5.4.bb: add as removed in meta-freescale
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2021-10-21 10:21:37 +08:00
Ting Liu
56991794a8 qoriq-atf_1.5.bb: add as removed in meta-freescale
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2021-10-21 10:20:43 +08:00
Otavio Salvador
a9594a96c3
Merge pull request #172 from MaxKrummenacher/master
Follow override syntax and imx-base.inc changes
2021-10-16 15:10:46 -03:00
Max Krummenacher
cc7a94be03 u-boot-toradex: set uboot_suffix
See also commit 46c1c81 ("imx7s-warp: Set UBOOT_SUFFIX to imx").
Overwrite the new default from imx-base.inc.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-10-16 15:37:15 +02:00
Max Krummenacher
66165d89e9 layer: manual override syntax fixes
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2021-10-16 14:15:05 +02:00
Otavio Salvador
72ca672346
Merge pull request #170 from chrisdimich/master
linux-boundary: move to 5.10
2021-09-14 18:06:45 -03:00
Chris Dimich
6d534850f0 nitrogne8mp: remove obsolete device tree.
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-14 13:52:20 -07:00
Chris Dimich
56f46de324 linux-boundary: Upgrade to 5.10
Linux Version 5.10.63.

Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-14 13:51:22 -07:00
Otavio Salvador
d373302ca3
Merge pull request #168 from chrisdimich/master
u-boot-boundary and imx-atf-boundary bump revisions
2021-09-09 16:53:55 -03:00