Describe 25Mhz fixed oscilator which is providing clock for PL based
ethernet IPs. Physicially it is one chip but it is described as 2 fixed
clock to be aligned with other SOM versions which were using integrated
clock generators where clocks could be adjusted via i2c (si5332 chips).
Signed-off-by
hi Michal,
On Fri, 26 Jan 2024 at 20:40, Michal Simek wrote:
>
> Hi Sughosh,
>
> po 22. 1. 2024 v 12:55 odesílatel Sughosh Ganu
> napsal:
> >
> >
> > The following patches migrate the FWU metadata access code to version
> > 2 of the structure. This is based on the structure definition as
> > de
On Jan 24, 2024 at 12:09:06 -0600, Nishanth Menon wrote:
> On 18:37-20240124, Dhruva Gole wrote:
> > The secure_hdr needs to be 0 init-ed however this was never being put
> > into the secure_buf, leading to possibility of the first 4 bytes of
> > secure_buf being possibly garbage.
> >
> > Fix this
On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube wrote:
>
> Adds documentation for SPI boot.
s/Adds/Add
> +How to use U-Boot with SPI flash on NXP i.MXRT1050 EVK
> +--
> +
> +- Build U-Boot for i.MXRT1050 EVK:
> +
> +.. code-block:: bash
> +
> + $
efi_get_variable_int() may fail, the buffer should be
cleared before using it.
Signed-off-by: Masahisa Kojima
Addresses-Coverity-ID: 478333 ("Error handling issues")
---
Changes in v2:
- use malloc instead of calloc
lib/efi_loader/efi_firmware.c | 10 +-
1 file changed, 5 insertions(+),
Hi Jesse,
On Sun, Jan 28, 2024 at 6:43 PM Jesse Taube wrote:
>
> This add some macros to change addresses to use flexspi.
This sentence is not very clear.
> This commit adds support for booting the imxrt1050-evk from spi.
Please don't use 'This commit adds support' format.
Use imperative mood
Hi Abdellatif,
On Fri, Jan 26, 2024 at 7:20 PM Abdellatif El Khlifi
wrote:
>
> Hi Weizhao,
>
> On Thu, Jan 25, 2024 at 02:05:00PM +, Weizhao Ouyang wrote:
> > According to PSCI specification DEN0022F, PSCI_FEATURES is used to check
> > whether the SMCCC is implemented by discovering SMCCC_VER
On Fri, 26 Jan 2024 at 21:58, Heinrich Schuchardt wrote:
>
> On 26.01.24 12:36, Masahisa Kojima wrote:
> > Hi Heinrich,
> >
> > On Fri, 26 Jan 2024 at 16:20, Heinrich Schuchardt
> > wrote:
> >>
> >> On 1/22/24 08:26, Masahisa Kojima wrote:
> >>> efi_get_variable_int() may fail, the buffer should
On Sat, 20 Jan 2024 19:26:24 +0300
Maksim Kiselev wrote:
> Make the "phy-handle" property optional, which allows support
> for a fixed-link phy configuration.
>
> Thus if the "phy-handle" is present in a DT, then driver will work as
> before. Otherwise, phyaddr initialization will not be necessa
On 1/28/24 18:38, Bhumkar, Tejas Arvind wrote:
[AMD Official Use Only - General]
Hi Heinrich,
-Original Message-
From: Heinrich Schuchardt
Sent: Sunday, January 28, 2024 2:51 PM
To: Bhumkar, Tejas Arvind
Cc: u-boot@lists.denx.de; tr...@konsulko.com; s...@chromium.org; Simek, Michal
;
On 28/01/2024 01:19, Marek Vasut wrote:
> In case the PHY is fully described in DT, use PHY MDIO address
> from DT directly instead of always using auto-detection. This
> also fixes the behavior of 'mdio list' in such DT setup, which
> now prints the PHY connected to the MAC correctly.
>
> Signed-
Adds documentation for SPI boot.
Signed-off-by: Jesse Taube
---
doc/board/nxp/imxrt1050-evk.rst | 29 +
1 file changed, 29 insertions(+)
diff --git a/doc/board/nxp/imxrt1050-evk.rst b/doc/board/nxp/imxrt1050-evk.rst
index c1fb48f0cd..aca5071181 100644
--- a/doc/board
This add some macros to change addresses to use flexspi.
This commit adds support for booting the imxrt1050-evk from spi.
It adds imximage config and the ability for SPL to boot from NOR.
Signed-off-by: Jesse Taube
---
arch/arm/dts/imxrt1050-evk-u-boot.dtsi| 31 ++
arch/arm/mach-im
Configure the pad drive strength register for both PHYs.
The values correspond to what can be found in the Linux DTS
for VisionFive2 v1.3b.
Pad drive strength configuration is required for the phy0 to work correctly
with 100Mbit links.
Signed-off-by: Lukasz Tekieli
---
board/starfive/visionfive
This ports the pad drive strength register configuration which can be
already found in the Linux driver for this PHY.
Signed-off-by: Lukasz Tekieli
---
drivers/net/phy/motorcomm.c | 130
1 file changed, 130 insertions(+)
diff --git a/drivers/net/phy/motorcom
gmac0 does not work correctly with the default settings of the pad
drive strength. 100Mbit link does not work at all. This series fixes
the issue by porting the pad drive strength register configuration
from the Linux driver from commit
67a8976780858461b3c2d0dc501d207452543c53.
Lukasz Tekieli (2):
On Thu, Jan 25, 2024 at 09:38:13AM +0100, Heinrich Schuchardt wrote:
> Fix conflicting SPDX license information in linker scripts introduced by
> commit 7215787c4ea4 ("SPDX: Convert single license tags to Linux Kernel
> style").
>
> Fixes: 7215787c4ea4 ("SPDX: Convert single license tags to Linux
From: Hai Pham
Add board code for the Renesas R8A779H0 V4M Gray Hawk board.
Signed-off-by: Hai Pham
---
Cc: Paul Barker
---
V2: Use N: for pattern match in MAINTAINERS
---
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/r8a779h0-gray-hawk-u-boot.dts | 42
arch/ar
From: Hai Pham
Initial support for the Renesas Gray Hawk CPU and BreakOut boards.
The arch/arm/dts/r8a779h0-gray-hawk-cpu.dtsi is extended version of:
https://lore.kernel.org/linux-renesas-soc/b657402113267acd57aece0b4c681b707e704455.1706194617.git.geert+rene...@glider.be/
The version currenty s
From: Hai Pham
Add initial support for the Renesas R8A779H0 (R-Car V4M) SoC.
The current version is imported and modified from:
https://lore.kernel.org/linux-renesas-soc/4107bc3d7c31932da29e671ddf4b1564ba38a84c.1706194617.git.geert+rene...@glider.be/
The modifications contain nodes from previous
From: Hai Pham
Add Renesas R8A779H0 V4M DT extras for U-Boot.
Until the RPC node becomes part of main DT, keep it here as
an extension so that board code can enable and use the RPC
to access SPI NOR.
Signed-off-by: Hai Pham
---
Cc: Paul Barker
---
V2: Extend the commit message
---
arch/arm/d
From: Hai Pham
Support RPC SPI on R8A779H0 V4M SoC.
Reviewed-by: Paul Barker
Signed-off-by: Hai Pham
---
Cc: Jagan Teki
Cc: Paul Barker
---
V2: - Move the patch after PRR ID patch to satisfy macro dependency
- Add RB from Paul
---
drivers/spi/renesas_rpc_spi.c | 3 ++-
1 file changed, 2
From: Hai Pham
Add clock tables for R8A779H0 V4M SoC.
The current version is imported from:
https://lore.kernel.org/linux-renesas-soc/c678ef7164e3777fa91572f72e47ef385cea64b8.1706194617.git.geert+rene...@glider.be/
The current version still contains PLL7 extras from the
previous version to provi
From: Hai Pham
Add Kconfig entry and PRR ID to support R8A779H0 V4M SoC.
Reviewed-by: Paul Barker
Signed-off-by: Hai Pham
---
Cc: Paul Barker
---
V2: - Move the patch before PRR ID patch to satisfy macro dependency
- Add RB from Paul
---
arch/arm/mach-rmobile/Kconfig.rcar4 | 6 +
Add PLL7 support to Gen3/Gen4 common clock driver. Add initial PLL7
multiplier and divider values into table in R8A779H0 V4M clock driver.
The PLL7 is new PLL added in R8A779H0 V4M SoC. Only integer multiplication
mode is supported by PLL7. The PLL reference clock are either 16.66 MHz or
20 MHz on
From: Duy Nguyen
Add power domain indices for R-Car V4M (R8A779H0).
The current version is imported from:
https://lore.kernel.org/linux-renesas-soc/c5cbef71178cada761e9da7bcbb6f21334f93ef8.1706194617.git.geert+rene...@glider.be/
Signed-off-by: Duy Nguyen
Signed-off-by: Hai Pham
---
Cc: Paul B
From: Duy Nguyen
Add all Clock Pulse Generator Core Clock Outputs for the Renesas R-Car
V4M (R8A779H0) SoC.
The current version is imported from:
https://lore.kernel.org/linux-renesas-soc/11acbd2a30b58607474e9c32eb798b3a00e85e73.1706194617.git.geert+rene...@glider.be/
Signed-off-by: Duy Nguyen
Hi Heinrich S
On 10:16 Sun 28 Jan , Heinrich Schuchardt wrote:
> On 1/28/24 08:05, Kongyang Liu wrote:
> > Add document for Milk-V Duo board which based on Sophgo's CV1800B SoC.
> >
> > Signed-off-by: Kongyang Liu
> >
> > ---
> >
> > (no changes since v3)
> >
> > Changes in v3:
> > - Add bri
On Sun, Jan 28, 2024 at 02:20:50AM +0100, Marek Vasut wrote:
> The following changes since commit fea3efb757f7a9c6831c023cb456f9fa5fd0278e:
>
> Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y (2024-01-19
> 18:30:08 -0500)
>
> are available in the Git repository at:
>
> https://sou
Heinrich Schuchardt 于2024年1月28日周日 17:16写道:
>
> On 1/28/24 08:05, Kongyang Liu wrote:
> > Add document for Milk-V Duo board which based on Sophgo's CV1800B SoC.
> >
> > Signed-off-by: Kongyang Liu
> >
> > ---
> >
> > (no changes since v3)
> >
> > Changes in v3:
> > - Add brief description of the p
Add document for Milk-V Duo board which based on Sophgo's CV1800B SoC.
Signed-off-by: Kongyang Liu
---
(no changes since v3)
Changes in v3:
- Add brief description of the procedure to run u-boot-dtb.bin
doc/board/index.rst| 1 +
doc/board/sophgo/index.rst | 8 +
doc/boa
Add support for Sophgo's Milk-V Duo board, only minimal device tree and
serial console are enabled, and it can boot via vendor first stage
bootloader.
Signed-off-by: Kongyang Liu
---
(no changes since v3)
Changes in v3:
- Enable EFI loader
Changes in v2:
- Fold the defconfig patch to first pa
Import device tree from Linux kernel to add basic support for CPU, PLIC,
UART and Timer. The name cv1800b in the filename represent the chip used
on Milk-V Duo board.
Signed-off-by: Kongyang Liu
---
Changes in v4:
- Sync dts files with Linux kernel
Changes in v3:
- Swap patch 1 and 2 duo to de
The Milk-V Duo board is built upon Sophgo's CV1800B SoC, featuring two
XuanTie C906 CPUs running at 1.0GHz and 700MHz, respectively.
This series introduces fundamental support for the Milk-V Duo board,
encompassing UART, CPU, and PLIC support. This ensures that U-Boot can
operate in serial console
On Mon, Jan 22, 2024 at 05:39:12PM -0500, Tom Rini wrote:
> Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a
> lack of board.h file, unset this on the edison platform and remove
> the otherwise empty file.
Acked-by: Andy Shevchenko
--
With Best Regards,
Andy Shevchenko
LGTM.
Maintainers, please also apply this patch to 2024.04 branch when
accepting it.
Best regards,
Shengyu
The VisionFive 2 board supports saving the u-boot environment settings
are saved to on-board SPI flash. However the defconfig enables both
ENV_IS_NOWHERE and ENV_IS_IN_SPI_FLASH, prevent
As a matter of programming style use logical or to combine two boolean
results.
Signed-off-by: Heinrich Schuchardt
---
lib/smbios-parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/smbios-parser.c b/lib/smbios-parser.c
index f48d7436570..0d1ac781b38 100644
--- a/lib
On 1/28/24 06:20, Bhumkar, Tejas Arvind wrote:
[AMD Official Use Only - General]
Hi Heinrich,
-Original Message-
From: Heinrich Schuchardt
Sent: Wednesday, January 24, 2024 2:09 AM
To: Bhumkar, Tejas Arvind
Cc: u-boot@lists.denx.de; tr...@konsulko.com; s...@chromium.org; Simek, Micha
On 1/28/24 08:05, Kongyang Liu wrote:
Add document for Milk-V Duo board which based on Sophgo's CV1800B SoC.
Signed-off-by: Kongyang Liu
---
(no changes since v3)
Changes in v3:
- Add brief description of the procedure to run u-boot-dtb.bin
doc/board/index.rst| 1 +
doc/boar
On 1/27/24 21:56, Heinrich Schuchardt wrote:
Am 27. Januar 2024 16:40:18 MEZ schrieb Tom Rini :
Hey, I'll just pass this on directly rather than to the list.
-- Forwarded message -
From:
Date: Sat, Jan 27, 2024 at 10:36 AM
Subject: New Defects reported by Coverity Scan for Da
On 1/23/24 09:15, Hugo Cornelis wrote:
Thanks Hugo for addressing the issue. Could you, please, resend the
patch with an appropriate commit message. Please, use
scripts/get_maintainers.pl to determine the list of addressees.
Otherwise the patch looks good to me.
The initial assignment in fit_im
41 matches
Mail list logo