On 7/15/22 16:47, Masahisa Kojima wrote:
This is a preparation patch to provide the unified method
to access udevice pointer associated with the block io device.
The EFI handles of both EFI block io driver implemented in
lib/efi_loader/efi_disk.c and EFI block io driver implemented
as EFI payload
Hi Marek,
On Wed, 13 Jul 2022 at 09:30, Marek Vasut wrote:
>
> On 7/13/22 17:28, Simon Glass wrote:
> > Hi Marek,
> >
> > On Tue, 12 Jul 2022 at 05:47, Marek Vasut wrote:
> >>
> >> On 7/12/22 12:58, Simon Glass wrote:
> >>> Hi Marek,
> >>>
> >>> On Fri, 8 Jul 2022 at 15:50, Marek Vasut wrote:
>
I'd like it so that when you do "patman send --help" and you're using
Linux that it show it the proper defaults for Linux.
Signed-off-by: Douglas Anderson
Tested-by: Brian Norris
Reviewed-by: Simon Glass
---
(no changes since v2)
Changes in v2:
- Make comment about parsing three times less no
The logic to insert an implicit command has always been a bit broken
but it was masked by another bug fixed in the patch ("patman: Don't
look at sys.argv when parsing settings"). Specifically, imagine that
you're just calling patman like this:
patman -c1
After the parse_known_args() command the
If you call the parser and tell it to parse but don't pass arguments
in then it will default to looking at sys.argv. This isn't really what
was intended and seems to have some side effects. Let's not do it.
NOTE: to see some of the side effects, note that this patch breaks
"patman -c1" if you don'
On Tue, 5 Jul 2022 at 11:14, Andre Przywara wrote:
>
> The "fdt move" subcommand was using the provided DTB addresses directly,
> without trying to "map" them into U-Boot's address space. This happened
> to work since on the vast majority of "real" platforms there is a simple
> 1:1 mapping of VA t
On Tue, 5 Jul 2022 at 11:14, Andre Przywara wrote:
>
> At the moment every subcommand of "fdt", except "addr" itself, requires
> the DT address to be set first. We explicitly check for that before even
> comparing against the subcommands' string.
> This early bailout also affects the "move" subcom
Hi Doug,
On Sat, 16 Jul 2022 at 11:47, Doug Anderson wrote:
>
> Hi,
>
> On Sat, Jul 16, 2022 at 4:55 AM Simon Glass wrote:
> >
> > Hi Doug,
> >
> > On Thu, 7 Jul 2022 at 09:26, Douglas Anderson wrote:
> > >
> > > For boolean arguments it's convenient to be able to specify both the
> > > argumen
On 7/17/22 10:09, Heinrich Schuchardt wrote:
On 7/15/22 16:47, Masahisa Kojima wrote:
This is a preparation patch to provide the unified method
to access udevice pointer associated with the block io device.
The EFI handles of both EFI block io driver implemented in
lib/efi_loader/efi_disk.c and
Hi
On Thu, Jul 14, 2022 at 5:15 AM Samuel Holland wrote:
>
> Each chip is required to have a unique CS number ("reg" property) in the
> range 0-7, so there is no need to separately count the number of chips.
>
> Signed-off-by: Samuel Holland
> ---
>
> drivers/mtd/nand/raw/sunxi_nand.c | 10
Hi
On Thu, Jul 14, 2022 at 5:15 AM Samuel Holland wrote:
>
> Clocks, resets, and pinmuxes are now handled by the driver model, so the
> only thing the "board" code needs to do is load the driver. This matches
> the pattern used by other DM raw NAND drivers (there is no NAND uclass).
>
> The actua
On 7/16/22 7:00 AM, Simon Glass wrote:
Hi Andrew,
On Fri, 15 Jul 2022 at 09:35, Andrew Davis wrote:
From: "Andrew F. Davis"
Print statements in SPL depend on lib/common support, due to this many
such print statements are ifdef'd. Instead of checking at each call site
move the check to the c
On 7/17/22 05:00, Angus Ainslie wrote:
On 2022-07-16 11:37, Marek Vasut wrote:
On 7/16/22 15:02, Angus Ainslie wrote:
Hi Michal,
I recently rebased my librem5 tree onto the latest u-boot-imx branch
and the dwc3 host mode stopped working.
I bisected it down to this commit:
142d50fbce7c364a7
On 7/13/22 00:57, Utkarsh Gupta wrote:
Hi Marek,
The Secure/Encrypted boot guides for 8M exist in NXP BSP at
https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx?h=lf_v2022
.04. Looks like they need to be up streamed. @Peng Fan/@Ye Li - FYI
Regards,
Utkarsh G.
-Original Messa
The output should be human readable.
%s/csets/changesets/
Signed-off-by: Heinrich Schuchardt
---
gitdm | 2 +-
tests/expected-results.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitdm b/gitdm
index 61318ad..aea16b0 100755
--- a/gitdm
+++ b/git
The output should be human readable.
%s/csets/changesets/
Signed-off-by: Heinrich Schuchardt
---
gitdm | 2 +-
tests/expected-results.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitdm b/gitdm
index 61318ad..aea16b0 100755
--- a/gitdm
+++ b/git
The output should be human readable.
%s/csets/changesets/
Signed-off-by: Heinrich Schuchardt
---
v2:
avoid typo in test
---
gitdm | 2 +-
tests/expected-results.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitdm b/gitdm
index 61318ad..a
The output should be human readable.
%s/csets/changesets/
Signed-off-by: Heinrich Schuchardt
---
v2:
avoid typo in test
---
gitdm | 2 +-
tests/expected-results.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitdm b/gitdm
index 61318ad..a
Introduce BSH SystemMaster (SMM) M2 board family, which consists of:
imx6ulz SMM M2 and imx6ulz SMM M2 PRO boards.
Add support for imx6ulz BSH SMM M2 board:
- 128 MiB DDR3 RAM
- 256MiB Nand
- USBOTG1 peripheral - fastboot.
Signed-off-by: Michael Trimarchi
---
Changes V1->V2:
- Adjust bo
On Sun, 17 Jul 2022 at 02:43, Jassi Brar wrote:
>
> On Thu, 14 Jul 2022 at 13:39, Sughosh Ganu wrote:
> >
> > Add bindings needed for accessing the FWU metadata partitions. These
> > include the compatible string which point to the access method and the
> > actual device which stores the FWU meta
hi Ilias,
On Fri, 15 Jul 2022 at 22:11, Ilias Apalodimas
wrote:
>
> Hi Sughosh,
>
> On Thu, 14 Jul 2022 at 21:40, Sughosh Ganu wrote:
> >
> > Add support for setting OEM flags in the capsule header. As per the
> > UEFI specification, bits 0-15 of the flags member of the capsule
> > header can be
This series add support for Macronix octal DTR flash, add flag for
Softreset with "INVERT" command extension type on boot and follow
linux kernel to enable 4byte opcode when possible.
v9:
Follow version 2022-07 and re-send patch of "add support for Macronix Octal
flash"
v8:
Correct spi nor f
Adding Macronix Octal flash for Octal DTR support.
The octaflash series can be divided into the following types:
MX25 series : Serial NOR Flash.
MX66 series : Serial NOR Flash with stacked die.(Size larger than 1Gb)
LM/UM series : Up to 250MHz clock frequency with both DTR/STR operation.
LW/UW se
23 matches
Mail list logo