mbox series

[0/2] kernel-fitimage/uboot-sign: support 64bits address

Message ID 20230413103109.5604-1-jamin_lin@aspeedtech.com
Headers show
Series kernel-fitimage/uboot-sign: support 64bits address | expand

Message

Jamin Lin April 13, 2023, 10:31 a.m. UTC
v1:
kernel-fitimage.bbclass: allow users to change address-cells
to support 64bits address
uboot-sign.bbclass: allow users to change address-cells
to support 64bits address.

Jamin Lin (2):
  kernel-fitimage: support 64 bits address
  uboot-sign: support 64bits address

 meta/classes-recipe/kernel-fitimage.bbclass | 6 +++++-
 meta/classes-recipe/uboot-sign.bbclass      | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

Richard Purdie May 4, 2023, 11:45 a.m. UTC | #1
On Thu, 2023-04-13 at 18:31 +0800, Jamin Lin wrote:
> v1:
> kernel-fitimage.bbclass: allow users to change address-cells
> to support 64bits address
> uboot-sign.bbclass: allow users to change address-cells
> to support 64bits address.
> 
> Jamin Lin (2):
>   kernel-fitimage: support 64 bits address
>   uboot-sign: support 64bits address
> 
>  meta/classes-recipe/kernel-fitimage.bbclass | 6 +++++-
>  meta/classes-recipe/uboot-sign.bbclass      | 6 +++++-
>  2 files changed, 10 insertions(+), 2 deletions(-)

Since this adds new variables, could you send patches to the
documentation please to document them?

I did also wonder if there was some way we could combine and share some
of this fit image information since we appear to have two variables
with different names encoding the same info here :/. Maybe that is
something we could fix or improve in a later patch?

I'm kind of living in hope we can simplify some of these different
places to share code ultimately.

Cheers,

Richard