[PATCH v2 7/8] board: sifive: add HiFive Unmatched board support
Green Wan
green.wan at sifive.com
Wed Mar 17 03:53:50 CET 2021
will fix it. Thanks.
- Green
On Wed, Mar 17, 2021 at 10:38 AM Bin Meng <bmeng.cn at gmail.com> wrote:
> Hi Green,
>
> On Wed, Mar 17, 2021 at 12:33 AM Green Wan <green.wan at sifive.com> wrote:
> >
> > Add dts, defconfig and board support for HiFive Unmatched.
> >
> > Signed-off-by: Green Wan <green.wan at sifive.com>
> > ---
> > arch/riscv/Kconfig | 4 +
> > arch/riscv/dts/fu740-hifive-unmatched-a00-ddr.dtsi | 1489
> ++++++++++++++++++++
> > arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi | 40 +
> > arch/riscv/dts/hifive-unmatched-a00.dts | 253 ++++
> > board/sifive/unmatched/Kconfig | 50 +
> > board/sifive/unmatched/MAINTAINERS | 9 +
> > board/sifive/unmatched/Makefile | 9 +
> > board/sifive/unmatched/hifive-unmatched-fu740.c | 24 +
>
> This should be unmatched.c
>
> > board/sifive/unmatched/spl.c | 85 ++
> > common/spl/Kconfig | 4 +-
> > configs/sifive_unmatched_defconfig | 53 +
> > doc/board/sifive/hifive_unmatched_fu740.rst | 536 +++++++
>
> unmatched.rst
>
> > drivers/reset/Kconfig | 2 +-
> > include/configs/sifive-unmatched.h | 85 ++
> > 14 files changed, 2640 insertions(+), 3 deletions(-)
> > create mode 100644 arch/riscv/dts/fu740-hifive-unmatched-a00-ddr.dtsi
> > create mode 100644 arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
> > create mode 100644 arch/riscv/dts/hifive-unmatched-a00.dts
> > create mode 100644 board/sifive/unmatched/Kconfig
> > create mode 100644 board/sifive/unmatched/MAINTAINERS
> > create mode 100644 board/sifive/unmatched/Makefile
> > create mode 100644 board/sifive/unmatched/hifive-unmatched-fu740.c
> > create mode 100644 board/sifive/unmatched/spl.c
> > create mode 100644 configs/sifive_unmatched_defconfig
> > create mode 100644 doc/board/sifive/hifive_unmatched_fu740.rst
> > create mode 100644 include/configs/sifive-unmatched.h
> >
>
> Otherwise, LGTM:
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
>
More information about the U-Boot
mailing list