On 2024-04-11 Nam Cao wrote:
> On 11/Apr/2024 Heinrich Schuchardt wrote:
> > method_flags may be passed uninitialized to bootflow_iter_set_dev()
> > if dev is not NULL.
> >
> > Always initialize method_flags.
> >
> > Addresses-Coverity-ID: 467057 Uninitia
On 11/Apr/2024 Heinrich Schuchardt wrote:
> method_flags may be passed uninitialized to bootflow_iter_set_dev()
> if dev is not NULL.
>
> Always initialize method_flags.
>
> Addresses-Coverity-ID: 467057 Uninitialized scalar variable
> Signed-off-by: Heinrich Schuchardt
On 13/Mar/2024 Milan P. Stanić wrote:
> On Wed, 2024-02-21 at 13:00, Nam Cao wrote:
> > Distro boot scripts are deprecated. Use standard boot instead.
> I had to enable 'CONFIG_CMD_SYSBOOT=y' in
> configs/starfive_visionfive2_defconfig because it doesn't boot wit
low scan mmc1:4
which scans only mmc device 1, partition 4.
Signed-off-by: Nam Cao
---
boot/bootdev-uclass.c | 35 +--
boot/bootflow.c | 3 +++
doc/develop/bootstd.rst | 4
include/bootflow.h | 3 +++
4 files changed, 43 insertions(+), 2 del
Distro boot scripts are deprecated. Use standard boot instead.
Signed-off-by: Nam Cao
---
configs/starfive_visionfive2_defconfig | 2 +-
include/configs/starfive-visionfive2.h | 14 +-
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/configs
Add the axp15060 regulator device. OpenSBI uses this device to perform
board reset and shutdown.
Signed-off-by: Nam Cao
---
v2: "stf,axp15060-regulator" -> "x-powers,axp15060" to match Linux.
arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi | 5 +
1 file changed
JH7110 has a power management unit controller node. Add this node.
This device is used by OpenSBI during board reset/shutdown.
Signed-off-by: Nam Cao
---
arch/riscv/dts/jh7110.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi
This series adds 2 device tree nodes. These are needed by OpenSBI to perform
reset/shutdown of the board.
v2:
- rename "compatible" property to match the one in Linux.
- extra clarification in commit messages.
Nam Cao (2):
riscv: dts: jh7110: add power management unit contr
On Fri, 26 Jan 2024 02:53:45 -0800 E Shattow wrote:
> There is missing the AXP15060 power regulation in u-boot needed for SDCard
> and networking. As it is happens to work for some variants and not others,
> and not always. The AXP15060 driver exists in mainline Linux as a variant
> of AXP20x and
On Wed, 17 Jan 2024 12:15:25 +0100 Nam Cao wrote:
> Add the axp15060 regulator device. OpenSBI uses this device to perform
> board reset and shutdown.
>
> Signed-off-by: Nam Cao
> ---
> arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi | 5 +
> 1 file changed, 5 in
JH7110 has a power management unit controller node. Add this node.
This device is used by OpenSBI during board reset and shutdown.
Signed-off-by: Nam Cao
---
arch/riscv/dts/jh7110.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110
Add the axp15060 regulator device. OpenSBI uses this device to perform
board reset and shutdown.
Signed-off-by: Nam Cao
---
arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/riscv/dts/jh7110-starfive-visionfive-2.dtsi
b/arch/riscv
12 matches
Mail list logo