Re: [v4 03/12] spi: aspeed: Add ASPEED SPI controller driver

2022-07-06 Thread Joel Stanley
Hi Chin-Ting, On Tue, 24 May 2022 at 05:58, Chin-Ting Kuo wrote: > > Add ASPEED BMC FMC/SPI memory controller driver with > spi-mem interface for AST2500 and AST2600 platform. Have you considered including 2400 support in your patch set? I have prepared a series that adds upstream support for

Re: [PATCH v8 2/4] mtd: spi-nor-core: Adding different type of command extension in Soft Reset

2022-07-06 Thread Jagan Teki
On Mon, Jul 4, 2022 at 11:42 AM JaimeLiao wrote: > > Power-on-Reset is a method to restore flash back to 1S-1S-1S mode from > 8D-8D-8D > in the begging of probe. > > Command extension type is not standardized across flash vendors in DTR mode. > > For suiting different vendor flash devices,

Re: [PATCH v2 1/7] config/ast2600: Enable CRC32

2022-07-06 Thread Tom Rini
On Wed, Jun 29, 2022 at 04:35:19PM +0930, Joel Stanley wrote: > Useful for testing images with the default hash type. > > Reviewed-by: Chia-Wei Wang > Reviewed-by: Cédric Le Goater > Signed-off-by: Joel Stanley For the series, applied to u-boot/next, thanks! -- Tom signature.asc

Re: [PATCH v2] misc: nuvoton: Add host interface configuartion driver

2022-07-06 Thread Tom Rini
On Fri, Jun 24, 2022 at 04:24:37PM +0800, Jim Liu wrote: > add nuvoton BMC npcm750 host configuartion driver > > Signed-off-by: Jim Liu Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH RESEND 1/9] ARM: dts: ast2600: Update SDHCI nodes

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 06:35:28PM +0930, Joel Stanley wrote: > Match the description used by the Linux kernel, except use scu instead > of syscon as the phandle. > > Signed-off-by: Joel Stanley For the series, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 11/11] config/aspeed: Enable EEPROM options

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:41PM +0930, Joel Stanley wrote: > To allow testing of the I2C driver, enable the eprom command and the > misc driver. > > Signed-off-by: Joel Stanley Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 10/11] config/ast2600: Enable I2C driver

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:40PM +0930, Joel Stanley wrote: > Signed-off-by: Joel Stanley Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 09/11] i2c/aspeed: Add AST2600 compatible

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:39PM +0930, Joel Stanley wrote: > Signed-off-by: Joel Stanley > Reviewed-by: Ryan Chen Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 08/11] i2c/aspeed: Fix reset control

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:38PM +0930, Joel Stanley wrote: > The reset control was written for the ast2500 and directly programs the > clocking register. > > So we can share the code with other SoC generations use the reset device > to deassert the I2C reset line. > > Signed-off-by: Joel

Re: [PATCH v2 07/11] reset/aspeed: Implement status callback

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:37PM +0930, Joel Stanley wrote: > The I2C driver shares a reset line between buses, so allow it to test > the state of the reset line before resetting it. > > Signed-off-by: Joel Stanley > Reviewed-by: Ryan Chen Applied to u-boot/next, thanks! -- Tom

Re: [PATCH v2 06/11] ARM: dts: ast2600-evb: Add I2C devices

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:36PM +0930, Joel Stanley wrote: > The EVB has an EEPROM and ADT8490 temp sensor/fan controller on bus 7, > and a LM75 temp sensor on bus 8. > > Signed-off-by: Joel Stanley Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 05/11] ARM: dts: ast2500-evb: Add I2C devices

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:35PM +0930, Joel Stanley wrote: > The EVB has an EEPROM on bus 3 and a LM75 temp sensor on bus 7. Enable > those busses we can test the I2C driver. > > Signed-off-by: Joel Stanley > Reviewed-by: Ryan Chen Applied to u-boot/next, thanks! -- Tom signature.asc

