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

2024-03-12 Thread Jonas Karlman
Hi Kever, On 2024-03-11 10:29, Kever Yang wrote: > Hi Jonas, > > On 2024/2/19 17:13, Quentin Schulz wrote: >> Hi Jonas, >> >> On 2/17/24 19:35, Jonas Karlman wrote: >>> Move ROCK Pi 4 specific board code from the shared evb_rk3399 target >>> into its own board target and update related

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

2024-03-12 Thread Jonas Karlman
Hi Kever, On 2024-03-11 10:29, Kever Yang wrote: > Hi Jonas, > > On 2024/2/18 02:35, Jonas Karlman wrote: >> Move ROCK Pi 4 specific board code from the shared evb_rk3399 target >> into its own board target and update related defconfigs to use the new >> TARGET_ROCKPI4_RK3399 option. >> >> Also

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

2024-03-11 Thread Kever Yang
Hi Jonas, On 2024/2/19 17:13, Quentin Schulz wrote: Hi Jonas, On 2/17/24 19:35, Jonas Karlman wrote: Move ROCK Pi 4 specific board code from the shared evb_rk3399 target into its own board target and update related defconfigs to use the new TARGET_ROCKPI4_RK3399 option. Also move the call to

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

2024-03-11 Thread Kever Yang
Hi Jonas, On 2024/2/18 02:35, Jonas Karlman wrote: Move ROCK Pi 4 specific board code from the shared evb_rk3399 target into its own board target and update related defconfigs to use the new TARGET_ROCKPI4_RK3399 option. Also move the call to gpt_capsule_update_setup() from the weak function

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

2024-02-19 Thread Quentin Schulz
Hi Jonas, On 2/17/24 19:35, Jonas Karlman wrote: Move ROCK Pi 4 specific board code from the shared evb_rk3399 target into its own board target and update related defconfigs to use the new TARGET_ROCKPI4_RK3399 option. Also move the call to gpt_capsule_update_setup() from the weak function

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

2024-02-18 Thread Peter Robinson
On Sat, 17 Feb 2024 at 18:40, Jonas Karlman wrote: > > Move ROCK Pi 4 specific board code from the shared evb_rk3399 target > into its own board target and update related defconfigs to use the new > TARGET_ROCKPI4_RK3399 option. > > Also move the call to gpt_capsule_update_setup() from the weak

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

2024-02-18 Thread Christopher Obbard
Hi Jonas, On Sat, 2024-02-17 at 18:35 +, Jonas Karlman wrote: > Move ROCK Pi 4 specific board code from the shared evb_rk3399 target > into its own board target and update related defconfigs to use the new > TARGET_ROCKPI4_RK3399 option. > > Also move the call to gpt_capsule_update_setup()