Hi Matt,
On 17.05.21 19:32, Matt Merhar wrote:
The assembly output of the arch_initr_trap() function differed by a
single byte after common.h was removed from traps.c:
fff49a18 :
fff49a18: 94 21 ff f0 stwur1,-16(r1)
fff49a1c: 7c 08 02 a6 mflrr0
fff49a20: 9
Hi Michael,
On 17.05.21 11:47, Michal Simek wrote:
I have rebase Heinrich patches on the top of HEAD + my queue and I can't
see any issue
https://source.denx.de/u-boot/custodians/u-boot-microblaze/-/tree/for-heinrich
It means likely what Stefan mentioned is likely correct.
The mentioned P
On Fri, 14 May 2021 at 09:12, Heinrich Schuchardt wrote:
>
> Commit a479f103dc1c ("hash: Allow for SHA512 hardware implementations")
> defined function definitions for hardware accelerated SHA384 and SHA512.
> If CONFIG_SHA_HW_ACCEL=y, these functions are used.
>
> We already have boards using CON
CPU: Freescale i.MX6ULL rev1.1 792 MHz (running at 396 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 49C
Reset cause: POR
Model: Seeed NPi iMX6ULL Dev Board with NAND
Board: Seeed NPi i.MX6ULL Dev Board
DRAM: 512 MiB
NAND: 512 MiB
MMC: FSL_SDHC: 0
In:serial@202
Out: ser
On Tue, May 18, 2021 at 9:58 AM Andes wrote:
>
> From: Rick Chen
>
> It will need larger heap size for u-boot-spl to load u-boot.itb which
> be generated from binman than USE_SPL_FIT_GENERATOR.
>
> Signed-off-by: Rick Chen
> ---
> configs/ae350_rv32_spl_defconfig | 1 +
> configs/ae350_rv32
> From: Bin Meng
> Sent: Tuesday, May 11, 2021 8:04 PM
> To: Rick Jian-Zhi Chen(陳建志) ; Sean Anderson
> ; u-boot@lists.denx.de
> Cc: Anup Patel ; Bin Meng
> Subject: [PATCH] riscv: Split SiFive CLINT support between SPL and U-Boot
> proper
>
> At present there is only one Kconfig option CONFIG_S
From: Rick Chen
It will need larger heap size for u-boot-spl to load u-boot.itb which
be generated from binman than USE_SPL_FIT_GENERATOR.
Signed-off-by: Rick Chen
---
configs/ae350_rv32_spl_defconfig | 1 +
configs/ae350_rv32_spl_xip_defconfig | 1 +
configs/ae350_rv64_spl_defconfig |
Hi Tom,
CI result:
https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7572
The following changes since commit e644dfbb1786a4a3308b068e1f61cd9e2dfac237:
configs: Resync with savedefconfig (2021-05-15 08:10:13 -0400)
are available in the Git repository at:
g...@source.denx.de
On Mon, May 17, 2021 at 09:36:10PM -0400, Sean Anderson wrote:
>
> On 5/17/21 5:18 PM, Tom Rini wrote:
> > On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote:
> >
> > > Valgrind uses magic code sequences to define an ABI that the client may
> > > use
> > > to request behavior from the
On Tue, May 18, 2021 at 01:32:17AM +0200, Daniel Schwierzeck wrote:
> Hi Tom,
>
> Am Freitag, den 14.05.2021, 21:34 -0400 schrieb Tom Rini:
> > These boards have not been converted to CONFIG_DM_PCI by the
> > deadline.
> > Remove them.
> >
> > Cc: Paul Burton
> > Cc: Daniel Schwierzeck
> > Sign
On 5/17/21 5:18 PM, Tom Rini wrote:
On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote:
Valgrind uses magic code sequences to define an ABI that the client may use
to request behavior from the host. In particular, this may be used to
inform valgrind about custom allocators, such as
On Mon, May 17, 2021 at 05:29:44PM -0500, Alex G. wrote:
> On 5/12/21 12:14 PM, Tom Rini wrote:
> > On Wed, May 12, 2021 at 11:19:52AM -0500, Alex G. wrote:
> > >
> > >
> > > On 5/12/21 10:52 AM, Simon Glass wrote:
>
> [snip]
>
> > > > We have a NO_SDL build-time control. Perhaps have a NO_SSL
On Thu, May 13, 2021 at 04:46:18PM +0800, Bin Meng wrote:
> Currently all assembly optimized implementation of memory routines
> show up at the top level of the RISC-V architecture Kconfig menu.
> Let's group them together into a submenu.
>
> Signed-off-by: Bin Meng
>---
Reviewed-by: Leo Yu-Chi
On Thu, May 13, 2021 at 04:46:17PM +0800, Bin Meng wrote:
> At present U-Boot SPL fails to boot on SiFive Unleashed board, due
> to a load address misaligned exception happens when loading the FIT
> image in spl_load_simple_fit(). The exception happens in memmove()
> which is called by fdt_splice_(
Hi Tom,
Am Freitag, den 14.05.2021, 21:34 -0400 schrieb Tom Rini:
> These boards have not been converted to CONFIG_DM_PCI by the
> deadline.
> Remove them.
>
> Cc: Paul Burton
> Cc: Daniel Schwierzeck
> Signed-off-by: Tom Rini
> ---
> As I hope these boards will get converted quickly I've not
Uncompressed aarch64 kernel Image are rather large, increase the bootm
size limit to 64 MiB to cater for that.
Signed-off-by: Marek Vasut
Cc: Marcel Ziswiler
Cc: Max Krummenacher
Cc: Oleksandr Suvorov
---
include/configs/verdin-imx8mm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/in
The superblock buffer must be cache aligned, since it might be used
in DMA context, allocate it using ALLOC_CACHE_ALIGN_BUFFER() just
like it was done in btrfs_read_superblock() and read_tree_node().
This fixes this output on boot and non-working btrfs on iMX53:
CACHE: Misaligned operation at rang
On 5/12/21 12:14 PM, Tom Rini wrote:
On Wed, May 12, 2021 at 11:19:52AM -0500, Alex G. wrote:
On 5/12/21 10:52 AM, Simon Glass wrote:
[snip]
We have a NO_SDL build-time control. Perhaps have a NO_SSL one as well?
It could be a config option instead of an environment variable. I think it
The fragmented files were not correctly read because of two issues:
- The squashfs_file_info struct has a field named 'comp', which tells if
the file's fragment is compressed or not. This field was always set to
'true' in sqfs_get_regfile_info and sqfs_get_lregfile_info. It should
actually take sq
On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote:
> Valgrind uses magic code sequences to define an ABI that the client may use
> to request behavior from the host. In particular, this may be used to
> inform valgrind about custom allocators, such as the one used in U-Boot.
>
> This
On Fri, May 07, 2021 at 02:40:34PM +0530, Vignesh Raghavendra wrote:
> If reg property of pinctrl-single node requires address translation then
> probe fails with following message:
>
> single-pinctrl pinctrl@4301c000: failed to get base register size
>
> This is because driver uses dev_read_add
On 5/17/21 11:38 AM, Alexandru Gagniuc wrote:
image-sig.c is used to map a hash or crypto algorithm name to a
handler of that algorithm. There is some similarity between the host
and target variants, with the differences worked out by #ifdefs. The
purpose of this change is to remove those ifde
On Mon, May 17, 2021 at 9:40 PM Alexandru Gagniuc wrote:
>
> FIT signatures can now be implemented with ECDSA. The assumption that
> all FIT images are signed with RSA is no longer valid. Thus, instead
> of 'select'ing RSA, only 'imply' it. This doesn't change the defaults,
> but allows one to exp
FIT signatures can now be implemented with ECDSA. The assumption that
all FIT images are signed with RSA is no longer valid. Thus, instead
of 'select'ing RSA, only 'imply' it. This doesn't change the defaults,
but allows one to explicitly disable RSA support.
Signed-off-by: Alexandru Gagniuc
Revi
This test verifies that ECDSA_UCLASS is implemented, and that
ecdsa_verify() works as expected. The definition of "expected" is
"does not find a device, and returns -ENODEV".
The lack of a hardware-independent ECDSA implementation prevents us
from having one in the sandbox, for now.
Signed-off-by
Implement the crypto_algo .verify() function for ecdsa256. Because
it backends on UCLASS_ECDSA, this change is focused on parsing the
keys from devicetree and passing this information to the specific
UCLASS driver.
Signed-off-by: Alexandru Gagniuc
---
lib/Kconfig | 1 +
lib/Makefi
The STM32MP ROM provides several service. One of them is the ability
to verify ecdsa256 signatures. Hook the ROM API into the ECDSA uclass.
Signed-off-by: Alexandru Gagniuc
---
arch/arm/mach-stm32mp/Kconfig| 9 +++
arch/arm/mach-stm32mp/Makefile | 1 +
arch/arm/mach-stm32mp/ecd
Define a UCLASS API for verifying ECDSA signatures. Unlike
UCLASS_MOD_EXP, which focuses strictly on modular exponentiation,
the ECDSA class focuses on verification. This is done so that it
better aligns with mach-specific implementations, such as stm32mp.
Signed-off-by: Alexandru Gagniuc
---
in
This series is based on the following:
"[PATCH 00/18] image: Reduce #ifdef abuse in image code"
This rebase is awesome because we don't need to change #defines in
common code or rely on hidden #ifdefs.
Q: Will there be a software-only implementation of ECDSA ?
A: That is the goal, so that we
On Mon, May 17, 2021 at 07:03:01AM +0200, Stefan Roese wrote:
> please pull the next batch of Marvell Armada related patches. Here the
> summary log:
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sun, May 16, 2021 at 08:53:04PM +0200, Marek Vasut wrote:
> The following changes since commit e644dfbb1786a4a3308b068e1f61cd9e2dfac237:
>
> configs: Resync with savedefconfig (2021-05-15 08:10:13 -0400)
>
> are available in the Git repository at:
>
> git://source.denx.de/u-boot-usb.git
On Mon, May 17, 2021 at 8:57 PM Andy Shevchenko
wrote:
>
> On Mon, May 17, 2021 at 8:08 PM Heinrich Schuchardt
> wrote:
> > On 17.05.21 16:06, Andy Shevchenko wrote:
>
> ...
>
> > Let's look at the code without your patch:
> >
> > We have multiple functions ending with:
> >
> > umount_fs(mou
On Mon, May 17, 2021 at 8:08 PM Heinrich Schuchardt wrote:
> On 17.05.21 16:06, Andy Shevchenko wrote:
...
> Let's look at the code without your patch:
>
> We have multiple functions ending with:
>
> umount_fs(mount_dir)
> except CalledProcessError as err:
> pytest.skip('Setup failed for
On Mon, 17 May 2021 at 08:08, Jens Wiklander wrote:
>
> On Wed, May 12, 2021 at 5:06 PM Etienne Carriere
> wrote:
> >
> > OP-TEE supports an API extension to allow client to open a TEE session
> > as REE kernel which OP-TEE uses to differentiate client application
> > services from system service
On 17.05.21 16:06, Andy Shevchenko wrote:
> On Mon, May 17, 2021 at 4:29 PM Tom Rini wrote:
>> On Mon, May 17, 2021 at 03:21:41PM +0200, Heinrich Schuchardt wrote:
>>> On 17.05.21 13:44, Andy Shevchenko wrote:
On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
wrote:
>
> On 17
Acked-by: Peter Tyser
- Original Message -
> From: "Tom Rini"
> To: "U-Boot Mailing List"
> Cc: "ptyser"
> Sent: Friday, May 14, 2021 8:34:25 PM
> Subject: [PATCH 20/27] ppc: Remove xpedite boards
> These boards have not been converted to CONFIG_DM_PCI by the deadline and is
> also mi
This macro is no longer needed for code flow or #ifdefs. Remove it.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
include/image.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/image.h b/include/image.h
index ee930b0265..2f48a6eecf 100644
--- a/include/image.h
+++
Function pointers from crypto_algos array are relocated, when
NEEDS_MANUAL_RELOC is set. This relocation doesn't happen if the algo
is placed in a linker list. Implement this relocation.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
common/image-sig.c | 13 +
1 file
This macro is no longer needed for code flow or #ifdefs. Remove it.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
include/image.h | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/include/image.h b/include/image.h
index f7f8f8a029..ee930b0265 100644
--- a/i
It is no longer necessary to implement ecdsa_() functions as no-ops
depending on config options. It is merely sufficient to provide the
prototypes, as the ecdsa code is no longer linked when unused.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
include/u-boot/ecdsa.h | 25 --
It is no longer necessary to implement rsa_() functions as no-ops
depending on config options. It is merely sufficient to provide the
prototypes, as the rsa code is no longer linked when unused.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
include/u-boot/rsa.h | 47
The purpose of this change is to enable crypto algorithms to be placed
in linker lists, rather than be declared as a static array. The goal
is to remove the crypto_algos array in a subsequent patch.
Create a new linker list named "cryptos", and search it when
image_get_crypto_algo() is invoked.
N
Crytographic algorithms (currently RSA), are stored in linker lists.
The crypto_algos array is unused, so remove it, and any logic
associated with it.
Signed-off-by: Alexandru Gagniuc
Reviewed-by: Simon Glass
---
common/image-sig.c | 21 -
1 file changed, 21 deletions(-)
di
Move the RSA verification crytpo_algo structure out of the
crypto_algos array, and into a linker list.
Although it appears we are adding an #ifdef to rsa-verify.c, the gains
outweigh this small inconvenience. This is because rsa_verify() is
defined differently based on #ifdefs. This change allows
Remove any ifdefs in image-sig.c that were previously used to
differentiate from the host code. Note that all code dedicated to
relocating ->sign() and ->add_verify_data)_ can be safely removed,
as signing is not supported target-side.
NOTE that although it appears we are removing ecdsa256 support
From: Simon Glass
Drop the _SUPPORT suffix so we can use CONFIG_IS_ENABLED() with this
option.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
common/spl/Kconfig| 4 ++--
configs/axm_defconfig | 2 +-
image-sig.c is used to map a hash or crypto algorithm name to a
handler of that algorithm. There is some similarity between the host
and target variants, with the differences worked out by #ifdefs. The
purpose of this change is to remove those ifdefs.
First, copy the file to a host-only version, a
From: Simon Glass
We already have a host Kconfig for these SHA options. Use
CONFIG_IS_ENABLED(SHAxxx) directly in the code shared with the host build,
so we can drop the unnecessary indirections.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
c
From: Simon Glass
We already have a host Kconfig for SHA1. Use CONFIG_IS_ENABLED(SHA1)
directly in the code shared with the host build, so we can drop the
unnecessary indirection.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
common/image-fit.
From: Simon Glass
This is not needed with Kconfig, since we can use IS_ENABLED() easily
enough. Drop it.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
common/image-fit.c | 2 +-
include/image.h| 5 -
2 files changed, 1 insertion(+), 6
From: Simon Glass
Drop the ENABLE and SUPPORT parts of this, which are redundant.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
common/Kconfig.boot | 2 +-
common/image-sig.c | 4 ++--
configs/bcm963158_ram_defconfig |
From: Simon Glass
These option are named inconsistently with other SPL options, thus making
them incompatible with the CONFIG_IS_ENABLED() macro. Rename them.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
common/spl/Kconfig | 8
inclu
From: Simon Glass
Drop the _SUPPORT suffix so we can use CONFIG_IS_ENABLED() with this
option.
Signed-off-by: Simon Glass
Reviewed-by: Alexandru Gagniuc
Signed-off-by: Alexandru Gagniuc
---
common/spl/Kconfig | 2 +-
include/image.h| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
From: Simon Glass
The ENABLE part of this name is redundant, since all boolean Kconfig
options serve to enable something. The SUPPORT part is also redundant
since Kconfigs can be assumed to enable support for something. Together
they just serve to make these options overly long and inconsistent
w
This is a combination of select patches from Simon's series:
"image: Reduce #ifdefs and ad-hoc defines in image code"
and alternative solutions I proposed in:
"image: Reduce the abuse of #ifdefs in image-sig.c"
After syncing with Simon, we agree that this is a reasonable base for
further w
On 5/17/21 9:27 AM, Navin Sankar Velliangiri wrote:
> From: NavinSankar Velliangiri
>
> CPU: Freescale i.MX6ULL rev1.1 792 MHz (running at 396 MHz)
> CPU: Industrial temperature grade (-40C to 105C) at 49C
> Reset cause: POR
> Model: Seeed NPi iMX6ULL Dev Board with NAND
> Board: Seeed NPi
On Mon, May 17, 2021 at 04:24:46PM +0200, Heinrich Schuchardt wrote:
> On 17.05.21 15:21, Heinrich Schuchardt wrote:
> > On 17.05.21 13:44, Andy Shevchenko wrote:
> >> On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
> >> wrote:
> >>>
> >>> On 17.05.21 13:16, Andy Shevchenko wrote:
> On M
Add nxp tja1103 phy driver.
Signed-off-by: Radu Pirea (NXP OSS)
---
MAINTAINERS | 5 +
drivers/net/phy/Kconfig | 6 +
drivers/net/phy/Makefile | 1 +
drivers/net/phy/nxp-c45-tja11xx.c | 348 ++
drivers/net/phy/phy.c
Apologies I failed with the recording. Manish/Madhu will reply early next week
with the slides and some notes to help with a follow up session which we hope
to hold this Thursday. Invite and agenda will also be sent out early next week.
Thanks
Joanna
On 14/05/2021, 13:30, "TF-A on behalf of
On 17.05.21 15:21, Heinrich Schuchardt wrote:
> On 17.05.21 13:44, Andy Shevchenko wrote:
>> On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
>> wrote:
>>>
>>> On 17.05.21 13:16, Andy Shevchenko wrote:
On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchardt wrote:
> On 17.05.21
On 5/15/21 10:20 AM, Simon Glass wrote:
Hi Alexandru,
On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc wrote:
image-sig.c is used to map a hash or crypto algorithm name to a
handler of that algorithm. There is some similarity between the host
and target variants, with the differences worked ou
On Mon, May 17, 2021 at 4:29 PM Tom Rini wrote:
> On Mon, May 17, 2021 at 03:21:41PM +0200, Heinrich Schuchardt wrote:
> > On 17.05.21 13:44, Andy Shevchenko wrote:
> > > On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
> > > wrote:
> > >>
> > >> On 17.05.21 13:16, Andy Shevchenko wrote:
> >
On Sun, May 16, 2021 at 09:44:53PM -0300, João Marcos Costa wrote:
> Hello,
>
> Em ter., 11 de mai. de 2021 às 10:04, Richard Genoud <
> richard.gen...@posteo.net> escreveu:
>
> > Hi all,
> >
> > Le 08/05/2021 à 23:51, Simon Glass a écrit :
> > > Hi,
> > >
> > > On Thu, 4 Feb 2021 at 15:32, João
On Mon, May 17, 2021 at 03:21:41PM +0200, Heinrich Schuchardt wrote:
> On 17.05.21 13:44, Andy Shevchenko wrote:
> > On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
> > wrote:
> >>
> >> On 17.05.21 13:16, Andy Shevchenko wrote:
> >>> On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchar
From: NavinSankar Velliangiri
CPU: Freescale i.MX6ULL rev1.1 792 MHz (running at 396 MHz)
CPU: Industrial temperature grade (-40C to 105C) at 49C
Reset cause: POR
Model: Seeed NPi iMX6ULL Dev Board with NAND
Board: Seeed NPi i.MX6ULL Dev Board
DRAM: 512 MiB
NAND: 512 MiB
MMC: FSL_SDHC: 0
On Mon, May 17, 2021 at 4:21 PM Heinrich Schuchardt wrote:
> On 17.05.21 13:44, Andy Shevchenko wrote:
> > On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
> > wrote:
> >> On 17.05.21 13:16, Andy Shevchenko wrote:
> >>> On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchardt wrote:
> >>
On 17.05.21 13:44, Andy Shevchenko wrote:
> On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt
> wrote:
>>
>> On 17.05.21 13:16, Andy Shevchenko wrote:
>>> On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchardt wrote:
On 17.05.21 08:33, Andy Shevchenko wrote:
> On Thu, May 13, 20
On 04/05/21 10:01 pm, Tim Harvey wrote:
On Tue, May 4, 2021 at 9:28 AM Navin Sankar wrote:
On 04/05/21 8:49 pm, Tim Harvey wrote:
On Sat, May 1, 2021 at 2:32 AM Navin Sankar wrote:
Hello all,
Ported uboot to seeed studio based imx6ull board.
NAND Part Number - mt29f4g08abaeawp
On Mon, May 17, 2021 at 2:35 PM Heinrich Schuchardt wrote:
>
> On 17.05.21 13:16, Andy Shevchenko wrote:
> > On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchardt wrote:
> >> On 17.05.21 08:33, Andy Shevchenko wrote:
> >>> On Thu, May 13, 2021 at 2:41 PM Heinrich Schuchardt
> >>> wrote:
On 17.05.21 13:16, Andy Shevchenko wrote:
> On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchardt wrote:
>> On 17.05.21 08:33, Andy Shevchenko wrote:
>>> On Thu, May 13, 2021 at 2:41 PM Heinrich Schuchardt
>>> wrote:
Since commit 1ba21bb06b08 ("test: Don't unmount not (yet) moun
Hi,
On 5/17/21 12:54 PM, Heinrich Schuchardt wrote:
> On 5/17/21 11:47 AM, Michal Simek wrote:
>> Hi Stefan,
>>
>> On 5/17/21 11:40 AM, Stefan Roese wrote:
>>> Hi Michal,
>>>
>>> On 17.05.21 11:37, Michal Simek wrote:
Hi,
On 5/17/21 11:04 AM, Stefan Roese wrote:
> Added Tom to C
On Mon, May 17, 2021 at 10:48:33AM +0200, Heinrich Schuchardt wrote:
> On 17.05.21 08:33, Andy Shevchenko wrote:
> > On Thu, May 13, 2021 at 2:41 PM Heinrich Schuchardt
> > wrote:
> >>
> >> Since commit 1ba21bb06b08 ("test: Don't unmount not (yet) mounted system")
> >> the following tests are ski
On 5/17/21 11:47 AM, Michal Simek wrote:
Hi Stefan,
On 5/17/21 11:40 AM, Stefan Roese wrote:
Hi Michal,
On 17.05.21 11:37, Michal Simek wrote:
Hi,
On 5/17/21 11:04 AM, Stefan Roese wrote:
Added Tom to Cc.
On 17.05.21 10:01, Heinrich Schuchardt wrote:
On 17.05.21 08:39, Michal Simek wrote:
Hello Andre,
On Thu, 13 May 2021 12:03:05 +0100
Andre Przywara wrote:
> On Tue, 4 May 2021 19:31:28 +0200
> Kory Maincent wrote:
>
> > This commit enables using the extension board detection mechanism on
> > CHIP boards
> >
> > Signed-off-by: Kory Maincent
> > Acked-by: Maxime Ripard
>
Hi Stefan,
On 5/17/21 11:40 AM, Stefan Roese wrote:
> Hi Michal,
>
> On 17.05.21 11:37, Michal Simek wrote:
>> Hi,
>>
>> On 5/17/21 11:04 AM, Stefan Roese wrote:
>>> Added Tom to Cc.
>>>
>>> On 17.05.21 10:01, Heinrich Schuchardt wrote:
On 17.05.21 08:39, Michal Simek wrote:
>
>
Hi Michal,
On 17.05.21 11:37, Michal Simek wrote:
Hi,
On 5/17/21 11:04 AM, Stefan Roese wrote:
Added Tom to Cc.
On 17.05.21 10:01, Heinrich Schuchardt wrote:
On 17.05.21 08:39, Michal Simek wrote:
On 5/16/21 11:17 AM, Heinrich Schuchardt wrote:
Save some KiB when building xilinx_versal_
Hi,
On 5/17/21 11:04 AM, Stefan Roese wrote:
> Added Tom to Cc.
>
> On 17.05.21 10:01, Heinrich Schuchardt wrote:
>> On 17.05.21 08:39, Michal Simek wrote:
>>>
>>>
>>> On 5/16/21 11:17 AM, Heinrich Schuchardt wrote:
Save some KiB when building xilinx_versal_virt_defconfig by disabling
Added Tom to Cc.
On 17.05.21 10:01, Heinrich Schuchardt wrote:
On 17.05.21 08:39, Michal Simek wrote:
On 5/16/21 11:17 AM, Heinrich Schuchardt wrote:
Save some KiB when building xilinx_versal_virt_defconfig by disabling
Unicode capitalization support. This avoids build failures when adding
On 17.05.21 08:33, Andy Shevchenko wrote:
> On Thu, May 13, 2021 at 2:41 PM Heinrich Schuchardt
> wrote:
>>
>> Since commit 1ba21bb06b08 ("test: Don't unmount not (yet) mounted system")
>> the following tests are skipped:
>>
>> test/py/tests/test_fs/test_basic.py
>> test/py/tests/test_fs/test_ext
> Subject: [PATCH] mtd: spi: add XT25F128B flash support
Subject prefix should be "mtd: spi-nor-ids: ..."
On 14/05/21 06:03PM, Neil Armstrong wrote:
> This adds the XTX Technology Inc. flash producer Kconfig entry to enable
> support
> for the 128Mbit XT25F128B NOR SPI flash.
>
> Signed-off-by:
Hi Bin
> Hi Rick,
>
> On Wed, May 12, 2021 at 11:25 AM Rick Chen wrote:
> >
> > HI Bin,
> >
> > >
> > > > Hi Rick,
> > > >
> > > > On Tue, May 11, 2021 at 8:49 AM Rick Chen wrote:
> > > > >
> > > > > Hi Bin,
> > > > >
> > > > > > Hi Rick,
> > > > > >
> > > > > > On Mon, May 10, 2021 at 3:22 PM R
On 17.05.21 08:39, Michal Simek wrote:
>
>
> On 5/16/21 11:17 AM, Heinrich Schuchardt wrote:
>> Save some KiB when building xilinx_versal_virt_defconfig by disabling
>> Unicode capitalization support. This avoids build failures when adding new
>> features for the UEFI sub-system.
>>
>> Signed-off-
Hi Heinrich,
Heinrich Schuchardt wrote on Mon, 17 May 2021
08:21:39 +0200:
> When reading directories the UEFI sub-system must supply file attributes
> and timestamps. These fields will have to be added to struct fs_dirent.
> SquashFS should not fill these fields with random data. Ensure that th
83 matches
Mail list logo