[PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling

Simon Glass sjg at chromium.org
Thu Jul 27 02:50:03 CEST 2023


On Tue, 25 Jul 2023 at 01:17, Rick Chen <rickchen36 at gmail.com> wrote:
>
> > From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Bin Meng
> > Sent: Sunday, July 23, 2023 12:41 PM
> > To: Simon Glass <sjg at chromium.org>; u-boot at lists.denx.de
> > Cc: Bin Meng <bmeng.cn at gmail.com>
> > Subject: [PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling
> >
> > Commit 66ffe57 ("riscv: qemu: detect and boot the kernel passed by QEMU") added some logic to handle "riscv,kernel-start" in DT and stored the address to an environment variable kernel_start.
> >
> > However this "riscv,kernel-start" has never been an upstream DT binding.
> > The upstream QEMU never generates such a DT either. Presumably U-Boot development was based on a downstream QEMU fork.
> >
> > Now we drop all codes in commit 66ffe57, except that BOARD_LATE_INIT is kept for later use.
> >
> > Signed-off-by: Bin Meng <bmeng at tinylab.org>
> > ---
> >
> >  board/emulation/qemu-riscv/qemu-riscv.c | 24 ------------------------
> >  include/configs/qemu-riscv.h            | 10 ----------
> >  2 files changed, 34 deletions(-)
>
> Reviewed-by: Rick Chen <rick at andestech.com>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list