[PATCH 8/9] RISC-V: add litex-linux board support

Antony Pavlov antonynpavlov at gmail.com
Wed May 5 03:36:34 PDT 2021


On Wed, 5 May 2021 12:19:02 +0200
Ahmad Fatoum <a.fatoum at pengutronix.de> wrote:

Hi Ahmad!

You are send your e-mails too fast, I can't keep up with you ;) 

I see that your latest RISC-V changes are already in pengutronix next branch.

I'll try to take into account your notest and rebase my LiteX branch on top
of pengutronix next branch tomorrow.

> > --- a/images/Makefile.riscv
> > +++ b/images/Makefile.riscv
> > @@ -10,3 +10,7 @@ $(obj)/%.nmon: $(obj)/%.img FORCE
> >  pblb-$(CONFIG_BOARD_ERIZO_GENERIC) += start_erizo_generic
> >  FILE_barebox-erizo-generic.img = start_erizo_generic.pblb
> >  image-$(CONFIG_BOARD_ERIZO_GENERIC) += barebox-erizo-generic.img barebox-erizo-generic.nmon
> > +
> > +pblb-$(CONFIG_BOARD_LITEX_LINUX) += start_litex_linux
> > +FILE_barebox-litex-linux.img = start_litex_linux.pblb
> > +image-$(CONFIG_BOARD_LITEX_LINUX) += barebox-litex-linux.img
> 
> barebox-litex-linux sounds quite strange for me as someone who hasn't
> used LiteX.

There are several LiteX SoCs. Some of them are linux-targeted the others
are RTOS targeted (e.g. Zephyr RTOS), these SoCs can use different IP-block
sets and different IP-block base addresses.
So in barebox-litex-linux.img the part "litex-linux" is short name for
SoC "linux-on-litex-vexriscv".

-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list