On Fri, 18 Aug 2023 at 04:19, Heinrich Schuchardt wrote:
>
>
>
> Am 18. August 2023 02:26:53 MESZ schrieb Simon Glass :
> >U-Boot sets up the SMBIOS tables during startup. Rather than creating a
> >new set, install the existing ones. Rely on the ACPI table's memory-map
> >record to cover the table
On Fri, 18 Aug 2023 at 04:40, Heinrich Schuchardt wrote:
>
>
>
> Am 18. August 2023 02:26:50 MESZ schrieb Simon Glass :
> >It is not always the case that U-Boot builds the ACPI tables itself. For
> >example, when booting from coreboot, the ACPI tables are built by
> >coreboot.
> >
> >Correct the M
Since the Patch 55171aedda88, VisionFive2 booting has been broken [1].
VisionFive2 board requires to enable CONFIG_TIMER_EARLY but booting went
to panic from initr_dm_devices due to lack of a timer device.
- Error logs
initcall sequence fffd8d38 failed at call 402185e4
(err=-19)
T
Since the Patch 55171aedda88, VisionFive2 booting has been broken [1].
VisionFive2 board requires to enable CONFIG_TIMER_EARLY but booting went
to panic from initr_dm_devices due to lack of a timer device.
- Error logs
initcall sequence fffd8d38 failed at call 402185e4
(err=-19)
W
This patch introduces EVT_DM_POST_INIT_R event type for handling hooks
after relocation.
Fixes: 55171aedda88 ("dm: Emit the arch_cpu_init_dm() even only before
relocation")
Suggested-by: Simon Glass
Cc: Bin Meng
Signed-off-by: Chanho Park
---
drivers/core/root.c | 6 --
include/event.h
Hi Simon,
> -Original Message-
> From: Simon Glass
> Sent: Wednesday, August 9, 2023 2:54 AM
> To: Chanho Park
> Cc: u-boot@lists.denx.de; Bin Meng
> Subject: Re: [PATCH] dm: core: allow DM_POST_INIT_F notification for
> TIMER_EARLY
>
> Hi Chanho,
>
> On Tue, 8 Aug 2023 at 01:35, Chan
Hi Nishanth
On 17/08/23 21:27, Nishanth Menon wrote:
On 17:39-20230817, Neha Malcom Francis wrote:
Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
longer valid.
Adding Bhupesh Sharma who has been using this framework working on
Qualcomm Snapdragon SoCs as well as
Hi Marek
On 18/08/23 00:10, Marek Vasut wrote:
On 8/17/23 14:09, Neha Malcom Francis wrote:
Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
longer valid.
Adding Bhupesh Sharma who has been using this framework working on
Qualcomm Snapdragon SoCs as well as sending out f
Add support for parallel memories in zynq_qspi.c driver. In case of
parallel memories STRIPE bit is set and sent to the qspi ip, which will
send data bits to both the flashes in parallel. However for few commands
we should not use stripe, instead send same data to both the flashes.
Those commands a
Add support for parallel memories in zynqmp_gqspi.c driver. In case of
parallel memories STRIPE bit is set and sent to the qspi ip, which will
send data bits to both the flashes in parallel. However for few commands
we should not use stripe, instead send same data to both the flashes.
Those command
Read chipselect properties from DT which are populated using 'reg'
property and save it in plat->cs[] array for later use.
Also read multi chipselect capability which is used for
parallel-memories and return errors if they are passed on using DT but
driver is not capable of handling it.
Signed-of
Add support for parallel memories flash configuration in read status
register and read flag status register functions.
Signed-off-by: Ashok Reddy Soma
Signed-off-by: Venkatesh Yadav Abbarapu
---
drivers/mtd/spi/spi-nor-core.c | 50 --
1 file changed, 36 insertio
Add support for parallel memories and stacked memories configuration
in read_bar and write_bar functions.
Signed-off-by: Ashok Reddy Soma
Signed-off-by: Venkatesh Yadav Abbarapu
---
drivers/mtd/spi/spi-nor-core.c | 55 +-
1 file changed, 47 insertions(+), 8 dele
In parallel mode, the current implementation assumes that a maximum of
two flashes are connected. The QSPI controller splits the data evenly
between both the flashes so, both the flashes that are connected in
parallel mode should be identical.
During each operation SPI-NOR sets 0th bit for CS0 & 1s
Add helper function to allow reading a single indexed u64 value from a
device-tree property containing multiple u64 values, that is an array of
u64's.
Signed-off-by: Ashok Reddy Soma
---
drivers/core/of_access.c | 22 ++
drivers/core/ofnode.c| 30
This series adds support for Xilinx qspi parallel and stacked memeories.
In parallel mode, the current implementation assumes that a maximum of
two flashes are connected. The QSPI controller splits the data evenly
between both the flashes so, both the flashes that are connected in
parallel mode sh
Hi Sean,
On Thu, 17 Aug 2023 at 17:29, Sean Edmond
wrote:
>
> Hi Simon,
>
> On 2023-08-17 6:41 a.m., Simon Glass wrote:
> > Hi Sean,
> >
> > On Fri, 11 Aug 2023 at 18:28, wrote:
> >> From: Stephen Carlson
> >>
> >> This implementation of the security uclass driver allows existing TPM2
> >> devi
Hi Tom,
On Thu, 17 Aug 2023 at 11:07, Tom Rini wrote:
>
> On Thu, Aug 17, 2023 at 10:58:15AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Thu, 17 Aug 2023 at 09:10, Tom Rini wrote:
> > >
> > > On Thu, Aug 17, 2023 at 07:41:50AM -0600, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Tue
Hi Tom,
On Thu, 17 Aug 2023 at 09:10, Tom Rini wrote:
>
> On Thu, Aug 17, 2023 at 07:41:33AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 16 Aug 2023 at 15:26, Tom Rini wrote:
> > >
> > > On Wed, Aug 16, 2023 at 09:58:42AM +0530, Sughosh Ganu wrote:
> > > > hi Simon,
> > > >
> > > > On
Hi Maxim,
On Wed, 16 Aug 2023 at 14:15, Maxim Uvarov wrote:
>
>
>
> On Wed, 16 Aug 2023 at 20:39, Simon Glass wrote:
>>
>> Hi Maxim,
>>
>> On Wed, 16 Aug 2023 at 03:09, Maxim Uvarov
wrote:
>> >
>> > On Wed, 16 Aug 2023 at 14:42, Ilias Apalodimas <
ilias.apalodi...@linaro.org>
>> > wrote:
>> >
>
On Thu, 17 Aug 2023 at 09:36, Oleksandr Suvorov <
oleksandr.suvo...@foundries.io> wrote:
>
> The make by default cuts off the stdout output from external tools,
> so all error messages from the image-host are not shown in a make
> output. Besides that, it is a common approach to use stderr stream
>
Hi Sean,
On Thu, 17 Aug 2023 at 10:03, Sean Edmond
wrote:
>
>
> On 2023-08-15 10:46 a.m., Sean Edmond wrote:
>
>
> On 2023-08-15 7:44 a.m., Simon Glass wrote:
>
> Hi Sean,
>
> On Mon, 14 Aug 2023 at 13:12, Sean Edmond
> wrote:
>
>
> On 2023-08-12 6:09 a.m., Simon Glass wrote:
>
> Hi Sean,
>
> On
Am 18. August 2023 02:26:50 MESZ schrieb Simon Glass :
>It is not always the case that U-Boot builds the ACPI tables itself. For
>example, when booting from coreboot, the ACPI tables are built by
>coreboot.
>
>Correct the Makefile condition so that U-Boot can pass on tables built
>by a previous
Am 18. August 2023 02:26:51 MESZ schrieb Simon Glass :
>When booted from coreboot, U-Boot does not build the SMBIOS tables, but
>it should still pass them on to the OS. Add a new option which indicates
>whether SMBIOS tables are present, however they were built.
>
>Flip the ordering so that the
Am 18. August 2023 02:26:53 MESZ schrieb Simon Glass :
>U-Boot sets up the SMBIOS tables during startup. Rather than creating a
>new set, install the existing ones. Rely on the ACPI table's memory-map
>record to cover the tables.
>
>Tidy up the installation-condition code while we are here.
>
>S
On 2023/8/18 05:52, Jonas Karlman wrote:
Rename defconfig to include SoC name, use similar pattern as other
RK356x boards: -.dts -> -_defconfig
Suggested-by: Kever Yang
Signed-off-by: Jonas Karlman
Reviewed-by: Kever Yang
Thanks,
- Kever
---
board/anbernic/rgxx3_rk3566/MAINTAINERS
Move this out of the main file since for simple users it is easier to
rely on standard boot.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
doc/arch/x86/index.rst | 1 +
doc/arch/x86/manual_boot.rst | 276 +++
doc/arch/x86/x86.rst
Add a little more detail as to why coreboot64 is preferred for booting
Linux distros.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
doc/board/coreboot/coreboot.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/board/coreboot/coreboot.rst b/doc/board/coreboot/coreboo
Refresh the summary information so it is more up-to-date. Add links to
the coreboot and slimbootloader docs.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
doc/arch/x86/x86.rst | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/doc/arch/x86/x8
There is enough material that it makes sense to split this up into
several files. Create an x86/ directory for this purpose.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
doc/arch/index.rst | 2 +-
doc/arch/x86/index.rst | 11 +++
doc/arch/{ => x86}/x86.rst
Make a note of where coreboot installed the SMBIOS tables so that we can
pass this on to EFI.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
arch/x86/lib/coreboot/cb_sysinfo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/lib/coreboot/cb_sysinfo.c
b/arch/x86/lib/
When these are available in memory, whether generated by U-Boot or by an
earlier firmware stage, install them.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
lib/efi_loader/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/efi_loader/Makefile b/lib
U-Boot sets up the SMBIOS tables during startup. Rather than creating a
new set, install the existing ones. Rely on the ACPI table's memory-map
record to cover the tables.
Tidy up the installation-condition code while we are here.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
Remember where these end up so that we can pass this information on to
the EFI layer.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch
arch/x86/include/asm/global_data.h | 1 +
arch/x86/lib/tables.c | 3 +++
include/asm-generic/global_data.h | 8
3 files cha
When booted from coreboot, U-Boot does not build the SMBIOS tables, but
it should still pass them on to the OS. Add a new option which indicates
whether SMBIOS tables are present, however they were built.
Flip the ordering so that the dependency is listed first, which is less
confusing.
Signed-of
At least on modern machines the write-back mechanism for the frame buffer
is quite slow when scrolling, since it must read the entire frame buffer
and write it back.
Enable the VIDEO_COPY feature to resolve this problem.
Signed-off-by: Simon Glass
---
(no changes since v1)
arch/x86/dts/corebo
It is not always the case that U-Boot builds the ACPI tables itself. For
example, when booting from coreboot, the ACPI tables are built by
coreboot.
Correct the Makefile condition so that U-Boot can pass on tables built
by a previous firmware stage.
Tidy up the installation-condition code while w
These two builds are similar but have some different options for not good
reason. Line them up to be as similar as possible.
Signed-off-by: Simon Glass
---
Changes in v2:
- Update the malloc size too
configs/coreboot64_defconfig | 7 +++
configs/coreboot_defconfig | 9 -
2 files
This is very annoying as it is quite slow on many machines. Also, U-Boot
has an existing 'preboot' mechanism to enable this feature if desired.
Drop this code so that it is possible to choose whether to init USB or
not.
Signed-off-by: Simon Glass
---
(no changes since v1)
arch/x86/cpu/coreboo
The debug UART on modern machines uses a 32-bit wide transfer. Without
this, setting debug output causes a hang or no output. It is not obvious
(when enabling CONFIG_DEBUG_UART) that this is needed.
Enable 32-bit access to avoid this trap.
Signed-off-by: Simon Glass
---
(no changes since v1)
If coreboot does not set up sysinfo for the UART, SPL currently hangs.
Use the DBG2 teechnique there as well. This allows coreboot64 to boot from
coreboot even if the console info is missing from sysinfo
Signed-off-by: Simon Glass
---
(no changes since v1)
configs/coreboot64_defconfig | 1 +
d
This is needed so we can find the DBG2 table provided by coreboot. Add a
Kconfig so it can be enabled.
Signed-off-by: Simon Glass
---
(no changes since v1)
lib/Kconfig | 8
1 file changed, 8 insertions(+)
diff --git a/lib/Kconfig b/lib/Kconfig
index 07e61de5b641..a9dca5f52b5a 100644
We don't read this information in 64-bit mode, since we don't have the
macros for doing it. Set it to Intel by default. This allows the TSC timer
to work correctly.
Signed-off-by: Simon Glass
---
(no changes since v1)
arch/x86/cpu/x86_64/cpu.c | 7 +++
1 file changed, 7 insertions(+)
diff
Init errors in SPL are currently ignored by this function.
Change the code to init the CPU, reporting an error if something is wrong.
After that, look for the coreboot table.
Signed-off-by: Simon Glass
---
(no changes since v1)
arch/x86/cpu/coreboot/coreboot.c | 12 +---
1 file change
Enable bootstd options and provide instructions on how to boot a linux
distro using coreboot.
Signed-off-by: Simon Glass
---
(no changes since v1)
configs/coreboot64_defconfig| 14 ++
configs/coreboot_defconfig | 1 +
doc/board/coreboot/coreboot.rst | 16 ++--
Add these options to permit access to more disk types.
Add some documentation as well.
Signed-off-by: Simon Glass
---
(no changes since v1)
configs/coreboot64_defconfig| 1 +
configs/coreboot_defconfig | 9 +
doc/board/coreboot/coreboot.rst | 20
3 file
This little series fixes various bugs and annoyances in coreboot and
coreboot64.
With this both coreboot and coreboot64 start up and work reasonably well
on Brya (x86 Chromebook) and U-Boot can boot common Linux distros.
- Make coreboot64 debug UART start reliably
- Avoid the long USB-init delay
Hi Christopher,
On 2023-08-08 16:25, Christopher Obbard wrote:
> Hi Jonas,
>
> On Sun, 2023-07-23 at 15:04 +, Jonas Karlman wrote:
>> On 2023-07-23 16:55, Jonas Karlman wrote:
>>> The Pine64 Quartz64 Model A is a single-board computer based on the
>>> Rockchip RK3566 SoC. The board features U
Hi Simon,
On 2023-08-17 6:41 a.m., Simon Glass wrote:
Hi Sean,
On Fri, 11 Aug 2023 at 18:28, wrote:
From: Stephen Carlson
This implementation of the security uclass driver allows existing TPM2
devices declared in the device tree to be referenced for storing the OS
anti-rollback counter, usi
Rename defconfig to include SoC name, use similar pattern as other
RK356x boards: -.dts -> -_defconfig
Suggested-by: Kever Yang
Signed-off-by: Jonas Karlman
---
board/anbernic/rgxx3_rk3566/MAINTAINERS | 2 +-
...anbernic-rgxx3_defconfig => anbernic-rgxx3-rk3566_defconfig
On 2023-08-17 21:29, Tom Rini wrote:
> On Thu, Aug 17, 2023 at 04:32:41PM +0800, Kever Yang wrote:
>> Hi Jonas,
>>
>> Thanks for your patch.
>>
>> On 2023/8/17 14:04, Jonas Karlman wrote:
>>> Update Rockchip documentation to include RK3566/RK3568 boards already
>>> supported. Also list Pine64 b
On Thu, Aug 17, 2023 at 10:46:14AM +0200, Quentin Schulz wrote:
> Hi Jonas,
>
> On 8/17/23 08:04, Jonas Karlman wrote:
> > Update MAINTAINERS files for RK3566/RK3568/RK3588 boards to include
> > related device tree files. Also replace space with tabs.
> >
> > Signed-off-by: Jonas Karlman
> > ---
On Thu, Aug 17, 2023 at 04:32:41PM +0800, Kever Yang wrote:
> Hi Jonas,
>
> Thanks for your patch.
>
> On 2023/8/17 14:04, Jonas Karlman wrote:
> > Update Rockchip documentation to include RK3566/RK3568 boards already
> > supported. Also list Pine64 boards under RK3566 and drop defconfig to
>
On Sat, Aug 05, 2023 at 11:14:36AM +0300, Roger Quadros wrote:
> Hi,
>
> This series syncs AM64 DT files from Linux v6.5-rc1.
>
> Tested on AM642-EVM GP SR1.0 and AM642-SK-EVM HS-FS SR2.0.
>
> cheers,
> -roger
>
> Changelog:
>
> v5:
> -squash documenation change to correct patch. Update commi
On Thu, Aug 17, 2023 at 05:39:14PM +0530, Neha Malcom Francis wrote:
> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
> longer valid.
>
> Adding Bhupesh Sharma who has been using this framework working on
> Qualcomm Snapdragon SoCs as well as sending out fixes.
>
> Addin
On Wed, Aug 09, 2023 at 12:47:30PM +0100, Abdellatif El Khlifi wrote:
> replace info logs with debug logs
>
> Signed-off-by: Abdellatif El Khlifi
> Cc: Tom Rini
> Cc: Simon Glass
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Fri, Aug 11, 2023 at 12:17:43PM -0600, Simon Glass wrote:
> Use a recent coreboot build for this test.
>
> The coreboot commit is:
>
>6f5ead14b4 mb/google/nissa/var/joxer: Update eMMC DLL settings
>
> This is build with default settings, i.e. QEMU x86 i440fx/piix4
>
> Add some documenta
On Thu, Aug 17, 2023 at 06:04:38AM +, Jonas Karlman wrote:
> Add myself as a reviewer for RK3566/RK3568/RK3588 boards that I have and
> can help with review and testing of defconfig and device tree changes.
>
> Signed-off-by: Jonas Karlman
> Acked-by: Eugen Hristev
Applied to u-boot/master
On Thu, Aug 17, 2023 at 06:04:36AM +, Jonas Karlman wrote:
> Update MAINTAINERS files for RK3566/RK3568/RK3588 boards to include
> related device tree files. Also replace space with tabs.
>
> Signed-off-by: Jonas Karlman
> Acked-by: Eugen Hristev
Applied to u-boot/master, thanks!
--
Tom
On Thu, Aug 17, 2023 at 06:04:34AM +, Jonas Karlman wrote:
> Update Rockchip documentation to include RK3566/RK3568 boards already
> supported. Also list Pine64 boards under RK3566 and drop defconfig to
> match other listed boards.
>
> Signed-off-by: Jonas Karlman
Applied to u-boot/master,
On Fri, Aug 11, 2023 at 01:22:57PM +0100, abdellatif.elkhl...@arm.com wrote:
> From: Abdellatif El Khlifi
>
> Update MAINTAINERS of corstone1000 board.
>
> Signed-off-by: Xueliang Zhong
> Signed-off-by: Abdellatif El Khlifi
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descripti
On Mon, Aug 07, 2023 at 05:08:11PM -0400, Tom Rini wrote:
> In order to reduce the number of people that are cc'd on a patch for
> simply touching arch/arm/dts/Makefile (which is a big common file) add
> an entry specifically to MAINTAINERS under the ARM entry.
>
> Signed-off-by: Tom Rini
> Revi
On 8/17/23 14:09, Neha Malcom Francis wrote:
Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
longer valid.
Adding Bhupesh Sharma who has been using this framework working on
Qualcomm Snapdragon SoCs as well as sending out fixes.
Adding myself as well to support in review
On Thu, Aug 17, 2023 at 05:35:37PM +0300, Oleksandr Suvorov wrote:
> This stub needs to link SPL properly.
>
> Signed-off-by: Oleksandr Suvorov
> ---
>
> common/spl/spl.c | 8
> 1 file changed, 8 insertions(+)
>
> diff --git a/common/spl/spl.c b/common/spl/spl.c
> index 0062f3f45d9..
Move where we include to be guarded by a DFU-related Kconfig
option.
Signed-off-by: Tom Rini
---
This becomes an issue with
https://patchwork.ozlabs.org/project/uboot/patch/20220620111354.448512-1-jh80.ch...@samsung.com/
applied as now we can't include without CONFIG_DFU_NAME_MAX_SIZE
set (or w
Move where we include to be guarded by a DFU-related Kconfig
option.
Signed-off-by: Tom Rini
---
This becomes an issue with
https://patchwork.ozlabs.org/project/uboot/patch/20220620111354.448512-1-jh80.ch...@samsung.com/
applied as now we can't include without CONFIG_DFU_NAME_MAX_SIZE
set (or w
The implementation of this option in lib/fwu_updates/fwu_gpt.c is wholly
dependent on DFU, so make that a requirement here.
Signed-off-by: Tom Rini
---
I'm honestly not sure how to best proceed here as
drivers/fwu-mdata/gpt_blk.c doesn't need DFU, but both files are
controlled by this single symb
We don't need nor in this file, drop them.
Signed-off-by: Tom Rini
---
drivers/usb/gadget/g_dnl.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/usb/gadget/g_dnl.c b/drivers/usb/gadget/g_dnl.c
index afb7b74f3057..8423da377ca9 100644
--- a/drivers/usb/gadget/g_dnl.c
+++ b/drivers/
On Thu, Aug 17, 2023 at 10:58:15AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 17 Aug 2023 at 09:10, Tom Rini wrote:
> >
> > On Thu, Aug 17, 2023 at 07:41:50AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Tue, 15 Aug 2023 at 08:56, Tom Rini wrote:
> > > >
> > > > On Tue, Aug 15, 20
From: Yang Xiwen
Calling into CCF framework will cause a clock being enabled twice
instead of once (clk->enable_count becomes 2 rather than 1), thus making
it hard to disable (needs to call clk_disable() twice).
Fix that by calling clock provided ops directly.
Signed-off-by: Yang Xiwen
---
dri
From: Yang Xiwen
it's a very common case to register a clock without a parent, such as
clk_register_fixed_rate(). Replace log_error() with log_debug() to avoid
useless console log if not debugging.
Signed-off-by: Yang Xiwen
---
drivers/clk/clk.c | 4 ++--
1 file changed, 2 insertions(+), 2 del
From: Yang Xiwen
So that it can be used by others.
Signed-off-by: Yang Xiwen
---
drivers/clk/clk-uclass.c | 5 -
include/linux/clk-provider.h | 5 +
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/clk/clk-uclass.c b/drivers/clk/clk-uclass.c
index dc3e9d6a26..
From: Yang Xiwen
If the device does not specify any clocks in device tree, these
functions will return PTR_ERR(-ENOENT). This is not the intended
behavior and does not comply with linux kernel CCF. Fix that by
returning NULL under such circumstances instead.
Signed-off-by: Yang Xiwen
---
inclu
From: Yang Xiwen
It's already implemented in clk-mux.c, export it in the header file.
Signed-off-by: Yang Xiwen
---
include/linux/clk-provider.h | 6 ++
1 file changed, 6 insertions(+)
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index b8acacd49e..801404480b 10
They are found during my development for HiSilicon clock driver. Details
are in commit logs.
Signed-off-by: Yang Xiwen
---
Yang Xiwen (5):
clk: export clk_register_mux_table()
clk: call log_debug() instead to avoid console log printing
clk: also handle ENOENT in *_optional funct
Hi Tom,
On Thu, 17 Aug 2023 at 09:10, Tom Rini wrote:
>
> On Thu, Aug 17, 2023 at 07:41:50AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Tue, 15 Aug 2023 at 08:56, Tom Rini wrote:
> > >
> > > On Tue, Aug 15, 2023 at 08:44:20AM -0600, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Sun
On 16.08.23 19:47, Simon Glass wrote:
Hi Jonathan,
On Wed, 16 Aug 2023 at 11:15, Jonathan Corbet wrote:
Simon Glass writes:
Hi Jonathan,
I would like to do something like this:
struct part_driver {
/**
* get_info() - Get information about a partition
^ causes err
On 2023-08-15 10:46 a.m., Sean Edmond wrote:
On 2023-08-15 7:44 a.m., Simon Glass wrote:
Hi Sean,
On Mon, 14 Aug 2023 at 13:12, Sean Edmond
wrote:
On 2023-08-12 6:09 a.m., Simon Glass wrote:
Hi Sean,
On Fri, 11 Aug 2023 at 11:14, Sean Edmond
wrote:
On 2023-08-09 6:49 p.m., Simon Gla
On 17:39-20230817, Neha Malcom Francis wrote:
> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
> longer valid.
>
> Adding Bhupesh Sharma who has been using this framework working on
> Qualcomm Snapdragon SoCs as well as sending out fixes.
>
> Add
On Thu, 17 Aug 2023 at 16:51, Simon Glass wrote:
> Hi Freddie,
>
> On Thu, 17 Aug 2023 at 09:02, Freddie wrote:
> >
> >
> >
> > On Thu, Aug 17, 2023 at 3:13 PM Simon Glass wrote:
> >>
> >> Hi Freddie,
> >>
> >> On Thu, 17 Aug 2023 at 07:57, Freddie wrote:
> >> >
> >> >
> >> >
> >> > On Thu, Au
Hi Freddie,
On Thu, 17 Aug 2023 at 09:02, Freddie wrote:
>
>
>
> On Thu, Aug 17, 2023 at 3:13 PM Simon Glass wrote:
>>
>> Hi Freddie,
>>
>> On Thu, 17 Aug 2023 at 07:57, Freddie wrote:
>> >
>> >
>> >
>> > On Thu, Aug 17, 2023 at 2:45 PM Simon Glass wrote:
>> >>
>> >> Hi Freddie,
>> >>
>> >> On
The make by default cuts off the stdout output from external tools,
so all error messages from the image-host are not shown in a make
output. Besides that, it is a common approach to use stderr stream
for error messages.
Use stderr for all error messages in image-host.
Signed-off-by: Oleksandr Suv
On Thu, Aug 17, 2023 at 11:18:53AM +0530, Sughosh Ganu wrote:
> The EFI capsule authentication logic in u-boot expects the public key
> in the form of an EFI Signature List(ESL) to be provided as part of
> the platform's dtb. Currently, the embedding of the ESL file into the
> dtb needs to be done
On Wed, Aug 16, 2023 at 09:16:05PM +0530, Devarsh Thakkar wrote:
> Hi Simon,
>
> On 15/08/23 20:14, Simon Glass wrote:
> > Hi Devarsh,
> >
> > On Tue, 15 Aug 2023 at 03:23, Devarsh Thakkar wrote:
> >>
> >> Hi Simon, Tom,
> >>
> >> On 15/08/23 04:13, Simon Glass wrote:
> >>> Hi Devarsh, Nikhil, T
On Thu, Aug 17, 2023 at 07:41:33AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 16 Aug 2023 at 15:26, Tom Rini wrote:
> >
> > On Wed, Aug 16, 2023 at 09:58:42AM +0530, Sughosh Ganu wrote:
> > > hi Simon,
> > >
> > > On Wed, 16 Aug 2023 at 00:09, Simon Glass wrote:
> > > >
> > > > Hi Sughosh,
On Thu, Aug 17, 2023 at 11:18:52AM +0530, Sughosh Ganu wrote:
> At the time of building the DTB, some dtsi files can be selected for
> inclusion. Have these dtsi files as dependencies for the DTB
> target. This also ensures generation or updating the dtsi files if
> need be.
>
> Signed-off-by: Su
On Thu, Aug 17, 2023 at 07:41:50AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Tue, 15 Aug 2023 at 08:56, Tom Rini wrote:
> >
> > On Tue, Aug 15, 2023 at 08:44:20AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Sun, 13 Aug 2023 at 09:52, Tom Rini wrote:
> > > >
> > > > On Sat, Aug 12, 20
On Thu, Aug 17, 2023 at 08:55:17PM +0600, Maxim Uvarov wrote:
> On Thu, 17 Aug 2023 at 20:04, Peter Robinson wrote:
>
> > On Thu, Aug 17, 2023 at 2:46 PM Maxim Uvarov
> > wrote:
> > >
> > > On Mon, 14 Aug 2023 at 21:29, Tom Rini wrote:
> > >
> > > > On Mon, Aug 14, 2023 at 09:18:19PM +0600, Max
On Thu, Aug 17, 2023 at 3:13 PM Simon Glass wrote:
> Hi Freddie,
>
> On Thu, 17 Aug 2023 at 07:57, Freddie wrote:
> >
> >
> >
> > On Thu, Aug 17, 2023 at 2:45 PM Simon Glass wrote:
> >>
> >> Hi Freddie,
> >>
> >> On Thu, 17 Aug 2023 at 07:39, Freddie wrote:
> >> >
> >> >
> >> >
> >> > On Thu,
On Thu, 17 Aug 2023 at 20:04, Peter Robinson wrote:
> On Thu, Aug 17, 2023 at 2:46 PM Maxim Uvarov
> wrote:
> >
> > On Mon, 14 Aug 2023 at 21:29, Tom Rini wrote:
> >
> > > On Mon, Aug 14, 2023 at 09:18:19PM +0600, Maxim Uvarov wrote:
> > > > On Mon, 14 Aug 2023 at 20:21, Ilias Apalodimas <
> >
This stub needs to link SPL properly.
Signed-off-by: Oleksandr Suvorov
---
common/spl/spl.c | 8
1 file changed, 8 insertions(+)
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 0062f3f45d9..781858891b9 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -1026,3 +1026,11 @@
Hi Tom,
On Thu, 17 Aug 2023 at 07:41, Simon Glass wrote:
>
> Hi Tom,
>
> On Tue, 15 Aug 2023 at 08:56, Tom Rini wrote:
> >
> > On Tue, Aug 15, 2023 at 08:44:20AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Sun, 13 Aug 2023 at 09:52, Tom Rini wrote:
> > > >
> > > > On Sat, Aug 12, 202
Hi Freddie,
On Thu, 17 Aug 2023 at 07:57, Freddie wrote:
>
>
>
> On Thu, Aug 17, 2023 at 2:45 PM Simon Glass wrote:
>>
>> Hi Freddie,
>>
>> On Thu, 17 Aug 2023 at 07:39, Freddie wrote:
>> >
>> >
>> >
>> > On Thu, Aug 17, 2023 at 2:19 PM Simon Glass wrote:
>> >>
>> >> Hi Freddie,
>> >>
>> >> On
On Thu, Aug 17, 2023 at 2:46 PM Maxim Uvarov wrote:
>
> On Mon, 14 Aug 2023 at 21:29, Tom Rini wrote:
>
> > On Mon, Aug 14, 2023 at 09:18:19PM +0600, Maxim Uvarov wrote:
> > > On Mon, 14 Aug 2023 at 20:21, Ilias Apalodimas <
> > ilias.apalodi...@linaro.org>
> > > wrote:
> > >
> > > > On Mon, Aug
On Thu, Aug 17, 2023 at 2:45 PM Simon Glass wrote:
> Hi Freddie,
>
> On Thu, 17 Aug 2023 at 07:39, Freddie wrote:
> >
> >
> >
> > On Thu, Aug 17, 2023 at 2:19 PM Simon Glass wrote:
> >>
> >> Hi Freddie,
> >>
> >> On Thu, 17 Aug 2023 at 07:02, Freddie wrote:
> >> >
> >> > Hi Simon,
> >> >
> >>
From: Thomas Mittelstaedt
Signed-off-by: Thomas Mittelstaedt
---
doc/develop/uefi/u-boot_on_efi.rst | 76 ++
1 file changed, 76 insertions(+)
diff --git a/doc/develop/uefi/u-boot_on_efi.rst
b/doc/develop/uefi/u-boot_on_efi.rst
index acad6397e8..927e1dc266 100644
--
From: Thomas Mittelstaedt
This documentation explains concrete steps to install and run U-Boot at
VirtualBox with x86 images.
Thomas Mittelstaedt (1):
Documentation extended with specific information for VirtualBox
doc/develop/uefi/u-boot_on_efi.rst | 76 ++
1 fi
On Mon, 14 Aug 2023 at 21:29, Tom Rini wrote:
> On Mon, Aug 14, 2023 at 09:18:19PM +0600, Maxim Uvarov wrote:
> > On Mon, 14 Aug 2023 at 20:21, Ilias Apalodimas <
> ilias.apalodi...@linaro.org>
> > wrote:
> >
> > > On Mon, Aug 14, 2023 at 07:32:43PM +0600, Maxim Uvarov wrote:
> > > > Implement fu
Hi Freddie,
On Thu, 17 Aug 2023 at 07:39, Freddie wrote:
>
>
>
> On Thu, Aug 17, 2023 at 2:19 PM Simon Glass wrote:
>>
>> Hi Freddie,
>>
>> On Thu, 17 Aug 2023 at 07:02, Freddie wrote:
>> >
>> > Hi Simon,
>> >
>> > I'm quite new to this so sorry for asking so many questions but where do I
>> >
Hi Sean,
On Fri, 11 Aug 2023 at 18:28, wrote:
>
> From: Stephen Carlson
>
> New config CONFIG_ARBP to enable enforcement of OS anti-rollback counter
> during image loading.
>
> Images with an anti-rollback counter value "arbvn" declared in the FDT will
> be compared against the current device an
1 - 100 of 151 matches
Mail list logo