Re: [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

2023-02-25 Thread Johan Jonker
On 2/25/23 10:15, Michael Nazzareno Trimarchi wrote: > Hi Johan > > On Sat, Feb 25, 2023 at 10:11 AM Johan Jonker wrote: >> >> >> >> On 2/23/23 01:47, Kever Yang wrote: >>> Hi Johan, >>> >>> This update will cause below error on evb-ast2500/2600: >> >> Hi Kever, Simon, >> >> For

Re: [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

2023-02-25 Thread Michael Nazzareno Trimarchi
Hi Johan On Sat, Feb 25, 2023 at 10:11 AM Johan Jonker wrote: > > > > On 2/23/23 01:47, Kever Yang wrote: > > Hi Johan, > > > > This update will cause below error on evb-ast2500/2600: > > Hi Kever, Simon, > > For "spi-aspeed-smc.c" I have submitted a patch proposal. > The changes in patch 1

Re: [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

2023-02-25 Thread Johan Jonker
On 2/23/23 01:47, Kever Yang wrote: > Hi Johan, > >     This update will cause below error on evb-ast2500/2600: Hi Kever, Simon, For "spi-aspeed-smc.c" I have submitted a patch proposal. The changes in patch 1 possible involves a lot more boards that might need a change to which the

Re: [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

2023-02-22 Thread Kever Yang
Hi Johan,     This update will cause below error on evb-ast2500/2600: $ tools/buildman/buildman -o ${UBOOT_TRAVIS_BUILD_DIR} -w -E -W -e --board ${TEST_PY_BD} ${OVERRIDE} Building current source for 1 boards (1 thread, 24 jobs per thread)    arm:  +   evb-ast2600

[PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size

2023-02-18 Thread Johan Jonker
The DT specification supports CPUs with both 32-bit and 64-bit addressing capabilities. In U-boot the fdt_addr_t and phys_addr_t size are coupled by a typedef. The MTD NAND drivers for 32-bit CPU's can describe partitions with a 64-bit reg property. These partitions synced from Linux end up with