Let the sbi command display:
* machine vendor ID
* machine architecture ID
* machine implementation ID
With this patch the output for the HiFive Unmatched looks like
=> sbi
SBI 0.3
OpenSBI 0.9
Machine:
Vendor ID 489
Architecture ID 8007
Implementatio
Provide library functions to read:
* machine vendor ID
* machine architecture ID
* machine implementation ID
Signed-off-by: Heinrich Schuchardt
---
arch/riscv/include/asm/sbi.h | 3 ++
arch/riscv/lib/sbi.c | 65
2 files changed, 68 insertions(+)
di
Let the sbi command display:
* machine vendor ID
* machine architecture ID
* machine implementation ID
Heinrich Schuchardt (2):
riscv: provide missing base extension functions
cmd/sbi: add missing SBI information
arch/riscv/include/asm/sbi.h | 3 ++
arch/riscv/lib/sbi.c | 65 ++
On Wed, Mar 16, 2022 at 8:55 PM Fabio Estevam wrote:
>
> Hi Tommaso,
>
> On Wed, Mar 16, 2022 at 12:28 PM Tommaso Merciai
> wrote:
> >
> > Enable pwm1 clock into spl
>
> Please improve the commit log and explain why you need to enable the
> PWM clock in SPL.
>
> What is the PWM use case in PWM th
On Wed, 16 Mar 2022 20:28:31 +
Joakim Tjernlund wrote:
Hi,
> Got something I cannot figure out and was hoping to pick your brain:
> timeofday does not count.
> I can now boot fine into user space but then I tested the date command
> and my time stands still on 1970. I can set date but the
On Thu, Mar 17, 2022 at 4:21 AM Heinrich Schuchardt
wrote:
>
> Version 1.0-rc3 of the RISC-V Supervisor Binary Interface Specification
> has added the Performance Monitoring Unit Extension.
>
> The sbi command should be able to detect it.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> At this poi
Hi Heinrich,
On Wed, 16 Mar 2022 at 14:47, Heinrich Schuchardt wrote:
>
>
>
> Am 16. März 2022 20:23:37 MEZ schrieb Simon Glass :
> >Hi Masami,
> >
> >On Wed, 16 Mar 2022 at 00:09, Masami Hiramatsu
> > wrote:
> >>
> >> Hi Simon,
> >>
> >> 2022年3月16日(水) 12:13 Simon Glass :
> >> >
> >> > Hi Masami,
On Wed, Mar 16, 2022 at 6:00 AM Tommaso Merciai
wrote:
>
> Add pwm1/backlight support nodes for imx8mm_evk board
Why do you enable backlight given that the board does not support splash screen?
Hi Tommaso,
On Wed, Mar 16, 2022 at 12:28 PM Tommaso Merciai
wrote:
>
> Enable pwm1 clock into spl
Please improve the commit log and explain why you need to enable the
PWM clock in SPL.
What is the PWM use case in PWM that you plan to use?
On 3/16/22 16:27, Tommaso Merciai wrote:
Add function enable_pwm_clk into in clock_imx8mm.c. This
function first configure, then enable pwm clock from clock control
register. The following configuration is used:
source(0) -> 24 MHz ref clock
div(0)-> no division for this clock
References:
Am 16. März 2022 20:23:37 MEZ schrieb Simon Glass :
>Hi Masami,
>
>On Wed, 16 Mar 2022 at 00:09, Masami Hiramatsu
> wrote:
>>
>> Hi Simon,
>>
>> 2022年3月16日(水) 12:13 Simon Glass :
>> >
>> > Hi Masami,
>> >
>> > On Tue, 15 Mar 2022 at 02:36, Masami Hiramatsu
>> > wrote:
>> > >
>> > > Hi Simon,
>>
Hi again
Got something I cannot figure out and was hoping to pick your brain:
timeofday does not count.
I can now boot fine into user space but then I tested the date command
and my time stands still on 1970. I can set date but the time still does not
count.
Normal sleep 1 works though. Using 3
Version 1.0-rc3 of the RISC-V Supervisor Binary Interface Specification
has added the Performance Monitoring Unit Extension.
The sbi command should be able to detect it.
Signed-off-by: Heinrich Schuchardt
---
At this point it is not necessary to add the full interface descritption
of the PMU ext
On 3/16/22 11:39 AM, Pierre-Clément Tosi wrote:
Import the header from version 5.16 of the kernel:
commit df0cc57e057f18e44dac8e6c18aba47ab53202f9
Signed-off-by: Pierre-Clément Tosi
Cc: Tom Rini
---
arch/arm/include/asm/esr.h | 343 +
1 file changed
On 3/16/22 20:23, Simon Glass wrote:
On Wed, 16 Mar 2022 at 09:40, Pierre-Clément Tosi wrote:
Use the macro introduced by commit ef0f4e834c66 ("build_bug.h: add
wrapper for _Static_assert") by importing .
Signed-off-by: Pierre-Clément Tosi
Cc: Simon Glass
Cc: Steffen Jaeckel
---
lib/cr
The code was mistakenly initializing the input buffer twice.
Tested to be working on BeagleBone by adjusting CONFIG_SYS_BOOTM_LEN to
64MiB (probably works with less) and preparing uImage with:
cat arch/arm/boot/Image \
| zstd --ultra -22 --zstd=windowLog=22 \
> linux.bin.zst
mkimage -A arm
HI Sean,
On Wed, 16 Mar 2022 at 10:18, Sean Anderson wrote:
>
> On 3/1/22 9:58 AM, Simon Glass wrote:
> > Hi Sean,
> >
> > On Sun, 27 Feb 2022 at 12:38, Sean Anderson wrote:
> >>
> >> On 2/26/22 1:36 PM, Simon Glass wrote:
> >>> Hi Sean,
> >>>
> >>> On Tue, 1 Feb 2022 at 21:24, Sean Anderson wr
On Wed, 16 Mar 2022 at 09:41, Pierre-Clément Tosi wrote:
>
> As Linux source code might include that header directly and as it is a
> simple "leaf header" (probably won't include other headers) that is
> unlikely to be relevant to U-Boot, replicate the upstream header
> definitions in a dedicated
Hi Jérôme,
On Wed, 16 Mar 2022 at 12:16, Jérôme Carretero wrote:
>
Thanks for the fix! Please add a commit message.
> Fixes: 458b30af66cd41ca8e6f8a52ea4c09cb50d3413d
> Cc: Simon Glass
> ---
> boot/image.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass
Fixes
Hi Pierre-Clément,
On Wed, 16 Mar 2022 at 09:40, Pierre-Clément Tosi wrote:
>
> Import the header from version 5.16 of the kernel:
>
> commit df0cc57e057f18e44dac8e6c18aba47ab53202f9
>
> Inline and . This is wrapped in
> "#ifndef __UBOOT__/#include/#else/{inline}" to better document the
> or
Hi Pierre-Clément,
On Wed, 16 Mar 2022 at 09:40, Pierre-Clément Tosi wrote:
>
> Some headers included (possibly indirectly) from .dts files might have
> U-Boot specific content relying on the __UBOOT__ macro passed to CPP
> when building C code. In that case, it would be sensible for DTC to see
>
On Wed, 16 Mar 2022 at 09:40, Pierre-Clément Tosi wrote:
>
> Use the macro introduced by commit ef0f4e834c66 ("build_bug.h: add
> wrapper for _Static_assert") by importing .
>
> Signed-off-by: Pierre-Clément Tosi
> Cc: Simon Glass
> Cc: Steffen Jaeckel
> ---
> lib/crypt/crypt-port.h | 3 +--
>
On Wed, 16 Mar 2022 at 09:40, Pierre-Clément Tosi wrote:
>
> Import the header from version 5.16 of the kernel:
>
> commit df0cc57e057f18e44dac8e6c18aba47ab53202f9
>
> Inline the included and prevent U-Boot from including
> as BITS_PER_LONG is defined in .
>
> Remove now-duplicate definition
Hi,
On Wed, 16 Mar 2022 at 09:41, Pierre-Clément Tosi wrote:
>
> Upgrade the header to version 5.16 of the kernel:
>
> commit df0cc57e057f18e44dac8e6c18aba47ab53202f9
>
> Signed-off-by: Pierre-Clément Tosi
> Cc: Simon Glass
> Cc: Tom Rini
> ---
> include/linux/typecheck.h | 10 ++
Hi Masami,
On Wed, 16 Mar 2022 at 00:09, Masami Hiramatsu
wrote:
>
> Hi Simon,
>
> 2022年3月16日(水) 12:13 Simon Glass :
> >
> > Hi Masami,
> >
> > On Tue, 15 Mar 2022 at 02:36, Masami Hiramatsu
> > wrote:
> > >
> > > Hi Simon,
> > >
> > > 2022年3月15日(火) 14:04 Simon Glass :
> > > >
> > > > Hi Masami,
On Wed, 16 Mar 2022 at 06:35, Heinrich Schuchardt wrote:
>
> On 3/16/22 09:03, Masami Hiramatsu wrote:
> > Use sysreset_walk_halt() directly from reset-after-capsule-on-disk
> > feature to reboot (cold reset) machine instead of using reset command
> > interface, since this is not a command.
> > No
Hi Tommaaso
On Wed, Mar 16, 2022 at 4:28 PM Tommaso Merciai
wrote:
>
> Add function enable_pwm_clk into in clock_imx8mm.c. This
> function first configure, then enable pwm clock from clock control
> register. The following configuration is used:
>
> source(0) -> 24 MHz ref clock
> div(0)->
Fixes: 458b30af66cd41ca8e6f8a52ea4c09cb50d3413d
Cc: Simon Glass
---
boot/image.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/image.c b/boot/image.c
index 07fa2d3160..121df0c838 100644
--- a/boot/image.c
+++ b/boot/image.c
@@ -500,7 +500,7 @@ int image_decomp(int comp,
On Wed, 16 Mar 2022 17:55:16 +0100
Jernej Škrabec wrote:
> Dne sreda, 16. marec 2022 ob 01:54:42 CET je Andre Przywara napisal(a):
> > Commit 5bc4cd05d7d4 ("sunxi: move non-essential code out of s_init()")
> > moved the call to eth_init_board() from s_init() into board_init_f().
> > This means it
Dne sreda, 16. marec 2022 ob 01:54:42 CET je Andre Przywara napisal(a):
> Commit 5bc4cd05d7d4 ("sunxi: move non-essential code out of s_init()")
> moved the call to eth_init_board() from s_init() into board_init_f().
> This means it's now only called from the SPL, which makes sense for
> most of th
Hi Tom,
please pull these patches to your next branch.
CI doesn't show any issue.
https://source.denx.de/u-boot/custodians/u-boot-microblaze/-/pipelines/11311
There are couple of enhancements but also new pinctrl driver for supporting
Xilinx SOM.
Thanks,
Michal
The following changes since c
On Wed, Mar 16, 2022 at 7:09 AM Fabio Estevam wrote:
>
> Adding Han Xu's NXP email on Cc.
>
> On Mon, Mar 14, 2022 at 10:31 AM Frieder Schrempf
> wrote:
> >
> > Hello everyone,
> >
> > sorry to dig out an old thread, but the below patch which was applied
> > upstream as 616f03dabacb causes a regr
Am 2022-03-16 17:00, schrieb Angus Ainslie:
Hi Heiko,
On 2022-03-16 08:55, Heiko Thiery wrote:
Hi Angus,
[snip]
> > But then something went wrong when probing uart3 ... the baudrate
> > switched for the uart2 (console) and the serial output became broken.
> > Later when the kernel starts the
On 3/1/22 9:58 AM, Simon Glass wrote:
Hi Sean,
On Sun, 27 Feb 2022 at 12:38, Sean Anderson wrote:
On 2/26/22 1:36 PM, Simon Glass wrote:
Hi Sean,
On Tue, 1 Feb 2022 at 21:24, Sean Anderson wrote:
On 2/1/22 10:59 PM, Simon Glass wrote:
Hi Sean,
On Tue, 1 Feb 2022 at 07:49, Sean Anderson
On 3/7/22 5:17 AM, Etienne Carriere wrote:
Hello Sean,
Thanks for the feedback.
Sorry I missed your post end Feb.
On Fri, 25 Feb 2022 at 07:33, Sean Anderson wrote:
Hi Etienne,
On 2/21/22 3:22 AM, Etienne Carriere wrote:
Implements SCMI APIs to retrieve the number exposed SCMI clocks usin
On 3/16/22 16:13, Ilias Apalodimas wrote:
Starting UEFI Spec 2.8 we must fill in the variable attributes when
GetVariable() returns EFI_BUFFER_TOO_SMALL and Attributes is non-NULL.
This code was written with 2.7 in mind so let's move the code around a
bit and fill in the attributes EFI_BUFFER_TO
Hi Heiko,
On 2022-03-16 08:55, Heiko Thiery wrote:
Hi Angus,
[snip]
> > But then something went wrong when probing uart3 ... the baudrate
> > switched for the uart2 (console) and the serial output became broken.
> > Later when the kernel starts the output becomes correct again. So the
> > kern
Hi Angus,
[snip]
> > > But then something went wrong when probing uart3 ... the baudrate
> > > switched for the uart2 (console) and the serial output became broken.
> > > Later when the kernel starts the output becomes correct again. So the
> > > kernel seems to configure it correctly.
> > >
> > >
Import the header from version 5.16 of the kernel:
commit df0cc57e057f18e44dac8e6c18aba47ab53202f9
Inline the included and prevent U-Boot from including
as BITS_PER_LONG is defined in .
Remove now-duplicate definitions from .
Note: This brings extra compile-time checks through GENMASK_INP
Use the macro introduced by commit ef0f4e834c66 ("build_bug.h: add
wrapper for _Static_assert") by importing .
Signed-off-by: Pierre-Clément Tosi
Cc: Simon Glass
Cc: Steffen Jaeckel
---
lib/crypt/crypt-port.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/crypt/crypt
Enable support for backlight/pwm-imx driver
Signed-off-by: Tommaso Merciai
---
configs/imx8mm_evk_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index 01395fc7eb..cfba6cc673 100644
--- a/configs/imx8mm_evk_defconfig
Enable pwm1 clock into spl
Signed-off-by: Tommaso Merciai
---
Changes since v1:
- Fix enable_pwm_clk call
board/freescale/imx8mm_evk/spl.c | 4
1 file changed, 4 insertions(+)
diff --git a/board/freescale/imx8mm_evk/spl.c b/board/freescale/imx8mm_evk/spl.c
index 4ef7f6f180..cf173b885f 10
Add pwm1/backlight support nodes for imx8mm_evk board
Signed-off-by: Tommaso Merciai
---
arch/arm/dts/imx8mm-evk.dtsi | 21 +
1 file changed, 21 insertions(+)
diff --git a/arch/arm/dts/imx8mm-evk.dtsi b/arch/arm/dts/imx8mm-evk.dtsi
index 60179e006d..e7a2bd8a64 100644
--- a/a
In order to support pwm-imx-util CONFIG_IMX6_PWM_PER_CLK is needed.
At the moment driver don't support clock framework
Signed-off-by: Tommaso Merciai
---
include/configs/imx8mm_evk.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.
Add enable_pwm_clk function in clock.h
Signed-off-by: Tommaso Merciai
---
Changes since v1:
- Fix enable_pwm_clk function implementation. Now is generic for all pwm clks
arch/arm/include/asm/arch-imx8m/clock.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/arch-imx8m/
Add function enable_pwm_clk into in clock_imx8mm.c. This
function first configure, then enable pwm clock from clock control
register. The following configuration is used:
source(0) -> 24 MHz ref clock
div(0)-> no division for this clock
References:
- iMX8MMRM.pdf p 303
Signed-off-by: Tommas
Add pwm_regs struct for i.MX8MM SOC
Signed-off-by: Tommaso Merciai
---
arch/arm/include/asm/arch-imx8m/imx-regs.h | 9 +
1 file changed, 9 insertions(+)
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h
b/arch/arm/include/asm/arch-imx8m/imx-regs.h
index 13538ba5f6..9217f93a50 100
Add pwm control registers fields defines into imx-regs.h:
- prescaler
- dozeen
- waiten
- dbgen
- clksrc_ipg_high
- clksrc_ipg, en field
References:
- iMX8MMRM.pdf p 3884
Signed-off-by: Tommaso Merciai
---
arch/arm/include/asm/arch-imx8m/imx-regs.h | 8
1 file changed, 8 insert
Add pwm1/pwm2 base address defines into imx-regs file
References:
- IMX8MMRM.pdf p 3882
Signed-off-by: Tommaso Merciai
---
arch/arm/include/asm/arch-imx8m/imx-regs.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h
b/arch/arm/include/asm/arch-im
Hi,
This series add support for pwm/backlight on i.MX8MM evk:
1. Add pwm1/pwm2 base address registers defines
2. Add defines for pwm control register field
3. Add struct pwm_regs
4. Add enable_pwm_clk function, configure and enable pwm clock control register
5. Add enable_pwm_clk function in clock
po 14. 3. 2022 v 15:26 odesílatel Michal Simek napsal:
>
> Production SOM has emmc on it and make sense to describe pin description to
> be able use EMMC if it is not configured via psu_init.
> (Still some regs are not handled but this is one step in that direction)
>
> Signed-off-by: Michal Simek
Starting UEFI Spec 2.8 we must fill in the variable attributes when
GetVariable() returns EFI_BUFFER_TOO_SMALL and Attributes is non-NULL.
This code was written with 2.7 in mind so let's move the code around a
bit and fill in the attributes EFI_BUFFER_TOO_SMALL is returned
Signed-off-by: Ilias Ap
On Tue, Mar 15, 2022 at 01:23:42PM -0700, Troy Kisky wrote:
> On 3/15/2022 1:01 PM, Tom Rini wrote:
> > On Tue, Mar 15, 2022 at 12:08:02PM -0700, Troy Kisky wrote:
> >> On 2/8/2022 6:30 AM, Tom Rini wrote:
> >>> On Fri, Jan 07, 2022 at 10:33:34AM -0800, Troy Kisky wrote:
> On 1/7/2022 7:12 AM,
On Wed, Mar 16, 2022 at 10:15:17AM +1300, Simon Glass wrote:
> Hi Tom,
>
> On Mon, 14 Mar 2022 at 16:42, Tom Rini wrote:
> >
> > On Mon, Mar 14, 2022 at 03:43:05PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Mon, 14 Mar 2022 at 14:23, Tom Rini wrote:
> > > >
> > > > On Mon, Mar 14, 20
On Wed, Mar 16, 2022 at 07:30:11PM +0900, Jaehoon Chung wrote:
> Dear Tom,
>
> Please pull u-boot-mmc master into u-boot master branch.
> If there is any problem, let me know, plz.
> Sorry for late.
>
> Best Regards,
> Jaehoon Chung
>
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/
On Wed, Mar 16, 2022 at 10:52:41AM +0100, Stefan Roese wrote:
> Hi Tom,
>
> please pull this MVEBU turris_mox fixes:
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Mar 16, 2022 at 10:56:40AM +0800, Leo Liang wrote:
> Hi Tom,
>
> The following changes since commit c149bf41404e34014e37de32fac332892b11bd4a:
>
> Prepare v2022.04-rc4 (2022-03-14 16:39:08 -0400)
>
> are available in the Git repository at:
>
> https://source.denx.de/u-boot/custodian
On Tue, Mar 15, 2022 at 09:43:26PM +0100, Marek Vasut wrote:
> Config tweaks to enable the right I2C driver
>
> The following changes since commit c96137000e4cf486dcb164fd67a1a0b5b2fb99c6:
>
> Merge tag 'efi-2022-04-rc3-2' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2022-03-13 08
Am Mi., 16. März 2022 um 15:15 Uhr schrieb Angus Ainslie :
>
> On 2022-03-16 07:02, Heiko Thiery wrote:
> > Hi Angus,
> >
> > [snip]
> >
> >> >
> >> > Meanwhile I figured out what the problem is with the 'No serial driver
> >> > found'. In the used dtb there are 'assigned-clocks' and
> >> > 'assign
On 2022-03-16 07:02, Heiko Thiery wrote:
Hi Angus,
[snip]
>
> Meanwhile I figured out what the problem is with the 'No serial driver
> found'. In the used dtb there are 'assigned-clocks' and
> 'assigned-clock-parents' set in the uart nodes. When removing this the
> serial will work. I have to
Adding Han Xu's NXP email on Cc.
On Mon, Mar 14, 2022 at 10:31 AM Frieder Schrempf
wrote:
>
> Hello everyone,
>
> sorry to dig out an old thread, but the below patch which was applied
> upstream as 616f03dabacb causes a regression for me when trying to
> attach an UBI volume with U-Boot 2022.01 o
On Wed, Mar 16, 2022 at 02:40:20PM +0100, Heinrich Schuchardt wrote:
> On 3/16/22 13:55, Ilias Apalodimas wrote:
> > Starting UEFI Spec 2.8 we must fill in the variable attributes when
> > GetVariable() returns EFI_BUFFER_TOO_SMALL and Attributes is non-NULL.
> >
> > This code was written with 2.7
Hi Angus,
[snip]
> >
> > Meanwhile I figured out what the problem is with the 'No serial driver
> > found'. In the used dtb there are 'assigned-clocks' and
> > 'assigned-clock-parents' set in the uart nodes. When removing this the
> > serial will work. I have to admit that I do not know why this
On 3/16/22 13:55, Ilias Apalodimas wrote:
Starting UEFI Spec 2.8 we must fill in the variable attributes when
GetVariable() returns EFI_BUFFER_TOO_SMALL and Attributes is non-NULL.
This code was written with 2.7 in mind so let's move the code around a
bit and fill in the attributes EFI_BUFFER_TO
Good morning,
I am doing my master thesis /w the rcar v3u of renesas and I am facing
the issue that the booting of the linux does stop at one point.
It seems to be a problem with *Starting Rebuild Dynamic Linker
Cache...* and *Starting Network Time Synchronization...*.
It gives me the output, t
> -Original Message-
> From: Sean Anderson
> Sent: Friday, March 4, 2022 1:36 PM
> Cc: U-Boot Mailing List ; linux-arm-kernel ker...@lists.infradead.org>; meta-freesc...@lists.yoctoproject.org; Shawn
> Guo ; Leo Li ; Ting Liu
> ; Jun Zhu ; Ahmed Mansour
> ; Zhenhua Luo ;
> Priyanka Jain
Starting UEFI Spec 2.8 we must fill in the variable attributes when
GetVariable() returns EFI_BUFFER_TOO_SMALL and Attributes is non-NULL.
This code was written with 2.7 in mind so let's move the code around a
bit and fill in the attributes EFI_BUFFER_TOO_SMALL is returned
Signed-off-by: Ilias Ap
On Wed, Mar 16, 2022 at 3:21 AM Sarmad Ahmad wrote:
>
> I used the version 2021 now I used the 2022.01 unfortunately still the same
> error
> followed the instructions on
> https://u-boot.readthedocs.io/en/stable/build/source.html
>
> 1.
> git clone https://github.com/u-boot/u-boot
>
> 2.
> cd u-
Adding the arria10-socdk board maintainers on Cc
On Wed, Mar 16, 2022 at 9:25 AM Marcel Gielen [Celestia-STS]
wrote:
>
> I am working on an Enclustra mercury board and had some issues with booting,
> which stopped after (successful) FPGA configuration. (Console: FPGA: Enter
> user mode is the l
On 2022-03-16 05:26, Heiko Thiery wrote:
Hi,
Am Mi., 16. März 2022 um 08:14 Uhr schrieb Heiko Thiery
:
Hi Angus,
Am Di., 15. März 2022 um 16:46 Uhr schrieb Angus Ainslie
:
>
> Hi Heiko,
>
> On 2022-03-15 08:35, Heiko Thiery wrote:
>
> Hi Angus and all,
>
>
>
>
> Am Di., 15. März 2022 um 14:09
On 3/16/22 09:03, Masami Hiramatsu wrote:
Use sysreset_walk_halt() directly from reset-after-capsule-on-disk
feature to reboot (cold reset) machine instead of using reset command
interface, since this is not a command.
Note that this will make CONFIG_EFI_CAPSULE_ON_DISK depending on
the CONFIG_SY
Hi,
Am Mi., 16. März 2022 um 08:14 Uhr schrieb Heiko Thiery
:
>
> Hi Angus,
>
> Am Di., 15. März 2022 um 16:46 Uhr schrieb Angus Ainslie
> :
> >
> > Hi Heiko,
> >
> > On 2022-03-15 08:35, Heiko Thiery wrote:
> >
> > Hi Angus and all,
> >
> >
> >
> >
> > Am Di., 15. März 2022 um 14:09 Uhr schrieb A
I am working on an Enclustra mercury board and had some issues with booting,
which stopped after (successful) FPGA configuration. (Console: FPGA: Enter user
mode is the last line printed)
Since we also have an Arria10 socdk available, I decided to try that one. For
the sockdk I have a working
On Tue, Mar 15, 2022 at 04:18:27PM -0400, Tom Rini wrote:
> Signed-off-by: Tom Rini
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sat, Feb 26, 2022 at 03:05:51PM +0800, Huang Jianan wrote:
> Add Python scripts to test 'ls' and 'load' commands, as well as
> test related filesystem functions.
>
> Signed-off-by: Huang Jianan
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sat, Feb 26, 2022 at 03:05:50PM +0800, Huang Jianan wrote:
> Add 'ls' and 'load' commands.
>
> Signed-off-by: Huang Jianan
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sat, Feb 26, 2022 at 03:05:49PM +0800, Huang Jianan wrote:
> Support EROFS lz4 compressed files.
>
> Signed-off-by: Huang Jianan
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Sat, Feb 26, 2022 at 03:05:48PM +0800, Huang Jianan wrote:
> Update the LZ4 compression module based on LZ4 v1.8.3 in order to
> use the newest LZ4_decompress_safe_partial() which can now decode
> exactly the nb of bytes requested.
>
> Signed-off-by: Huang Jianan
Applied to u-boot/next, than
On Wed, Mar 16, 2022 at 12:54:06PM +0100, Michael Walle wrote:
> Am 2022-03-16 12:51, schrieb Tommaso Merciai:
> > On Wed, Mar 16, 2022 at 12:45:22PM +0100, Michael Walle wrote:
> > > Am 2022-03-16 12:42, schrieb Tommaso Merciai:
> > > > On Wed, Mar 16, 2022 at 11:30:19AM +0100, Michael Walle wrote
On Sat, Feb 26, 2022 at 03:05:47PM +0800, Huang Jianan wrote:
> This patch mainly deals with uncompressed files.
>
> Signed-off-by: Huang Jianan
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On 3/16/22 12:12, Jan Kiszka wrote:
From: Jan Kiszka
There is no CONFIG_UEFI_SECURE_BOOT, and there was never any.
Signed-off-by: Jan Kiszka
Reviewed-by: Heinrich Schuchardt
---
Was briefly nervous finding only the documentation but no implementation
yet. ;)
doc/develop/uefi/uefi.rst
Am 2022-03-16 12:51, schrieb Tommaso Merciai:
On Wed, Mar 16, 2022 at 12:45:22PM +0100, Michael Walle wrote:
Am 2022-03-16 12:42, schrieb Tommaso Merciai:
> On Wed, Mar 16, 2022 at 11:30:19AM +0100, Michael Walle wrote:
> > > Add pwm1/backlight support nodes for imx8mm_evk board
> > >
> > > Sign
On Wed, Mar 16, 2022 at 12:45:22PM +0100, Michael Walle wrote:
> Am 2022-03-16 12:42, schrieb Tommaso Merciai:
> > On Wed, Mar 16, 2022 at 11:30:19AM +0100, Michael Walle wrote:
> > > > Add pwm1/backlight support nodes for imx8mm_evk board
> > > >
> > > > Signed-off-by: Tommaso Merciai
> > > > ---
Am 2022-03-16 12:42, schrieb Tommaso Merciai:
On Wed, Mar 16, 2022 at 11:30:19AM +0100, Michael Walle wrote:
> Add pwm1/backlight support nodes for imx8mm_evk board
>
> Signed-off-by: Tommaso Merciai
> ---
> arch/arm/dts/imx8mm-evk.dtsi | 21 +
> 1 file changed, 21 insertio
On Wed, Mar 16, 2022 at 11:30:19AM +0100, Michael Walle wrote:
> > Add pwm1/backlight support nodes for imx8mm_evk board
> >
> > Signed-off-by: Tommaso Merciai
> > ---
> > arch/arm/dts/imx8mm-evk.dtsi | 21 +
> > 1 file changed, 21 insertions(+)
> >
> > diff --git a/arch/arm
On Wed, Mar 16, 2022 at 11:30:19AM +0100, Michael Walle wrote:
> > Add pwm1/backlight support nodes for imx8mm_evk board
> >
> > Signed-off-by: Tommaso Merciai
> > ---
> > arch/arm/dts/imx8mm-evk.dtsi | 21 +
> > 1 file changed, 21 insertions(+)
> >
> > diff --git a/arch/arm
From: Jan Kiszka
There is no CONFIG_UEFI_SECURE_BOOT, and there was never any.
Signed-off-by: Jan Kiszka
---
Was briefly nervous finding only the documentation but no implementation
yet. ;)
doc/develop/uefi/uefi.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/deve
On Tue, 15 Mar 2022 10:14:16 +0800
Jim Liu wrote:
> Add watchdog controller driver for NPCM7xx/npcm8xx
>
> Signed-off-by: Jim Liu
> Reviewed-by: Stefan Roese
>
> Changes for v4:
>- add a bit of detail about the device in Kconfig
>- lower-case hex change
>- remove the reset functi
> Add pwm1/backlight support nodes for imx8mm_evk board
>
> Signed-off-by: Tommaso Merciai
> ---
> arch/arm/dts/imx8mm-evk.dtsi | 21 +
> 1 file changed, 21 insertions(+)
>
> diff --git a/arch/arm/dts/imx8mm-evk.dtsi b/arch/arm/dts/imx8mm-evk.dtsi
> index 60179e006d..e7a2bd8
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch.
If there is any problem, let me know, plz.
Sorry for late.
Best Regards,
Jaehoon Chung
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/11304
The following changes since commit 4dc9b1771b152838ddfc4ae86a0ab9fd
Hi,
On 3/16/22 02:46, Alper Nebi Yasak wrote:
> This series implements support for the HS400 Enhanced Strobe mode on the
> Rockchip SDHCI driver, for both RK3399 and RK3568. To test, I'm building
> for chromebook_kevin with the following configs enabled:
>
> +CONFIG_MMC_SPEED_MODE_SET=y
>
On 3/16/22 08:40, Jaehoon Chung wrote:
Hi Marek,
Hi,
On 3/11/22 05:28, Marek Vasut wrote:
Add PCA9450 regulator driver. This is complementary driver for the BUCKn
and LDOn regulators provided by the PCA9450 PMIC driver. Currently the
driver permits reading the settngs and configuring the BUC
On 3/16/22 04:55, tudor.amba...@microchip.com wrote:
Hi,
[...]
drivers/mtd/spi/spi-nor-ids.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/mtd/spi/spi-nor-ids.c b/drivers/mtd/spi/spi-nor-ids.c
index b551ebd75ef..e2d09fc747d 100644
--- a/drivers/mtd/spi/spi-nor-ids.c
++
On Tuesday 15 March 2022 16:37:27 Marek Behún wrote:
> From: Marek Behún
>
> Commit 0934dddc6436 ("arm: a37xx: Update DTS files to version from
> upstream Linux kernel") ported Linux's device-tree files for Armada 3720
> SOCs. This broke network on Turris MOX, because the SOC's MDIO bus in
> U-Bo
Hi Tom,
please pull this MVEBU turris_mox fixes:
- mvebu: dts: turris_mox: fix non-working network / MDIO (Marek)
Here the Azure build, without any issues:
https://
On 3/15/22 16:37, Marek Behún wrote:
From: Marek Behún
Commit 0934dddc6436 ("arm: a37xx: Update DTS files to version from
upstream Linux kernel") ported Linux's device-tree files for Armada 3720
SOCs. This broke network on Turris MOX, because the SOC's MDIO bus in
U-Boot currently isn't probed
Hi Simon,
On 16/03/2022 00:03, Simon Glass wrote:
This is an attempt to cover the common cases found when enabling driver
model for serial on a new board.
Signed-off-by: Simon Glass
Reviewed-by: Fabio Estevam
On Wed, Mar 16, 2022 at 10:05:47AM +0100, Michael Nazzareno Trimarchi wrote:
> Hi
>
> On Wed, Mar 16, 2022 at 10:02 AM Tommaso Merciai
> wrote:
> >
> > Add function to enable_pwm_clck function into clock_imx8mm.c. This
> > function first configure, then enable pwm1 clock from clock control
> > re
Hi
On Wed, Mar 16, 2022 at 10:02 AM Tommaso Merciai
wrote:
>
> Add function to enable_pwm_clck function into clock_imx8mm.c. This
> function first configure, then enable pwm1 clock from clock control
> register. The following configuration is used:
>
> source(0) -> 24 MHz ref clock
> div(0)->
Enable pwm clock into spl
Signed-off-by: Tommaso Merciai
---
board/freescale/imx8mm_evk/spl.c | 4
1 file changed, 4 insertions(+)
diff --git a/board/freescale/imx8mm_evk/spl.c b/board/freescale/imx8mm_evk/spl.c
index 4ef7f6f180..5aabdba0b0 100644
--- a/board/freescale/imx8mm_evk/spl.c
+++
1 - 100 of 121 matches
Mail list logo