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
Chris Dimich
f6da9d6d18
u-boot-boundary: bump revision to 6ed3b464
...
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-09 12:16:11 -07:00
Chris Dimich
579e9eed12
imx-atf-boundary: move to boundary-imx_5.4.70_2.3.0 branch
...
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-09 12:15:26 -07:00
Otavio Salvador
10a3c87080
Merge pull request #166 from chrisdimich/master
...
linux-boundary and nitrogen8mp changes
2021-09-01 13:42:49 -03:00
Chris Dimich
6ca1b4be02
nitrogen8mp: add device trees
...
To support enc carrier and m4.
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-01 08:49:49 -07:00
Chris Dimich
9722f853d1
linux-boundary: bump revision
...
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-09-01 08:48:58 -07:00
Otavio Salvador
9e56a805d5
Merge pull request #165 from YoeDistro/yoe/mut
...
machines: Adjust for new location of tune files in core
2021-08-18 15:47:22 -03:00
Khem Raj
79fb14ba0e
machines: Adjust for new location of tune files in core
...
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-17 17:24:26 -07:00
Otavio Salvador
1f7161139d
Merge pull request #163 from chrisdimich/master
...
nitrogen8mp: update DDR binaries
2021-08-16 21:33:13 -03:00
Chris Dimich
d3336ad9ce
nitrogen8mp: update DDR binaries
...
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-08-16 16:23:03 -07:00
Otavio Salvador
9ab68d1497
Merge pull request #161 from chrisdimich/master
...
nitrogen8mp: define variables needed for imx-boot recipe
2021-08-13 19:34:28 -03:00
Chris Dimich
850d817450
nitrogen8mp: define variables needed for imx-boot recipe
...
Otherwise imx-boot will not compile.
Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-08-13 15:07:40 -07:00
Otavio Salvador
1de6cbfdd1
Merge pull request #157 from texierp/topic/u-boot-fixes
...
Topic/u-boot fixes
2021-08-13 18:52:02 -03:00