On 10.07.22 17:15, Daniel Schwierzeck wrote:
This board has been removed a long time ago.
Signed-off-by: Daniel Schwierzeck
Reviewed-by: Stefan Roese
Thanks,
Stefan
---
arch/mips/Kconfig | 8
1 file changed, 8 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
i
On 10.07.22 17:15, Daniel Schwierzeck wrote:
Resolve all uses of CONFIG_SYS_MHZ with the currently defined value.
Remove code which depends on CONFIG_SYS_MHZ but where no board configs
actually use that code.
Signed-off-by: Daniel Schwierzeck
Reviewed-by: Stefan Roese
Thanks,
Stefan
---
On 10.07.22 17:15, Daniel Schwierzeck wrote:
CPU_CLOCK_RATE is just used once for CONFIG_SYS_MIPS_TIMER_FREQ
which is migrated to Kconfig in the next patch.
Signed-off-by: Daniel Schwierzeck
Reviewed-by: Stefan Roese
Thanks,
Stefan
---
include/configs/vcoreiii.h | 4 +---
1 file chang
On 10.07.22 17:15, Daniel Schwierzeck wrote:
This converts the following to Kconfig:
CONFIG_SYS_MIPS_TIMER_REQ
Signed-off-by: Daniel Schwierzeck
Reviewed-by: Stefan Roese
Thanks,
Stefan
---
arch/mips/Kconfig | 18 ++
configs/ap121_def
On 7/17/22 17:23, Marek Vasut wrote:
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
Hi,
On 13/07/2022 09:32, Zhang Ning wrote:
MagicBox M16S or MagicBox 3Pro is welcome Tv box in China,
which is developed by Alibaba at 2016.
No schemtics, no vendor source code right now
thus no fip blobs to create mainline u-boot.
Need to use chainloader to boot a mainline u-boot, then mainlin
Hi Xavier,
On 7/15/22 18:30, Xavier Drudis Ferran wrote:
Spi0 is not needed in SPL and SPL could be a little smaller without it,
but then the SF_DEFAULT_BOOT would have to be 0 to refer to spi1, and
that's confusing, because once U-Boot proper runs, it numbers the bus 1.
Add spi0 to the pre-rel
Hello, and thanks for you work
El Fri, Jul 15, 2022 at 05:14:25PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> This makes sure regulators that need to be turned on or off at boot are
> turned on or off in the SPL.
>
> This may be required for the SPL to do some operations, such as
On Mon, Jul 18, 2022 at 10:33:18AM +0200, Quentin Schulz wrote:
> Hi Xavier,
>
> On 7/15/22 18:30, Xavier Drudis Ferran wrote:
> > Spi0 is not needed in SPL and SPL could be a little smaller without it,
> > but then the SF_DEFAULT_BOOT would have to be 0 to refer to spi1, and
> > that's confusing,
El Mon, Jul 18, 2022 at 10:34:54AM +0200, Xavier Drudis Ferran deia:
>
> Can we remove the #if ?
Not sure if I was clear.
I meant remove the #if and #endif and leave an inconditional #include.
El Mon, Jul 18, 2022 at 10:33:18AM +0200, Quentin Schulz deia:
> Hi Xavier,
>
> On 7/15/22 18:30, Xavier Drudis Ferran wrote:
> > Spi0 is not needed in SPL and SPL could be a little smaller without it,
> > but then the SF_DEFAULT_BOOT would have to be 0 to refer to spi1, and
> > that's confusing,
On 7/11/22 20:22, Xavier Drudis Ferran wrote:
El Mon, Jul 11, 2022 at 04:15:33PM +0200, Quentin Schulz deia:
From: Quentin Schulz
When idbloader.img is flashed on the eMMC, the SPL still tries to load
from SPI-NOR first.
This is due to an incorrect look-up in the Device Tree. Since commit
822
Hi Simon,
On 7/16/22 13:58, Simon Glass wrote:
On Fri, 15 Jul 2022 at 09:37, Quentin Schulz wrote:
From: Quentin Schulz
Some image types handled by mkimage require the datafiles to be passed
independently (-d data1:data2) for specific handling of each. A
concatenation of datafiles prior to
Hi Philipp,
On 7/15/22 18:06, Philipp Tomsich wrote:
On Fri, 15 Jul 2022 at 17:37, Quentin Schulz wrote:
From: Quentin Schulz
On MMC storage media, the TPL/SPL needs to be flashed at offset 32KB.
Instead of requesting the user to put the input the appropriate offsets,
let's create u-boot-ro
El Fri, Jul 15, 2022 at 05:09:49PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> The check to perform is on CONFIG_SPL_GPIO and not SPL_GPIO.
> Because this was never compiled in, it missed an include of cru.h that
> was not detected before. Let's include it too.
>
> Also switch to IS_E
On Fri, 15 Jul 2022 00:20:57 -0500
Samuel Holland wrote:
Hi,
> This header is not used since commit abdbefba2a4e ("net: sun8i_emac: Use
> consistent clock bitfield definitions"). Dropping it allows the driver
> to be architecture-independent.
Yes, we don't need this header anymore (all boards c
On Mon, 27 Jun 2022 23:43:25 -0400
Jesse Taube wrote:
Hi Jesse,
> On 6/27/22 20:31, Andre Przywara wrote:
> > On Tue, 3 May 2022 22:20:35 +0100
> > Andre Przywara wrote:
> >
> > Hi,
> >
> >> As George rightfully pointed out [1], the spi-sunxi driver programs the
> >> speed and mode setting
On Sat, 2 Jul 2022 11:09:37 +0800
qianfan wrote:
Hi Qianfan,
I am sorry for the late reply, our mailserver apparently always filters
your email, so I just found your answer by browsing through patchwork.
Anyway, many thanks for answering, and your testing and observations are all
very good! (an
On Sat, 2 Jul 2022 16:20:37 +0800
qianfan wrote:
Hi Qianfan,
again our mailserver dropped this email, so sorry for the delay!
> 在 2022/7/2 15:50, qianfan 写道:
> >
> >
> > 在 2022/7/2 11:09, qianfan 写道:
> >>
> >>
> >> 在 2022/6/28 8:34, Andre Przywara 写道:
> >>> On Thu, 9 Jun 2022 17:09:39 +080
On Tue, 28 Jun 2022 14:49:24 +0800
Icenowy Zheng wrote:
Hi Icenowy,
many thanks for the patch!
> The current detection of RX FIFO depth seems to be not reliable, and
> XCH will self-clear when a transfer is done.
>
> Check XCH bit when polling for transfer finish.
So as mentioned in the other
On 15.07.22 10:13, Pali Rohár wrote:
Change detection of platform/cpu from runtime to compile time via config
define. This completely eliminates compiling code which is not going to run
on selected platform. Code which parses and prints device / revision id
still reads device id from MVEBU_REG_PC
On 15.07.22 10:16, Pali Rohár wrote:
CONFIG_ETHPRIME can be set to DT node name or alias which refers to DT
node. Define ethernet aliases and set ETHPRIME to eth2 which refers to WAN
ethernet port. This removes hardcoded DT node name from U-Boot
configuration file.
Signed-off-by: Pali Rohár
R
On Thu, 30 Jun 2022 01:26:39 +0200
Markus Hoffrogge wrote:
Hi,
> The sunxi nand SPL loader was broken at least for SUN4I,
> SUN5I and SUN7I SOCs since the implementation change
> from DMA to PIO usage - commit 6ddbb1e.
>
> Root cause for this issue is the NFC control flag NFC_CTL_RAM_METHOD
> b
On Mon, Jul 18, 2022 at 11:09:56AM +0200, Xavier Drudis Ferran wrote:
> El Mon, Jul 18, 2022 at 10:33:18AM +0200, Quentin Schulz deia:
> > Hi Xavier,
> >
> > On 7/15/22 18:30, Xavier Drudis Ferran wrote:
> > > Spi0 is not needed in SPL and SPL could be a little smaller without it,
> > > but then t
On Fri, Jul 15, 2022 at 10:25:26AM -0500, Andrew Davis wrote:
> The content of these files are only used in SPL builds. The contents are
> already ifdef for the same, remove that and only include the whole file
> in the build when building for SPL.
>
> Signed-off-by: Andrew Davis
Reviewed-by: T
On Fri, Jul 15, 2022 at 10:25:27AM -0500, Andrew Davis wrote:
> The first AM6x device was the AM654x, but being the first we named it
> just AM6, since more devices have come out with this same prefix we
> should switch it to the normal convention of using the full name of the
> first compatibilit
On Fri, Jul 15, 2022 at 10:35:00AM -0500, 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 common.h header and remove these i
On Fri, Jul 15, 2022 at 11:21:27AM -0500, Andrew Davis wrote:
> This isn't strictly needed as these firewalls should all be disabled on
> GP, but it also doesn't hurt, so do this unconditionally to remove this
> use of CONFIG_TI_SECURE_DEVICE.
>
> Signed-off-by: Andrew Davis
Reviewed-by: Tom Ri
On Fri, Jul 15, 2022 at 11:34:32AM -0500, Andrew Davis wrote:
> K3 SoCs are available in a number of device types such as
> GP, HS-FS, EMU, etc. Like OMAP SoCs we can detect this at runtime
> and should print this out as part of the SoC information line.
> We add this as part of the common.c file
On Fri, Jul 15, 2022 at 11:34:35AM -0500, Andrew Davis wrote:
> If the device is a GP and we detect a signing certificate then remove it.
> It would fail to authenticate otherwise as the device is GP and has no
> secure authentication services in SYSFW.
>
> This shouldn't happen often as trying t
On Fri, Jul 15, 2022 at 12:31:48PM -0500, Andrew Davis wrote:
> The ISW_ENTRY_ADDR symbol was used for OMAP devices in place of
> SPL_TEXT_BASE. Keystone2 HS devices were not using it right either.
> Remove ISW_ENTRY_ADDR and use SPL_TEXT_BASE directly.
>
> Signed-off-by: Andrew Davis
Reviewed-
On Thu, Jul 14, 2022 at 04:21:57AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 13 Jul 2022 at 12:21, Tom Rini wrote:
> >
> > On Wed, Jul 13, 2022 at 09:28:06AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Tue, 12 Jul 2022 at 15:38, Tom Rini wrote:
> > > >
> > > > On Mon, Jul 11, 20
On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima
wrote:
>
> This is preparation to support menu-driven UEFI BootOrder
> variable updated by KEY_PLUS and KEY_MINUS.
>
> Signed-off-by: Masahisa Kojima
> Reviewed-by: Heinrich Schuchardt
> ---
> No change since v7
>
> Newly created in v7
>
> common/me
Hi Michal,
On 7/18/22 13:00, Michal Suchánek wrote:
On Mon, Jul 18, 2022 at 11:09:56AM +0200, Xavier Drudis Ferran wrote:
El Mon, Jul 18, 2022 at 10:33:18AM +0200, Quentin Schulz deia:
Hi Xavier,
On 7/15/22 18:30, Xavier Drudis Ferran wrote:
Spi0 is not needed in SPL and SPL could be a littl
Hi Kojima-san
On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima
wrote:
>
> The bootmenu enumerates the UEFI boot options
> for boot device selection.
> This commit adds the description how the UEFI boot work
> in bootmenu. This commit also adds "Synopsis", "Description"
> and "Configuration" sections
El Mon, Jul 18, 2022 at 01:00:03PM +0200, Michal Suchánek deia:
> mmc@fe31: 3
> mmc@fe32: 1 (SD)
> mmc@fe33: 0 (eMMC)
>
> This is not consistent with any of the above.
>
I agree, but this is mmc, and this thread was about spi.
Hi Kojima-san
On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima
wrote:
>
> This commit add the "eficonfig" command.
> The "eficonfig" command implements the menu-driven UEFI boot option
> maintenance feature. This commit implements the addition of
> new boot option. User can select the block device
u-boot 2022.07 successfully finds and loads kernel (5.18.3) on my
Pinebook Pro however boot process fails when loading rk808 module:
rk3x-i2c ff3c.i2c: timeout, ipd: 0x00, state: 1
rk808 0-001b: failed to read the chip id at 0x17
rk808: probe of 0-001b failed with error -110
git bisect
On Mon, Jul 18, 2022 at 03:01:25PM +0200, Quentin Schulz wrote:
> Hi Michal,
>
> On 7/18/22 13:00, Michal Suchánek wrote:
> > On Mon, Jul 18, 2022 at 11:09:56AM +0200, Xavier Drudis Ferran wrote:
> > > El Mon, Jul 18, 2022 at 10:33:18AM +0200, Quentin Schulz deia:
> > > > Hi Xavier,
> > > >
> > >
On Mon, Jul 18, 2022 at 03:14:33PM +0200, Xavier Drudis Ferran wrote:
> El Mon, Jul 18, 2022 at 01:00:03PM +0200, Michal Suchánek deia:
>
> > mmc@fe31: 3
> > mmc@fe32: 1 (SD)
> > mmc@fe33: 0 (eMMC)
> >
> > This is not consistent with any of the above.
> >
>
> I agree, but this is mm
On Mon, 20 Jun 2022 at 03:23, Michal Simek wrote:
> On 6/9/22 14:30, Sughosh Ganu wrote:
> > From: Masami Hiramatsu
> >
> > +}
> > +
> > +static int plat_sf_get_flash(struct spi_flash **flash)
> > +{
> > + int ret = 0;
> > +
> > + if (!plat_spi_flash)
> > + ret = __plat_
Hi all,
On Mon, 18 Jul 2022 at 17:43, Jassi Brar wrote:
>
> On Mon, 20 Jun 2022 at 03:23, Michal Simek wrote:
> > On 6/9/22 14:30, Sughosh Ganu wrote:
> > > From: Masami Hiramatsu
> > >
>
>
> > > +}
> > > +
> > > +static int plat_sf_get_flash(struct spi_flash **flash)
> > > +{
> > > +
On Fri, 17 Jun 2022 at 09:02, Michal Simek wrote:
> On 6/9/22 14:30, Sughosh Ganu wrote:
> > From: Masami Hiramatsu
.
> >
> > @@ -188,6 +178,9 @@ int board_late_init(void)
> > {
> > int ret;
> >
> > + /* Make mmc available for EFI */
> > + run_command("mmc dev 0", 0);
> > +
>
Hi Marek/Michal,
On 2022-07-18 01:13, Michal Simek wrote:
On 7/17/22 17:23, Marek Vasut wrote:
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
bran
Hi Simon,
On Wed, 2022-07-13 at 09:28 -0600, Simon Glass wrote:
> Hi Harald,
>
> On Tue, 12 Jul 2022 at 05:58, Harald Seiler wrote:
> >
> > Hi Simon,
> >
> > On Tue, 2022-07-12 at 04:58 -0600, Simon Glass wrote:
> > > Hi Harald,
> > >
> > > On Wed, 6 Jul 2022 at 05:19, Harald Seiler wrote:
>
On Mon, 18 Jul 2022 at 09:47, Ilias Apalodimas
wrote:
>
> Hi all,
>
> On Mon, 18 Jul 2022 at 17:43, Jassi Brar wrote:
> >
> > On Mon, 20 Jun 2022 at 03:23, Michal Simek wrote:
> > > On 6/9/22 14:30, Sughosh Ganu wrote:
> > > > From: Masami Hiramatsu
> > > >
> >
> >
> > > > +}
> > > > +
> >
On 6/28/22 07:14, AKASHI Takahiro wrote:
Heinrich,
On Mon, Jun 27, 2022 at 12:46:07PM +0200, Heinrich Schuchardt wrote:
On 6/27/22 12:23, Vincent Stehlé wrote:
The UEFI console initialisation has been modified by commit 68edbed454b8
("efi_loader: initialize console size late"). A corresponding
Hi Jassi
On Mon, 18 Jul 2022 at 18:08, Jassi Brar wrote:
>
> On Mon, 18 Jul 2022 at 09:47, Ilias Apalodimas
> wrote:
> >
> > Hi all,
> >
> > On Mon, 18 Jul 2022 at 17:43, Jassi Brar wrote:
> > >
> > > On Mon, 20 Jun 2022 at 03:23, Michal Simek wrote:
> > > > On 6/9/22 14:30, Sughosh Ganu wrote
On Mon, 4 Jul 2022 at 00:17, Sughosh Ganu wrote:
>
> The earlier patchset contained patches for both the DK2 and the
> Synquacer platforms. The handling of review comments for the Synquacer
> platform is to be taken up by a different engineer, and
>
That would be me.
> has not been
> done ye
Hi Ilias,
On Mon, 18 Jul 2022 at 10:16, Ilias Apalodimas
wrote:
>
> Hi Jassi
>
> On Mon, 18 Jul 2022 at 18:08, Jassi Brar wrote:
> >
> > On Mon, 18 Jul 2022 at 09:47, Ilias Apalodimas
> > wrote:
> > >
> > > Hi all,
> > >
> > > On Mon, 18 Jul 2022 at 17:43, Jassi Brar
> > > wrote:
> > > >
> >
There are no references to CONFIG_SOC_DM355 / CONFIG_SOC_DM365 /
CONFIG_SOC_DM644X / CONFIG_SOC_DM646X and the files these Makefile lines
reference have already been dropped.
Signed-off-by: Tom Rini
---
arch/arm/mach-davinci/Makefile | 5 -
1 file changed, 5 deletions(-)
diff --git a/arch/a
On Mon, 18 Jul 2022 at 10:31, Jassi Brar wrote:
>
> Hi Ilias,
>
> On Mon, 18 Jul 2022 at 10:16, Ilias Apalodimas
> wrote:
> >
> > Hi Jassi
> >
> > On Mon, 18 Jul 2022 at 18:08, Jassi Brar wrote:
> > >
> > > On Mon, 18 Jul 2022 at 09:47, Ilias Apalodimas
> > > wrote:
> > > >
> > > > Hi all,
> >
Hi Jassi,
On Mon, 18 Jul 2022 at 18:32, Jassi Brar wrote:
>
> Hi Ilias,
>
> On Mon, 18 Jul 2022 at 10:16, Ilias Apalodimas
> wrote:
> >
> > Hi Jassi
> >
> > On Mon, 18 Jul 2022 at 18:08, Jassi Brar wrote:
> > >
> > > On Mon, 18 Jul 2022 at 09:47, Ilias Apalodimas
> > > wrote:
> > > >
> > > > H
Hi Jassi
On Mon, 18 Jul 2022 at 18:34, Jassi Brar wrote:
>
> On Mon, 18 Jul 2022 at 10:31, Jassi Brar wrote:
> >
> > Hi Ilias,
> >
> > On Mon, 18 Jul 2022 at 10:16, Ilias Apalodimas
> > wrote:
> > >
> > > Hi Jassi
> > >
> > > On Mon, 18 Jul 2022 at 18:08, Jassi Brar
> > > wrote:
> > > >
> > >
On Wed, 13 Jul 2022 22:15:21 -0500
Samuel Holland wrote:
Hi,
> Currently NAND clock setup is done in board code, both in SPL and in
> U-Boot proper. Add the NAND clocks/resets here so they can be used by
> the "full" NAND driver once it is converted to the driver model.
>
> The bit locations ar
On Wed, 13 Jul 2022 22:15:22 -0500
Samuel Holland wrote:
Hi,
> NAND is always at function 2 on port C.
Indeed.
>
> Pin lists and mux values were taken from the Linux drivers.
Compared against the manuals. I didn't bother the check the pin ranges (I
think some additional CS pins were not cove
Hi,
On 2022-07-18 01:13, Michal Simek wrote:
On 7/17/22 17:23, Marek Vasut wrote:
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 d
Hi Andre
On Mon, Jul 18, 2022 at 6:20 PM Andre Przywara wrote:
>
> On Wed, 13 Jul 2022 22:15:22 -0500
> Samuel Holland wrote:
>
> Hi,
>
> > NAND is always at function 2 on port C.
>
> Indeed.
>
> >
> > Pin lists and mux values were taken from the Linux drivers.
>
> Compared against the manuals.
On Mon, 11 Jul 2022 17:30:40 +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> Right now there is no (known) real reason for a custom binding for
> standard U-Boot partitions. Broadcom's U-Boot however requires extra
> handling - looking for environment variables subblocks. This commit adds
>
Hi Tom,
Please pull this PR.
Summary:
- add Macronix Octal flash (JaimeLiao)
CI:
https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/12778
thanks,
Jagan.
The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:
Merge branch '2022-07-14-migrate-wiki-to-sphinx'
El Fri, Jul 15, 2022 at 05:09:49PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> The check to perform is on CONFIG_SPL_GPIO and not SPL_GPIO.
> Because this was never compiled in, it missed an include of cru.h that
> was not detected before. Let's include it too.
>
> Also switch to IS_E
El Fri, Jul 15, 2022 at 05:09:48PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> The check to perform is on CONFIG_SPL_DM_REGULATOR and not
> SPL_DM_REGULATOR. Also switch to in-code check instead of ifdefs.
>
Tested it on a Rock-Pi-4 with the patch below on top.
So with the small corre
El Fri, Jul 15, 2022 at 05:14:25PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> This makes sure regulators that need to be turned on or off at boot are
> turned on or off in the SPL.
>
> This may be required for the SPL to do some operations, such as finding
> possible loading media fo
El Fri, Jul 15, 2022 at 05:14:26PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> An earlier commit makes the common SPL code call
> regulators_enable_boot_on and regulators_enable_boot_off before
> iterating over possible boot media for U-Boot proper. There is therefore
> no need to do t
On Mon, Jul 18, 2022 at 10:31:56AM -0500, Jassi Brar wrote:
> Hi Ilias,
>
> On Mon, 18 Jul 2022 at 10:16, Ilias Apalodimas
> wrote:
> >
> > Hi Jassi
> >
> > On Mon, 18 Jul 2022 at 18:08, Jassi Brar wrote:
> > >
> > > On Mon, 18 Jul 2022 at 09:47, Ilias Apalodimas
> > > wrote:
> > > >
> > > > Hi
El Fri, Jul 15, 2022 at 05:15:51PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> On RK3399, mmc0 is eMMC and mmc1 is SD card, c.f. console:
> MMC: mmc@fe32: 1, mmc@fe33: 0
>
> In arch/arm/mach-rockchip/spl-boot-order.c:board_boot_order, the
> boot_device (BOOT_DEVICE_*) value
El Fri, Jul 15, 2022 at 05:15:52PM +0200, Quentin Schulz deia:
> From: Quentin Schulz
>
> While technically not a bug, let's have some consistency in paths
> returned by u-boot,spl-boot-order look-up and the one saved in
> u-boot,spl-boot-device by syncing spl_boot_devices_tbl and boot_devices
>
Hi Ilias,
On Mon, 18 Jul 2022 at 22:31, Ilias Apalodimas
wrote:
>
> Hi Kojima-san
>
>
> On Fri, 15 Jul 2022 at 17:45, Masahisa Kojima
> wrote:
> >
> > This commit add the "eficonfig" command.
> > The "eficonfig" command implements the menu-driven UEFI boot option
> > maintenance feature. This co
On 7/18/22 11:10 AM, Andre Przywara wrote:
> On Wed, 13 Jul 2022 22:15:21 -0500
> Samuel Holland wrote:
>
> Hi,
>
>> Currently NAND clock setup is done in board code, both in SPL and in
>> U-Boot proper. Add the NAND clocks/resets here so they can be used by
>> the "full" NAND driver once it is
Hi Andre,
On 7/18/22 11:20 AM, Andre Przywara wrote:
> P.S.: I see that the A83T kernel pinctrl driver uses "nand" for *some* pins
> instead of "nand0", not sure if that should to be fixed, or if it's too
> late for that (not that NAND is mentioned at all in the A83T DT files ...)
I already sent
On 7/16/2022 4:31 PM, Heiko Thiery wrote:
Hi Peng,
Am Sa., 16. Juli 2022 um 10:11 Uhr schrieb Peng Fan :
On 7/15/2022 8:00 PM, Heiko Thiery wrote:
HI,
Am Fr., 15. Juli 2022 um 13:18 Uhr schrieb Fabio Estevam :
Hi Heiko,
On Fri, Jul 15, 2022 at 5:33 AM Heiko Thiery wrote:
Error bin
On Sat, 16 Jul 2022 at 18:54, Stephan Gerhold wrote:
>
> On Fri, Jul 15, 2022 at 03:21:45PM +0530, Sumit Garg wrote:
> > On Thu, 14 Jul 2022 at 23:45, Stephan Gerhold wrote:
> > > On Thu, Jul 14, 2022 at 01:03:37PM +0530, Sumit Garg wrote:
> > > > This is based on top of mine other patch-set [1].
Hi Tom, Ramon,
On Tue, 12 Jul 2022 at 12:42, Sumit Garg wrote:
>
> Add support for two new boards db845c and qcs404-evb:
> - db845c is a 96boards compliant platform aka RB3 based on Qualcomm
> SDM845 SoC.
> - qcs404-evb is an evaluation board from Qualcomm based on QCS404 SoC.
>
> Both these pl
Hi Peng,
Am Di., 19. Juli 2022 um 07:17 Uhr schrieb Peng Fan :
>
>
>
> On 7/16/2022 4:31 PM, Heiko Thiery wrote:
> > Hi Peng,
> >
> > Am Sa., 16. Juli 2022 um 10:11 Uhr schrieb Peng Fan :
> >>
> >>
> >>
> >> On 7/15/2022 8:00 PM, Heiko Thiery wrote:
> >>> HI,
> >>>
> >>> Am Fr., 15. Juli 2022 um 1
Hi,
On 7/18/22 18:23, Angus Ainslie wrote:
Hi,
On 2022-07-18 01:13, Michal Simek wrote:
On 7/17/22 17:23, Marek Vasut wrote:
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
75 matches
Mail list logo