Re: [yocto] [meta-rockchip] [PATCH v3] rock-3a add

2023-10-25 Thread Anthony Davies
@ 09:43:45 PM, anthony.t.dav...@gmail.com wrote: > >> From: Anthony Davies > >> > >> Add support for the Radxa Rock 3A > >> https://wiki.radxa.com/Rock3/3a > >> > >> The TF-A project does not currently have support for > >> the r

[yocto] [meta-rockchip] [PATCH v3] rock-3a add

2023-10-16 Thread Anthony Davies
From: Anthony Davies Add support for the Radxa Rock 3A https://wiki.radxa.com/Rock3/3a The TF-A project does not currently have support for the rk3568. Therefore, for the time-being, the only way to supply a TPL/DDR-init for the rk3568 is to use the closed-source rkbin binaries from Rockchip

Re: [yocto] [meta-rockchip] [PATCH v2] rock-3a add

2023-10-09 Thread Anthony Davies
Hi Quentin, On Mon, 9 Oct 2023 at 19:25, Quentin Schulz wrote: > > Hi Anthony, > > On 10/7/23 01:26, Anthony Davies via lists.yoctoproject.org wrote: > > From: Anthony Davies > > > > Add support for the Radxa Rock 3A > > https://wiki.radxa.com/Ro

Re: [yocto] [meta-rockchip] [PATCH] Add support for the Radxa Rock-3a based on rk3568

2023-10-06 Thread Anthony Davies
Apologies Trevor, I have sent an updated patch this morning which should hopefully be a better fit. On Fri, 6 Oct 2023 at 11:19, Trevor Woerner wrote: > > On Fri 2023-10-06 @ 09:45:44 AM, anthony.t.dav...@gmail.com wrote: > > From: Anthony Davies > > > > Add

[yocto] [meta-rockchip] [PATCH v2] rock-3a add

2023-10-06 Thread Anthony Davies
From: Anthony Davies Add support for the Radxa Rock 3A https://wiki.radxa.com/Rock3/3a The TF-A project does not currently have support for the rk3568. Therefore, for the time-being, the only way to supply a TPL/DDR-init for the rk3568 is to use the closed-source rkbin binaries from Rockchip

[yocto] [meta-rockchip] [PATCH] Add support for the Radxa Rock-3a based on rk3568

2023-10-05 Thread Anthony Davies
From: Anthony Davies Added appropriate inc files and machine.conf Modified rockchip-rkbin_git.bb to allow machine overrides on do_deploy. I have tested this patch on my own rock-3a Signed-off-by: Anthony Davies --- README | 1 + conf/machine/include/rk3568

Re: [yocto] [meta-rockchip] [PATCH] Stop u-boot sections partition table

2023-10-03 Thread Anthony Davies
On Wed, 4 Oct 2023 at 00:42, Trevor Woerner wrote: > > On Tue 2023-10-03 @ 12:22:01 PM, Quentin Schulz wrote: > > Hi Anthony, > > > > On 10/3/23 03:26, Anthony Davies via lists.yoctoproject.org wrote: > > > From: Anthony Davies > > > > > >

[yocto] [meta-rockchip] [PATCH] machine include files use weak defaults

2023-10-02 Thread Anthony Davies
From: Anthony Davies This allows defaults to be set per machine.conf but also allows overrides in local.conf. Signed-off-by: Anthony Davies --- conf/machine/include/px30.inc | 8 conf/machine/include/rk3288.inc| 4 ++-- conf/machine/include/rk3328.inc

[yocto] [meta-rockchip] [PATCH] Stop u-boot sections partition table

2023-10-02 Thread Anthony Davies
From: Anthony Davies When checking the partition table of builds using this layer you get numerous extra partitions due to each bootloader entry creating a partition. --no-table on these entries should stop this from happening. Signed-off-by: Anthony Davies --- wic/rockchip.wks | 10

[yocto] [meta-rockchip] [PATCH] Allow KERNEL_IMAGETYPE override v3

2023-10-02 Thread Anthony Davies
From: Anthony Davies Updated inc files to allow overriding KERNEL_IMAGETYPE in local.conf Signed-off-by: Anthony Davies --- conf/machine/include/px30.inc | 2 +- conf/machine/include/rk3066.inc | 2 +- conf/machine/include/rk3188.inc | 2 +- conf/machine/include/rk3288.inc | 2 +- conf

Re: [yocto] [meta-rockchip] [PATCH] Allow KERNEL_IMAGETYPE override v2

2023-09-26 Thread Anthony Davies
in the KERNEL_DEVICETREE it will fail to compile, quickly searching other layers are handling it similar to how I have, probably just in a more robust way. Regards, Tony On Tue, 26 Sept 2023 at 18:08, Quentin Schulz wrote: > > Hi Anthony, > > Thanks for the patch! > > On 9/26/23 06:36,

[yocto] [meta-rockchip] [PATCH] Allow KERNEL_IMAGETYPE override v2

2023-09-25 Thread Anthony Davies
From: Anthony Davies Apologies, this is the correct patch Updated inc files to allow overriding KERNEL_IMAGETYPE in local.conf Fixed bug where dtb couldnt be found when generating KERNEL_IMAGETYPE other then fitImage image due to KERNEL_DEVICETREE containing the dtb directory which

Re: [yocto] [meta-rockchip] [PATCH] Allow KERNEL_IMAGETYPE override

2023-09-25 Thread Anthony Davies
So sorry, this is the wrong branch, I will send a new one. On Tue, 26 Sept 2023 at 13:07, Anthony Davies via lists.yoctoproject.org wrote: > From: Anthony Davies > > Updated inc files to allow overriding KERNEL_IMAGETYPE in local.conf > > Fixed bug where dtb couldnt be found

[yocto] [meta-rockchip] [PATCH] Allow KERNEL_IMAGETYPE override

2023-09-25 Thread Anthony Davies
From: Anthony Davies Updated inc files to allow overriding KERNEL_IMAGETYPE in local.conf Fixed bug where dtb couldnt be found when generating KERNEL_IMAGETYPE other then fitImage image due to KERNEL_DEVICETREE containing the dtb directory which is not available in the DEPLOY_DIR_IMAGE

Re: [yocto] [meta-rockchip][PATCH v2] rock5b: add

2023-09-24 Thread Anthony Davies
Thanks for your work Trevor, I have been waiting for this for a while. I am new around here so forgive me if I am being impertinent but my only feedback would be to keep the naming of the machines consistent with the dtb and uboot defconfig? ie, rock-5b rather then rock5b?