Re: [PATCH v2 04/11] ARM: dts: ast2600-evb: Remove redundant pinctrl

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:34PM +0930, Joel Stanley wrote: > Now that these are in the dtsi we don't need them in the EVB device > tree. > > Signed-off-by: Joel Stanley Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 03/11] ARM: dts: ast2600: Disable I2C nodes by default

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:33PM +0930, Joel Stanley wrote: > Allow boards to enable the buses they use. > > Signed-off-by: Joel Stanley > Reviewed-by: Ryan Chen Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2 02/11] ARM: dts: ast2600: Add I2C reset properties

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:32PM +0930, Joel Stanley wrote: > The same as the upstream Linux device tree, each i2c bus has a property > specifying the reset line. > > Signed-off-by: Joel Stanley > Reviewed-by: Ryan Chen Applied to u-boot/next, thanks! -- Tom signature.asc Description:

Re: [PATCH v2 01/11] ARM: dts: ast2600: Add I2C pinctrl

2022-07-06 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:40:31PM +0930, Joel Stanley wrote: > From: Eddie James > > Set the pinctrl groups for each I2C bus. These are essential to > I2C operating correctly. > > Signed-off-by: Eddie James > Reviewed-by: Ryan Chen > Signed-off-by: Joel Stanley Applied to u-boot/next,

Re: [PATCH] soc: soc_ti_k3: identify j7200 SR2.0 SoCs

2022-07-06 Thread Tom Rini
On Tue, Jun 21, 2022 at 04:36:03PM -0500, Bryan Brattlof wrote: > 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

Re: [PATCH v1] phy: nuvoton: add NPCM7xx phy control driver

2022-07-06 Thread Tom Rini
On Tue, Jun 21, 2022 at 05:03:38PM +0800, Jim Liu wrote: > add BMC NPCM750 phy control driver > > Signed-off-by: Jim Liu Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] toradex: tdx-cfg-block: add new toradex oui range

2022-07-06 Thread Tom Rini
On Mon, Jun 20, 2022 at 04:57:45PM +0200, Philippe Schenker wrote: > From: Philippe Schenker > > Add new Toradex MAC OUI (8c:06:cb), to the config block. With this change > we extend the possible serial-numbers as follows: > > For serial-numbers -16777215 OUI 00:14:2d is taken > For

Re: [PATCH 3/3] board: ti: common: board_detect: Do 1byte address checks first.

2022-07-06 Thread Tom Rini
On Fri, Jun 17, 2022 at 01:26:12PM -0500, Nishanth Menon wrote: > Do 1 byte address checks first prior to doing 2 byte address checks. > When performing 2 byte addressing on 1 byte addressing eeprom, the > second byte is taken in as a write operation and ends up erasing the > eeprom region we

Re: [PATCH 2/3] board: ti: common: Handle the legacy eeprom address width properly

2022-07-06 Thread Tom Rini
On Fri, Jun 17, 2022 at 01:26:11PM -0500, Nishanth Menon wrote: > Due to supply chain issues, we are starting to see a mixture of eeprom > usage including the smaller 7-bit addressing eeproms such as 24c04 > used for eeproms. > > These eeproms don't respond well to 2 byte addressing and fail the

Re: [PATCH 1/3] board: ti: common: Optimize boot when detecting consecutive bad records

2022-07-06 Thread Tom Rini
On Fri, Jun 17, 2022 at 01:26:10PM -0500, Nishanth Menon wrote: > The eeprom data area is much bigger than the data we intend to store, > however, with bad programming, we might end up reading bad records over > and over till we run out of eeprom space. instead just exit when 10 > consecutive

Re: [PATCH] firmware: ti_sci_static_data: Make file board agnostic

