Commit Graph

26 Commits

Author SHA1 Message Date
Alexandre Bard cd3f47b05b armada: machine.conf: Update u-boot configs
BugzID: 77953
2022-05-05 15:02:28 +02:00
Alexandre Bard 723c5db1de Use one kernel config for all armada devices
BugzID: 75223
2021-10-15 14:23:54 +02:00
Alexandre Bard 7cdc60e983 u-boot: make only one u-boot recipe per soc
BugzID: 74357

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2021-08-19 22:19:53 +02:00
Alexandre Bard 1fe3fd0780 machines.conf: add wifi machine features
In order to pull in some chip specific firmware / drivers or tool there
are also one specific wifi feature per wifi chip:
- ath-wifi for atheros chips
- ti-wifi for TI chips
- ublox-wifi for u-blox chips

BugzID: 75593

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2021-08-17 02:39:35 +02:00
Lucien Mueller 1bf9ce5778 add netmodule-fitimage recipe.
This recipe lets us create a fitimage outside of the kernel recipe.
For this to work we need to create just the zImage from the standard
 kernel recipe.

BugzID: 73616

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2021-07-30 12:37:35 +02:00
Alexandre Bard 8a4c0869d3 network-manager-conf: Don't always use eth0 as default
It was already the case for HW18: eth2 was the default.
Now with HW25, we can't rely either on eth0 name since it is assigned by
default to the wrong port.

We are therefor using lan0 for HW25 and make the nm-conf recipe more
generic.

BugzID: 69468
2020-12-14 14:05:27 +01:00
Alexandre Bard a440f9b0b4 Add atsha to MACHINE_FEATURES
atsha is the security chip used on NetModule HW
BugzID: 58663
2019-09-13 10:44:05 +02:00
Alexandre Bard ac888de4bd hw18: Remove deprecated device trees 2019-05-16 16:37:37 +02:00
Alexandre Bard 3c7c1dc49a Use only fitImage for all HWs
zImage is not required anymore since we are now packing everything
in fitImages.
Plus, KERNEL_IMAGETYPES should not be modified manually, it is
generated using KERNEL_IMAGETYPE and KERNEL_ALT_IMAGETYPE
2019-05-07 16:46:33 +02:00
Alexandre Bard 5468564377 hw18: Add support for FPGA image in fitImage
Note that the file kernel-fitimage-fpga.bbclass contains
overwrite of functions present in meta/kernel-fitimage.bbclass
and may not always be consistent with it
2019-05-07 16:34:48 +02:00
Alexandre Bard e529a6b585 machine config: Remove image related config 2019-05-06 09:06:44 +02:00
Alexandre Bard ea8c822d6d hw18: Cleanup and set ostree image configuration 2019-04-23 10:06:51 +02:00
Alexandre Bard 3dab9387cc kernel: Use same branch for all HW and cleanup machine conf 2019-04-09 11:08:36 +02:00
Alexandre Bard 2468e86a2d Move some HW related sota configs to HW conf 2018-11-14 21:25:07 +01:00
Alexandre Bard 8ad3545175 hw18: Add sota capabilities 2018-11-14 21:25:07 +01:00
Alexandre Bard 20e5946385 Fix bootloader build and addresses 2018-11-14 21:25:07 +01:00
Alexandre Bard 9b82326f8e nrhw18: Add options to ath10k (wle600vx) module
This option forces the irq mode to legacy mode
By default irq mode is auto and the driver switches
to MSI which does not work
2018-11-14 21:25:07 +01:00
Alexandre Bard 29769183f1 hw18: Add kernel URI to machine config 2018-11-06 07:26:48 +01:00
Patrick Zysset 60f65cc98d kernel: update kernel recipe to use new repository
Kernel repository has been moved from nmrourter/linux.git to yoctoproject/linux-netmodule.git
Additionally the branch is autoselected to use the according machine branch

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-11-05 11:39:46 +01:00
Alexandre Bard 0b73da5290 hw18: Update kernel config 2018-10-31 07:40:30 +01:00
Alexandre Bard b79bd2133f nrhw18: Change devicetree to prod4
prod3 device tree is intended to be used with the PoE board
Fixed link is for the switch on PoE
2018-08-28 22:35:41 +02:00
Alexandre Bard 9ca3ae9718 Update branch names 2018-08-28 22:35:41 +02:00
Ramon Moesching b42845f350 Machines: Weak assignment of defcongis
Allows override from local.conf

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-18 18:36:36 +02:00
Patrick Zysset e3b0b9cf52 NRHW18 - refactoring of NRHW18 definitions
and btw fixed wrong toolchain defines.

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-06-08 01:22:04 +02:00
Ramon Moesching b2e2f7dbc1 am335x & armada-385 machine config: replace image_types_u-boot with image_types
As of poky commit e18cec7 image_types_uboot.bbclass has been removed and its
features integrated in image_types.bbclass

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-05-08 10:53:44 +02:00
Alexandre Bard 854147028b nrhw18 : Add machine config 2018-04-19 15:42:09 +02:00