[Buildroot] [PATCH v2 2/2] configs/aspeed_ast2500evb: new defconfig

Arnout Vandecappelle arnout at mind.be
Mon Jun 20 20:04:20 UTC 2022



On 06/06/2022 15:57, Cédric Le Goater wrote:
> The kernel is from upstream with a custom config because the default
> 'aspeed_g5' defconfig builds a zImage file image too big for the flash
> layout.

  Still, we prefer to use the in-tree defconfig with a fragment to remove the 
stuff that is not needed.

> U-Boot is from the OpenBMC branch where most of development is
> done. Latest mainline should work.

  In that case, we generally prefer the mainline then.


> The main resulting file from the build is a flash image. The partition
> layout matches the OpenBMC one for 32M chips. It makes it easier to
> update the different partitions from Linux. Intermediate files can be
> used to boot from U-boot over the network or to boot QEMU using
> -kernel/-initrd/-dtb.

  Ooh, very nice that the same config can be booted in qemu as well!


  Also, same comments as for the first patch.


  Regards,
  Arnout

> 
> Reviewed-by: Joel Stanley <joel at jms.id.au>
> Signed-off-by: Cédric Le Goater <clg at kaod.org>
> ---
> 
>   Changes in v2:
> 
>   - minor cleanups in readme.txt
>   
>   board/aspeed/ast2500-evb/genimage.cfg   |  40 ++++
>   board/aspeed/ast2500-evb/linux.config   | 262 ++++++++++++++++++++++++
>   board/aspeed/ast2500-evb/readme.txt     |  80 ++++++++
>   board/aspeed/ast2500-evb/uboot.fragment |   1 +
>   configs/aspeed_ast2500evb_defconfig     |  58 ++++++
>   5 files changed, 441 insertions(+)
>   create mode 100644 board/aspeed/ast2500-evb/genimage.cfg
>   create mode 100644 board/aspeed/ast2500-evb/linux.config
>   create mode 100644 board/aspeed/ast2500-evb/readme.txt
>   create mode 100644 board/aspeed/ast2500-evb/uboot.fragment
>   create mode 100644 configs/aspeed_ast2500evb_defconfig

[snip]




More information about the buildroot mailing list