在 2022/6/21 1:33, Heiko Thiery 写道:
Sync dts for imx8mn-evk with Linux Kernel and change name for PMIC used in SPL.
commit 1cfa1e68af8d40ab233d5d27bc8446e4c5107571("arm64: dts: imx8mn-evk: fix the
min/max voltages of the PMIC")
commit bc046b952a5494b0dc53be28779460cee1214a3f("arm64: dts: imx8
Hi,
Am Di., 21. Juni 2022 um 09:03 Uhr schrieb Peng Fan (OSS)
:
>
>
>
> 在 2022/6/21 1:33, Heiko Thiery 写道:
> > Sync dts for imx8mn-evk with Linux Kernel and change name for PMIC used in
> > SPL.
> >
> > commit 1cfa1e68af8d40ab233d5d27bc8446e4c5107571("arm64: dts: imx8mn-evk:
> > fix the min/max
On Mon, Jun 20, 2022 at 04:37:45PM -0700, Tim Harvey wrote:
> On Mon, Jun 20, 2022 at 4:58 AM Vladimir Oltean
> wrote:
> >
> > On Mon, May 23, 2022 at 11:25:48AM -0700, Tim Harvey wrote:
> > > +/* bind and probe the switch mdios */
> > > +static int mv88e61xx_dsa_probe_mdio(struct udevice *dev)
>
> -Original Message-
> From: joel.s...@gmail.com On Behalf Of Joel Stanley
> Sent: Monday, June 20, 2022 3:25 PM
> To: Ryan Chen ; BMC-SW
> ; Heiko Schocher
> Cc: u-boot@lists.denx.de; Cédric Le Goater
> Subject: [PATCH 06/10] reset/aspeed: Implement status callback
>
> The I2C driver
> -Original Message-
> From: joel.s...@gmail.com On Behalf Of Joel Stanley
> Sent: Monday, June 20, 2022 3:25 PM
> To: Ryan Chen ; BMC-SW
> ; Heiko Schocher
> Cc: u-boot@lists.denx.de; Cédric Le Goater
> Subject: [PATCH 07/10] i2c/aspeed: Fix reset control
>
> The reset control was writ
> -Original Message-
> From: joel.s...@gmail.com On Behalf Of Joel Stanley
> Sent: Monday, June 20, 2022 3:25 PM
> To: Ryan Chen ; BMC-SW
> ; Heiko Schocher
> Cc: u-boot@lists.denx.de; Cédric Le Goater
> Subject: [PATCH 08/10] i2c/aspeed: Add AST2600 compatible
>
> Signed-off-by: Joel S
add BMC NPCM750 phy control driver
Signed-off-by: Jim Liu
---
drivers/phy/Kconfig| 7 ++
drivers/phy/Makefile | 1 +
drivers/phy/phy-npcm-usb.c | 215 +
3 files changed, 223 insertions(+)
create mode 100644 drivers/phy/phy-npcm-usb.c
diff -
Add nuvoton BMC NPCM750 ehci/ohci driver
Signed-off-by: Jim Liu
---
drivers/usb/host/Kconfig | 16 +
drivers/usb/host/Makefile| 2 +
drivers/usb/host/ehci-npcm.c | 119 +++
drivers/usb/host/ohci-npcm.c | 108 +++
4 files
Hi Stefan,
On 20/06/2022 16:55, Stefan Roese wrote:
On 13.06.22 16:00, Philippe Boos wrote:
Add support for hardware watchdog timer for Amlogic SoCs.
This driver has been heavily inspired by his Linux equivalent
(meson_gxbb_wdt.c).
Reviewed-by: Jerome Brunet
Reviewed-by: Neil Armstrong
Sign
hi,
On Mon, 20 Jun 2022 at 23:42, Patrick DELAUNAY
wrote:
>
> Hi,
>
> On 6/9/22 14:29, Sughosh Ganu wrote:
> > The patchset adds support for the FWU Multi Bank Update[1]
> > feature. Certain aspects of the Dependable Boot[2] specification have
> > also been implemented.
> >
> > The FWU multi bank
Hi,
On 6/9/22 14:29, Sughosh Ganu wrote:
In the FWU Multi Bank Update feature, the information about the
updatable images is stored as part of the metadata, on a separate
partition. Add a driver for reading from and writing to the metadata
when the updatable images and the metadata are stored on
Hi,
On 6/9/22 14:29, Sughosh Ganu wrote:
The FWU metadata structure is accessed through the driver model
interface. On the stm32mp157c-dk2 board, the FWU metadata is stored on
the uSD card. Add the fwu-mdata node on the u-boot specifc dtsi file
for accessing the metadata structure.
Signed-off-b
Hi,
On 6/9/22 14:29, Sughosh Ganu wrote:
Add helper functions needed for accessing the FWU metadata which
contains information on the updatable images. These functions have
been added for the STM32MP157C-DK2 board which has the updatable
images on the uSD card, formatted as GPT partitions.
Sign
Functions pointed to by this op pointer can return non-zero values
indicating an error. Ensure any error value is propagated back up the
call-chain.
Signed-off-by: Lee Jones
---
drivers/ram/rockchip/sdram_rk3399.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/ra
Frequency changes to 400MHz are presently reported as:
lpddr4_set_rate_0: change freq to 4 mhz 0, 1
This is obviously wrong by 6 orders of magnitude.
Ensure frequency changes are reported accurately.
Signed-off-by: Lee Jones
---
drivers/ram/rockchip/sdram_rk3399.c | 4 ++--
1 file c
Currently the default initialisation frequency is 50MHz. Although
this does appear to be suitable for some LPDDR4 RAM chips, training at
this low frequency has been seen to cause Column errors, leading to
Capacity check errors on others.
Here we force RAM initialisation to happen at 400MHz before
Hello Sughosh,
On Thu, 9 Jun 2022 at 14:30, Sughosh Ganu wrote:
>
> In the FWU Multi Bank Update feature, the information about the
> updatable images is stored as part of the metadata, which is stored on
> a dedicated partition. Add the metadata structure, and a driver model
> uclass which pro
Hello Sughosh,
On Thu, 9 Jun 2022 at 14:30, Sughosh Ganu wrote:
>
> In the FWU Multi Bank Update feature, the information about the
> updatable images is stored as part of the metadata, on a separate
> partition. Add a driver for reading from and writing to the metadata
> when the updatable image
Hi Sughosh,
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
>
> The FWU Multi Bank Update specification requires the Update Agent to
> carry out certain checks at the time of platform boot. The Update
> Agent is the component which is responsible for updating the firmware
> components and mainta
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
>
> The FWU Multi Bank Update feature supports updation of firmware images
> to one of multiple sets(also called banks) of images. The firmware
> images are clubbed together in banks, with the system booting images
> from the active bank. Informatio
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
>
> From: Masami Hiramatsu
>
> For the platform which doesn't have GPT partitions for the firmware
> but on MTD devices, the FWU metadata is stored on MTD device as raw
> image at specific offset. This driver gives the access methods
> for the FWU
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
>
> From: Masami Hiramatsu
>
> Add a devicetree-binding YAML file for the FWU metadata on MTD
> devices without GPT.
>
> Signed-off-by: Masami Hiramatsu
> Signed-off-by: Sughosh Ganu
> ---
> .../firmware/uboot,fwu-mdata-mtd.yaml | 38 +++
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
>
> From: Masami Hiramatsu
>
> Add 'mkfwumdata' tool which can generate an image of the FWU metadata
> which is required for initializing the platform.
>
> Usage:
> mkfwumdata -i NR_IMAGES -b NR_BANKS [--guid] \
> LOCATION_UUID0,IMAGE_TYPE_UU
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
>
> The Dependable Boot specification[1] describes the structure of the
> firmware accept and revert capsules. These are empty capsules which
> are used for signalling the acceptance or rejection of the updated
> firmware by the OS. Add support for
Hi,
On 6/9/22 14:29, Sughosh Ganu wrote:
The FWU Multi Bank Update feature allows the platform to boot the
firmware images from one of the partitions(banks). The first stage
bootloader(fsbl) passes the value of the boot index, i.e. the bank
from which the firmware images were booted from to U-Bo
Hi,
On 6/9/22 14:29, Sughosh Ganu wrote:
The FWU Multi Bank Update specification requires the Update Agent to
carry out certain checks at the time of platform boot. The Update
Agent is the component which is responsible for updating the firmware
components and maintaining and keeping the metada
From: Philippe Schenker
Add new i.MX 8M Mini SKU to ConfigBlock handling.
0068: Verdin iMX8M Mini Quad 2GB Wi-Fi / BT IT (No CAN)
This SKU is identical to 0055 but without CAN. Mention this in brackets
so those modules can be distinguished.
Signed-off-by: Philippe Schenker
Reviewed-by: France
Hi,
On 6/9/22 14:29, Sughosh Ganu wrote:
The FWU Multi Bank Update feature supports updation of firmware images
to one of multiple sets(also called banks) of images. The firmware
images are clubbed together in banks, with the system booting images
from the active bank. Information on the images
On 6/9/22 14:29, Sughosh Ganu wrote:
Add a command to read the metadata as specified in the FWU
specification and print the fields of the metadata.
Signed-off-by: Sughosh Ganu
---
cmd/Kconfig | 7 +
cmd/Makefile| 1 +
cmd/fwu_mdata.c | 74
Hi,
Two minor issues.
On 6/9/22 14:29, Sughosh Ganu wrote:
Add documentattion for the FWU Multi Bank Update feature. The document
s/documentattio/documentation
describes the steps needed for setting up the platform for the
feature, as well as steps for enabling the feature on the platfor
Hi,
On 6/9/22 14:30, Sughosh Ganu wrote:
From: Masami Hiramatsu
Add a devicetree-binding YAML file for the FWU metadata on MTD
devices without GPT.
Signed-off-by: Masami Hiramatsu
Signed-off-by: Sughosh Ganu
---
.../firmware/uboot,fwu-mdata-mtd.yaml | 38 +++
1 fi
Hi,
On 6/9/22 14:30, Sughosh Ganu wrote:
From: Masami Hiramatsu
For the platform which doesn't have GPT partitions for the firmware
but on MTD devices, the FWU metadata is stored on MTD device as raw
image at specific offset. This driver gives the access methods
for the FWU metadata informatio
Hi,
one minor remark.
On 6/9/22 14:30, Sughosh Ganu wrote:
From: Masami Hiramatsu
Add 'mkfwumdata' tool which can generate an image of the FWU metadata
which is required for initializing the platform.
Usage:
mkfwumdata -i NR_IMAGES -b NR_BANKS [--guid] \
LOCATION_UUID0,IMAGE_TYPE_UUI
On 6/21/22 12:57, Etienne Carriere wrote:
On Thu, 9 Jun 2022 at 14:31, Sughosh Ganu wrote:
From: Masami Hiramatsu
Add 'mkfwumdata' tool which can generate an image of the FWU metadata
which is required for initializing the platform.
Usage:
mkfwumdata -i NR_IMAGES -b NR_BANKS [--guid]
Hi Heiko,
On Tue, Jun 21, 2022 at 4:06 AM Heiko Thiery wrote:
> > I think the way to sync dts is to choose one linux release RC to sync.
> > not just sync partial.
>
> It is not partial .. I just wanted to show what changes are made.
I also had the impression that this was a partial sync.
Coul
Hello,
I sent some days ago the vulnerability fix below. I have not received any reply
yet. Could a maintainer take a look at it, please?
Best regards,
Nicolas
--- Original Message ---
Le vendredi 10 juin 2022 à 4:50 PM, a écrit :
> From: Nicolas Iooss nicolas.iooss+ub...@ledger.fr
>
Hey,
As part of migrating more CONFIG symbols to Kconfig, I ran in to
drivers/usb/host/ohci-at91.c not being migrated to DM yet. As the
symbols weren't migrated yet, that the deadline for this driver
migration was v2019.07 and otherwise enforced in v2021.07 is probably a
bit of a surprise here.
Hey,
As part of migrating more CONFIG symbols to Kconfig, I ran in to
drivers/usb/host/ohci-lpc32xx.c not being migrated to DM yet. As the
symbols weren't migrated yet, that the deadline for this driver
migration was v2019.07 and otherwise enforced in v2021.07 is probably a
bit of a surprise here
Hi Giulio,
On Sat, Jun 18, 2022 at 11:32 AM Giulio Benetti
wrote:
> This is due to missing DCACHE function mmu_set_region_dcache_behaviour()
> there is only an empty stub for it and so in the case of i.MXRT1050 when
> using mxsfb.c, that calls that function, I've preferred to disable
> until one
On Tue, Jun 21, 2022 at 6:06 AM Fabio Estevam wrote:
>
> Hi Heiko,
>
> On Tue, Jun 21, 2022 at 4:06 AM Heiko Thiery wrote:
>
> > > I think the way to sync dts is to choose one linux release RC to sync.
> > > not just sync partial.
> >
> > It is not partial .. I just wanted to show what changes ar
On Tue, Jun 21, 2022 at 12:21 AM Vladimir Oltean
wrote:
>
> On Mon, Jun 20, 2022 at 04:37:45PM -0700, Tim Harvey wrote:
> > On Mon, Jun 20, 2022 at 4:58 AM Vladimir Oltean
> > wrote:
> > >
> > > On Mon, May 23, 2022 at 11:25:48AM -0700, Tim Harvey wrote:
> > > > +/* bind and probe the switch mdio
On Mon, Jun 20, 2022 at 4:42 AM Vladimir Oltean wrote:
>
> On Mon, May 23, 2022 at 11:25:49AM -0700, Tim Harvey wrote:
> > Add MV88E61XX DSA support:
> > - update dt: U-Boot dsa driver requires different device-tree syntax
> >than the linux driver in order to link the dsa ports to the mdio bu
Dead u-boot community,
The Open-Source Firmware Conference is *the* biggest conference
worldwide around open-source firmware. We would like to invite all of
you to be part of the OSFC this year again. For this year's OSFC, we
will move to Sweden, Gothenburg from September 19th until the 21st.
From: Andrea Scian
mxs_nand_command() implementation assume that it's working with a
LP NAND, which is a common case nowadays and thus uses two bytes
for column address.
However this is wrong for NAND_CMD_READID and NAND_CMD_PARAM, which
expects only one byte of column address, even for LP NANDs
On 13/06/2022 09:13, Peng Fan (OSS) wrote:
> From: Peng Fan
>
> Use BINMAN to generate flash.bin
>
> Signed-off-by: Peng Fan
> ---
>
> Based on
> https://patchwork.ozlabs.org/project/uboot/cover/20220611132035.32698-1-peng@oss.nxp.com/
>
> V2:
> Typo correct
>
> arch/arm/dts/imx93-11
Anytime a new revision of a chip is produced, Texas Instruments
will increment the 4 bit VARIANT section of the CTRLMMR_WKUP_JTAGID
register by one. Typically this will be decoded as SR1.0 -> SR2.0 ...
however a few TI SoCs do not follow this convention.
Rather than defining a revision string arra
46 matches
Mail list logo