On Tue, May 10, 2022 at 12:56 AM Peng Fan wrote:
>
> > Subject: [PATCH] armv8: Fix TCR 64-bit writes
> >
> > The AArch64 TCR_ELx register is a 64-bit register, and many newer
> > architecture
> > features use bits in the upper half. So far U-Boot was igorant of those
> > bits,
> > trying to leav
hi,
i've recently tried u-boot 2022.04 (u-boot-v2022.04.tar.bz2) and my
odroid-hc2 didn't boot with uefi (default since Fedora 35) but worked
when i used exlinux.conf
trying to track down the problem, i've found that in the default u-boot
environment the "board" and "boardname" variables wer
On 5/27/22 21:24, Alper Nebi Yasak wrote:
> On 11/05/2022 18:35, Jerome Forissier wrote:
>> This commit adds support for the OP-TEE 'tee.bin' v1 format for Rockchip
>> platforms.
>>
>> Since OP-TEE 3.8.0, tee.bin contains meta-data in a proprietary format
>> in addition to the ELF data. They are
CONFIG_VAL(DEBUG_UART_BASE) expands to CONFIG_DEBUG_UART_BASE or
CONFIG_SPL_DEBUG_UART_BASE or CONFIG_TPL_DEBUG_UART_BASE and allows boards
to set different values for SPL, TPL and U-Boot Proper.
For ns16550 driver this support is there since commit d293759d55cc
("serial: ns16550: Add support for
On 11/05/2022 18:35, Jerome Forissier wrote:
> This commit adds support for the OP-TEE 'tee.bin' v1 format for Rockchip
> platforms.
>
> Since OP-TEE 3.8.0, tee.bin contains meta-data in a proprietary format
> in addition to the ELF data. They are essential information for proper
> initialization
On 03/05/2022 22:03, Fabio Estevam wrote:
> From: Fabio Estevam
>
> The generated flash.bin does not boot the imx8mn evk LPDDR4 variant
> as it misses the spl.bin description in binman.
The dtsi file #includes "imx8mn-ddr4-evk-u-boot.dtsi", which provides an
'spl' description. It also provides a
From: Chris Morgan
For Rockchip boards with the all rk8xx series PMICs (excluding the
rk808), it is sometimes desirable to not boot whenever the device is
plugged in. An example would be for the Odroid Go Advance.
This provides a configurable option to check the PMIC says it was
powered because
From: Chris Morgan
Add support for sysreset shutdown for this PMIC. The values were pulled
from the various datasheets, but for now it has only been tested on
the rk817 (for an Odroid Go Advance).
Signed-off-by: Chris Morgan
Reviewed-by: Jaehoon Chung
Reviewed-by: Kever Yang
---
drivers/powe
From: Chris Morgan
Sometimes it is desirable to prevent a board from automatically booting
as soon as the power cable is plugged in. For boards with an rk8xx
PMIC, (excluding the rk808) we can actually query the power up source.
Changes from V1:
- Moved a comment as requested to be above a func
On 26/05/2022 17:15, Tom Rini wrote:
> On Thu, May 26, 2022 at 10:28:45AM +0300, Roger Quadros wrote:
>> Any thoughts on how to get the new ti-secure etype work with atf-bl31 and
>> tee-os etypes so that it can take the data output of those entries and create
>> a signed binary with filenames from
The GW7903 has a BD71847 PMIC on I2C1. Adjust the model compare strings
to add it.
Signed-off-by: Tim Harvey
Reviewed-by: Fabio Estevam
---
v2: fixed typo in commit log and added Fabio's rb tag
---
board/gateworks/venice/spl.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff
On 24/05/2022 11:00, Peng Fan (OSS) wrote:
> From: Peng Fan
>
> There is case that CONFIG_BINMAN is defined, but
> CONFIG_SPL_BINMAN_SYMBOLS is not defined. In that case, there will be
> build failure. So use CONFIG_SPL_BINMAN_SYMBOLS to guard the macros, and
> define CONFIG_SPL_BINMAN_SYMBOLS in
On 24/05/2022 11:00, Peng Fan (OSS) wrote:
> By default when BINMAN_SYMBOLS is enabled, common/spl/spl.c has a code
> piece `binman_sym_declare(ulong, u_boot_any, image_pos);` which requires
> u-boot* node in device tree binman node section. But some
> platforms(i.MX8M) not need it. To avoid build
On 24/05/2022 11:00, Peng Fan (OSS) wrote:
> From: Peng Fan
>
> In arch/arm/dts/imx8mp-u-boot.dtsi, there are blob-ext@1, blob-ext@2 and
> etc which is for packing ddr phy firmware. However we could not declare
> symbol name such as 'binman_sym_declare(ulong, blob_ext@1, image_pos)',
> because '@
On 24/05/2022 11:00, Peng Fan (OSS) wrote:
> From: Peng Fan
>
> We are migrating to use BINMAN SYMBOLS, the current name is not
> a valid binman type, so update to unify them.
'not a valid binman type, so' here is misleading. Names do not need to
be binman types if you have the 'type' property.
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> Before relocating to SDRAM, the ECC is initialized by clearing the
> whole SDRAM. In order to speed this up, dcache_enable is used (see
> sdram_init_ecc_bits).
>
> Since commit 503eea451903 ("arm: cp15: update DACR value to activate
> access c
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> Using udelay while the clocks aren't fully configured causes the timer
> system to save the wrong clock rate. Use sdelay and wait_on_value
> instead (the values used in these functions were found experimentally).
>
> Signed-off-by: Paweł Aniki
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> For some reason, on the Mercury+ AA1 module, calling
> fpgamgr_wait_early_user_mode immediately after writing the peripheral
> bitstream leaves the fpga in a broken state (ddr calibration hangs).
> Adding a delay before the first sync word is
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> Apply some optimizations to speed up bitstream loading
> (both for full and split periph/core bitstreams):
>
> * Change the size of the first fs read, so that all the subsequent
>reads are aligned to a specific value (called MAX_FIRST_LOA
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> This driver is a child of the rstmgr driver, both of which share the
> same devicetree node. As a result, passing the child's udevice pointer
> to dev_read_addr_ptr results in a failure of reading the #address-cells
> property. Use the parent
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> Add defconfig and Kconfig files for Google Chameleon V3 board
>
> Signed-off-by: Paweł Anikiel
> ---
> arch/arm/mach-socfpga/Kconfig | 7 +
> configs/socfpga_chameleonv3_defconfig | 29 ++
> include/configs/socfp
On Thu, 26 May 2022 at 07:38, Paweł Anikiel wrote:
>
> From the ATSHA204A datasheet (document DS40002025A):
>
> Wake: If SDA is held low for a period greater than tWLO, the device
> exits low-power mode and, after a delay of tWHI, is ready to receive
> I2C commands.
>
> tWHI value can be found in
On Thu, 26 May 2022 at 07:37, Paweł Anikiel wrote:
>
> Add devicetrees for Google Chameleon V3 board
>
> Signed-off-by: Paweł Anikiel
> Signed-off-by: Alexandru M Stan
> ---
> arch/arm/dts/Makefile | 2 +
> arch/arm/dts/socfpga_arria10_chameleonv3.dts | 90
On Thu, 26 May 2022 at 07:37, Paweł Anikiel wrote:
>
> Add board directory for Google Chameleon V3 board
>
> Signed-off-by: Paweł Anikiel
> ---
> board/google/chameleonv3/Makefile | 5 +++
> board/google/chameleonv3/board.c | 27 ++
> board/google/chameleonv3/fpga
On Thu, 26 May 2022 at 07:37, Paweł Anikiel wrote:
>
> Add handoff headers for the Google Chameleonv3 variants: 480-2 and
> 270-3. Both files were generated using qts-filter-a10.sh.
>
> Signed-off-by: Paweł Anikiel
> ---
> ...ocfpga_arria10_chameleonv3_270_3_handoff.h | 305 ++
>
On Thu, 26 May 2022 at 07:37, Paweł Anikiel wrote:
>
> Devicetree headers for Mercury+ AA1 module
>
> Signed-off-by: Paweł Anikiel
> ---
> .../socfpga_arria10_mercury_aa1-u-boot.dtsi | 54 ++
> arch/arm/dts/socfpga_arria10_mercury_aa1.dtsi | 72 +++
> 2 files change
When patch [1] introduced "fdtcontroladdr" fallback in order to use
built-in DT when no DT in provided in PXE config, it broke FIT image
boot where the DT from the FIT configuration was used.
This disables the "fdtcontroladdr" fallback when the provided
image is from the FIT image type.
[1] d5ba6
Hi Sean,
Thanks for the review, it will be revised in the next version.
--
Stanley
On Fri, May 27, 2022 at 12:06 PM Sean Anderson wrote:
>
> On 5/3/22 1:33 AM, Stanley Chu wrote:
> > Add Nuvoton BMC NPCM845 Pinmux and Pinconf support.
> >
> > Signed-off-by: Stanley Chu
> > ---
> > v6:
> > -
This documents some additional options which can be used with valgrind, as
well as directions for future work. It also fixes up inline literals to
actually be inline literals (and not italics). The content of this
documentation is primarily adapted from [1].
[1]
https://lore.kernel.org/u-boot/57c
There are no defined instruction sequences in include/valgrind.h for
Risc-V, so CONFIG_VALGRIND will do nothing on this arch (and possibly won't
compile?). Update Kconfig accordingly.
Signed-off-by: Sean Anderson
---
(no changes since v2)
Changes in v2:
- New
Kconfig | 1 +
1 file changed, 1
This documents some additional options which can be used with valgrind, as
well as directions for future work. It also fixes up inline literals to
actually be inline literals (and not italics). The content of this
documentation is primarily adapted from [1].
[1]
https://lore.kernel.org/u-boot/57c
There are no defined instruction sequences in include/valgrind.h for
Risc-V, so CONFIG_VALGRIND will do nothing on this arch (and possibly won't
compile?). Update Kconfig accordingly.
Signed-off-by: Sean Anderson
---
Changes in v2:
- New
Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --gi
On Fri, May 27, 2022 at 02:36:29AM +, Leo Liang wrote:
> Hi Tom,
>
> The following changes since commit 7e0edcadb09d55d5319fdc862041fd1b874476f5:
>
> Merge branch 'master' of
> https://source.denx.de/u-boot/custodians/u-boot-sunxi (2022-05-24 23:29:00
> -0400)
>
> are available in the
On Tue, May 24, 2022 at 01:36:21PM +0200, Heinrich Schuchardt wrote:
> Testing with mksquasshfs 4.5.1 results in an error
>
> ValueError: could not convert string to float: '4.5.1'
>
> Version 4.10 would be considered to be lower than 4.4.
>
> Fixes: 04c9813e951f ("test/py: rewrite common t
On Sun, May 22, 2022 at 07:23:58AM +0200, Wasim Khan wrote:
> From: Wasim Khan
>
> Update MAINTAINERS List for LS2088ARDB and LS2088AQDS
> platforms
>
> Signed-off-by: Wasim Khan
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Fri, May 20, 2022 at 03:30:26PM +0300, Georgi Vlaev wrote:
> Since commit dffdb1f8eb ("board: ti: am64x: Use fdt functions
> for ram and bank init") ddr_init() and dram_bank_init() have
> switched to fdtdec for getting the memory configuration from
> the am64xx dts files instead of using hardco
On Thu, May 19, 2022 at 10:06:33AM +0930, Joel Stanley wrote:
> Add the rest of the ASPEED drivers that are in tree. Most are obvious,
> except for ftgmac100 which matches the register layout used in the
> ASPEED SoC.
>
> I am the Linux maintainer for the ASPEED kernel port, and help maintain
> t
On Wed, May 18, 2022 at 04:30:08PM +, Andrea zi0Black Cappa wrote:
> This patch mitigates the vulnerability identified via CVE-2019-14196.
> The previous patch was bypassed/ineffective, and now the vulnerability is
> identified via CVE-2022-30767. The patch removes the sanity check introduced
On Tue, May 17, 2022 at 11:24:43PM +0800, Bin Meng wrote:
> Reset the console timeout value as some tests may change its default
> value during the execution.
>
> This fixes the random case timeout issue seen in the U-Boot CI.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
On Tue, May 17, 2022 at 11:24:45PM +0800, Bin Meng wrote:
> Use test_part_types as the name instead of dm_compact.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, May 17, 2022 at 11:24:44PM +0800, Bin Meng wrote:
> Use test_fstypes as the name instead of test_dm_compact.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Tue, Apr 26, 2022 at 02:35:33PM -0400, Sean Anderson wrote:
> This driver depends on PCI. Update the Kconfig accordingly.
>
> Signed-off-by: Sean Anderson
> Reviewed-by: Tim Harvey
> Reviewed-by: Stefan Roese
> Reviewed-by: Ramon Fried
Applied to u-boot/master, thanks!
--
Tom
signatur
On 5/27/22 3:14 AM, Heinrich Schuchardt wrote:
On 5/27/22 05:36, Sean Anderson wrote:
This document some additional options which can be used with valgrind, as
Thanks for enhancing this document
nits
%s/document/documents/
well as directions for future work. It also fixes up inline literals
Heinrich,
> Does the problem exist in mainline U-Boot?
I am using U-boot the following U-boot [ git://
source.denx.de/u-boot/u-boot.git ]
with xenguest_arm64_defconfig.
> How can it be reproduced in mainline U-Boot?
I would try to use QEMU to reproduce the problem. If I do it successfully
I'll
po
On Thu, 26 May 2022 at 13:08, Masahisa Kojima
wrote:
>
> The commit 2158b0da220c ("bootmenu: add Kconfig option
> not to enter U-Boot console") disables to enter U-Boot
> console from bootmenu as default, this change affects the
> existing bootmenu users.
>
> This commit reverts the default behavi
Am 27. Mai 2022 09:52:04 MESZ schrieb Oleksii Kurochko
:
>Hello Heinrich,
>
>get_maintainer.pl script told me that you are a maintainer of dlmalloc.c
Hello Oleksii,
I am not the maintainer of dlmalloc.c but only a contributor.
>so if you don't mind I would like to ask you for advice about
>h
On Fri, 27 May 2022 at 10:26, Joel Stanley wrote:
>
> On Mon, 23 May 2022 at 13:25, Ilias Apalodimas
> wrote:
> >
> > On Mon, May 23, 2022 at 08:19:51AM -0500, Eddie James wrote:
> > > Yes, I think so. I tested with an older u-boot (openbmc uses a modified
> > > v2019.04) with all the TPM core pa
On Mon, 23 May 2022 at 13:25, Ilias Apalodimas
wrote:
>
> On Mon, May 23, 2022 at 08:19:51AM -0500, Eddie James wrote:
> > Yes, I think so. I tested with an older u-boot (openbmc uses a modified
> > v2019.04) with all the TPM core patches, and I think I missed this bit in
> > rebasing.
>
> No worr
On 5/27/22 05:36, Sean Anderson wrote:
This document some additional options which can be used with valgrind, as
Thanks for enhancing this document
nits
%s/document/documents/
well as directions for future work. It also fixes up inline literals to
actually be inline literals (and not italics
49 matches
Mail list logo