[PATCH 0/2] Update my email address

2025-01-15 Thread Christopher Obbard
Update my email address for various locations in the U-Boot project. This will (hopefully) stop any mails from going to /dev/null. --- Christopher Obbard (2): .mailmap: update email address for Christopher Obbard board: rockpi4-rk3399: update email address for Christopher Obbard

[PATCH 2/2] board: rockpi4-rk3399: update email address for Christopher Obbard

2025-01-15 Thread Christopher Obbard
Update my email address. Signed-off-by: Christopher Obbard --- board/radxa/rockpi4-rk3399/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/radxa/rockpi4-rk3399/MAINTAINERS b/board/radxa/rockpi4-rk3399/MAINTAINERS index

[PATCH 1/2] .mailmap: update email address for Christopher Obbard

2025-01-15 Thread Christopher Obbard
Update my email address. Signed-off-by: Christopher Obbard --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 005e965b84f8ec441f7868664eeaf394076264a0..dc11775d4e7f8294f77f5bef55214c7f743e3202 100644 --- a/.mailmap +++ b/.mailmap @@ -36,6 +36,7 @@ Bin

Re: [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board

2024-07-05 Thread Christopher Obbard
Hi Jonas, On Tue, 2023-10-17 at 10:02 +0100, Christopher Obbard wrote: > Hi Jonas, > > On Sat, 2023-10-14 at 21:22 +0200, Jonas Karlman wrote: > > On 2023-10-14 20:58, Jonas Karlman wrote: > > > Hi Christopher, > > > > > > On 2023-10-12 13:46,

Re: [PATCH v2 22/22] rockchip: rk3399: Drop ethernet0 alias from SoC u-boot.dtsi

2024-05-02 Thread Christopher Obbard
Hi Jonas, On Wed, 2024-05-01 at 16:22 +, Jonas Karlman wrote: > Remove the obsolete ethernet0 alias now that all board device tree files > have been fully synced with Linux kernel v6.8. > > Signed-off-by: Jonas Karlman Looks good to me. Reviewed-by: Christopher Obbard >

Re: [PATCH 28/31] rockchip: rk3399-rock-pi-4: Sync device tree from linux v6.8

2024-04-02 Thread Christopher Obbard
s Karlman Thank you for taking care of this. Reviewed-by: Christopher Obbard > --- >  arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi | 12 ++ >  arch/arm/dts/rk3399-rock-4c-plus.dts |  1 + >  arch/arm/dts/rk3399-rock-4se-u-boot.dtsi | 12 ++ >  arch/arm/dts/rk33

Re: [PATCH] am625x_evm_a53: Tweak boot command to set fdt

2024-03-26 Thread Christopher Obbard
for other AM62x boards (e.g beagleplay) ? Anyway, for this device: Reviewed-by: Christopher Obbard > --- >  configs/am62x_evm_a53_defconfig | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/am62x_evm_a53_defconfig > b/configs/am62x_evm_a53_defco

Re: [PATCH v2 2/2] rockchip: rock-pi-4-rk3399: enable booting from SPI flash

2024-03-22 Thread Christopher Obbard
Hi Jonas, On Mon, 2024-03-18 at 11:37 +0100, Jonas Karlman wrote: > Hi Christopher, > > On 2024-03-15 13:01, Christopher Obbard wrote: > > Some variants of the ROCK Pi 4 series have an SPI flash chip populated > > which can be booted from. This patch enables support in U-

[PATCH v2 2/2] rockchip: rock-pi-4-rk3399: enable booting from SPI flash

2024-03-15 Thread Christopher Obbard
booting from both SPI flash chip variants in the defconfig and left the environment storage location as MMC to not break existing users who have the environment stored on MMC. Signed-off-by: Christopher Obbard --- Changes in v2: - Rebase on top of rockchip/for-next. - Sync configuration

[PATCH v2 1/2] arm: rockchip: sync ROCK Pi 4A DTS from Linux

2024-03-15 Thread Christopher Obbard
ned-off-by: Christopher Obbard --- Changes in v2: - Collect Reviewed-by tag from Kever Y. arch/arm/dts/rk3399-rock-pi-4a.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/rk3399-rock-pi-4a.dts b/arch/arm/dts/rk3399-rock-pi-4a.dts index 931334aa3d6..d5df8939a65 100644 ---

[PATCH v2 0/2] Enable booting from SPI flash on ROCK Pi 4

2024-03-15 Thread Christopher Obbard
CONFIG_SPI_FLASH_SFDP_SUPPORT=y (suggested by Jonas K). - v1: https://lists.denx.de/pipermail/u-boot/2024-March/547173.html Christopher Obbard (2): arm: rockchip: sync ROCK Pi 4A DTS from Linux rockchip: rock-pi-4-rk3399: enable booting from SPI flash arch/arm/dts/rk3399-rock-pi-4a-u-boot.dtsi

[PATCH v2 2/2] rockchip: spl-boot-order: show DT path for missing device

2024-03-14 Thread Christopher Obbard
t map node @73c to a boot-device With this patch applied this becomes e.g: board_boot_order: could not map node /spi@ff1d/flash@0 to a boot-device Reviewed-by: Dragan Simic Signed-off-by: Christopher Obbard --- Changes in v2: - Improve patch subject (suggested by Dragan S). - Print node

[PATCH v2 1/2] rockchip: spl-boot-order: fix typo in comment succes→success

2024-03-14 Thread Christopher Obbard
Fix a simple spelling mistake in a comment. Reviewed-by: Dragan Simic Reviewed-by: Quentin Schulz Signed-off-by: Christopher Obbard --- Changes in v2: - Improve patch subject (suggested by Dragan S). - Collect Reviewed-by tags from Dragan S and Quentin S. arch/arm/mach-rockchip/spl-boot

[PATCH v2 0/2] Trivial fixes for Rockchip SPL boot order

2024-03-14 Thread Christopher Obbard
tags. - Rebase series on top of rockchip/for-next. - v1: https://lists.denx.de/pipermail/u-boot/2024-March/547175.html Christopher Obbard (2): rockchip: spl-boot-order: fix typo in comment succes→success rockchip: spl-boot-order: show DT path for missing device arch/arm/mach-rockchip/spl-boot-or

Re: [PATCH] configs: rockchip: rock5b: enable environment

2024-03-05 Thread Christopher Obbard
Hi Jonas & Trevor, On Tue, 2024-03-05 at 10:31 +0100, Jonas Karlman wrote: > Hi Trevor, > > On 2024-03-05 03:10, Trevor Woerner wrote: > > Following the pattern of other Rockchip devices, enable the U-Boot > > environment to be stored in MMC. This patch specifically assumes the > > environment wi

Re: [PATCH v1 2/2] rockchip: rock-pi-4-rk3399: Enable booting from SPI flash

2024-03-02 Thread Christopher Obbard
Hi Jonas, On Sat, 2024-03-02 at 16:28 +0100, Jonas Karlman wrote: > Hi Christopher, > > On 2024-03-02 15:34, Christopher Obbard wrote: > > Some variants of the ROCK Pi 4 series contain an SPI flash chip, which can > > be booted from. This patch enables support in U-

[PATCH v1 2/2] rockchip: spl-boot-order: Improve debugging message when device isn't found

2024-03-02 Thread Christopher Obbard
3c to a boot-device With this patch applied this becomes e.g: board_boot_order: could not map node @73c (/spi@ff1d/flash@0) to a boot-device Signed-off-by: Christopher Obbard --- arch/arm/mach-rockchip/spl-boot-order.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[PATCH v1 1/2] rockchip: spl-boot-order: Fix spelling succes→success

2024-03-02 Thread Christopher Obbard
Fix a simple spelling mistake in a comment. Signed-off-by: Christopher Obbard --- arch/arm/mach-rockchip/spl-boot-order.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/spl-boot-order.c b/arch/arm/mach-rockchip/spl-boot-order.c index 2c39a215c10

[PATCH v1 0/2] Trivial fixes for Rockchip's SPL boot order

2024-03-02 Thread Christopher Obbard
https://gitlab.collabora.com/obbardc/u-boot/-/tree/wip/obbardc/rockchip-spl-boot-order-fixes-v1 Christopher Obbard (2): rockchip: spl-boot-order: Fix spelling succes→success rockchip: spl-boot-order: Improve debugging message when device isn't found arch/arm/mach-rockchip/spl-boot-order.c | 6 +++-

[PATCH v1 2/2] rockchip: rock-pi-4-rk3399: Enable booting from SPI flash

2024-03-02 Thread Christopher Obbard
err=-19: No such device) ### ERROR ### Please RESET the board ### Signed-off-by: Christopher Obbard --- arch/arm/dts/rk3399-rock-pi-4a-u-boot.dtsi | 12 configs/rock-pi-4-rk3399_defconfig | 15 +-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --gi

