Hi Heiko,
On 11/8/24 06:21, Heiko Schocher wrote:
control the watchdog in the PMIC through SCU.
A few more details would be good here (please see below).
Signed-off-by: Andrej Valek
Signed-off-by: Heiko Schocher
---
drivers/misc/imx8/scu_api.c| 21 ++
drivers/watchdog/K
Hi Heinrich,
On Thu, Nov 7, 2024 at 10:19 AM Heinrich Schuchardt wrote:
>
> On 10/23/24 15:19, Patrick Rudolph wrote:
> > From: Maximilian Brune
> >
> > Write the FADT in common code since it's used on all architectures.
> > Since the FADT is mandatory all SoCs or mainboards must implement the
>
Am 8. November 2024 04:45:01 MEZ schrieb Adriano Cordova :
>This was marked as TODO in the code:
>-Enable use of wget_with_dns even if CMD_DNS is disabled if
>the given uri has the ip address for the http server.
>-Check for port in the uri when transforming to legacy wget
>syntax inside wget_with_
Am 8. November 2024 04:44:44 MEZ schrieb Adriano Cordova :
>The function string_to_ip is already in net_utils, which is
>compiled unconditionally, but ip_to_string is currently only
>accessible if the legacy network stack is selected. This
>commit puts ip_to_string in net_utils.c and removes it fro
As the flash reset is handled in spi nor core, removing the
flash reset functionality. As the configuration like tristate
and hysterisis need to be enabled by the cdo. Handle the flash
reset only for mini u-boot case.
Rename the "cadence_qspi_versal_flash_reset" to generic name
"cadence_qspi_flash
make savedefconfig and add SCU_WDT and fix environment
offsets, as since silicium c0 the boot container takes place
at offset 0 and so the u-boot-env must be moved outside of
the boot container area.
Signed-off-by: Heiko Schocher
---
configs/capricorn_cxg3_defconfig | 16 +++-
1 fil
sync the image names in imximage.cfg with
the ones used in arch/arm/dts/imx8qxp-u-boot.dtsi
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/imximage.cfg | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/board/siemens/capricorn/imximage.cfg
b/board/si
Boards which use DCD data in SCFW can drop SPL.
We tried in our mainline rework to use this approach
too as other imx8qxp boards do in mainline. But we
failed ... it was a hard way to understand the
reason!
We cannot use DCD image in container as the SCFW
from siemens, does the RAM init on boot i
From: Enrico Leto
update MAINTAINERS file, add some more board maintainers.
Signed-off-by: Enrico Leto
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/MAINTAINERS | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/board/siemens/capricorn/MAINTAINERS
b
From: Enrico Leto
The signal integrity test generates pattern on DDR lines
for certification. The signals must be as fast as possible
and unidirectional.
The test is required from our HW team. The available
u-boot memory test doesn't full fill the our requirements.
The test is planed to be used
Add siemens specific memory test. Enable it through Kconfig option
SPL_CMT.
The test is required from our HW team. It runs over temperature during
many days:
* must run indefinitively through the whole DDR area
* must write/read/check all values
Signed-off-by: Enrico Leto
Signed-off-by: Heiko Sch
From: Enrico Leto
The eeprom contains the information on which module
we are running, so read it from the eeprom and print
it on the console.
Signed-off-by: Enrico Leto
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/board.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a
From: Enrico Leto
Get the memory region information from system controller to reduce the
number of platform specific headers. We were aligned on NXP mek board
implementation. This need at least 1 header per memory configuration.
Signed-off-by: Enrico Leto
Signed-off-by: Heiko Schocher
---
bo
Add the HW version read directly from EEPROM.
EEPROM chip data structure is now in a .h file common to draco
and capricorn.
Therefore move out the definitions in drace board to siemens
common place.
Signed-off-by: Alessandro Zini
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/boar
- remove DMA for console
- add wdt device
Signed-off-by: Heiko Schocher
---
arch/arm/dts/imx8-capricorn.dtsi | 16
1 file changed, 16 insertions(+)
diff --git a/arch/arm/dts/imx8-capricorn.dtsi b/arch/arm/dts/imx8-capricorn.dtsi
index 4918bf8f567..f6f9dc7df19 100644
--- a/arch
show build_info and only init uart2.
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/board.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/board/siemens/capricorn/board.c b/board/siemens/capricorn/board.c
index ad474d9baa0..99681d68c3f 100644
--- a/board/sie
sync spl code with 8qxp-mek board.
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/spl.c | 38 +++
1 file changed, 38 insertions(+)
diff --git a/board/siemens/capricorn/spl.c b/board/siemens/capricorn/spl.c
index 696b5ebd340..7ee2895b6d4 100644
--- a/b
add ARCH_MISC_INIT to capricorn configuration. Add
it in
arch/arm/mach-imx/imx8/Kconfig
Signed-off-by: Heiko Schocher
---
arch/arm/mach-imx/imx8/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig
index 9a43beda6fa..bfe30be
we use also fec2, so add it.
Signed-off-by: Heiko Schocher
---
arch/arm/dts/imx8-capricorn-u-boot.dtsi | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/imx8-capricorn-u-boot.dtsi
b/arch/arm/dts/imx8-capricorn-u-boot.dtsi
index a1058a09a9a..365cd51ed2f 100644
--- a/arch/arm/
fix wrong comment.
Signed-off-by: Heiko Schocher
---
board/siemens/capricorn/imximage.cfg | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/board/siemens/capricorn/imximage.cfg
b/board/siemens/capricorn/imximage.cfg
index e45f2c9589e..f73c5a7a9b0 100644
--- a/board/siemens/
From: Enrico Leto
We have many HW with capricorn i.MX8X boards. The difference in u-boot is
at all by the display of the LEDs.
* put upstream a reference project & board for DT and defconfig
* use the capricorn prefix outside the board/siemens/capricorn folder
Signed-off-by: Enrico Leto
Signed
current generated flash.bin image does not longer
boot on cxg3 board.
Rename bootph-pre-ram to bootph-all so flash.bin
boots again!
Signed-off-by: Heiko Schocher
---
arch/arm/dts/imx8-capricorn-u-boot.dtsi | 65 -
1 file changed, 32 insertions(+), 33 deletions(-)
diff
imx8qxp based boards which use SPL drop error when
calling make all:
"""
Writing image to './flash.bin'
Node '/binman/imx-boot/spl': GetData: size 0x0
Node '/binman/imx-boot': GetPaddedDataForEntry: size 0x0
Node '/binman/imx-boot': GetData: 1 entries, total size 0x0
Node '/
probing on capricorn board (imx8qxp based) brings:
Can't find FEC0 clk rate: -19
Cause is that when probing fec_mxc driver, fec_mii_setspeed()
is called which calls fec_get_clk_rate().
fec_mii_setspeed() calls fec_get_clk_rate with NULL pointer
for udev and so as in IMX8QXP case CLK_CCF is enabl
when building U-Boot on imx8qxp and the board port uses
SPL, U-boot build shows
WARNING '.../spl/u-boot-spl.bin' not found, resulting binary is not-functional
This is because U-Boot binary is build first and Makefile
calls script imx_cntr_image.sh which checks if files
exists... but of course as
Improve error message "header tag mismatched"
Add filename to error message to see, which file
is wrong.
Signed-off-by: Heiko Schocher
---
tools/imx8image.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/imx8image.c b/tools/imx8image.c
index 96ece28bd6c..b22e8b21c47 1
control the watchdog in the PMIC through SCU.
Signed-off-by: Andrej Valek
Signed-off-by: Heiko Schocher
---
drivers/misc/imx8/scu_api.c| 21 ++
drivers/watchdog/Kconfig | 7 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/scu_wdt.c | 52
Add support for the Microchip USB5744 USB3.0 and USB2.0 Hub.
The usb5744 driver trigger hub reset signal after soft reset.
The usb5744 hub need to reset after the phy initialization,
which toggles the gpio.
Signed-off-by: Venkatesh Yadav Abbarapu
Reviewed-by: Marek Vasut
---
common/usb_onboard_
Updating the usb5744 hub node as per the latest upstream DT binding
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
tree/Documentation/devicetree/bindings/usb/microchip,usb5744.yaml?h=v6.8.8
Signed-off-by: Venkatesh Yadav Abbarapu
Acked-by: Michal Simek
---
arch/arm/dts/zynqmp
As part of the reset, sets the direction of the pin to output before
toggling the pin. Delay of millisecond is added in between low and
high to meet the setup and hold time requirement of the reset.
Signed-off-by: Venkatesh Yadav Abbarapu
Reviewed-by: Marek Vasut
---
common/usb_onboard_hub.c |
USB host support on ZYNQMP KRIA SOM needs onboard USB
hub driver for handling reset GPIO and for i2c initialization
sequence.
Signed-off-by: Venkatesh Yadav Abbarapu
Acked-by: Michal Simek
---
configs/xilinx_zynqmp_kria_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --g
Add the usb5744/usb2744 hub driver which does the reset gpio toggling
and the i2c initialization sequence.
Tested the USB5744/USB2744 usb hub for usb0, usb1 with the
DT nodes on KR260 board.
Changes in v2:
- Added the power_on_reset_us variable, for post-reset time.
- Removed the DM_REGULATOR ifd
Add i2c initialization hook and set usb5744 platform
data with function having required i2c initialization sequence.
Apart from the USB command attach, prevent the hub from suspend.
when the “USB Attach with SMBUS (0xAA56)” command is issued to the hub,
the hub is getting enumerated and then it pu
Don't error out if there is no vdd regulator supply, as these are
optional properties.
Signed-off-by: Venkatesh Yadav Abbarapu
Reviewed-by: Marek Vasut
---
common/usb_onboard_hub.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/common/usb_onboard_hub.c b/common
The .bind function is implemented to bind the correct
"half" of the hub that the driver wants to bind,
and returning -ENODEV for the other "half".
Signed-off-by: Venkatesh Yadav Abbarapu
Reviewed-by: Marek Vasut
---
common/usb_onboard_hub.c | 21 +
1 file changed, 21 inserti
On 2024/11/4 20:23, Andy Yan wrote:
Add support for Cool Pi GenBook, it works as a carrier board
connect with CM5 SOM.
Specification:
- Rockchip RK3588
- LPDDR5X 8/32 GB
- eMMC 64 GB
- HDMI Type A out x 1
- USB 3.0 Host x 1
- USB-C 3.0 with DisplayPort AltMode
- PCIE M.2 E Key for RTL8852BE Wi
On 2024/11/4 20:22, Andy Yan wrote:
Some board may want to have a different boot priority(a laptop
may want to usb has the highest boot priority for third-part
os installation). So let the board can define it's own
boot_targets.
Signed-off-by: Andy Yan
Reviewed-by: Kever Yang
Thanks,
- Ke
On 2024/11/4 20:22, Andy Yan wrote:
Cool Pi CM5 GenBook works as a carrier board connect with CM5 [0].
Specification:
- Rockchip RK3588
- LPDDR5X 8/32 GB
- eMMC 64 GB
- HDMI Type A out x 1
- USB 3.0 Host x 1
- USB-C 3.0 with DisplayPort AltMode
- PCIE M.2 E Key for RTL8852BE Wireless connectio
Hi Jonas,
On 2024/11/7 22:29, Jonas Karlman wrote:
Hi Quentin,
On 2024-11-07 13:01, Quentin Schulz wrote:
Hi Jonas,
On 11/2/24 9:37 PM, Jonas Karlman wrote:
Implement checkboard() to print current SoC model used by a board,
e.g. one of:
SoC: RK3582 v1
SoC: RK3588 v0
SoC: R
On 2024/11/6 19:29, Quentin Schulz wrote:
From: Quentin Schulz
If TPL_GPIO and TPL_PINCTRL_ROCKCHIP are enabled and a sysreset-gpio is
provided in the TPL Device Tree, this will trigger a system reset
similar to what's currently been done in SPL whenever the RK3399 "warm"
boots. Because there
On 2024/11/6 19:29, Quentin Schulz wrote:
From: Quentin Schulz
This defines a weak tpl_board_init function that can be used for running
board/SoC-specific code before the DRAM init happens, similarly to
spl_board_init() for SPL.
Reviewed-by: Paul Kocialkowski
Signed-off-by: Quentin Schulz
On 2024/11/6 19:29, Quentin Schulz wrote:
From: Quentin Schulz
To prepare to support forcing power on reset from TPL which would have
the exact same logic, just in an earlier stage, let's merge the CRU
check that triggers the power on reset with the rest of the logic.
Reviewed-by: Paul Kocia
On 2024/11/6 19:29, Quentin Schulz wrote:
From: Quentin Schulz
A later commit will make use of the pinctrl driver in TPL so let's add
the ability to build the Rockchip pinctrl driver in TPL.
Reviewed-by: Paul Kocialkowski
Signed-off-by: Quentin Schulz
Reviewed-by: Kever Yang
Thanks,
- K
Hi Quentin,
On 2024/11/6 01:21, Quentin Schulz wrote:
From: Quentin Schulz
Instead of hanging via an infinite while loop, propagate the fail to the
caller and let it handle the fail. For RK3399, this means that panic()
will be called, (by default) resetting the CPU and giving another chance
at
Hi Linus,
> -Original Message-
> From: Linus Walleij
> Sent: Thursday, November 7, 2024 6:16 AM
> To: david regan
> Cc: u-boot ; Dario Binacchi
> ; Michael Trimarchi
> ; Anand Gore
> ; William Zhang
> ; Kursad Oney
> ; Philippe Reynes
> ; Florian Fainelli
> ; Miquel Raynal
> ; Kamal Dasu
Hi Nam,
On Thu, Nov 7, 2024 at 1:53 PM Nam Cao wrote:
>
> Hi,
>
> We observed the following sporadic boot failure while booting from MMC
> device:
>
> => boot
> CACHE: Misaligned operation at range [9efa25f8, 9efa27f8]
> CACHE: Misaligned operation at range [9efa25f8, 9efa27f8]
> CACHE: Misalign
Hi Paul,
On 2024/11/7 20:27, Paul Kocialkowski wrote:
Hi,
Le Thu 07 Nov 24, 12:04, Quentin Schulz a écrit :
On 11/7/24 8:14 AM, Kever Yang wrote:
Yes, this movement is reasonable and needed for this workaround,
although still not
understand why puma board need this.
Me neither, this predate
The test coverage for the EFI bootmeth is incomplete since it does not
actually boot the application.
This series creates a simple test for this purpose. It includes a few
patches to make this work:
- Revert of an unreviewed patch to change the sandbox efi filename
- Hang in sandbox virtio due to
Hi Simon,
> On Tue, 5 Nov 2024 at 07:18, Peter Robinson wrote:
> >
> > On Sun, 3 Nov 2024 at 00:34, Simon Glass wrote:
> > >
> > > There has been an LED framework in U-Boot which uses driver model for
> > > about 9 years now. Recent work is underway to improve it and provide
> > > more features.
Hi,
I hope this email finds you well. I am currently working on a project
involving U-Boot, and I have a question regarding memory management.
Specifically, I would like to understand the best approach to zero all
memory that is not currently in use.
I am considering using memset to achieve this,
The comment above fs_read_alloc() explains:
@align: Alignment to use for memory allocation (0 for default)
However, in the actual implementation, there is no alignment when @align is
zero.
This current default is probably fine for most cases. But for some block
devices which transfer data vi
extlinux_read_bootflow() allocates a buffer to read from file system
without any alignment.
But for some block devices which transfer data via DMA, ARCH_DMA_MINALIGN
alignment is required. For example, due to misaligned buffer, the below
boot failure is observed.
=> boot
CACHE: Misaligned operati
Hi,
We observed the following sporadic boot failure while booting from MMC
device:
=> boot
CACHE: Misaligned operation at range [9efa25f8, 9efa27f8]
CACHE: Misaligned operation at range [9efa25f8, 9efa27f8]
CACHE: Misaligned operation at range [9efa25f8, 9efa27f8]
CACHE: Misaligned operation at r
Add a simple test of booting with the EFI bootmeth, which runs the app
and checks that it can call 'exit boot-services' (to check that all the
device-removal code doesn't break anything) and then exit back to
U-Boot.
This uses a disk image containing the testapp, ready for execution by
sandbox whe
Create a new disk for use with tests, which contains the new 'testapp'
EFI app specifically intended for testing the EFI loader.
Attach it to the USB device, since most testing is currently done with
mmc.
Initially this image will be used to test the EFI bootmeth.
Fix a stale comment in prep_mmc
This is not implemented so cannot actually be used to read blocks.
Disable it until it is implemented, to avoid causing a hang with EFI,
which probes every available BLK device.
Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
Issue: https://source.denx.de/u-boot/u-boot/-/issues/37
---
(no chan
Rather than returning 0, just return an error, since sandbox is not used
with PXE at present.
Signed-off-by: Simon Glass
---
(no changes since v9)
Changes in v9:
- Add new patch to drop sandbox PXE architecture
lib/efi_loader/efi_helper.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/l
When the --native flag is given, pretend to be running the host
architecture rather than sandbox.
Allow the same control for PXE too.
Signed-off-by: Simon Glass
---
(no changes since v9)
Changes in v9:
- Separate into separate patches
Changes in v8:
- Add new patch to report host default-file
Move this function from the EFI bootmeth to the common efi_helper file.
No functional change is intended.
Signed-off-by: Simon Glass
---
(no changes since v9)
Changes in v9:
- Split out into a separate change
boot/bootmeth_efi.c | 25 ++---
include/efi.h
Add an 'efidebug filename' command to report the default filename and
PXE architecture.
Signed-off-by: Simon Glass
---
(no changes since v9)
Changes in v9:
- Split out into its own patch
Changes in v8:
- Add new patch to report host default-filename in native mode
cmd/efidebug.c | 25 +++
Sandbox is its own architecture, but sometimes we want to mimic the host
architecture, e.g. when running an EFI app not built by U-Boot.
Add a -N/--native flag which tells sandbox to reflect the architecture
of the host.
Signed-off-by: Simon Glass
---
(no changes since v8)
Changes in v8:
- Add
Use a function to obtain the device EFI filename, so that we can control
how sandbox behaves.
Signed-off-by: Simon Glass
---
(no changes since v9)
Changes in v9:
- Move the function into efi_helper.c
Changes in v8:
- Add new patch to move default filename to a function
boot/bootmeth_efi.c
Add a simple app to use for testing. This is intended to do whatever it
needs to for testing purposes. For now it just prints a message and
exits boot services.
There was a considerable amount of discussion about whether it is OK to
call exit-boot-services and then return to U-Boot. This is not no
The test coverage for the EFI bootmeth is incomplete since it does not
actually boot the application.
This series creates a simple test for this purpose. It includes a few
patches to make this work:
- Revert of an unreviewed patch to change the sandbox efi filename
- Hang in sandbox virtio due to
Hi Nam,
On Wed, 6 Nov 2024 at 09:34, Nam Cao wrote:
>
> extlinux_read_bootflow() allocates a buffer to read from file system
> without any alignment.
>
> But for some block devices which transfer data via DMA, ARCH_DMA_MINALIGN
> alignment is required. For example, due to misaligned buffer, the b
Hi Andrew,
On Wed, 6 Nov 2024 at 06:50, Andrew Goodbody wrote:
>
> Some of the bootm tests rely on state that is assumed to be
> correct but is changed by the tests. This means that running
> 'ut bootm' twice will result in failures on the second run
> as the state left by the first run is not wh
Hi Quentin,
On 2024-11-07 13:01, Quentin Schulz wrote:
> Hi Jonas,
>
> On 11/2/24 9:37 PM, Jonas Karlman wrote:
>> Implement checkboard() to print current SoC model used by a board,
>> e.g. one of:
>>
>>SoC: RK3582 v1
>>SoC: RK3588 v0
>>SoC: RK3588 v1
>>SoC: RK3588S v0
>>
Hi Jonas,
On 11/7/24 3:29 PM, Jonas Karlman wrote:
Hi Quentin,
On 2024-11-07 13:01, Quentin Schulz wrote:
Hi Jonas,
On 11/2/24 9:37 PM, Jonas Karlman wrote:
Implement checkboard() to print current SoC model used by a board,
e.g. one of:
SoC: RK3582 v1
SoC: RK3588 v0
SoC: R
On Thu, Nov 7, 2024 at 12:24 AM Yannic Moog wrote:
>
> Add tee node in SoC u-boot device trees. Use a kconfig entry to specify
> load and entry addresses for the op-tee image in the respective
> defconfig.
>
> Signed-off-by: Yannic Moog
> ---
> arch/arm/dts/imx8mm-u-boot.dtsi | 17 ++
Hi Jonas,
On 11/2/24 9:37 PM, Jonas Karlman wrote:
Implement checkboard() to print current SoC model used by a board,
e.g. one of:
SoC: RK3582 v1
SoC: RK3588 v0
SoC: RK3588 v1
SoC: RK3588S v0
SoC: RK3588S v1
SoC: RK3588S2 v1
when U-Boot proper is running.
U-Bo
Fix various code style issues in the lwIP code.
Reported-by: Tom Rini
Signed-off-by: Jerome Forissier
---
cmd/net-common.c | 9 +++-
cmd/net-lwip.c| 37 +++-
include/net-common.h | 22 ++--
include/net-legacy.h | 44
On 11/6/24 13:03, Adriano Cordova wrote:
> Declare and define a global struct wget_http_info. The default
> values are so that wget works as it used to, but they can be
> changed by an application before issuing an http request using
> wget, and restored afterwards. This struct is common to legacy
Need to rebase top of this commit:
Link:
https://lore.kernel.org/r/b3b678603f76b9f6490c0a46ed0cec06652d1aa5.1701853668.git.tejas.arvind.bhum...@amd.com
Prasad Kummari (1):
spi: cadence_qspi: Fix Versal NET ospi indirect write timed out issue
Tejas Bhumkar (1):
spi: cadence_qspi: Fix versal os
The readl_poll_timeout() function is currently polling for the
indirect operation completion bit with a 10ms timeout, which
triggers an "Indirect write timed out" error. The indirect done
status is also using a 10ms timeout, leading to "Indirect write
clear completion" errors. To resolve these time
Hi Simon, Tom,
> Add to the FF-A bus FFA_MEM_SHARE and FFA_MEM_RECLAIM ABIs.
>
> These FF-A ABIs are for memory management. They are used for sharing
> memory between U-Boot and secure world.
>
> FFA_MEM_SHARE starts a transaction to grant access to a memory region
> to one or more Borrowers (ak
On Wed, Nov 6, 2024 at 10:04 PM david regan wrote:
> The BCMBCA broadband SoC integrates the NAND controller differently than
> STB, iProc and other SoCs. It has different endianness for NAND cache
> data.
>
> Add a SoC read data bus shim for BCMBCA to meet the specific SoC need
> and performanc
On 11/7/24 7:05 AM, Abbarapu, Venkatesh wrote:
Hi,
-Original Message-
From: Marek Vasut
Sent: Wednesday, November 6, 2024 6:04 AM
To: Abbarapu, Venkatesh ; u-boot@lists.denx.de
Cc: Simek, Michal ; fabrice.gasn...@foss.st.com; git
(AMD-Xilinx)
Subject: Re: [PATCH v9 1/7] usb: onboard-h
From: Tejas Bhumkar
To reduce the CPU load in waiting for the OSPI internal SRAM to
clear in indirect mode, it's better to use the
CQSPI_REG_IRQSTATUS register to check for indirect operation to complete.
Enabled interrupt for Indirect Complete and Transfer Watermark
Breach interrupt status regis
Hi Heinrich,
On Wed, 6 Nov 2024 at 09:00, Heinrich Schuchardt
wrote:
>
> On 05.11.24 16:12, Simon Glass wrote:
> > Hi Heinrich,
> >
> > On Sat, 2 Nov 2024 at 08:30, Heinrich Schuchardt
> > wrote:
> >>
> >> do_upl_write() calls upl_get_test_data() which may increment the fail
> >> count in the un
Hi Nam,
On Wed, 6 Nov 2024 at 09:34, Nam Cao wrote:
>
> The comment above fs_read_alloc() explains:
>
> @align: Alignment to use for memory allocation (0 for default)
>
> However, in the actual implementation, there is no alignment when @align is
> zero.
>
> This current default is probably f
On Thu, 7 Nov 2024 at 03:39, Heinrich Schuchardt
wrote:
>
> Escape sequence \s is only allowable in raw strings.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> test/py/tests/test_spi.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass
Thanks, just did the same
Hi Heinrich,
On Thu, 7 Nov 2024 at 04:29, Heinrich Schuchardt wrote:
>
> On 11/1/24 16:32, Simon Glass wrote:
> > Hi all,
> >
> > On Fri, 1 Nov 2024 at 16:26, Simon Glass wrote:
> >>
> >> The test coverage for the EFI bootmeth is incomplete since it does not
> >> actually boot the application.
>
On 11/7/24 4:49 PM, Jon Humphreys wrote:
Marek Vasut writes:
On 11/6/24 10:58 PM, Jon Humphreys wrote:
Marek Vasut writes:
On 11/6/24 8:18 PM, Jon Humphreys wrote:
Marek Vasut writes:
On 10/23/24 10:17 AM, Michal Simek wrote:
On 10/22/24 23:06, Marek Vasut wrote:
This reverts commi
Marek Vasut writes:
> On 11/6/24 10:58 PM, Jon Humphreys wrote:
>> Marek Vasut writes:
>>
>>> On 11/6/24 8:18 PM, Jon Humphreys wrote:
Marek Vasut writes:
> On 10/23/24 10:17 AM, Michal Simek wrote:
>>
>>
>> On 10/22/24 23:06, Marek Vasut wrote:
>>> This reverts c
Hi Simon,
On Thu, Nov 07, 2024 at 06:44:30AM -0700, Simon Glass wrote:
> On Wed, 6 Nov 2024 at 09:34, Nam Cao wrote:
> >
> > extlinux_read_bootflow() allocates a buffer to read from file system
> > without any alignment.
> >
> > But for some block devices which transfer data via DMA, ARCH_DMA_MIN
On Thu, 7 Nov 2024 at 00:53, david regan wrote:
>
> Make use of OF_UPSTREAM which uses Linux dts.
>
> Signed-off-by: david regan
> ---
> arch/arm/dts/bcm47622.dtsi| 126
> arch/arm/dts/bcm4912.dtsi | 128
> arch/arm/dts/bcm63146.dtsi|
> From: Simon Glass
> Date: Tue, 5 Nov 2024 08:14:53 -0700
Heinrich, did you see this discussion concerning the EFI boot manager?
Simon,
> H Mark, Peter,
>
> On Mon, 4 Nov 2024 at 08:29, Mark Kettenis wrote:
> >
> > > Date: Mon, 4 Nov 2024 13:34:29 +
> > > From: Andre Przywara
> > >
> >
On Wed, Nov 6, 2024 at 10:04 PM david regan wrote:
> Update log level messages so that more critical messages can be logged
> to console and help the troubleshooting with field devices.
>
> This is a port of the upstream Linux patch to U-Boot.
>
> https://lore.kernel.org/linux-mtd/20240223034758.
Hi,
Le Wed 06 Nov 24, 12:29, Quentin Schulz a écrit :
> From: Quentin Schulz
>
> If TPL_GPIO and TPL_PINCTRL_ROCKCHIP are enabled and a sysreset-gpio is
> provided in the TPL Device Tree, this will trigger a system reset
> similar to what's currently been done in SPL whenever the RK3399 "warm"
>
On Wed, Nov 6, 2024 at 10:04 PM david regan wrote:
> Make use of OF_UPSTREAM which uses Linux dts.
>
> Signed-off-by: david regan
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
On Wed, Nov 6, 2024 at 10:03 PM david regan wrote:
> These device specific nand driver files can be removed because
> they are now replaced by a common driver bcmbca_nand.c
>
> Signed-off-by: david regan
I believe you!
Reviewed-by: Linus Walleij
Yours,
Linus Walleij
Hi Simon,
On Thu, Nov 07, 2024 at 06:44:32AM -0700, Simon Glass wrote:
> Hi Nam,
>
> On Wed, 6 Nov 2024 at 09:34, Nam Cao wrote:
> >
> > The comment above fs_read_alloc() explains:
> >
> > @align: Alignment to use for memory allocation (0 for default)
> >
> > However, in the actual implement
This patch resolves an issue encountered with Layerscape SoCs, where
attempts to restrict write access to environment variables to enforce
secureboot are ineffective when using the CONFIG_ENV_IS_NOWHERE
configuration in combination with CONFIG_ENV_IS_IN_xxx.
Signed-off-by: Abdelrahman Ibrahem
---
On 11/7/24 05:57, Abbarapu, Venkatesh wrote:
Hi Michal,
-Original Message-
From: Simek, Michal
Sent: Wednesday, November 6, 2024 5:17 PM
To: Abbarapu, Venkatesh ; u-boot@lists.denx.de
Cc: ja...@amarulasolutions.com; vigne...@ti.com; u-kum...@ti.com;
tr...@konsulko.com; sean...@gmail
Hi,
Le Thu 07 Nov 24, 12:04, Quentin Schulz a écrit :
> On 11/7/24 8:14 AM, Kever Yang wrote:
> > Yes, this movement is reasonable and needed for this workaround,
> > although still not
> >
> > understand why puma board need this.
>
> Me neither, this predates me joining the company, c.f.:
> htt
On Thu, Nov 7, 2024 at 8:35 AM Marek Vasut wrote:
> I can very much predict there will show up a hub which expects the reset
> to be active HIGH and this will have to be removed, so better remove it now.
Agreed.
The onboard_usb_dev.c driver in Linux does not assume that the USB hub
reset is alw
On 11/7/24 10:45 AM, Ilias Apalodimas wrote:
On Sun, 3 Nov 2024 at 22:42, Heinrich Schuchardt
wrote:
We often convert hexadecimal strings to hextoull(). Provide a wrapper
function to simple_strtoull() that does not require specifying the radix.
Signed-off-by: Heinrich Schuchardt
---
v2:
On 11/6/24 13:04, Adriano Cordova wrote:
> Each wget request now fills the struct wget_info. Also, the
> efi bootdevice is now set conditionally to the set_bootdevice
> variable in wget_info and a buffer size check is performed if
> check_buffer_size is set.
>
> Signed-off-by: Adriano Cordova
> -
On 11/6/24 13:04, Adriano Cordova wrote:
> Currently server_name and port are local variables in wget_loop.
> This commit puts them inside ctx, so that they are accessible
> from the http callbacks.
>
> Signed-off-by: Adriano Cordova
> ---
> net/lwip/wget.c | 8
> 1 file changed, 4 inse
On 11/6/24 13:02, Adriano Cordova wrote:
> Let net/wget.c and net/lwip/wget.c depend on CONFIG_WGET, and
> cmd/wget.c depend on CONFIG_CMD_WGET. This way, the wget code
> can be used regardless of whether the wget command is available.
>
> Signed-off-by: Adriano Cordova
> ---
> cmd/Kconfig
1 - 100 of 134 matches
Mail list logo