2022-07-06 Thread Tom Rini
On Wed, Jun 15, 2022 at 07:33:05PM +0530, Vignesh Raghavendra wrote: > Static DMA channel data for R5 SPL is mostly board agnostic so use SOC > configs instead of EVM specific config to ease adding new board support. > > Drop J7200 EVM specific settings as its same as J721e > > Signed-off-by:

Re: [PATCH 5/5] configs: am62x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:34PM +0300, Georgi Vlaev wrote: > Add CONFIG_NR_DRAM_BANKS from am62x_evm_a53_defconfig as this is > needed to calculate the size of DDR that is available. > > Signed-off-by: Georgi Vlaev > Reviewed-by: Tom Rini Applied to u-boot/next, thanks! -- Tom

Re: [PATCH 4/5] board: ti: am62x: Account for DDR size fixups if ECC is enabled

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:33PM +0300, Georgi Vlaev wrote: > Call into k3-ddrss driver to fixup device tree and resize > the available amount of DDR if ECC is enabled. > > A second fixup is required from A53 SPL to take the fixup > as done from R5 SPL and apply it to DT passed to A53 U-boot,

Re: [PATCH 3/5] board: ti: am62x: Use fdt functions for ram and bank init

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:32PM +0300, Georgi Vlaev wrote: > Use the appropriate fdtdec_setup_mem_size_base() call in > dram_init() and fdtdec_setup_bank_size() in dram_bank_init() > to pull these values from DT, where they are already available, > instead of hardcoding them. > >

Re: [PATCH 2/5] arm: dts: k3-am625-*: Mark memory with u-boot,dm-spl

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:31PM +0300, Georgi Vlaev wrote: > Mark the memory node with u-boot,dm-spl so we can use it > from early SPL on both R5 and A53. > > Signed-off-by: Georgi Vlaev > Reviewed-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH 1/5] arm: mach-k3: common: Use ddr_init in spl_enable_dcache

2022-07-06 Thread Tom Rini
On Tue, Jun 14, 2022 at 05:45:30PM +0300, Georgi Vlaev wrote: > The spl_enable_dcache() function calls dram_init_banksize() > to get the total memory size. Normally the dram_init_banksize() > setups the memory banks, while the total size is reported > by ddr_init(). This worked so far for K3

Re: [PATCH 3/3] toradex: tdx-cfg-block: extend assembly version

2022-07-06 Thread Tom Rini
On Mon, Jun 13, 2022 at 07:35:23PM +0200, Philippe Schenker wrote: > From: Philippe Schenker > > There are two decimal digits reserved to encode the module version and > revision. This code so far implemented A-Z which used 0-25 of this > range. > This commit extends the range to make use of

Re: [PATCH 2/3] toradex: tdx-cfg-block: use defines for string length

2022-07-06 Thread Tom Rini
On Mon, Jun 13, 2022 at 07:35:22PM +0200, Philippe Schenker wrote: > From: Philippe Schenker > > With those defines the length can be reused and is in one place > extendable. > > Signed-off-by: Philippe Schenker > Reviewed-by: Francesco Dolcini > Acked-by: Marcel Ziswiler Applied to

Re: [PATCH 1/3] toradex: tdx-cfg-block: use only snprintf

2022-07-06 Thread Tom Rini
On Mon, Jun 13, 2022 at 07:35:21PM +0200, Philippe Schenker wrote: > From: Philippe Schenker > > Prevent memory issues that could appear with sprintf. Replace all > sprintf occurences with snprintf. > > Signed-off-by: Philippe Schenker > Reviewed-by: Francesco Dolcini > Acked-by: Marcel

Re: [PATCH] board: ti: j721e: Return if there is an error while configuring SerDes

2022-07-06 Thread Tom Rini
On Fri, Jun 10, 2022 at 06:23:38PM +0530, Aswath Govindraju wrote: > While configuring SerDes, errors could be encountered, in these cases, > return instead of going ahead. This is will help in booting even if > configuration of SerDes fails. > > Signed-off-by: Aswath Govindraju Applied to