[PATCH v1 0/2] Enable booting from SPI flash on ROCK Pi 4

2024-03-02 Thread Christopher Obbard
from the SPI flash on the Radxa ROCK Pi 4. This series may be found at [0]. [0]: https://gitlab.collabora.com/obbardc/u-boot/-/tree/wip/obbardc/rockchip-rock4-enable-spi-boot-v1 Christopher Obbard (2): arm: rockchip: sync ROCK Pi 4A DTS from Linux rockchip: rock-pi-4-rk3399: Enable booting

[PATCH v1 1/2] arm: rockchip: sync ROCK Pi 4A DTS from Linux

2024-03-02 Thread Christopher Obbard
To prepare for ROCK Pi 4A SPI flash support, sync the DTS from Linux which includes an SPI flash node. Kernel tag: v6.6-rc1 Kernel commits: - eddf73029770 ("arm64: dts: rockchip: Enable internal SPI flash for ROCK \ Pi 4A/B/C") Signed-off-by: Christopher Obbard ---

Re: [PATCH 04/11] board: rockchip: Add a common ROCK Pi 4 target

2024-02-18 Thread Christopher Obbard
le_update_setup() from the weak function > rk_board_late_init() into the main board_late_init() function. > > Signed-off-by: Jonas Karlman Reviewed-by: Christopher Obbard > --- >  arch/arm/mach-rockchip/board.c    | 10 +++--- >  arch/arm/mach-rockchip/rk3399/Kconfig

