Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-29 Thread Bin Meng
Hi Rick, On Mon, Oct 29, 2018 at 11:22 AM Rick Chen wrote: > > Bin Meng 於 2018年10月25日 週四 下午9:36寫道: > > > > Hi Rick, > > > > On Thu, Oct 25, 2018 at 11:27 AM Rick Chen wrote: > > > > > > Bin Meng 於 2018年10月25日 週四 上午11:16寫道: > > > > > > > > Hi Rick, > > > > > > > > On Thu, Oct 25, 2018 at 11:11

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-28 Thread Rick Chen
Bin Meng 於 2018年10月25日 週四 下午9:36寫道: > > Hi Rick, > > On Thu, Oct 25, 2018 at 11:27 AM Rick Chen wrote: > > > > Bin Meng 於 2018年10月25日 週四 上午11:16寫道: > > > > > > Hi Rick, > > > > > > On Thu, Oct 25, 2018 at 11:11 AM Rick Chen wrote: > > > > > > > > Bin Meng 於 2018年10月25日 週四 上午10:33寫道: > > > > >

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-25 Thread Bin Meng
Hi Rick, On Thu, Oct 25, 2018 at 11:27 AM Rick Chen wrote: > > Bin Meng 於 2018年10月25日 週四 上午11:16寫道: > > > > Hi Rick, > > > > On Thu, Oct 25, 2018 at 11:11 AM Rick Chen wrote: > > > > > > Bin Meng 於 2018年10月25日 週四 上午10:33寫道: > > > > > > > > Hi Rick, > > > > > > > > On Thu, Oct 25, 2018 at 9:20

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-25 Thread Auer, Lukas
Hi Rick, On Thu, 2018-10-25 at 11:28 +0800, Rick Chen wrote: > Bin Meng 於 2018年10月25日 週四 上午11:16寫道: > > > > Hi Rick, > > > > On Thu, Oct 25, 2018 at 11:11 AM Rick Chen > > wrote: > > > > > > Bin Meng 於 2018年10月25日 週四 上午10:33寫道: > > > > > > > > Hi Rick, > > > > > > > > On Thu, Oct 25, 2018

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-24 Thread Rick Chen
Bin Meng 於 2018年10月25日 週四 上午11:16寫道: > > Hi Rick, > > On Thu, Oct 25, 2018 at 11:11 AM Rick Chen wrote: > > > > Bin Meng 於 2018年10月25日 週四 上午10:33寫道: > > > > > > Hi Rick, > > > > > > On Thu, Oct 25, 2018 at 9:20 AM Andes wrote: > > > > > > > > From: Rick Chen > > > > > > > > ax25-ae350 use

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-24 Thread Bin Meng
Hi Rick, On Thu, Oct 25, 2018 at 11:11 AM Rick Chen wrote: > > Bin Meng 於 2018年10月25日 週四 上午10:33寫道: > > > > Hi Rick, > > > > On Thu, Oct 25, 2018 at 9:20 AM Andes wrote: > > > > > > From: Rick Chen > > > > > > ax25-ae350 use CONFIG_OF_BOARD which allow the board to > > > override the fdt

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-24 Thread Rick Chen
Bin Meng 於 2018年10月25日 週四 上午10:33寫道: > > Hi Rick, > > On Thu, Oct 25, 2018 at 9:20 AM Andes wrote: > > > > From: Rick Chen > > > > ax25-ae350 use CONFIG_OF_BOARD which allow the board to > > override the fdt address. And prior_stage_fdt_address offer > > a temporary memory address to keep the

Re: [U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-24 Thread Bin Meng
Hi Rick, On Thu, Oct 25, 2018 at 9:20 AM Andes wrote: > > From: Rick Chen > > ax25-ae350 use CONFIG_OF_BOARD which allow the board to > override the fdt address. And prior_stage_fdt_address offer > a temporary memory address to keep the dtb address which was > passed from loader(gdb) to u-boot

[U-Boot] [PATCH] riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

2018-10-24 Thread Andes
From: Rick Chen ax25-ae350 use CONFIG_OF_BOARD which allow the board to override the fdt address. And prior_stage_fdt_address offer a temporary memory address to keep the dtb address which was passed from loader(gdb) to u-boot with a1. Signed-off-by: Rick Chen Cc: Greentime Hu ---