Re: [PATCH v3 2/2] arm: k3: j721e: add dynamic sf bus override support for j721e

2022-07-06 Thread Tom Rini
On Fri, Jun 03, 2022 at 11:32:16AM +0530, Vaishnav Achath wrote: > implement overrides for spl_spi_boot_bus() and spl_spi_boot_cs() > lookup functions according to bootmode selection, so as to support > both QSPI and OSPI boot using the same build. > > Signed-off-by: Vaishnav Achath >

Re: [PATCH v3 1/2] common: spl: spl_spi: add support for dynamic override of sf bus

2022-07-06 Thread Tom Rini
On Fri, Jun 03, 2022 at 11:32:15AM +0530, Vaishnav Achath wrote: > Currently the SPI flash to load from is defined through the compile > time config CONFIG_SF_DEFAULT_BUS and CONFIG_SF_DEFAULT_CS, this > prevents the loading of binaries from different SPI flash using the > same build.E.g.

Re: [PATCH v2 1/6] patman: Fix updating argument defaults from settings

2022-07-06 Thread Doug Anderson
Hi, On Tue, Jul 5, 2022 at 11:16 AM Sean Anderson wrote: > > Hi Doug, > > On 7/1/22 4:23 PM, Douglas Anderson wrote: > > Ever since commit 4600767d294d ("patman: Refactor how the default > > subcommand works"), when I use patman on the Linux tree I get grumbles > > about unknown tags. This is

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-06 Thread Peng Fan
On 7/6/2022 5:01 PM, Heiko Thiery wrote: Hi Peng Am Di., 5. Juli 2022 um 18:04 Uhr schrieb Tom Rini : On Tue, Jul 05, 2022 at 05:20:46PM +0200, Heiko Thiery wrote: Hi Tom, Am Di., 5. Juli 2022 um 15:35 Uhr schrieb Tom Rini : On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote:

Re: [PATCH v6 00/25] Add support for MediaTek MT7621 SoC - v6

2022-07-06 Thread Daniel Schwierzeck
Hi Weijie, On 20.05.22 05:21, Weijie Gao wrote: This series will add support for MediaTek MT7621 SoC with two reference boards and related drivers. The MediaTek MT7621 is a network processor integrating a dual-core dual-threaded MIPS 1004Kc processor running at a normal frequency of 880MHz.

Re: [PATCH v1 1/6] rockchip: block: add Rockchip IDB block device

2022-07-06 Thread Johan Jonker
Hi Xavier, Thank you for your comments. This driver in it's current form does not seek to comply with the MTD frame work. Goal is to write boot blocks to NAND the Rockchip way in a memory limited environment (usbplug) and to get rid of all the closed source tools !! In this particular case

Re: [PATCH] arm: dts: stm32mp1: Drop fastboot and stm32prog trigger gpios on DHCOM

2022-07-06 Thread Patrick DELAUNAY
Hi, On 6/30/22 16:19, Johann Neuhauser wrote: PA13 and PA14 are used for USB power control and can't be used to enforce fastboot or stm32prog mode by pressing a button. Defining CONFIG_FASTBOOT/CONFIG_CMD_STM32PROG without this patch applied results in fastboot/stm32prog always starting,

Re: [ANN] U-Boot v2022.01-rc3 released

2022-07-06 Thread Jesse Taube
On 7/6/22 10:47, Tom Rini wrote: On Wed, Jul 06, 2022 at 10:31:41AM -0400, Jesse Taube wrote: On 11/30/21 14:36, Tom Rini wrote: On Mon, Nov 29, 2021 at 09:35:52PM -0500, Jesse Taube wrote: On 11/29/21 11:28, Tom Rini wrote: Hey all, It's been two weeks since v2022.01-rc2, so here's

[PATCH 2/2] ARM: dts: stm32mp13: add SCMI nodes

