Reviewed-by: Gaurav Jain
> -Original Message-
> From: Kshitiz Varshney
> Sent: Thursday, June 22, 2023 2:55 PM
> To: u-boot@lists.denx.de
> Cc: Stefano Babic ; Fabio Estevam ;
> Peng Fan ; Pankaj Gupta ; Varun
> Sethi ; Gaurav Jain ; Rahul Kumar
> Yadav ; Vabhav Sharma
> ; Sahil Malhotra
Hi Henry,
On Thu, Jun 29, 2023 at 7:52 PM Henry Smith wrote:
>
> Oh hello!
>
> Nice to hear from the person I wanted to contact. I based my work on
> your fork of the marvell repo.
> My priority is to get the new device into the tree so I don't lose it
> and other people can benefit. Please proce
Hi,
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create
> bootable SPL (FSBL in Xilinx terms) images for Zynq/ZynqMP devices. The
> btool creates a signed version of the SPL.
>
> Signed-off-by: Lukas Funke
> ---
>
>
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> Add documentation for the 'bootgen' bintool
>
> Signed-off-by: Lukas Funke
> ---
>
> tools/binman/bintools.rst | 12
> 1 file changed, 12 insertions(+)
>
Reviewed-by: Simon Glass
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> This adds a new etype 'u_boot_spl_pubkey_dtb'. The etype adds the public
> key from a certificate to the dtb. This creates a '/signature' node which
> is turn contains the fields which make up the public key. Usually this
> is done by
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> Add btool which calls 'fdt_add_pubkey'
>
> Signed-off-by: Lukas Funke
> ---
>
> tools/binman/btool/fdt_add_pubkey.py | 67
> 1 file changed, 67 insertions(+)
> create mode 100644 tools/binman/btool/fdt_
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> Add test for u_boot_spl_pubkey_dtb. The test adds a public key to the
> dtb and checks if the required nodes will be added to the images dtb.
>
> Signed-off-by: Lukas Funke
> ---
>
> tools/binman/ftest.py| 32 +++
Hi Henry,
On Thu, Jun 29, 2023 at 6:53 PM Tony Dinh wrote:
>
> Hi Heny,
>
> On Thu, Jun 29, 2023 at 6:01 PM Henry Smith wrote:
> >
> > Hello,
> >
> > I'm a hobbyist that has been playing with Linkstation LS-WVL years
> > ago. After frying UART on that, I got Terramaster F2-NAS2 later and
> > got
Hi Heny,
On Thu, Jun 29, 2023 at 6:01 PM Henry Smith wrote:
>
> Hello,
>
> I'm a hobbyist that has been playing with Linkstation LS-WVL years
> ago. After frying UART on that, I got Terramaster F2-NAS2 later and
> got u-boot from the main tree to work on it.
>
> Both landed in the closet until I
Hi:
在 2023-06-29 22:07:05,"Jonas Karlman" 写道:
>Hi Kever,
>
>On 2023-06-29 12:51, Kever Yang wrote:
>> Hi Jonas,
>>
>> What is the legacy image format, does these boards really use than?
>>
>> I think most of the board using linux distro image.
>
>The legacy image format it
Hello,
I'm a hobbyist that has been playing with Linkstation LS-WVL years
ago. After frying UART on that, I got Terramaster F2-NAS2 later and
got u-boot from the main tree to work on it.
Both landed in the closet until I dug up F2-NAS2 recently. My original
source code modifications and images we
On Tue, Jun 27, 2023 at 01:57:49PM -0300, Fabio Estevam wrote:
> From: Eduard Strehlau
>
> board_mmc_get_env_part() is not called as the default implementation
> of mmc_get_env_part() is used.
>
> Fix this problem by directly calling mmc_get_env_part() instead.
>
> Signed-off-by: Eduard Strehl
On Mon, Jun 26, 2023 at 03:19:54PM -0400, Tom Rini wrote:
> Currently the PowerPC build job in Azure will hit the maximum time limit
> for a build and stop. Looking at the job, the easiest path to reducing
> it is to move Keymile vendor boards to their own job and exclude them
> from the PowerPC o
On Tue, Apr 11, 2023 at 04:05:31PM -0400, Ken Sloat wrote:
> Currently, the imx93_evk is configured with CONFIG_ENV_IS_IN_MMC and the
> chosen environment offset in the config is 0x40. Unless the user
> programs the associated fuses, this offset is the default secondary boot
> image offset use
scv (2023-06-27 09:39:58
> -0400)
>
> are available in the Git repository at:
>
> https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
> tags/u-boot-rockchip-20230629
>
> for you to fetch changes up to d77d5301d7dc333db0425ee82499fe362abd259d:
>
> boa
On Thu, Jun 29, 2023 at 04:19:22PM +0200, Francesco Dolcini wrote:
> Hello Marek,
> as briefly discussed off-list it looks like
> commit 77aed22b48ab ("spl: spl_legacy: Add extra address checks") introduces a
> regression on some board/arch, at least colibri and apalis imx6 fails to boot
> now
>
On Thu, Jun 29, 2023 at 12:26 PM Fabio Estevam wrote:
>
> From: Fabio Estevam
>
> Fix two occurrences where 'signing' is misspelled.
>
> Signed-off-by: Fabio Estevam
> ---
> doc/imx/habv4/guides/mx6_mx7_secure_boot.txt | 2 +-
> doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt | 2 +-
> 2 f
From: Fabio Estevam
Fix two occurrences where 'signing' is misspelled.
Signed-off-by: Fabio Estevam
---
doc/imx/habv4/guides/mx6_mx7_secure_boot.txt | 2 +-
doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/imx/habv4
Hi AKASHI,
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> Added is a new unit test for SCMI base protocol, which will exercise all
> the commands provided by the protocol, except SCMI_BASE_NOTIFY_ERRORS.
> $ ut dm scmi_base
> It is assumed that test.dtb is used as sandbox's device tre
Hi AKASHI,
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> This is a help text for scmi command.
>
> Signed-off-by: AKASHI Takahiro
> ---
> doc/usage/cmd/scmi.rst | 98 ++
> 1 file changed, 98 insertions(+)
> create mode 100644 doc/usage/cmd/scm
Hi Detlev,
On Wed, 28 Jun 2023 at 20:33, Detlev Casanova
wrote:
>
> The command is able to show different information for the running
> system:
> * Model name
> * Board ID
> * Revision
>
> This command can be used by boot shell scripts to select configurations
> depending on the specific running
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> Check if elf tools are available when running DecodeElf(). Also
> remove superfuous semicolon at line ending.
>
> Signed-off-by: Lukas Funke
> ---
>
> tools/binman/elf.py | 10 ++
> 1 file changed, 6 insertions(+), 4 deletio
Hi Maxim,
On Thu, 29 Jun 2023 at 13:39, Maxim Uvarov wrote:
>
> This commit adds the lwip library as a git submodule. I think
> there has to be advantages to compile lwip inside U-boot,
> i.e. use the same compiler and flags as the main code.
> One of them is LTO and the other is to enable additi
Hi Detlev,
On Wed, 28 Jun 2023 at 20:32, Detlev Casanova
wrote:
>
> These IDs will be used by the sysinfo command. The new IDs are:
> * SYSINFO_ID_BOARD_ID: The board ID as an integer
> * SYSINFO_ID_BOARD_REVISION: The board revision as a string
>
> Signed-off-by: Detlev Casanova
> ---
> incl
Hi John,
On Thu, 29 Jun 2023 at 01:03, John Clark wrote:
>
> > I only just thought of this, but I think it is better to check
> blk->uclass_id == UCLASS_USB instead, since it avoids a string comparison.
>
> I am not finding anything as direct as your pseudo code above suggests.
> The closest I c
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> This is a simple implementation of SCMI base protocol for sandbox.
> The main use is in SCMI unit test.
>
> Signed-off-by: AKASHI Takahiro
> ---
> drivers/firmware/scmi/sandbox-scmi_agent.c | 359 -
> 1 file changed, 35
Hi,
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> While signing a fit compressed data (i.e. 'blob-ext') is decompressed,
> but never compressed again. When compressed data was wrapped in a
> section, decompression leads to an error because the outer section had
> the original co
On Tue, 27 Jun 2023 at 08:39, wrote:
>
> From: Christian Taedcke
>
> The new encrypted etype generates a cipher node in the device tree
> that should not be evaluated by binman, but still be kept in the
> output device tree.
>
> Signed-off-by: Christian Taedcke
> ---
>
> tools/binman/etype/sect
Hi AKASHI,
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> This command, "scmi", provides a command line interface to various SCMI
> protocols. It supports at least initially SCMI base protocol with the sub
> command, "base", and is intended mainly for debug purpose.
>
> Signed-off-by: A
Hi AKASHI,
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> SCMI base protocol is mandatory according to the SCMI specification.
>
> With this patch, SCMI base protocol can be accessed via SCMI transport
> layers. All the commands, except SCMI_BASE_NOTIFY_ERRORS, are supported.
> This is
On Tue, 27 Jun 2023 at 08:39, wrote:
>
> From: Christian Taedcke
>
> Add tests to reach 100% code coverage for the added etype encrypted.
>
> Signed-off-by: Christian Taedcke
> ---
>
> tools/binman/ftest.py | 69 +++
> .../binman/test/282_encrypted_no_con
Hi Christian,
On Tue, 27 Jun 2023 at 08:39, wrote:
>
> From: Christian Taedcke
>
> This adds a new etype encrypted that is derived from collection.
>
> It creates a new cipher node in the related image similar to the
> cipher node used by u-boot, see boot/image-cipher.c.
> Optionally it creates
Hi Jonas,
On Wed, 28 Jun 2023 at 23:35, Jonas Karlman wrote:
>
> Hi Simon,
> On 2023-06-28 13:41, Simon Glass wrote:
> > From: Marek Vasut
> >
> > This is needed to handle mkimage with inner section located itself in a
> > section.
> >
> > Signed-off-by: Marek Vasut
> > Use BuildSectionData() i
Hi,
On Thu, 29 Jun 2023 at 14:04, wrote:
>
> Hi,
> We noticed that in the code implementation board/atmel/sama7g5ek/sama7g5ek.c,
> "#if (IS_ENABLED(CONFIG_I2C_EEPROM))" is located in the condition "#if
> (IS_ENABLED(CONFIG_MISC_INIT_R))".
>
> Consider that the CONFIG_I2C_EEPROM option requires a
Hi Joshua,
On Wed, 28 Jun 2023 at 14:34, Joshua Watt wrote:
>
> On Mon, Jun 26, 2023 at 4:07 AM Simon Glass wrote:
> >
> > Hi Joshua,
> >
> > On Fri, 23 Jun 2023 at 21:01, Joshua Watt wrote:
> > >
> > > Adds part_driver_get_type() API which can be used to force a specific
> > > driver to be use
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> Adding SCMI base protocol makes it inconvenient to hold the agent instance
> (udevice) locally since the agent device will be re-created per each test.
> Just remove it and simply the test flows.
> The test scenario is not changed at all.
>
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> SCMI base protocol is mandatory and doesn't need to be listed in a device
> tree.
>
> Signed-off-by: AKASHI Takahiro
> ---
> arch/sandbox/dts/test.dts | 4
> 1 file changed, 4 deletions(-)
Reviewed-by: Simon Glass
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> The method 'connect_contents_to_file()' calls ObtainsContents() with
> 'fake_size' argument. Without providing the argument in the blob_dtb
> we are not able to call this method without error.
>
> Signed-off-by: Lukas Funke
> ---
>
>
On Thu, 29 Jun 2023 at 15:59, wrote:
>
> From: Lukas Funke
>
> Add documentation for btool which calls 'fdt_add_pubkey'
>
> Signed-off-by: Lukas Funke
> ---
>
> tools/binman/bintools.rst | 10 ++
> 1 file changed, 10 insertions(+)
Reviewed-by: Simon Glass
On Wed, 28 Jun 2023 at 01:49, AKASHI Takahiro
wrote:
>
> In this test, "scmi" with different sub-commands is tested.
> Please note that scmi command is for debug purpose and is not
> intended in production system.
>
> Signed-off-by: AKASHI Takahiro
> ---
> test/dm/scmi.c | 57 +++
On 29.06.2023 17:08, Quentin Schulz wrote:
Hi Lukas,
On 6/29/23 16:59, lukas.funke-...@weidmueller.com wrote:
[You don't often get email from lukas.funke-...@weidmueller.com.
Learn why this is important at
https://aka.ms/LearnAboutSenderIdentification ]
From: Lukas Funke
Remove extra colon
Hi Lukas,
On 6/29/23 16:59, lukas.funke-...@weidmueller.com wrote:
[You don't often get email from lukas.funke-...@weidmueller.com. Learn why this
is important at https://aka.ms/LearnAboutSenderIdentification ]
From: Lukas Funke
Remove extra colon typo
Signed-off-by: Lukas Funke
---
too
From: Lukas Funke
Add btool which calls 'fdt_add_pubkey'
Signed-off-by: Lukas Funke
---
tools/binman/btool/fdt_add_pubkey.py | 67
1 file changed, 67 insertions(+)
create mode 100644 tools/binman/btool/fdt_add_pubkey.py
diff --git a/tools/binman/btool/fdt_add_pu
From: Lukas Funke
This adds a new etype 'u_boot_spl_pubkey_dtb'. The etype adds the public
key from a certificate to the dtb. This creates a '/signature' node which
is turn contains the fields which make up the public key. Usually this
is done by 'mkimage -K'. However, 'binman sign' does not add
From: Lukas Funke
While signing a fit compressed data (i.e. 'blob-ext') is decompressed,
but never compressed again. When compressed data was wrapped in a
section, decompression leads to an error because the outer section had
the original compressed size but the inner entry has the
uncompressed s
From: Lukas Funke
Remove extra colon typo
Signed-off-by: Lukas Funke
---
tools/binman/etype/mkimage.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/binman/etype/mkimage.py b/tools/binman/etype/mkimage.py
index e028c44070..dd734fc779 100644
--- a/tools/binman/etype
From: Lukas Funke
Add documentation for the 'bootgen' bintool
Signed-off-by: Lukas Funke
---
tools/binman/bintools.rst | 12
1 file changed, 12 insertions(+)
diff --git a/tools/binman/bintools.rst b/tools/binman/bintools.rst
index 88221adbe1..c8d69f7177 100644
--- a/tools/binman
From: Lukas Funke
Add test for the 'xilinx_fsbl_auth' etype
Signed-off-by: Lukas Funke
---
tools/binman/ftest.py | 8
tools/binman/test/280_xilinx_fsb_auth.dts | 22 ++
2 files changed, 30 insertions(+)
create mode 100644 tools/binman/test/28
From: Lukas Funke
Add documentation for btool which calls 'fdt_add_pubkey'
Signed-off-by: Lukas Funke
---
tools/binman/bintools.rst | 10 ++
1 file changed, 10 insertions(+)
diff --git a/tools/binman/bintools.rst b/tools/binman/bintools.rst
index c30e7eb9ff..88221adbe1 100644
--- a/t
From: Lukas Funke
Add test for u_boot_spl_pubkey_dtb. The test adds a public key to the
dtb and checks if the required nodes will be added to the images dtb.
Signed-off-by: Lukas Funke
---
tools/binman/ftest.py| 32
tools/binman/test/281_spl_pubkey
From: Lukas Funke
This adds a new etype 'xilinx_fsbl_auth'. Using this etype it is possible
to created an authenticated SPL (FSBL in Xilinx terms) for ZynqMP boards.
The etype uses Xilinx Bootgen tools in order to transform the SPL into
a bootable image and sign the image with a given primary an
From: Lukas Funke
Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create
bootable SPL (FSBL in Xilinx terms) images for Zynq/ZynqMP devices. The
btool creates a signed version of the SPL.
Signed-off-by: Lukas Funke
---
tools/binman/btool/bootgen.py | 82 ++
From: Lukas Funke
The method 'connect_contents_to_file()' calls ObtainsContents() with
'fake_size' argument. Without providing the argument in the blob_dtb
we are not able to call this method without error.
Signed-off-by: Lukas Funke
---
tools/binman/etype/blob_dtb.py | 2 +-
1 file changed,
From: Lukas Funke
This series adds two etypes to create a verified boot chain for
Xilinx ZynqMP devices. The first etype 'xilinx_fsbl_auth' is used to
create a bootable, signed image for ZynqMP boards using the Xilinx
Bootgen tool. The second etype 'u_boot_spl_pubkey_dtb' is used to add
a '/sign
From: Lukas Funke
Check if elf tools are available when running DecodeElf(). Also
remove superfuous semicolon at line ending.
Signed-off-by: Lukas Funke
---
tools/binman/elf.py | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/tools/binman/elf.py b/tools/binman/el
Hello Marek,
as briefly discussed off-list it looks like
commit 77aed22b48ab ("spl: spl_legacy: Add extra address checks") introduces a
regression on some board/arch, at least colibri and apalis imx6 fails to boot
now
```
Trying to boot from MMC1
SPL: Image overlaps SPL
resetting ...
```
>From a
Hi Kever,
On 2023-06-29 12:51, Kever Yang wrote:
> Hi Jonas,
>
> What is the legacy image format, does these boards really use than?
>
> I think most of the board using linux distro image.
The legacy image format it the normal boot script format,
in the documentation it is called Legacy U-
usb_ether_init() function.
It was finally decided to move usb0 mode configuration
in kernel device trees. That's why a series was submitted
for linux:
https://lore.kernel.org/all/20230629-usb0-as-peripheral-v1-0-167f78a11...@baylibre.com/
As a consequence, usb0 dr_mode configuration mus
Hi,
We noticed that in the code implementation board/atmel/sama7g5ek/sama7g5ek.c,
"#if (IS_ENABLED(CONFIG_I2C_EEPROM))" is located in the condition "#if
(IS_ENABLED(CONFIG_MISC_INIT_R))".
Consider that the CONFIG_I2C_EEPROM option requires access to EEPROM memory
after normal initial operations
hi,
we recently noticed that RTC_DS1307 is dependent on DM_RTC in
drivers/rtc/Kconfig,
but the code implementation of drivers/rtc/ds1307.c: conflicts between the two.
"#ifdef CONFIG_RTC_DS1307" is in the condition "#ifndef CONFIG_DM_RTC" .
These two options are used to enable different RTC driv
On 6/26/23 09:32, Nishanth Menon wrote:
On 13:59-20230623, Tom Rini wrote:
On Fri, Jun 23, 2023 at 09:42:01AM +0200, Julien Panis wrote:
On 6/22/23 17:49, Tom Rini wrote:
On Thu, Jun 22, 2023 at 04:34:34PM +0200, Julien Panis wrote:
This series fixes usb0 dr_mode for am335x-icev2
and am335x-
This commit adds lwip library for the U-boot network
stack. Supported commands: ping, tftp, dhcp and wget.
Signed-off-by: Maxim Uvarov
---
.gitignore| 9 +
cmd/net.c | 38 +++-
include/net.h | 2 +-
lib/Kconfig
Just add inital README.lwip doc.
Signed-off-by: Maxim Uvarov
---
doc/README.lwip | 90 +
1 file changed, 90 insertions(+)
create mode 100644 doc/README.lwip
diff --git a/doc/README.lwip b/doc/README.lwip
new file mode 100644
index 00..16f
This commit adds the lwip library as a git submodule. I think
there has to be advantages to compile lwip inside U-boot,
i.e. use the same compiler and flags as the main code.
One of them is LTO and the other is to enable additional debug
options for network protocol during development. Also we can
t-rockchip-20230629
for you to fetch changes up to d77d5301d7dc333db0425ee82499fe362abd259d:
board: rockchip: rock5b-rk3588: fix description (2023-06-29 18:43:42 +0800)
Eugen Hristev (2):
phy: rockchip: inno-usb2: fix phy
On 2023/6/22 21:59, Johan Jonker wrote:
Rockchip boot blocks are written per 4 x 512 byte sectors per page.
Each page must have a page address (PA) pointer in OOB to the next page.
Pages are written in a pattern depending on the NAND chip ID.
This logic used to build a page pattern table is not
The board is similar to "Kontron SL i.MX8M Mini" SoM. There are two variants.
Snowflake_v2 has an external SDCard Interface. LEIG is the same, but without
display and without external SDCard Interface. Both variants support
only 1GiB of main memory.
[ bigeasy: porting and a bit of cleanup ]
Signe
Hi Jonas,
What is the legacy image format, does these boards really use than?
I think most of the board using linux distro image.
Thanks,
- Kever
On 2023/6/27 03:43, Jonas Karlman wrote:
Use of CONFIG_SPL_FIT_SIGNATURE=y cause CONFIG_LEGACY_IMAGE_FORMAT=n as
default, this prevent boot s
On 2023/6/23 18:05, Eugen Hristev wrote:
Update description with correct specifications
Fixes: 3bf8e4080763 ("board: rockchip: add Radxa ROCK5B Rk3588 board")
Signed-off-by: Eugen Hristev
Reviewed-by: Kever Yang
Thanks,
- Kever
---
arch/arm/mach-rockchip/rk3588/Kconfig | 10 +-
On 2023/6/8 18:59, Jonas Karlman wrote:
Using CONFIG_ARMV8_SPL_EXCEPTION_VECTORS=y and CONFIG_OF_LIVE=y triggers
a Data Abort exception from unaligned memory access when the pinctrl
driver iterate node properties, e.g. for UART2 on RK3568.
setting mux of GPIO0-24 to 1
setting mux of GPIO
On 2023/5/22 16:39, Eugen Hristev wrote:
The support for #address-cells=2 has a loophole: if the reg is actually 0,
but the #address-cells is actually 1, like in such case below:
syscon {
#address-cells = <1>;
phy {
reg = <0 0x10>;
};
};
then the secon
Hi Jonas,
Sorry for reply late for this patch.
I have check internally again for this BAR issue, the BAR alloce
fail for RC would not affect other process, and it always works on
vendor U-Boot tree.
And if we have to handle this, we can disable the BAR instead of
this workaround
This driver considers that a node with an empty label is the top.
But the led class has changed, if a label is not provided for a led,
the label is filed with the node name. So we update this driver
to use a wrapper to manage the top led node.
Signed-off-by: Philippe Reynes
---
drivers/led/led_b
On Thu, 29 Jun 2023 at 05:14, Masahisa Kojima
wrote:
>
> This adds the missing efi_free_pool call for dh subcommand.
>
> Signed-off-by: Masahisa Kojima
> ---
> cmd/efidebug.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/cmd/efidebug.c b/cmd/efidebug.c
> index 9622430c47..0be3af3e76 1
Hi Jonas,
On 6/29/23 00:11, Jonas Karlman wrote:
Hi Quentin,
On 2023-06-28 15:49, Quentin Schulz wrote:
Hi Jonas,
On 6/27/23 21:10, Jonas Karlman wrote:
TPL max size is limited to 184 KB, SPL is loaded to 0x0 and TF-A is
loaded to 0x4, this limit SPL max size to 256 KB. With BootRom only
75 matches
Mail list logo