Hello Patrick,
Thanks for the review of this series.
Br,
etienne
On Fri, 11 Feb 2022 at 15:03, Patrick DELAUNAY
wrote:
>
> Hi,
>
> On 2/11/22 13:07, Etienne Carriere wrote:
> > Implements SCMI APIs to retrieve the number exposed SCMI clocks using
> > SCMI_PROTOCOL_ATTRIBUTES messages and the na
Hello Patrick,
On Fri, 11 Feb 2022 at 14:46, Patrick DELAUNAY
wrote:
>
> Hi Etienne,
>
> On 2/11/22 13:07, Etienne Carriere wrote:
> > As per DT bindings since Linux kernel v5.14, the device tree can define
> > only 1 SCMI agent node that is named scmi [1]. As a consequence, change
> > implementa
Add spi_get_bus_and_cs() new "use_dt" param which allows to
select SPI speed and mode from DT or from default value passed
in parameters.
Introduce spi_flash_probe_bus_cs_default() which is identical
to spi_flash_probe_bus_cs() except it calls spi_get_bus_and_cs()
with use_dt param set to false.
Hi,
I decided to add tools/mkfwumdata tool to make a raw image of
fwu_mdata for initialization. So this patch will be dropped from next
version.
Thank you,
2022年2月18日(金) 0:12 Masami Hiramatsu :
>
> Since the FWU metadata is not initialized at the installation,
> if it is broken, it should be ini
The 2x256 MiB SF variant of this system has 192 MiB rootfs MTD partition
containing UBI on SF0, use the correct size in U-Boot environment, else
U-Boot cannot mount UBI and boot on this variant.
Signed-off-by: Marek Vasut
Cc: Siew Chin Lim
Cc: Simon Goldschmidt
Cc: Tien Fong Chee
Cc: Tom Rini
Hi Mark,
On Sun, 20 Feb 2022 at 08:13, Mark Kettenis wrote:
>
> > From: Simon Glass
> > Date: Sat, 19 Feb 2022 15:21:19 -0700
> >
> > Hi Mark,
> >
> > On Sat, 19 Feb 2022 at 13:37, Mark Kettenis wrote:
> > >
> > > > From: Simon Glass
> > > > Date: Fri, 18 Feb 2022 17:21:13 -0700
> > >
> > > Hi
Hi again,
On Sat, 19 Feb 2022 at 08:53, Simon Glass wrote:
>
> Hi Alper,
>
> On Fri, 18 Feb 2022 at 10:34, Alper Nebi Yasak
> wrote:
> >
> > On 18/02/2022 19:50, Jan Kiszka wrote:
> > > On 15.02.22 18:06, Jan Kiszka wrote:
> > >> On 15.02.22 17:50, Jan Kiszka wrote:
> > >>> On 15.02.22 13:27, A
On Sun, Feb 20, 2022 at 5:58 PM Marek Vasut wrote:
>
> On 2/20/22 22:45, Adam Ford wrote:
>
> Hi,
>
> [...]
>
> > @@ -376,6 +377,8 @@ static int ravb_dmac_init(struct udevice *dev)
> > struct ravb_priv *eth = dev_get_priv(dev);
> > struct eth_pdata *pdata = dev_get_plat(dev);
> >
Hi Simon,
On Sat, Feb 19, 2022 at 04:11:08PM -0700, Simon Glass wrote:
> Hi,
>
> On Sun, 13 Feb 2022 at 17:54, AKASHI Takahiro
> wrote:
> >
> > Heinrich,
> >
> > On Fri, Feb 11, 2022 at 08:16:34PM +0100, Heinrich Schuchardt wrote:
> > > On 2/9/22 11:10, AKASHI Takahiro wrote:
> > > > With this e
On 2/20/22 22:45, Adam Ford wrote:
Hi,
[...]
@@ -376,6 +377,8 @@ static int ravb_dmac_init(struct udevice *dev)
struct ravb_priv *eth = dev_get_priv(dev);
struct eth_pdata *pdata = dev_get_plat(dev);
int ret = 0;
+ int mode = 0;
+ unsigned int delay;
/
This patch scans the cmdline from the Samsung SBL (second stage
bootloader) and stores the parameters board_id=N and lcdtype=N
in order to augment the DTB for different board and LCD types.
We then add a custom ft_board_setup() callback that will inspect
the DTB and patch it using the stored LCD t
The wrong phy was being enabled, because it worked and the proper
PHY did not. After the Renesas maintainer made some adjustments
to the device tree, Linux was able to use the proper driver, and
when that device tree was ported to Linux, the ethernet stopped
working due to the lack of rgmii-rxid s
Some boards like the Beacon RZ/G2 SOM use either flags for
tx-internal-delay-ps, rx-internal-delay-ps or rgmii-rxid.
In Linux the APSR_RDM flag is set when either rx-internal-delay-ps
is set or the mode is rgmii-rxid, and the APSR_TDM is set when
tx-internal-delay-ps is found or rgmii-txid is set,
ot-marvell (2022-02-17
> 11:03:50 -0500)
>
>
>
> are available in the Git repository at:
>
>
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20220220
>
>
>
> for you to fetch changes up to fea66073171461eebcf35264293616
> From: Simon Glass
> Date: Sat, 19 Feb 2022 15:21:19 -0700
>
> Hi Mark,
>
> On Sat, 19 Feb 2022 at 13:37, Mark Kettenis wrote:
> >
> > > From: Simon Glass
> > > Date: Fri, 18 Feb 2022 17:21:13 -0700
> >
> > Hi Simon,
> >
> > > Hi Mark,
> > >
> > > On Mon, 7 Feb 2022 at 14:20, Mark Kettenis
On 20/02/2022 00:12, Simon Glass wrote:
> On Sat, 19 Feb 2022 at 11:50, Roger Quadros wrote:
>>
>> Add an entry for OP-TEE Trusted OS 'BL32' payload.
>> This is required by platforms using Cortex-A cores with TrustZone
>> technology.
>>
>> Signed-off-by: Roger Quadros
>> ---
>> Changelog:
>> v2
On Sun, Feb 20, 2022 at 02:09:42AM +0100, Linus Walleij wrote:
> This patch scans the cmdline from the Samsung SBL (second stage
> bootloader) and stores the parameters board_id=N and lcdtype=N
> in order to augment the DTB for different board and LCD types.
>
> We then add a custom command "stem
-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20220220
for you to fetch changes up to fea66073171461eebcf35264293616d6423788e5:
ARM: imx: imx8mn-ddr4-evk: Add ethernet support (2022-02-19 23:32:23
+0100)
u-boot-imx
> Currently the space between kernel_addr_r and the fdt_addr_r is only 32MB.
> To have enought space to load kernel images bigger than 32MB change the
> variables to a feasible value.
> The new environment variables layout is based on the scheme from
> "include/configs/ti_armv7_common.h".
> The CON
> Add support for ethernet on the imx8mn-ddr4-evk.
> Signed-off-by: Marek Vasut
> Cc: Fabio Estevam
> Cc: Peng Fan
> Cc: Stefano Babic
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software En
> From: Francesco Dolcini
> Use the complete 512kb (4 blocks) nand partition reserved for u-boot
> environment instead of just the first block, this allows the module to
> have a working environment even if 3 blocks are bad.
> Signed-off-by: Francesco Dolcini
> Signed-off-by: Marcel Ziswiler
App
> The function wrongly will return the card detection status of the SD card
> (USDHC2) for the eMMC (USDHC1). Thus booting from eMMC without an inserted
> SD card will fail.
> Signed-off-by: Heiko Thiery
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
22 matches
Mail list logo