2022-07-06 Thread Patrick Delaunay
Add the node for SCMI firmware with the associated reserved memory nodes Signed-off-by: Patrick Delaunay --- arch/arm/dts/stm32mp13-u-boot.dtsi | 20 +++ arch/arm/dts/stm32mp131.dtsi | 31 ++ 2 files changed, 51 insertions(+) diff --git

[PATCH 1/2] ARM: dts: stm32mp13: add OP-TEE nodes

2022-07-06 Thread Patrick Delaunay
Add the node for OP-TEE firmware with the associated reserved memory nodes Signed-off-by: Patrick Delaunay --- arch/arm/dts/stm32mp13-u-boot.dtsi | 4 arch/arm/dts/stm32mp131.dtsi | 7 +++ arch/arm/dts/stm32mp135f-dk.dts| 11 +++ 3 files changed, 22 insertions(+)

Re: Pull request efi-2022-07-rc7

2022-07-06 Thread Tom Rini
On Wed, Jul 06, 2022 at 12:03:24PM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 0cc846dafcf6f6270c6587d6fe79011834d6e49a: > > Prepare v2022.07-rc6 (2022-07-04 08:18:33 -0400) > > are available in the Git repository at: > >

Re: [PATCH 01/17] Convert CONFIG_FSL_FIXED_MMC_LOCATION et al to Kconfig

2022-07-06 Thread Tom Rini
On Mon, Jun 20, 2022 at 08:07:42AM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_FSL_FIXED_MMC_LOCATION >CONFIG_ESDHC_HC_BLK_ADDR > > Signed-off-by: Tom Rini For the series, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/4] arch/Kconfig.nxp: Re-organize slightly

2022-07-06 Thread Tom Rini
On Fri, Jun 17, 2022 at 04:24:31PM -0400, Tom Rini wrote: > Make all of the CHAIN_OF_TRUST options be under a single menu and add a > comment for the rest, so the resulting config file reads more clearly. > Remove duplicate CHAIN_OF_TRUST options from > board/congatec/common/Kconfig. Remove

Re: [PATCH 1/8] Convert CONFIG_EXTRA_CLOCK to Kconfig

2022-07-06 Thread Tom Rini
On Thu, Jun 16, 2022 at 02:04:33PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_EXTRA_CLOCK > > Signed-off-by: Tom Rini For the series, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 01/13] Convert CONFIG_DW_ALTDESCRIPTOR to Kconfig

2022-07-06 Thread Tom Rini
On Wed, Jun 15, 2022 at 12:03:43PM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_DW_ALTDESCRIPTOR > > Signed-off-by: Tom Rini For the series, applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

RE: [RFC] Proposed location to host the firmware handoff specification.

2022-07-06 Thread Jose Marinho
Hi Varun, The intent is for the proposed location (a new repository hosted in tf.org) to be used to review proposed changes to this spec. The details of the contribution and review process will be debated in the ML once we reach consensus on the hosting location. Regards, Jose >

Re: [ANN] U-Boot v2022.01-rc3 released

2022-07-06 Thread Tom Rini
On Wed, Jul 06, 2022 at 10:31:41AM -0400, Jesse Taube wrote: > > > On 11/30/21 14:36, Tom Rini wrote: > > On Mon, Nov 29, 2021 at 09:35:52PM -0500, Jesse Taube wrote: > > > > > > > > > On 11/29/21 11:28, Tom Rini wrote: > > > > Hey all, > > > > > > > > It's been two weeks since v2022.01-rc2,

Re: [ANN] U-Boot v2022.01-rc3 released

2022-07-06 Thread Jesse Taube
On 11/30/21 14:36, Tom Rini wrote: On Mon, Nov 29, 2021 at 09:35:52PM -0500, Jesse Taube wrote: On 11/29/21 11:28, Tom Rini wrote: Hey all, It's been two weeks since v2022.01-rc2, so here's -rc3. To repeat what I said with -rc2, we've enabled issue tracking on our gitlab instance. You

