On Tuesday 08 November 2022 07:56:59 Peng Fan wrote:
> > Subject: Re: [PATCH 01/11] imx: implement get_effective_memsize
> >
> > On Tuesday 08 November 2022 09:38:01 Peng Fan wrote:
> > > On 11/7/2022 3:55 PM, Pali Rohár wrote:
> > > > On Monday 07 November 2022 16:00:06 Peng Fan (OSS) wrote:
> >
From: Max Krummenacher
With CONFIG_LTO enabled the current way of extracting the
configured environment no longer works, i.e. the object file
content changes due to LTO.
Build a host tool which prints the configured environment instead
of using objcopy and friends to achive the same.
The code
From: Max Krummenacher
With LTO enabled the U-Boot initial environment is no longer stored
in an easy accessible section in env/common.o. I.e. the section name
changes from build to build, its content maybe compressed and it is
annotated with additional data.
Drop trying to read the initial env
This function is only used within this module, so it is no longer
necessary to use EXPORT_SYMBOL_GPL().
This patch parallels the work done in the following patch:
https://lore.kernel.org/linux-mtd/20221018170205.1733958-1-dario.binac...@amarulasolutions.com
Signed-off-by: Dario Binacchi
---
d
On Tue, Nov 8, 2022 at 10:07 AM Dario Binacchi
wrote:
>
> This function is only used within this module, so it is no longer
> necessary to use EXPORT_SYMBOL_GPL().
>
> This patch parallels the work done in the following patch:
> https://lore.kernel.org/linux-mtd/20221018170205.1733958-1-dario.bina
Hi Roger
On Fri, Nov 4, 2022 at 2:27 PM Roger Quadros wrote:
>
> Hi,
>
> On 11/10/2022 14:49, Roger Quadros wrote:
> > Hi,
> >
> > This series adds driver model support for rawnand: omap_gpmc
> > and omap_elm drivers.
> >
> > This will enable the driver to be used on K2/K3 platforms as well.
>
>
Hi Fabio,
gave it another round, and discussed it with Grygorii - he pointed out that it
would be better to do the "fifo empty" or even better "byte sent" checks in
"our" code instead of adding more complexity to the serial_mxc for handling a
buffer/TXFIFO to be properly flushed prior to each
Dear NXP LX2160 developers!
With commit 94633c36f9eb ("net: Make DM_ETH be selected by NETDEVICE")
DM_ETH is now mandatory. And net/eth_legacy.c is not compiled anymore.
Resulting in board_eth_init() not being called anymore. On NXP LX2160
platforms (and some other NXP platforms as well), this fu
On Mon, Oct 24, 2022 at 03:07:35PM +0300, Ilias Apalodimas wrote:
> Hi Abdellatif,
>
> On Thu, Oct 13, 2022 at 11:38:49AM +0100, Abdellatif El Khlifi wrote:
> > convert big endian UUID string to little endian buffer
>
> You don't really need the be_ suffix on the declaration, endianness doesn't
On Mon, Oct 24, 2022 at 03:08:53PM +0300, Ilias Apalodimas wrote:
> On Thu, Oct 13, 2022 at 11:38:51AM +0100, Abdellatif El Khlifi wrote:
> > unmap RX/TX buffers at ExitBootServices()
> >
> > Unmapping the RX/TX buffers created by u-boot is needed before EFI
> > runtime.
> >
> > At EFI runtime th
On Mon, Oct 24, 2022 at 03:10:09PM +0300, Ilias Apalodimas wrote:
> Hi Abdellatif
> On Thu, Oct 13, 2022 at 11:38:54AM +0100, Abdellatif El Khlifi wrote:
> > Add functional test cases for the FF-A core driver
> >
> > These tests rely on the FF-A Sandbox driver which helps in
> > inspecting the FF
On Mon, Oct 24, 2022 at 03:30:11PM +0300, Ilias Apalodimas wrote:
> Hi Abdellatif,
>
> [...]
>
> >
> > #include
> > @@ -15,6 +17,36 @@
> > #include
> > #include
> >
> > +#if (IS_ENABLED(CONFIG_ARM_FFA_TRANSPORT))
> > +
> > +#include
> > +#include
> > +#include
> > +
> > +#ifndef FFA_
On Mon, Oct 24, 2022 at 03:13:08PM +0300, Ilias Apalodimas wrote:
> On Thu, Oct 13, 2022 at 11:38:57AM +0100, Abdellatif El Khlifi wrote:
> > turn on EFI MM communication
> >
> > On corstone1000 platform MM communication between u-boot
> > and the secure world (Optee) is done using the FF-A bus.
>
On Mon, Oct 24, 2022 at 04:19:18PM +0200, Jens Wiklander wrote:
> On Thu, Oct 13, 2022 at 11:38:48AM +0100, Abdellatif El Khlifi wrote:
> > add support for x0-x17 registers used by the SMC calls
> >
> > In SMCCC v1.2 [1] arguments are passed in registers x1-x17.
> > Results are returned in x0-x17.
On Tue, Oct 25, 2022 at 11:31:11AM +0200, Jens Wiklander wrote:
> On Thu, Oct 13, 2022 at 11:38:50AM +0100, Abdellatif El Khlifi wrote:
> > Add the core driver implementing Arm Firmware Framework for Armv8-A v1.0
> >
> > The Firmware Framework for Arm A-profile processors (FF-A v1.0) [1]
> > descr
From: Fabio Estevam
This reverts commit c7878a0483c59c48a730123bc0f4659fd40921bf.
Since commit c7878a0483c5 ("serial: mxc: have putc use the TXFIFO"),
serial console corruption can be seen when priting inside board_init().
Revert it to avoid the regression.
Reported-by: Tim Harvey
Signed-off
On Mon, 2022-09-26 at 10:31 +0200, Matthias Schiffer wrote:
> The e10133 workaround was broken in two places:
>
> - The code intended to temporarily mask all interrupts in GPC_IMRx_CORE0.
> While the old register values were saved, the actual masking was
> missing.
> - imx_udelay() expects the
Hi Johannes,
On Tue, Nov 8, 2022 at 6:37 AM SCHNEIDER Johannes
wrote:
> gave it another round, and discussed it with Grygorii - he pointed out that
> it would be better to do the "fifo empty" or even better "byte sent" checks
> in "our" code instead of adding more complexity to the serial_mxc
Hi Tom,
We are getting a build failure in the u-boot-imx master-next branch
and we are not sure where it is coming from:
https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/525317
The i.MX boards are built, but at the end, the following error is seen:
ERROR: Job failed: exit code 100
Wo
On Tue, Nov 08, 2022 at 09:00:21AM -0300, Fabio Estevam wrote:
> Hi Tom,
>
> We are getting a build failure in the u-boot-imx master-next branch
> and we are not sure where it is coming from:
>
> https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/525317
>
> The i.MX boards are built, but
Convert the buildman documentation to rST format and include it in the
'build' section.
Signed-off-by: Simon Glass
---
(no changes since v3)
Changes in v3:
- Add new patch to convert documentation to rST
doc/build/buildman.rst |1 +
doc/build/index.rst |1 +
tools/buildma
From: Fabien Parent
Add mt8195-demo board support.
This demo purpose board uses MediaTek's MT8195 SoC.
Signed-off-by: Fabien Parent
Signed-off-by: Amjad Ouled-Ameur
Signed-off-by: Macpaul Lin
---
MAINTAINERS | 1 +
arch/arm/dts/Makefile | 1 +
arch/a
From: Fabien Parent
The MediaTek MT8195 is a ARM64-based SoC with a quad-core Cortex-A73 and
a quad-core Cortex-A53. It is including UART, SPI, USB3.0 device and hosts,
SD and MMC cards, UFS, PWM, I2C, I2S, S/PDIF, and several LPDDR3
and LPDDR4 options.
Signed-off-by: Fabien Parent
Signed-off-b
Hi Miquel,
>
> Hi Leo,
>
> liangyany...@gmail.com wrote on Wed, 2 Nov 2022 14:14:30 +0800:
>
> > This patch bypasses the limitation of length for read operations
> > in MTD test module. Thus, the total length of a read operation
> > can be passed down to the continuous read operation in SPI NAND
Hi Abdellatif,
On Mon, Nov 07, 2022 at 07:20:47PM +, Abdellatif El Khlifi wrote:
> convert UUID string to little endian binary data
>
> Signed-off-by: Abdellatif El Khlifi
> Cc: Tom Rini
> Cc: Simon Glass
> Cc: Ilias Apalodimas
> Cc: Jens Wiklander
>
> ---
>
> Changelog:
>
On Mon, Nov 07, 2022 at 10:55:46AM +0100, Heinrich Schuchardt wrote:
> HSS 2022.10 provides support for resetting the board.
It's actually v2022.09 that added support for reset. I don't think that
that is important to correct though, since v2022.10 is the version we
are updating the dt in U-Boot t
On 11/8/22 09:16, Conor Dooley wrote:
On Mon, Nov 07, 2022 at 10:55:46AM +0100, Heinrich Schuchardt wrote:
HSS 2022.10 provides support for resetting the board.
It's actually v2022.09 that added support for reset. I don't think that
that is important to correct though, since v2022.10 is the ve
Hi Tom,
On Tue, Nov 8, 2022 at 9:56 AM Tom Rini wrote:
> The problem is with msc_sm2s_imx8mp. I figured this out by running a
> ./tools/moveconfig.py -s and waiting to see what got stuck and reading
> the resulting /tmp/tmp.../.config file.
That's good information. Thanks for narrowing it down
On Tue, Nov 08, 2022 at 11:31:51AM -0300, Fabio Estevam wrote:
> Hi Tom,
>
> On Tue, Nov 8, 2022 at 9:56 AM Tom Rini wrote:
>
> > The problem is with msc_sm2s_imx8mp. I figured this out by running a
> > ./tools/moveconfig.py -s and waiting to see what got stuck and reading
> > the resulting /tmp
Hi Tom,
On Tue, Nov 8, 2022 at 11:34 AM Tom Rini wrote:
> Yes, it's CONFIG_SYS_TEXT_BASE -> CONFIG_TEXT BASE and I found that just
> by doing 'make msc_sm2s_imx8mp_config oldconfig' :)
Excellent, thanks for the help!
On 11/8/22 15:16, Conor Dooley wrote:
On Mon, Nov 07, 2022 at 10:55:46AM +0100, Heinrich Schuchardt wrote:
HSS 2022.10 provides support for resetting the board.
It's actually v2022.09 that added support for reset. I don't think that
that is important to correct though, since v2022.10 is the ve
From: Fabio Estevam
The conversion to CONFIG_TEXT_BASE was missed here.
Convert it to fix a build error in CI.
Signed-off-by: Fabio Estevam
---
Stefano,
This is against u-boot-imx, master-next branch.
If you prefer to squash with the original commit, feel free to do it.
configs/msc_sm2s_im
On Tue, Nov 08, 2022 at 09:23:19AM -0500, Sean Anderson wrote:
> On 11/8/22 09:16, Conor Dooley wrote:
> > > +CONFIG_SYSRESET_SBI=y
> >
> > I took a look at the config option, but something seemed odd to me. It
> > says "depends on SBI_V02" but the help text says "version 0.3". I see
> > there's n
Hi Tom,
On 08.11.22 15:36, Fabio Estevam wrote:
Hi Tom,
On Tue, Nov 8, 2022 at 11:34 AM Tom Rini wrote:
Yes, it's CONFIG_SYS_TEXT_BASE -> CONFIG_TEXT BASE and I found that just
by doing 'make msc_sm2s_imx8mp_config oldconfig' :)
Excellent, thanks for the help!
Many thanks, we were puzzle
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/14049
The following changes since commit 88bd8ee106591eb900561715c44ad04441afc0e3:
Prepare v2023.01-rc1 (2022-11-07 15:27:03 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-7
Hi Fabio,
On 08.11.22 15:42, Fabio Estevam wrote:
From: Fabio Estevam
The conversion to CONFIG_TEXT_BASE was missed here.
Convert it to fix a build error in CI.
Signed-off-by: Fabio Estevam
---
Stefano,
This is against u-boot-imx, master-next branch.
If you prefer to squash with the origi
Describe that CONFIG_SBI_V02=y does not mean SBI specification v0.2
but v0.2 or later.
Signed-off-by: Heinrich Schuchardt
---
arch/riscv/Kconfig | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 4d64e9be3f..ebc4bef220
Hi Heinrich,
On Tue, Nov 8, 2022 at 10:53 PM Heinrich Schuchardt
wrote:
>
> Describe that CONFIG_SBI_V02=y does not mean SBI specification v0.2
> but v0.2 or later.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> arch/riscv/Kconfig | 14 +++---
> 1 file changed, 7 insertions(+), 7 deleti
On 11/8/22 16:05, Bin Meng wrote:
Hi Heinrich,
On Tue, Nov 8, 2022 at 10:53 PM Heinrich Schuchardt
wrote:
Describe that CONFIG_SBI_V02=y does not mean SBI specification v0.2
but v0.2 or later.
Signed-off-by: Heinrich Schuchardt
---
arch/riscv/Kconfig | 14 +++---
1 file changed,
On Tue, Nov 8, 2022 at 11:13 PM Heinrich Schuchardt
wrote:
>
> On 11/8/22 16:05, Bin Meng wrote:
> > Hi Heinrich,
> >
> > On Tue, Nov 8, 2022 at 10:53 PM Heinrich Schuchardt
> > wrote:
> >>
> >> Describe that CONFIG_SBI_V02=y does not mean SBI specification v0.2
> >> but v0.2 or later.
> >>
> >>
On Sun, Nov 06, 2022 at 02:52:56AM +0100, Andrey VOLKOV wrote:
> Hi Robert, Tom,
>
> Updated patches are following, could you review/accept them?
>
> Le 04/11/2022 à 12:05, Robert Marko a écrit :
> > On Tue, Oct 25, 2022 at 3:31 AM Andrey Volkov wrote:
> >> SoC: qcom: Add missing Qualcomm's SOCs
On Mon, Nov 07, 2022 at 08:28:42AM -0700, Simon Glass wrote:
> Hi Patrick,
>
> On Mon, 7 Nov 2022 at 05:32, Patrick DELAUNAY
> wrote:
> >
> > Hi,
> >
> > On 11/1/22 20:20, Francis Laniel wrote:
> > > For the moment, the menu contains only entry: HUSH_OLD_PARSER which is the
> > > default.
> > > T
On Tue, Nov 8, 2022 at 4:20 PM Tom Rini wrote:
>
> On Sun, Nov 06, 2022 at 02:52:56AM +0100, Andrey VOLKOV wrote:
> > Hi Robert, Tom,
> >
> > Updated patches are following, could you review/accept them?
> >
> > Le 04/11/2022 à 12:05, Robert Marko a écrit :
> > > On Tue, Oct 25, 2022 at 3:31 AM And
On Sun, Nov 6, 2022 at 2:53 AM Andrey VOLKOV wrote:
>
> Signed-off-by: Andrey VOLKOV
> ---
> arch/arm/Kconfig | 19 +-
> arch/arm/Makefile | 1 -
> arch/arm/mach-ipq40xx/Kconfig | 15 --
> arch/arm/mach-ipq40xx/Makefile
On Tue, Nov 08, 2022 at 04:23:16PM +0100, Robert Marko wrote:
> On Tue, Nov 8, 2022 at 4:20 PM Tom Rini wrote:
> >
> > On Sun, Nov 06, 2022 at 02:52:56AM +0100, Andrey VOLKOV wrote:
> > > Hi Robert, Tom,
> > >
> > > Updated patches are following, could you review/accept them?
> > >
> > > Le 04/11/
On Tue, 2022-11-08 at 15:50 +0100, Stefano Babic wrote:
> Hi Fabio,
>
> On 08.11.22 15:42, Fabio Estevam wrote:
> > From: Fabio Estevam
> >
> > The conversion to CONFIG_TEXT_BASE was missed here.
> >
> > Convert it to fix a build error in CI.
> >
> > Signed-off-by: Fabio Estevam
> > ---
> > S
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Signed-off-by: Marcel Ziswiler
> Tested-By: Tim Harvey #imx8m{m,n,p}-venice-*
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
D
> The IMX8M based Venice boards all have device-tree fec nodes that
> use proper dt with a phy-handle pointing to a phy with reg assigned
> to the proper phy address.
> There is no need to keep using the CONFIG_FEC_MXC_PHYADDR hack when
> a proper dt is used - remove it.
> This was previously done
> remove unused ifdef left behind after commit ca3369df71d8
> ("configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE")
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software En
> There are a few functions which are not essential for use in
> SPL, but they take up enough space to make other preferred
> features not fit. Remove the extras.
> Signed-off-by: Adam Ford
> Reviewed-by: Fabio Estevam
> diff --git a/board/beacon/imx8mm/spl.c b/board/beacon/imx8mm/spl.c
> index
> The i.MX8MP also has USDHC3, allow access to the relvant base address
> definition.
> Signed-off-by: Martyn Welch
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, M
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Signed-off-by: Marcel Ziswiler
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Dir
> The downstream U-Boot distributed by Beacon stores the environment
> in the eMMC and the end of partition 2. This allow the environment
> to stay on the SOM regardless of the boot source.
> Signed-off-by: Adam Ford
> Reviewed-by: Fabio Estevam
> diff --git a/configs/imx8mm_beacon_defconfig b/c
> Enable insertion of version variable into U-Boot environment on DHSOM,
> to make it possible to check U-Boot version e.g. in U-Boot scripts.
> Signed-off-by: Marek Vasut
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
> Move the majority of the environment from the board headers to
> a separate text file.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH,
> If the bd718x7 is required, but PMIC_CHILDREN is disabled, this
> driver throws a compile error. Fix this by putting the function
> to bind children into an if-statement checking for PMIC_CHILDREN.
> Allowing PMIC_CHILDREN to be disabled in SPL saves some space and
> still permits some read/writ
> The imx8mn_beacon board does not use the same memory map as the reference
> design from NXP or other imx8mn boards. As such, memory is more limited
> in SPL.
> Moving SPL_BSS_START_ADDR and SPL_STACK to default locations increases
> the amount of available meory for the SPL stack. Doing this al
> Fix typo in the include header protection.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Signed-off-by: Marcel Ziswiler
> Tested-By: Tim Harvey #imx8m{m,n,p}-venice-*
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
D
> From: Marcel Ziswiler
> Migrate to using automatic build system included -u-boot.dtsi device
> tree include files.
> Signed-off-by: Marcel Ziswiler
> Reviewed-by: Giulio Benetti
> Tested-by: Giulio Benetti
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Note: Nowadays, the intent is for them regular device trees to just be
> synchronised from them Linux kernel device trees and any and all U-Boot
> specific changes need to go into the -u-boot.dtsi device tree include
> files
> The DDR is configured for LPDDR4 running at 1.6GHz which requires
> the voltage on the PMIC to rise a bit before initializing LPDDR4
> or it will be running out of spec.
> Signed-off-by: Adam Ford
> Reviewed-by: Fabio Estevam
> Reviewed-by: Peng Fan
> diff --git a/board/beacon/imx8mn/spl.c b/b
> Add support for the rn5t568 PMIC to the rn5t567 driver.
> Signed-off-by: Martyn Welch
> Reviewed-by: Jaehoon Chung
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH,
> In order to boot over USB, the device tree needs to enable
> a few extra nodes in SPL. Since the USB driver has the
> ability to detect host/device, the dr_mode can be removed
> from the device tree since it needs to act as a device when
> booting and OTG is the default mode. Add USB boot suppo
> commit 0543a1ed2787 ("imx8m: fixup thermal trips") moved updating the
> thermal trip points to all IMX8M so we can remove it from our board
> specific dt config.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Signed-off-by: Marcel Ziswiler
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Dir
> This enables armv8 crypto extension usage for SHA1/SHA256.
> Which speed up sha1/sha256 operations, about 10x faster with
> a imx8mm evk for a 20MiB kernel hash verification (12ms vs 165ms).
> Signed-off-by: Loic Poulain
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Signed-off-by: Marcel Ziswiler
> Tested-By: Tim Harvey #imx8m{m,n,p}-venice-*
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
D
> disable network autoload
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Ki
> From: Marcel Ziswiler
> Synchronise device tree with linux v6.1-rc3.
> Signed-off-by: Marcel Ziswiler
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Dir
> From: Martyn Welch
> The support added later in this series tweaks the PMIC voltages in the
> SPL. Enable support for the rn5t567 in SPL builds to allow this to be done
> cleanly.
> Signed-off-by: Martyn Welch
> Reviewed-by: Simon Glass
> Reviewed-by: Jaehoon Chung
Applied to u-boot-imx, mast
Hi Fabio, Oliver,
On 04.11.22 17:31, Fabio Estevam wrote:
Hi Oliver,
On Fri, Nov 4, 2022 at 12:19 PM Oliver Graute
wrote:
This patchsets switches the remaining imx8 boards to binman.
Oliver Graute (8):
imx: imx8qm-rom7720: switch to binman
imx: imx8qm: cgtqmx8: switch to binman
imx
> The i.MX8MP SoC contains 2 more i2c buses. Add support for the
> configuration of these buses.
> Signed-off-by: Martyn Welch
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering G
> The e10133 workaround was broken in two places:
> - The code intended to temporarily mask all interrupts in GPC_IMRx_CORE0.
> While the old register values were saved, the actual masking was
> missing.
> - imx_udelay() expects the system counter to run at its base frequency,
> but the syste
> Add support for the MSC SM2S-IMX8PLUS SMARC Module. Tested in conjunction
> with the MSC SM2-MB-EP1 Mini-ITX Carrier Board.
> Signed-off-by: Martyn Welch
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
> Add the needed DT overrides to enable UART in SPL.
> Cc: Fabio Estevam
> Signed-off-by: Baruch Siach
> Tested-by: Tom Rini
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
===
> To properly operate the Nano with LPDDR4 at 1.6GHz, the
> voltage needs to be adjusted before DDR is initialized.
> Enable the PMIC in SPL to do this.
> Signed-off-by: Adam Ford
> Reviewed-by: Fabio Estevam
> Reviewed-by: Peng Fan
> diff --git a/configs/imx8mn_beacon_2g_defconfig
> b/configs/
On Tue, Nov 08, 2022 at 07:44:29AM -0700, Simon Glass wrote:
> Hi Tom,
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/14049
>
>
> The following changes since commit 88bd8ee106591eb900561715c44ad04441afc0e3:
>
> Prepare v2023.01-rc1 (2022-11-07 15:27:03 -0500)
>
> are ava
On Tuesday 08 November 2022 09:52:22 Max Krummenacher wrote:
> From: Max Krummenacher
>
> With LTO enabled the U-Boot initial environment is no longer stored
> in an easy accessible section in env/common.o. I.e. the section name
> changes from build to build, its content maybe compressed and it i
On Tue, Nov 1, 2022 at 10:13 PM Simon Glass wrote:
>
> U-Boot has some particular challenges with device tree and devices:
>
> - U-Boot has multiple build phases, such as a Secondary Program Loader
> (SPL) phase which typically runs in a pre-SDRAM environment where code
> and data space are li
Hi everybody,
I have a question regarding changing the eMMC boot partition size.
According the the JEDEC eMMC spec it is read-only (BOOT_SIZE_MULT
register).
But we still have mmc_boot_partition_size_change() in
drivers/mmc/mmc_boot.c. It contains the comment
/* Only use this command for raw EMM
On Tue, Nov 08, 2022 at 06:34:18PM +0100, Philip Oberfichtner wrote:
> Hi everybody,
>
> I have a question regarding changing the eMMC boot partition size.
> According the the JEDEC eMMC spec it is read-only (BOOT_SIZE_MULT
> register).
>
> But we still have mmc_boot_partition_size_change() in
>
Hi,
On Tue, 8 Nov 2022 at 08:21, Tom Rini wrote:
>
> On Mon, Nov 07, 2022 at 08:28:42AM -0700, Simon Glass wrote:
> > Hi Patrick,
> >
> > On Mon, 7 Nov 2022 at 05:32, Patrick DELAUNAY
> > wrote:
> > >
> > > Hi,
> > >
> > > On 11/1/22 20:20, Francis Laniel wrote:
> > > > For the moment, the menu
On Mon, 7 Nov 2022 at 23:17, Ying-Chun Liu (PaulLiu)
wrote:
>
> From: "Ying-Chun Liu (PaulLiu)"
>
> Simulate a TCP HTTP server's response for testing wget command.
>
> Signed-off-by: Ying-Chun Liu (PaulLiu)
> Cc: Christian Gmeiner
> Cc: Joe Hershberger
> Cc: Michal Simek
> Cc: Ramon Fried
>
On Mon, 7 Nov 2022 at 23:17, Ying-Chun Liu (PaulLiu)
wrote:
>
> From: "Ying-Chun Liu (PaulLiu)"
>
> Add documentation for the wget command.
>
> Signed-off-by: Ying-Chun Liu (PaulLiu)
> Cc: Christian Gmeiner
> Cc: Joe Hershberger
> Cc: Michal Simek
> Cc: Ramon Fried
> Cc: Simon Glass
> ---
>
On 11/8/22 01:17, Ying-Chun Liu (PaulLiu) wrote:
> From: "Ying-Chun Liu (PaulLiu)"
>
> This commit adds a simple wget command that can download files
> from http server.
>
> The command syntax is
> wget ${loadaddr}
>
> Signed-off-by: Duncan Hare
> Signed-off-by: Ying-Chun Liu (PaulLiu)
> Rev
On November 4, 2022 thus sayeth Tom Rini:
> On Thu, Nov 03, 2022 at 07:13:51PM -0500, Bryan Brattlof wrote:
>
> > Introduce the basic am62a7 SoC dtbs from the linux kernel along with the
> > new am62a specific pinmux definition that we will use to generate the
> > dtbs for the u-boot-spl and u-bo
On November 4, 2022 thus sayeth Andrew Davis:
> On 11/4/22 8:08 AM, Tom Rini wrote:
> > On Fri, Nov 04, 2022 at 11:49:39AM +, Peter Robinson wrote:
> > > Hi Bryan,
> > >
> > > > This series will introduce basic support (SD and UART) support for Texas
> > > > Instruments AM62Ax SK EVM.
> > > >
Hi Oliver and Stefano,
On Tue, Nov 8, 2022 at 1:43 PM Stefano Babic wrote:
> I have tried to merge the series, but I get build errors, see:
>
> https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/519510
>
> Could you take a look ?
One problem I noticed is the missing CONFIG_TEXT_BASE con
Also verify transfer directions match what is expected for the operation
type. Addresses memory corruption and disclosure vulnerability
CVE-2022-2347.
Signed-off-by: Sultan Qasim Khan
---
drivers/usb/gadget/f_dfu.c | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --g
Hi Sultan,
On Tue, Nov 8, 2022 at 9:22 PM Sultan Qasim Khan wrote:
>
> Also verify transfer directions match what is expected for the operation
> type. Addresses memory corruption and disclosure vulnerability
> CVE-2022-2347.
>
> Signed-off-by: Sultan Qasim Khan
There was a submission already t
Hi Fabio,
Ah, sorry I missed that. This was on my todo list to patch as when I looked
last week I didn’t see any patch for it. That patch you linked should also work
to solve the issue.
Best regards,
Sultan Qasim Khan
> On Nov 8, 2022, at 7:56 PM, Fabio Estevam wrote:
>
> Hi Sultan,
>
> On
On 11/8/2022 4:03 PM, Pali Rohár wrote:
On Tuesday 08 November 2022 07:56:59 Peng Fan wrote:
Subject: Re: [PATCH 01/11] imx: implement get_effective_memsize
On Tuesday 08 November 2022 09:38:01 Peng Fan wrote:
On 11/7/2022 3:55 PM, Pali Rohár wrote:
On Monday 07 November 2022 16:00:06 Peng
On Tue, 2022-11-08 at 11:21 +0800, Macpaul Lin wrote:
> From: Fabien Parent
>
> The MediaTek MT8195 is a ARM64-based SoC with a quad-core Cortex-A73
> and
> a quad-core Cortex-A53. It is including UART, SPI, USB3.0 device and
> hosts,
> SD and MMC cards, UFS, PWM, I2C, I2S, S/PDIF, and several LP
On 2022/11/9 05:03, Sean Anderson wrote:
On 11/8/22 01:17, Ying-Chun Liu (PaulLiu) wrote:
From: "Ying-Chun Liu (PaulLiu)"
This commit adds a simple wget command that can download files
from http server.
The command syntax is
wget ${loadaddr}
Signed-off-by: Duncan Hare
Signed-off-by: Yin
eficonfig_select_file_handler() is commonly used to select the
file. eficonfig_display_select_file_option() intends to add the
additional menu mainly to clear the selected file information.
eficonfig_display_select_file_option() is not necessary for the
file selection process, so it should be outsi
This series adds the UEFI Secure Boot key maintenance interface
to the eficonfig command.
User can enroll and delete the PK, KEK, db and dbx.
Source code can be cloned with:
$ git clone https://git.linaro.org/people/masahisa.kojima/u-boot.git -b
kojima/eficonfig_sbkey_v6
Masahisa Kojima (5):
e
This commit exposes the eficonfig menu entry append function.
Signed-off-by: Masahisa Kojima
---
No change since v2
newly created in v2
cmd/eficonfig.c | 32 +---
include/efi_config.h | 5 +
2 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/
This commit refactors change boot order implementation
to use 'eficonfig_entry' structure.
Signed-off-by: Masahisa Kojima
---
No update since v5
Changes in v5:
- remove direct access mode
newly created in v4
cmd/eficonfig.c | 129 +---
1 file change
This commit adds the menu-driven UEFI Secure Boot Key
enrollment interface. User can enroll the PK, KEK, db
and dbx by selecting EFI Signature Lists file.
After the PK is enrolled, UEFI Secure Boot is enabled and
EFI Signature Lists file must be signed by KEK or PK.
Signed-off-by: Masahisa Kojima
1 - 100 of 112 matches
Mail list logo