Re: [PATCH] riscv: Add a 64-bit image type

2023-04-17 Thread Simon Glass
ng ; > > > Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > > ; Simon Glass ; Andre Przywara > > > ; Marc Kleine-Budde ; > > > SESA644425 ; Samuel Holland > > > ; Steven Lawrance > > > Subject: [PATCH] riscv: Add a 64-bit image type >

Re: [PATCH] riscv: Add a 64-bit image type

2023-04-17 Thread Bin Meng
il 03, 2023 4:28 AM > > > > To: U-Boot Mailing List > > > > Cc: Sean Anderson ; Bin Meng ; > > > > Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > > > ; Simon Glass ; Andre > > > > Przywara ; Marc Kleine-Budde > > > >

Re: [PATCH] riscv: Add a 64-bit image type

2023-04-16 Thread Leo Liang
eng ; > > > Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > > ; Simon Glass ; Andre Przywara > > > ; Marc Kleine-Budde ; > > > SESA644425 ; Samuel Holland > > > ; Steven Lawrance > > > Subject: [PATCH] riscv: Add a 64-bit image type >

Re: [PATCH] riscv: Add a 64-bit image type

2023-04-13 Thread Bin Meng
Andre Przywara > > ; Marc Kleine-Budde ; > > SESA644425 ; Samuel Holland ; > > Steven Lawrance > > Subject: [PATCH] riscv: Add a 64-bit image type > > > > At present it is not possible to know whether an image can be booted by a > > 32- or 64-bit bootloader

Re: [PATCH] riscv: Add a 64-bit image type

2023-04-10 Thread Rick Chen
n > Lawrance > Subject: [PATCH] riscv: Add a 64-bit image type > > At present it is not possible to know whether an image can be booted by a 32- > or 64-bit bootloader. This means that U-Boot may attempt to boot the wrong > image. This may cause a crash which might be har

[PATCH] riscv: Add a 64-bit image type

2023-04-02 Thread Simon Glass
At present it is not possible to know whether an image can be booted by a 32- or 64-bit bootloader. This means that U-Boot may attempt to boot the wrong image. This may cause a crash which might be hard to debug. Add a new property to make this explicit. The existing 'RISC-V' is now taken to