Re: [PATCH] efi_loader: Allow overlapped extra data for PE hashing

2022-07-06 Thread Su, Bao Cheng
On Mon, 2022-06-27 at 16:32 +0200, Heinrich Schuchardt wrote: > On 6/24/22 07:32, Su, Bao Cheng wrote: > > During PE hashing, when holes exists between sections, the extra > > data > > calculated could be a dupulicated region of the last section. > > > > Such PE image with holes existing between

Re: [PATCH v6 7/7] test: rng: Add a UT testcase for the rng command

2022-07-06 Thread Ilias Apalodimas
On Mon, Jul 04, 2022 at 07:04:44PM +0530, Sughosh Ganu wrote: > The 'rng' command dumps a number of random bytes on the console. Add a > set of tests for the 'rng' command. The test function performs basic > sanity testing of the command. > > Since a unit test is being added for the command,

Re: [PATCH v6 5/7] cmd: rng: Use a statically allocated array for random bytes

2022-07-06 Thread Ilias Apalodimas
On Mon, Jul 04, 2022 at 07:04:42PM +0530, Sughosh Ganu wrote: > Use a statically allocated buffer on stack instead of using malloc for > reading the random bytes. Using a local array is faster than > allocating heap memory on every initiation of the command. > > Signed-off-by: Sughosh Ganu > ---

Re: [PATCH v6 2/7] tpm: rng: Add driver model interface for TPM RNG device

2022-07-06 Thread Ilias Apalodimas
On Mon, Jul 04, 2022 at 07:04:39PM +0530, Sughosh Ganu wrote: > The TPM device has a builtin random number generator(RNG) > functionality. Expose the RNG functions of the TPM device to the > driver model so that they can be used by the EFI_RNG_PROTOCOL if the > protocol is installed. > > Also

[PATCH v2] toradex: tdx-cfg-block: add 0068 i.mx 8m mini sku

2022-07-06 Thread Philippe Schenker
From: Philippe Schenker Add new i.MX 8M Mini SKU to ConfigBlock handling. 0068: Verdin iMX8M Mini Quad 2GB WB IT No CAN This SKU is identical to 0055 but without CAN. Mention this in the name so those modules can be distinguished. Signed-off-by: Philippe Schenker Reviewed-by: Francesco

RE: [RFC] Proposed location to host the firmware handoff specification.

2022-07-06 Thread Varun Wadekar
Hi, My concern with a standalone gitlab project is that it might be treated as an experiment by the wider community and be neglected. Do we have any gitlab projects (tf.org or otherwise) that have some "official" value? @Jose, do you see the location getting used for all future spec reviews?

[PATCH] console: Add option to keep it silent until env is loaded

2022-07-06 Thread Harald Seiler
Add a config-option which forces the console to stay silent until the proper environment is loaded from flash. This is important when the default environment does not silence the console but no output must be printed when 'silent' is set in the flash environment. After the environment from flash

RE: [v4 03/12] spi: aspeed: Add ASPEED SPI controller driver

2022-07-06 Thread Chin-Ting Kuo
Hi Cédric, > -Original Message- > From: Cédric Le Goater > Sent: Monday, July 4, 2022 11:25 PM > Subject: Re: [v4 03/12] spi: aspeed: Add ASPEED SPI controller driver > > Hello Chin-Ting, > > On 7/3/22 10:47, Chin-Ting Kuo wrote: > > Hi Cédric, > > > > Thanks for the review. > > > >>

[PATCH] spl: mmc: Use correct MMC device when loading image

2022-07-06 Thread Harald Seiler
When attempting to load images from multiple MMC devices in sequence, spl_mmc_load() chooses the wrong device from the second attempt onwards. The reason is that MMC initialization is only done on its first call and spl_mmc_load() will then continue using this same device for all future calls.

RE: [RFC] Proposed location to host the firmware handoff specification.