Re: [PATCH 0/4] rockchip: Read cpuid and generate MAC address from efuse for RK3328 and RK3399

2024-02-10 Thread Christopher Obbard
Hi Chen-Yu, For the entire series: Reviewed-by: Christopher Obbard On 10 February 2024 06:32:46 GMT, Chen-Yu Tsai wrote: >From: Chen-Yu Tsai > >Hi folks, > >This series enables ROCKCHIP_EFUSE and MISC_INIT_R by default for RK3328 >and RK3399 so that the cpuid is read from

Re: [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board

2023-10-17 Thread Christopher Obbard
Hi Jonas, On Sat, 2023-10-14 at 21:22 +0200, Jonas Karlman wrote: > On 2023-10-14 20:58, Jonas Karlman wrote: > > Hi Christopher, > > > > On 2023-10-12 13:46, Christopher Obbard wrote: > > > Hi Jonas, > > > > > > On Thu, 2023-10-12 at 10:51 +

Re: [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board

2023-10-12 Thread Christopher Obbard
Hi Jonas, On Thu, 2023-10-12 at 10:51 +0100, Christopher Obbard wrote: > Hi Jonas, > > Sorry for the late response, I've been meaning to test this for a while but > not got around to it. > > On Thu, 2023-08-17 at 23:56 +, Jonas Karlman wrote: > > Hi Christoph

Re: [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board

2023-10-12 Thread Christopher Obbard
Hi Jonas, Sorry for the late response, I've been meaning to test this for a while but not got around to it. On Thu, 2023-08-17 at 23:56 +, Jonas Karlman wrote: > Hi Christopher, > > On 2023-08-08 16:25, Christopher Obbard wrote: > > Hi Jonas, > > > > O

Re: [PATCH 2/4] rockchip: rk3588-rock-5b: Enable support for PCIe SATA cards

2023-10-11 Thread Christopher Obbard
boot > media have been enumerated. > > Signed-off-by: Jonas Karlman With this patch applied, things work perfectly and the boot falls back to booting from ethernet just fine. Thank you! Reviewed-by: Christopher Obbard Tested-by: Christopher Obbard > --- > Cc: Christopher Obba

Re: [PATCH 3/4] rockchip: rk3588-rock-5b: Sync USB3 nodes from mainline linux patches

2023-10-11 Thread Christopher Obbard
Hi Jonas, On Tue, 2023-10-10 at 22:23 +, Jonas Karlman wrote: > The device tree for rk3588 and rock-5b contain usb3 nodes that have > deviated too much from current state of submitted mainline linux usb3 > patches, see [1]. > > Sync usb3 related nodes from latest patches and collaboras rk3588

Re: [PATCH 1/4] rockchip: rk3588: Sync device tree from linux maintainer tree

2023-10-11 Thread Christopher Obbard
Add sfc node to rk3588s") > bf012368bb0a ("arm64: dts: rockchip: Add I2S2 M0 pin definitions to rk3588s") > 3d77a3e51b0f ("arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s") > > Signed-off-by: Jonas Karlman Reviewed-by: Christopher Obbard > --

Re: [PATCH 1/4] rockchip: rk3588: Sync device tree from linux maintainer tree

2023-10-11 Thread Christopher Obbard
Add sfc node to rk3588s") > bf012368bb0a ("arm64: dts: rockchip: Add I2S2 M0 pin definitions to rk3588s") > 3d77a3e51b0f ("arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s") > > Signed-off-by: Jonas Karlman Reviewed-by: Christopher Obbard > --

Re: [PATCH 1/5] board: rockchip: Add Pine64 Quartz64-A Board

2023-08-08 Thread Christopher Obbard
Hi Jonas, On Sun, 2023-07-23 at 15:04 +, Jonas Karlman wrote: > On 2023-07-23 16:55, Jonas Karlman wrote: > > The Pine64 Quartz64 Model A is a single-board computer based on the > > Rockchip RK3566 SoC. The board features USB3, SATA, PCIe, HDMI, USB2.0, > > CSI, DSI, eDP, eMMC, SD, and an e-pa

Re: [PATCH] configs: rock64-rk3328_defconfig: Enable ROCKCHIP_EFUSE

2023-07-28 Thread Christopher Obbard
On Thu, 2023-07-27 at 19:33 +0300, Matwey V. Kornilov wrote: > Enable missed CONFIG_ROCKCHIP_EFUSE to use fixed Ethernet MAC address. > > Signed-off-by: Matwey V. Kornilov Reviewed-by: Christopher Obbard > --- >  configs/rock64-rk3328_defconfig | 2 ++ >  1 file cha

[PATCH v1 2/2] arm: rockchip: Add Radxa ROCK 4SE

2023-07-19 Thread Christopher Obbard
changes. Kernel tag: next-20230719 Kernel commits: - 86a0e14a82ea ("arm64: dts: rockchip: Add Radxa ROCK 4SE") Signed-off-by: Christopher Obbard --- arch/arm/dts/Makefile| 1 + arch/arm/dts/rk3399-rock-4se-u-boot.dtsi | 6 ++ arch/arm/dts/rk3399-rock-4se.dts

[PATCH v1 1/2] arm: rockchip: sync ROCK Pi 4 SoCs from Linux

2023-07-19 Thread Christopher Obbard
Move OPP table from ROCK Pi 4 dtsi") Signed-off-by: Christopher Obbard --- arch/arm/dts/rk3399-rock-4c-plus.dts | 3 +-- arch/arm/dts/rk3399-rock-pi-4.dtsi | 5 ++--- arch/arm/dts/rk3399-rock-pi-4a.dts | 1 + arch/arm/dts/rk3399-rock-pi-4c.dts | 1 + 4 files changed, 5 insertions(+), 5

[PATCH v1 0/2] Add support for Radxa ROCK 4SE

2023-07-19 Thread Christopher Obbard
ROCK 4SE. Christopher Obbard (2): arm: rockchip: sync ROCK Pi 4 SoCs from Linux arm: rockchip: Add Radxa ROCK 4SE arch/arm/dts/Makefile| 1 + arch/arm/dts/rk3399-rock-4c-plus.dts | 3 +- arch/arm/dts/rk3399-rock-4se-u-boot.dtsi | 6 ++ arch/arm/dts/rk3399-rock

Re: [bug report] sunxi: H6: no ethernet on Orange Pi One Plus

2023-07-05 Thread Christopher Obbard
Hi Anne, [please don't forget to CC the list, in case someone else has the same issue in future they don't miss the context ;-)] On Wed, 2023-07-05 at 10:12 +, Anne Macedo wrote: > On Wed, Jul 05, 2023 at 09:23:35AM +0100, Christopher Obbard wrote: > > Hi Anne, > >

Re: [bug report] sunxi: H6: no ethernet on Orange Pi One Plus

2023-07-05 Thread Christopher Obbard
Hi Anne, On Tue, 2023-07-04 at 23:22 +, Anne Macedo wrote: > Hey! > > I'm trying to bake Linux images for the Orange Pi One Plus using Yocto. > Everything works fine, except for Ethernet. > > On the u-boot prompt: > > => dhcp > No ethernet found. > > After adding: > > CONFIG_SPL_SPI_SUNXI

[PATCH v1] configs: rockchip: rock5b-rk3588: Enable CONFIG_PCI_INIT_R

2023-07-03 Thread Christopher Obbard
Enable CONFIG_PCI_INIT_R for rock5b pci enumeration during boot in order to autodetect the PCI ethernet NIC during the boot process. Signed-off-by: Christopher Obbard --- configs/rock5b-rk3588_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/rock5b-rk3588_defconfig b

[PATCH] include: rk3328: Add default env for compressed kernel images

2023-01-27 Thread Christopher Obbard
Add default memory addresses for kernel_comp_addr_r and kernel_comp_size to enable booting from a compressed kernel image. This area is temporarily used to decompress the kernel image on-the-fly. Signed-off-by: Christopher Obbard --- include/configs/rk3328_common.h | 4 +++- 1 file changed, 3

[PATCH v2] configs: roc-pc-rk3399: Enable rockchip efuse support

2022-11-23 Thread Christopher Obbard
Enable efuse support which allows reading of the cpuid#, serial# and also generates a unique mac address from the board's serial. Signed-off-by: Christopher Obbard --- Changes in v2: - added missing configuration symbol CONFIG_MISC_INIT_R=y configs/roc-pc-mezzanine-rk3399_defconfi

[PATCH] configs: roc-pc-rk3399: Enable rockchip efuse support

2022-11-12 Thread Christopher Obbard
Enable efuse support which allows reading of the cpuid#, serial# and also generates a unique mac address from the board's serial. Signed-off-by: Christopher Obbard --- configs/roc-pc-mezzanine-rk3399_defconfig | 1 + configs/roc-pc-rk3399_defconfig | 1 + 2 files changed, 2 inser

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2022-04-25 Thread Christopher Obbard
Hi Shuying Li & Libunko, Would you be able to resend this patch to uboot mailing list ? If you are no longer interested, I can resend it if you would like. Thank you Chris On Sun, 18 Oct 2020 at 13:10, Shuying Li wrote: > > From: Libunko > > Add initial support for Nanopi M4V2 board. > > Spec

Re: u-boot idbloader.img fails to initialise LPDDR3 on nanopi m4 v1

2021-02-07 Thread Christopher Obbard
at 09:36, Christopher Obbard wrote: > > hi! > > Both 2020.04, 2021.01 and latest u-boot HEAD fails to setup nano pi m4 > V1 LPDDR3. > > these are compiled with latest ATF HEAD. Any pointers on where to debug ? > > For what it's worth; I can boot on nanopi m4 V2 board

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2021-02-07 Thread Christopher Obbard
On Fri, 5 Feb 2021 at 16:15, Christopher Obbard wrote: > > Hi! > > I tested this patch, all working well apart from ethernet: > > Model: FriendlyElec NanoPi M4V2 > Net: > Error: ethernet@fe30 address not set. > No ethernet found. > Any tips to get ethernet go

u-boot idbloader.img fails to initialise LPDDR3 on nanopi m4 v1

2021-02-06 Thread Christopher Obbard
hi! Both 2020.04, 2021.01 and latest u-boot HEAD fails to setup nano pi m4 V1 LPDDR3. these are compiled with latest ATF HEAD. Any pointers on where to debug ? For what it's worth; I can boot on nanopi m4 V2 board with patch[1], so I am sure it's a DDR thing. U-Boot TPL 2020.04 (Feb 06 2021 - 0

Re: [PATCH] rockchip: rk3399: Add Nanopi M4V2 board support

2021-02-05 Thread Christopher Obbard
Hi! I tested this patch, all working well apart from ethernet: Model: FriendlyElec NanoPi M4V2 Net: Error: ethernet@fe30 address not set. No ethernet found. Hit any key to stop autoboot: 0 => nfs mdio_register: non unique device name 'ethernet@fe30' mdio_register: non unique device nam

Re: [PATCH v2] riscv: Add support for SPI on Kendryte K210

2020-12-23 Thread Christopher Obbard
Hi Sean, everything looks good! On Tue, 22 Dec 2020 at 23:58, Sean Anderson wrote: > > This enables configs necessary for using SPI. The environment is saved to > the very end of SPI flash. This is unlikely to be overwritten unless the > entire flash is reprogrammed. > > This also supplies a def