[U-Boot] [PATCH 2/2] riscv: dts: Add ae350_32.dts for 32 bit

Rick Chen rickchen36 at gmail.com
Tue Oct 16 02:01:43 UTC 2018


Bin Meng <bmeng.cn at gmail.com> 於 2018年10月8日 週一 下午11:48寫道:
>
> Hi Rick,
>
> On Mon, Oct 8, 2018 at 1:37 PM Andes <uboot at andestech.com> wrote:
> >
> > From: Rick Chen <rick at andestech.com>
> >
> > Add ae350_32.dts for 32 bit. And also rename
> > ae350.dts to ae350_64.dts for 64 bit.
> >
> > Signed-off-by: Rick Chen <rick at andestech.com>
> > Cc: Greentime Hu <greentime at andestech.com>
> > ---
> >  arch/riscv/dts/ae350.dts    | 229 --------------------------------------------
> >  arch/riscv/dts/ae350_32.dts | 229 ++++++++++++++++++++++++++++++++++++++++++++
> >  arch/riscv/dts/ae350_64.dts | 229 ++++++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 458 insertions(+), 229 deletions(-)
> >  delete mode 100644 arch/riscv/dts/ae350.dts
> >  create mode 100644 arch/riscv/dts/ae350_32.dts
> >  create mode 100644 arch/riscv/dts/ae350_64.dts
> >
>
> It looks to me that the only difference between these two dts files
> are the cpu node (rv32 vs rv64). Can we please put the common part
> into a dtsi file and let the main dts file include the dtsi file and
> override anything if needed?
>

Hi Bin

I will separate the common into a dtsi file. And others into dts file.

Thanks

Rick

> Regards,
> Bin


More information about the U-Boot mailing list