2022-07-06 Thread Jose Marinho
Hi All, > -Original Message- > From: Simon Glass > Sent: 06 July 2022 09:34 > To: Rob Herring > Cc: Jose Marinho ; t...@lists.trustedfirmware.org; > u-boot@lists.denx.de; boot-architect...@lists.linaro.org; François Ozog > ; Manish Pandey2 ; > Joanna Farley ; Ilias Apalodimas > ; Matteo

Pull request efi-2022-07-rc7

2022-07-06 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit 0cc846dafcf6f6270c6587d6fe79011834d6e49a: Prepare v2022.07-rc6 (2022-07-04 08:18:33 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc7 for you to fetch changes up to

[PATCH v2] doc: board: amlogic: add documentation on boot flow

2022-07-06 Thread Neil Armstrong
This is a preliminary documentation introducing different boot sequences, and notably the recovery mode. Signed-off-by: Neil Armstrong Reviewed-by: Mattijs Korpershoek Reviewed-by: Simon Glass --- Changes since v1: - Christian Hewitt did an overall grammar correction of the text, meaning of

Re: [PATCH] Kconfig: Fix SYS_MALLOC_F_LEN for i.MX8MQ

2022-07-06 Thread Heiko Thiery
Hi Peng Am Di., 5. Juli 2022 um 18:04 Uhr schrieb Tom Rini : > > On Tue, Jul 05, 2022 at 05:20:46PM +0200, Heiko Thiery wrote: > > Hi Tom, > > > > Am Di., 5. Juli 2022 um 15:35 Uhr schrieb Tom Rini : > > > > > > On Tue, Jul 05, 2022 at 12:19:54PM +0200, Heiko Thiery wrote: > > > > Hi all, > > > >

Re: [PATCH v6 1/7] tpm: Export the TPM-version functions

2022-07-06 Thread Ilias Apalodimas
On Mon, Jul 04, 2022 at 07:04:38PM +0530, Sughosh Ganu wrote: > From: Simon Glass > > These functions should really be available outside the TPM code, so that > other callers can find out which version the TPM is. Rename them to have > a tpm_ prefix() and add them to the header file. > >

Re: [PATCH 6/9] dm: core: Support accessing core tags

2022-07-06 Thread Simon Glass
Hi Takahiro, On Tue, 5 Jul 2022 at 19:27, AKASHI Takahiro wrote: > > Hi Simon, > > On Tue, Jul 05, 2022 at 02:27:54PM +0100, Simon Glass wrote: > > Hi, > > > > On Tue, 5 Jul 2022 at 13:39, Tom Rini wrote: > > > > > > On Tue, Jun 28, 2022 at 11:18:51PM +0900, AKASHI Takahiro wrote: > > > > On

Re: [RFC] Proposed location to host the firmware handoff specification.

2022-07-06 Thread Simon Glass
Hi Rob, On Tue, 5 Jul 2022 at 11:27, Rob Herring wrote: > > On Tue, Jul 5, 2022 at 10:37 AM Simon Glass wrote: > > > > Hi Rob, > > > > On Tue, 5 Jul 2022 at 09:24, Rob Herring wrote: > > > > > > On Thu, Jun 30, 2022 at 3:24 AM Simon Glass wrote: > > > > > > > > Hi Jose, > > > > > > > > I

Re: [PATCH V4 01/49] spl: imx8mm: enlarge SPL_MAX_SIZE

2022-07-06 Thread Frieder Schrempf
Am 06.07.22 um 01:52 schrieb Peng Fan: > > > On 7/5/2022 2:50 PM, Frieder Schrempf wrote: >> Am 05.07.22 um 08:05 schrieb Peng Fan (OSS): >>> From: Peng Fan >>> >>> The CONFIG_SPL_MAX_SIZE could be 0x27000 for i.MX8MM when SPL_TEXT_BASE >>> set to 0x7E1000. >>> >>> Signed-off-by: Peng Fan >>