Re: [PATCH 2/3] board: developerbox: update old NOR flash layout build instruction

2023-10-31 Thread Tom Rini
On Wed, Oct 25, 2023 at 03:51:02PM +0900, Masahisa Kojima wrote:

> v2023.07 is the last version supporting old NOR flash layout
> by default. The later versions of U-Boot, Developerbox is
> configured to enable A/B update and new NOR Flash layout
> by default.
> This commit updates the documentation to pin the U-Boot
> version for the old NOR flash layout. It is still useful
> for the user wants to replace the factory default EDK II
> firmware to U-Boot.
> 
> Signed-off-by: Masahisa Kojima 
> Acked-by: Jassi Brar 
> Reviewed-by: Ilias Apalodimas 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH 2/3] board: developerbox: update old NOR flash layout build instruction

2023-10-26 Thread Ilias Apalodimas
On Wed, 25 Oct 2023 at 09:52, Masahisa Kojima
 wrote:
>
> v2023.07 is the last version supporting old NOR flash layout
> by default. The later versions of U-Boot, Developerbox is
> configured to enable A/B update and new NOR Flash layout
> by default.
> This commit updates the documentation to pin the U-Boot
> version for the old NOR flash layout. It is still useful
> for the user wants to replace the factory default EDK II
> firmware to U-Boot.
>
> Signed-off-by: Masahisa Kojima 
> Acked-by: Jassi Brar 
> ---
>  doc/board/socionext/developerbox.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/doc/board/socionext/developerbox.rst 
> b/doc/board/socionext/developerbox.rst
> index aa7080e26c..596cf9f908 100644
> --- a/doc/board/socionext/developerbox.rst
> +++ b/doc/board/socionext/developerbox.rst
> @@ -42,9 +42,10 @@ Compile from source
>  You can build U-Boot without any additinal source code.::
>
>cd u-boot
> +  git checkout v2023.07
>export ARCH=arm64
>export CROSS_COMPILE=aarch64-linux-gnu-
> -  make SynQuacer_defconfig
> +  make synquacer_developerbox_defconfig
>make -j `noproc`
>
>  Then, expand the binary to 1MB for preparing flash.::
> --
> 2.34.1
>

Reviewed-by: Ilias Apalodimas