Kojima-san,
On Wed, Mar 01, 2023 at 06:15:18PM +0900, Masahisa Kojima wrote:
> Firmware version management is not implemented in the current
> FMP implementation. This series aims to add the versioning support
> in FMP.
I think that you need to think of A/B update case, especially
when a capsule
On Wed, Feb 22, 2023 at 09:34:25AM -0700, Simon Glass wrote:
> At present we compile commands into U-Boot SPL even though they cannot
> be used. This wastes space. Adjust the condition to avoid this.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Descrip
On Wed, Feb 22, 2023 at 09:34:24AM -0700, Simon Glass wrote:
> The conditions in this code do not align when doing an SPL build with
> split config. Use __maybe_unused to avoid needing to be so explicit.
>
> Of course a better solution would be to refactor all of this to avoid
> using #ifdef.
>
On Wed, Feb 22, 2023 at 09:34:23AM -0700, Simon Glass wrote:
> We should enable pmic in SPL since it is used.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:22AM -0700, Simon Glass wrote:
> Some options should be enabled which are missing. Fix this.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:21AM -0700, Simon Glass wrote:
> This is used in some x86 code, so add a symbol for it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:20AM -0700, Simon Glass wrote:
> Add options for this since they are needed by P1020RDB-PC_NAND.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:18AM -0700, Simon Glass wrote:
> Add a new SPL_PHY_ATHEROS to avoid a build error on am335x_evm with split
> config.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Ramon Fried
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:17AM -0700, Simon Glass wrote:
> This causes a build failure on mx6cuboxi with split config, since CMD_SATA
> shows up as enabled in SPl (because there is no SPL_CMD_SATA).
>
> The condition is wrong anyway, so change it to use SATA instead.
>
> Signed-off-by: Simon
On Wed, Feb 22, 2023 at 09:34:16AM -0700, Simon Glass wrote:
> This is used by ls1021atwr_sdcard_ifc_SECURE_BOOT with split config, but
> is not needed anymore, since Ethernet migration is complete. Drop it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
On Wed, Feb 22, 2023 at 09:34:14AM -0700, Simon Glass wrote:
> We can use this feature in VPL, so add some options for it. Also fix a
> typo in the SPL help while we are here.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:12AM -0700, Simon Glass wrote:
> This is pretty messy at present since it relies on a SPL_SANDBOX option
> that does not exist. Use the normal options instead, so that it will work
> with split config.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
On Wed, Feb 22, 2023 at 09:34:11AM -0700, Simon Glass wrote:
> This is selected by PARTITION_UUIDS which has a separate option for SPL.
> Add an SPL option for LIB_UUID also, so that we can keep them consistent.
>
> Also add one for PARTITION_TYPE_GUID to avoid a build error in part_efi.c
> which
On Wed, Feb 22, 2023 at 09:34:05AM -0700, Simon Glass wrote:
> Avoid using CONFIG_SANDBOX_VPL since we have a generic option which works
> just as well.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:06AM -0700, Simon Glass wrote:
> At present we enable the sandbox I2C driver for all builds. Add a separate
> Kconfig option to control this, so that it can be disabled in TPL, where
> it is not needed.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Heiko Schocher
On Wed, Feb 22, 2023 at 09:34:04AM -0700, Simon Glass wrote:
> At present we enable the sandbox RTC driver for all builds. Add a separate
> Kconfig option to control this, so that it can be disabled in TPL, where
> it is not needed.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
On Wed, Feb 22, 2023 at 09:34:03AM -0700, Simon Glass wrote:
> This should be checking for any SPL build. Drop the use of SPL_TPL_ since
> it is not necessary and will not work with split config.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description
On Wed, Feb 22, 2023 at 09:34:01AM -0700, Simon Glass wrote:
> Add these options so these algorithms can be used in VPL.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:34:00AM -0700, Simon Glass wrote:
> Add an option to put the VPL environment nowhere (not in storage).
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:58AM -0700, Simon Glass wrote:
> Correct a 'VPL' typo in the Kconfig.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:57AM -0700, Simon Glass wrote:
> Add options to enable events in SPL. This is mostly so the code can be
> excluded from SPL builds.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:56AM -0700, Simon Glass wrote:
> Allow this to get larger to accommodate more test code with LTO disabled.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:54AM -0700, Simon Glass wrote:
> This is implicitly used in the source and seems useful, so add it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:53AM -0700, Simon Glass wrote:
> This converts 1 usage of this option to the non-SPL form, since there is
> no SPL_DM_RNG defined in Kconfig
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:52AM -0700, Simon Glass wrote:
> Allow this to be enabled separately in U-Boot proper and in SPL, since
> it is not needed in SPL.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:51AM -0700, Simon Glass wrote:
> This converts 3 usages of this option to the non-SPL form, since there is
> no SPL_PHY_FIXED defined in Kconfig
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:50AM -0700, Simon Glass wrote:
> This converts 1 usage of this option to the non-SPL form, since there is
> no SPL_PG_WCOM_UBOOT_UPDATE_SUPPORTED defined in Kconfig
>
> Signed-off-by: Simon Glass
> Aleksandar Gerasimovski
Applied to u-boot/next, thanks!
--
Tom
On Wed, Feb 22, 2023 at 09:33:49AM -0700, Simon Glass wrote:
> This converts 3 usages of this option to the non-SPL form, since there is
> no SPL_MULTIPLEXER defined in Kconfig
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Descr
On Wed, Feb 22, 2023 at 09:33:48AM -0700, Simon Glass wrote:
> This converts 2 usages of this option to the non-SPL form, since there is
> no SPL_DISPLAY_AER_FULL defined in Kconfig
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signatur
On Wed, Feb 22, 2023 at 09:33:46AM -0700, Simon Glass wrote:
> Move this Makefile line into the non-SPL area so we don't have to repy
> on the SPL_TPL_ macro.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:44AM -0700, Simon Glass wrote:
> This is not used. Drop the driver and Kconfig option.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:43AM -0700, Simon Glass wrote:
> This option does not exist, so the Makefile rule does nothing. Drop it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 22, 2023 at 09:33:42AM -0700, Simon Glass wrote:
> This is not used since time out of mind.
>
> Drop the driver and Kconfig option.
>
> Signed-off-by: Simon Glass
> Acked-by: Michael Trimarchi
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Feb 15, 2023 at 10:36:55PM -0500, Tom Rini wrote:
> We don't need to provide an empty arch_misc_init function here, we can
> just not enable the hook.
>
> Cc: Stefan Bosch
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
> Reviewed-by: Minkyu Kang
Applied to u-boot/next, thanks!
On Wed, Feb 15, 2023 at 10:36:54PM -0500, Tom Rini wrote:
> If this hooks is needed later, it should be added and populated for
> real.
>
> Cc: Stefan Roese
> Signed-off-by: Tom Rini
> Reviewed-by: Stefan Roese
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signatur
On Wed, Feb 15, 2023 at 10:36:53PM -0500, Tom Rini wrote:
> In this platform, arch_misc_init doesn't perform any real function. The
> call to get_soc_type_rev has no lasting side effects.
>
> Cc: Chris Packham
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
> Reviewed-by: Chris Packham
On Wed, Feb 15, 2023 at 10:36:52PM -0500, Tom Rini wrote:
> We don't need an empty function, we can just not enable the hook we
> don't use.
>
> Cc: Peng Fan
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
> Reviewed-by: Peng Fan
Applied to u-boot/next, thanks!
--
Tom
signature.asc
On Wed, Feb 15, 2023 at 10:36:51PM -0500, Tom Rini wrote:
> As platforms which require this hook need this hook enabled, in order to
> function, or do not need this hook, it doesn't make sense to prompt the
> user. As all platforms that need this hook now select the symbol, remove
> the prompt tex
On Wed, Feb 15, 2023 at 10:36:50PM -0500, Tom Rini wrote:
> On the lion and evb-px5 platforms, we need this function, so select it.
>
> Cc: Andy Yan
> Cc: Quentin Schulz
> Cc: Klaus Goger
> Signed-off-by: Tom Rini
> Reviewed-by: Simon Glass
> Reviewed-by: Quentin Schulz
Applied to u-boot/n
On Wed, Feb 15, 2023 at 10:36:49PM -0500, Tom Rini wrote:
> The function arch_early_init_r only does anything on these platforms if
> we have FPGA (or SPL and SPL_FPGA) enabled, so move the logic to select
> based on that.
>
> Cc: Michal Simek
> Signed-off-by: Tom Rini
> Reviewed-by: Michal Sim
On Wed, Feb 15, 2023 at 10:36:48PM -0500, Tom Rini wrote:
> We need to be calling arch_early_init_r() on 64bit mvebu platforms, so
> move this to a select.
>
> Cc: Stefan Roese
> Signed-off-by: Tom Rini
> Reviewed-by: Stefan Roese
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Descr
On Wed, Feb 15, 2023 at 10:36:47PM -0500, Tom Rini wrote:
> While it is true that for some Samsung platforms, we call
> get_board_type() the main usage of this CONFIG switch is to enable
> board_types in global data, which is then used by various platforms.
>
> Signed-off-by: Tom Rini
> Reviewed
On Fri, Mar 03, 2023 at 01:05:10AM +0100, Marek Vasut wrote:
> The following changes since commit 49cba67852f1fb5ef481bef3532b2cda96816e45:
>
> Merge branch 'next' of
> https://source.denx.de/u-boot/custodians/u-boot-marvell into next
> (2023-03-01 11:00:22 -0500)
>
> are available in the Git
Kconfig settings that are related to the API for standalone applications
should be in the API sub-menu and not on the top level.
CONFIG_STANDALONE_LOAD_ADDR is only relevant if standalone example
applications are built.
Signed-off-by: Heinrich Schuchardt
---
Kconfig | 8
api/Kconf
Provide a man-page for the panic command.
Signed-off-by: Heinrich Schuchardt
---
doc/usage/cmd/panic.rst | 33 +
doc/usage/index.rst | 1 +
2 files changed, 34 insertions(+)
create mode 100644 doc/usage/cmd/panic.rst
diff --git a/doc/usage/cmd/panic.rst b/d
Hey Yanhong,
In the future, if you forget to send a patch as part of the series
itself, please make sure to send it as a reply to the original series.
Since you have the message-id's from your previous invocation of git
send-email, or can trivially find them in your mail client (or somewhere
like
On Fri, Mar 03, 2023 at 11:24:31AM +0800, Yanhong Wang wrote:
> Add initial device tree for StarFive VisionFive v2 board.
>
> Signed-off-by: Yanhong Wang
> ---
> arch/riscv/dts/Makefile | 3 +-
> ...10-starfive-visionfive-2-v1.2a-u-boot.dtsi | 85 ++
> .../jh7110-sta
On Fri, Mar 03, 2023 at 11:24:29AM +0800, Yanhong Wang wrote:
> Add initial device tree for the JH7110 RISC-V SoC.
>
> Signed-off-by: Yanhong Wang
> ---
> arch/riscv/dts/jh7110.dtsi | 582 +
> 1 file changed, 582 insertions(+)
> create mode 100644 arch/riscv/
Hey Yanhong,
On Fri, Mar 03, 2023 at 11:24:15AM +0800, Yanhong Wang wrote:
> This series of patches base on the latest branch/master, and add support
> for the StarFive JH7110 RISC-V SoC and VisionFive V2 board. In order for
> this to be achieved, the respective DT nodes have been added, and the
On Fri, Mar 03, 2023 at 11:24:17AM +0800, Yanhong Wang wrote:
> This adds support for the StarFive JH7110 SoC which also
> feature this SiFive cache controller.
>
> Signed-off-by: Yanhong Wang
> ---
> drivers/cache/cache-sifive-ccache.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/d
Add a function description.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_loader/efi_console.c | 8
1 file changed, 8 insertions(+)
diff --git a/lib/efi_loader/efi_console.c b/lib/efi_loader/efi_console.c
index 4317630907..d970b667a6 100644
--- a/lib/efi_loader/efi_console.c
+++ b/lib
When facing a very busy network, the single rx packet
buffer was oftentimes overwritten before a desired
response packet (e.g. a Ping reply) could have been
processed. This change improves resistance to this
by utilising multiple buffers.
Signed-off-by: Christian Gmeiner
---
drivers/net/e1000.c
Signed-off-by: Christian Gmeiner
---
drivers/net/e1000.c | 25 +
1 file changed, 17 insertions(+), 8 deletions(-)
diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
index 08c84ce3d1..ea9ca76917 100644
--- a/drivers/net/e1000.c
+++ b/drivers/net/e1000.c
@@ -54,14 +54,1
Preparation for per driver instance allocated data structures.
Signed-off-by: Christian Gmeiner
---
drivers/net/e1000.c | 26 +++---
drivers/net/e1000.h | 5 +
2 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c
inde
The call to DEFINE_ALIGN_BUFFER for the rx_desc array
conained an icnonsistency as 16 receive descriptors
were allocated when the remaining code would only use
8 of them.
Signed-off-by: Christian Gmeiner
---
drivers/net/e1000.c | 6 +++---
drivers/net/e1000.h | 2 ++
2 files changed, 5 insertion
On 3/3/23 20:25, Eddie James wrote:
Briefly describe the feature and specify the requirements.
Signed-off-by: Eddie James
Reviewed-by: Simon Glass
---
doc/usage/index.rst | 1 +
doc/usage/measured_boot.rst | 23 +++
2 files changed, 24 insertions(+)
create mo
On 3/3/23 20:25, Eddie James wrote:
Add a configuration option to measure the boot through the bootm
function. Add the measurement state to the booti and bootz paths
as well.
Signed-off-by: Eddie James
Reviewed-by: Simon Glass
---
Changes since v6:
- Added comment for bootm_measure
- Fixed
On 3/3/23 16:33, Dzmitry Sankouski wrote:
Current process of sending patches includes running checkpatch.pl
script for each patch, and fixing found style problems.
EditorConfig may help to prevent some style related problems
(like spaces vs tab indentation) on the fly.
Reviewed-by: Simon Glass
Use the sandbox TPM driver to measure some boot images in a unit
test case.
Signed-off-by: Eddie James
Reviewed-by: Simon Glass
Acked-by: Ilias Apalodimas
---
Changes since v5:
- Only compile in the measurement u-boot command when CONFIG_MEASURED_BOOT
is enabled
arch/sandbox/dts/sandbox.d
Add TPM2 functions to support boot measurement. This includes
starting up the TPM, initializing/appending the event log, and
measuring the U-Boot version. Much of the code was used in the
EFI subsystem, so remove it there and use the common functions.
Signed-off-by: Eddie James
---
Changes since
Briefly describe the feature and specify the requirements.
Signed-off-by: Eddie James
Reviewed-by: Simon Glass
---
doc/usage/index.rst | 1 +
doc/usage/measured_boot.rst | 23 +++
2 files changed, 24 insertions(+)
create mode 100644 doc/usage/measured_boot.rst
dif
Add a configuration option to measure the boot through the bootm
function. Add the measurement state to the booti and bootz paths
as well.
Signed-off-by: Eddie James
Reviewed-by: Simon Glass
---
Changes since v6:
- Added comment for bootm_measure
- Fixed line length in bootm_measure
boot/Kco
The driver needs to support getting the PCRs in the capabilities
command. Fix various other things and support the max number
of PCRs for TPM2.
Remove the !SANDBOX dependency for EFI TCG2 as well.
Signed-off-by: Eddie James
Reviewed-by: Simon Glass
Acked-by: Ilias Apalodimas
---
Changes since v
This series adds support for measuring the boot images more generically
than the existing EFI support. Several EFI functions have been moved to
the TPM layer. The series includes optional measurement from the bootm
command.
A new test case has been added for the bootm measurement to test the new
p
tmpu -> tpmu
Signed-off-by: Eddie James
Reviewed-by: Ilias Apalodimas
---
include/tpm-v2.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/tpm-v2.h b/include/tpm-v2.h
index 2b6980e441..6684033deb 100644
--- a/include/tpm-v2.h
+++ b/include/tpm-v2.h
@@ -169,7 +169
On 3/2/23 14:22, Ilias Apalodimas wrote:
Hi Eddie,
I found the issue. I still think we could squeeze things even more in our
abstraction. Specifically the measure_event() tcg2_agile_log_append()
contain some efi specific bits and I am trying to figure out if we can make
those more generic.
For non TI boards it is not possible to enable the do_board_detect()
call as TI_I2C_BOARD_DETECT is defined in board/ti/common/Kconfig.
I want to use do_board_detect() to dectect boards and properties based
on some SPI communication with a FPGA.
Signed-off-by: Christian Gmeiner
---
arch/arm/mac
I'm sorry but I haven't been able to reproduce your issue.
El Fri, Mar 03, 2023 at 11:26:46AM +0100, Xavier Drudis Ferran deia:
> El Fri, Mar 03, 2023 at 10:42:20AM +0100, Christoph Fritz deia:
>
> Unfortunately I don't think I have any usb-ethernet dongle here to test...
>
[...]
> > => usb s
On Fri, Mar 03, 2023 at 03:59:35PM +0530, Manorit Chawdhry wrote:
> In non-combined boot flow for K3, all the firewalls are locked by default
> until sysfw comes up. Rom configures some of the firewall for its usage
> along with the SRAM for R5 but the PSRAM region is still locked.
>
> The K3 MCU
Current process of sending patches includes running checkpatch.pl
script for each patch, and fixing found style problems.
EditorConfig may help to prevent some style related problems
(like spaces vs tab indentation) on the fly.
Reviewed-by: Simon Glass
Signed-off-by: Dzmitry Sankouski
---
Chan
Current process of sending patches includes running checkpatch.pl
script for each patch, and fixing found style problems.
Editorconfig may help to prevent some style related problems
(like spaces vs tab indentation) on the fly.
Changes in v3:
- add 'the' article in docs
- fix spacing
- add sign
On Wed, Feb 22, 2023 at 09:34:13AM -0700, Simon Glass wrote:
> Drop the invalid SPL_ in a CONFIG_IS_ENABLED() usage. Use the correct
> X86_64 option in msr.h since SPL may be 32-bit when U-Bout proper is
> not.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v4)
>
> Changes in v4:
>
On 3/2/23 05:04, Jan Reinhard wrote:
Hello,
I am working on the PolarFire RISC-V icicle kit and use u-boot to start my
application.
I configured the firmware to start u-boot on all harts (cores) and found out that u-boot
uses a "HART lottery system" to decide which core/hart it runs on.
In my
This command is required for initial SoC provisioning.
Signed-off-by: Andrejs Cainikovs
---
configs/colibri-imx8x_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index 8b4592020d5..43aa4230ff9 100644
--- a/configs/co
This reverts commit bdadc140a127b14a666d2007eddc3f65c8de7d5a.
We do not want this, see [1].
[1]
https://lore.kernel.org/all/56cf058164f331ce99ce75b0751b825ee2e07fc0.ca...@toradex.com/
Signed-off-by: Andrejs Cainikovs
---
arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi | 2 --
arch/arm/mach-imx/i
From: Marcel Ziswiler
Enable optional environment bootcount limit functionality.
Signed-off-by: Marcel Ziswiler
Signed-off-by: Andrejs Cainikovs
---
configs/colibri-imx8x_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_de
From: Marcel Ziswiler
Set the boot delay to one second.
Signed-off-by: Marcel Ziswiler
Signed-off-by: Andrejs Cainikovs
---
configs/colibri-imx8x_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index bebe87ac918..
Move i.MX auxiliary core memory base and size configuration
to defconfig where it should belong.
Signed-off-by: Andrejs Cainikovs
---
configs/colibri-imx8x_defconfig | 2 ++
include/configs/colibri-imx8x.h | 5 -
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/configs/colibri-
From: Marcel Ziswiler
Update the distro config env memory layout for the Colibri iMX8X:
- kernel_comp_addr_r=0xb000 temporary area for uncompressing (ie FIT
images or Image.gz booted using booti)
- kernel_comp_size=0x0800
- loadaddr=0x9540 avoiding any reserved areas located before t
Make sure M4 binary loading works equally well
on ext4 as well as fat file systems.
Signed-off-by: Andrejs Cainikovs
---
include/configs/colibri-imx8x.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
inde
From: Igor Opaniuk
Provide proper sys prompt, which should be "Colibri iMX8X #".
Signed-off-by: Igor Opaniuk
Signed-off-by: Andrejs Cainikovs
---
configs/colibri-imx8x_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconf
Drop obsolete environment variables boot_file, bootcmd_mfg,
fdt_addr, finduuid, image, mfgtool_args, mmcargs, mmcdev, mmcpart,
panel, sec_boot, vidargs.
Signed-off-by: Andrejs Cainikovs
---
include/configs/colibri-imx8x.h | 35 +
1 file changed, 1 insertion(+), 34
The following expression is used to construct the device tree name:
fdtfile=${soc}-colibri-${fdt_board}.dtb
- soc is set dynamically (either imx8qxp or imx8dx)
- fdt_board can be modified by the user (eval-v3, aster, iris/iris-v2)
Signed-off-by: Andrejs Cainikovs
---
board/toradex/colibri-imx8x
From: Max Krummenacher
Refactor the detection of QXP vs. DX SoC into its own helper function.
Signed-off-by: Max Krummenacher
Signed-off-by: Andrejs Cainikovs
---
board/toradex/colibri-imx8x/colibri-imx8x.c | 22 -
1 file changed, 13 insertions(+), 9 deletions(-)
diff --g
From: Marcel Ziswiler
Update update_uboot confirmation message.
Signed-off-by: Marcel Ziswiler
Signed-off-by: Andrejs Cainikovs
---
include/configs/colibri-imx8x.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx
From: Marcel Ziswiler
Remove obsolete net USB start.
While at it also add a comment about enabling distro-boot.
Signed-off-by: Marcel Ziswiler
Signed-off-by: Andrejs Cainikovs
---
include/configs/colibri-imx8x.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/co
From: Marcel Ziswiler
Remove obsolete SDHC related config defines. Nowadays, all SDHC related
hardware configuration comes from the device tree.
Signed-off-by: Marcel Ziswiler
Signed-off-by: Andrejs Cainikovs
---
include/configs/colibri-imx8x.h | 11 ---
1 file changed, 11 deletions(-
From: Philippe Schenker
This commit does remove the options argument from the console
kernel-argument as it prevents the serial driver from outputting
anything.
Do this by switchting to use the variable "setup" as it is done on other
Toradex modules.
Signed-off-by: Philippe Schenker
Signed-off
All Colibri iMX8X variants have 2nd RGMII on SoC, so add the address
for 2nd ethernet.
Signed-off-by: Andrejs Cainikovs
---
board/toradex/colibri-imx8x/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/board/toradex/colibri-imx8x/Kconfig
b/board/toradex/colibri-imx8x/Kconfig
index
From: Philippe Schenker
Enable a call to ft_system_setup() which reserves M4 memory region.
Signed-off-by: Philippe Schenker
Signed-off-by: Andrejs Cainikovs
---
configs/colibri-imx8x_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/colibri-imx8x_defconfig b/configs/colib
This series refreshes Colibri iMX8X support as follows:
- enable fuse command
- revert switch to binman
- set boot delay
- enable bootcount limit
- move bootaux memory base and size configuration to defconfig
- update env memory layout
- use load instead of fatload in M4 boot environment helpers
-
Manorit Chawdhry writes:
> In non-combined boot flow for K3, all the firewalls are locked by default
> until sysfw comes up. Rom configures some of the firewall for its usage
> along with the SRAM for R5 but the PSRAM region is still locked.
>
> The K3 MCU Scratchpad for j721e was set to a PSRAM
From: Dave Gerlach
When booting with HS silicon, the system firmware image is 278270, which
is slightly larger than currently allocated amount.
This can cause unexpected behavior if this overlap interferes with other
things in memory, so increase this with a slightly margin added as well
to avoi
In non-combined boot flow for K3, all the firewalls are locked by default
until sysfw comes up. Rom configures some of the firewall for its usage
along with the SRAM for R5 but the PSRAM region is still locked.
The K3 MCU Scratchpad for j721e was set to a PSRAM region triggering the
firewall excep
K3 devices have runtime type board detection. Make the default defconfig
include the secure configuration. Then remove the HS specific config.
Non-HS devices will continue to boot due to runtime device type detection.
If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS
devices
From: Andrew Davis
When building for secure devices using non-buildman based image generation
the signed tispl.bin file is called tispl.bin_HS. Also build the unsigned
tispl.bin file as expected.
Signed-off-by: Andrew Davis
Signed-off-by: Manorit Chawdhry
---
arch/arm/mach-k3/config.mk | 2 ++
This series fixes the support for J721E board along with some
maintainance for it.
v3:
- drop fixes related to other boards ( make series j721e specific )
- memory map added in docs
- applied reviewed-by
v2:
- Merge two series
- Include some more commits that fix the gp builds when merging
defc
El Fri, Mar 03, 2023 at 10:42:20AM +0100, Christoph Fritz deia:
> > Changes:
> >
> > v5: fixes a bug that Christoph Fritz discovered, consisting in the
> > wrong eror code returned when enabling or disabling the clock
> > because property_enable() returns an error code in linux
On imx8mp, binman is heavily used for the assembling of all the various
pieces. Partly for my own future reference:
There's u-boot-spl-ddr which is u-boot-spl.bin with the DDR firmware
blobs tacked on at the end, and the sizes and positions of those blobs
then updated via the binman syms mechanism
> Changes:
>
> v5: fixes a bug that Christoph Fritz discovered, consisting in the
> wrong eror code returned when enabling or disabling the clock
> because property_enable() returns an error code in linux but
> the modified register value in U-Boot. This caused the clk
>
1 - 100 of 103 matches
Mail list logo