On 14:01-20230306, Tom Rini wrote:
> On Mon, Mar 06, 2023 at 11:12:53AM +0530, Manorit Chawdhry wrote:
> > In non-combined boot flow for K3, all the firewalls are locked by default
> > until sysfw comes up. Rom configures some of the firewall for its usage
> > along with the SRAM for R5 but the PSR
From: Dave Gerlach
When booting with HS silicon, the system firmware image is 278270, which
is slightly larger than currently allocated amount.
This can cause unexpected behavior if this overlap interferes with other
things in memory, so increase this with a slightly margin added as well
to avoi
In non-combined boot flow for K3, all the firewalls are locked by default
until sysfw comes up. Rom configures some of the firewall for its usage
along with the SRAM for R5 but the PSRAM region is still locked.
The K3 MCU Scratchpad for j721e was set to a PSRAM region triggering the
firewall excep
K3 devices have runtime type board detection. Make the default defconfig
include the secure configuration. Then remove the HS specific config.
Non-HS devices will continue to boot due to runtime device type detection.
If TI_SECURE_DEV_PKG is not set the build will emit warnings, for non-HS
devices
From: Andrew Davis
When building for secure devices using non-buildman based image generation
the signed tispl.bin file is called tispl.bin_HS. Also build the unsigned
tispl.bin file as expected.
Signed-off-by: Andrew Davis
Signed-off-by: Manorit Chawdhry
---
arch/arm/mach-k3/config.mk | 2 ++
This series fixes the support for J721E board along with some
maintainance for it.
v5:
- change the memory map to list-table
v4:
- Fix docs
- applied reviewed-by
v3:
- drop fixes related to other boards ( make series j721e specific )
- memory map added in docs
- applied reviewed-by
v2:
- Merge
Hi Simon,
On 15/03/23 03:38, Simon Glass wrote:
Hi Nikhil,
On Mon, 13 Mar 2023 at 04:15, Nikhil M Jain wrote:
To enable splash screen at SPL stage move video driver and splash screen
framework at SPL, which will bring up image on display very quickly and
thus have early display support in SP
Move to using .env file for setting up environment variables for J721E
and J7200.
Signed-off-by: Neha Malcom Francis
Reviewed-by: Tom Rini
---
Changes in v2:
- Added CONFIG_CMD_REMOTEPROC guard to including k3_rproc.env
- Retained Reviewed-by tag
board/ti/j721e/Kconfig |
Move to using .env file for setting up environment variables for J721S2.
Signed-off-by: Neha Malcom Francis
Reviewed-by: Tom Rini
---
Changes in v2:
- Added CONFIG_CMD_REMOTEPROC guard to including k3_rproc.env
- Retained Reviewed-by tag
board/ti/j721s2/Kconfig | 6 ++
b
Add K3 common environment variables to .env. We retain the old-style C
environment .h files to maintain compatibility with other K3 boards that
have not moved to using .env yet.
Signed-off-by: Neha Malcom Francis
---
Changes in v2:
- removed addition of dfu.env as none of the K3 boards us
Hi Tom,
On 15/03/23 09:35, Neha Malcom Francis wrote:
Hi Tom,
On 14/03/23 22:17, Tom Rini wrote:
On Tue, Mar 14, 2023 at 04:07:50PM +0530, Neha Malcom Francis wrote:
Add K3 common environment variables to .env. We retain the old-style C
environment .h files to maintain compatibility with oth
Hi Tom,
On 14/03/23 22:17, Tom Rini wrote:
On Tue, Mar 14, 2023 at 04:07:50PM +0530, Neha Malcom Francis wrote:
Add K3 common environment variables to .env. We retain the old-style C
environment .h files to maintain compatibility with other K3 boards that
have not moved to using .env yet.
Sig
The following changes since commit 88e08fc5f6e508eac46cd1dfb0379b11ae032c0a:
Prepare v2023.04-rc4 (2023-03-13 20:52:48 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-coldfire.git master
for you to fetch changes up to 791840fdc41d7e937158a6ac56e9316391fde7ab:
boa
From: Angelo Dureghello
This board is using floating point arithmetic to display
the SST39VF6401B flash size.
This actually generates errors with toolchains without
appropriate sw fp math functions available.
SST39VF6401B is the only flash for wich the size is displayed,
it's size is 8192KB and
From: Angelo Dureghello
Add ashrdi3.c to private libgcc.
Signed-off-by: Angelo Dureghello
---
arch/m68k/lib/Makefile | 2 +-
arch/m68k/lib/ashrdi3.c | 48 +
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 arch/m68k/lib/ashrdi3.c
d
From: Angelo Dureghello
Remove CONFIG_ namespace options from .h, moving them to
defconfig, while changing non-defconfig options to CFG_ namespace.
Signed-off-by: Angelo Durgehello
---
configs/amcore_defconfig | 3 ++-
include/configs/amcore.h | 13 +++--
2 files changed, 5 insertions
From: Angelo Dureghello
This is not a Kconfig option so changing to _CFG.
Signed-off-by: Angelo Durgehello
---
arch/m68k/cpu/mcf523x/interrupts.c| 2 +-
arch/m68k/cpu/mcf52x2/interrupts.c| 12 ++--
arch/m68k/cpu/mcf532x/interrupts.c| 2 +-
arch/m68k/cpu/mcf5445x/interrupt
To make sure the panic and the reset messages will go out, console flush()
should be used.
Sleep periods do not work in early u-boot phase when timer driver is not
initialized yet.
Reference: https://lists.denx.de/pipermail/u-boot/2023-March/512233.html
Signed-off-by: Tony Dinh
---
arch/arm/
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Signed-off-by: Simon Glass
Fixes: 5d1c8342aea ("x86: dfi-bt700: Adjust CONFIG_TEXT_BASE")
---
Changes in v3:
-
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Signed-off-by: Simon Glass
Fixes: e23cae30801 ("x86: som-db5800-som-6867: Adjust CONFIG_TEXT_BASE")
---
Change
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Signed-off-by: Simon Glass
Fixes: 388f93f9635 ("x86: conga-qeval20-qa3-e3845: Adjust CONFIG_TEXT_BASE")
---
Ch
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Add documentation on how to make this change safely.
Signed-off-by: Simon Glass
Fixes: 66e2c665f ("x86: minnow
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Signed-off-by: Simon Glass
Fixes: f38be308683 ("x86: bayleybay: Adjust CONFIG_TEXT_BASE")
---
Changes in v3:
-
Hi Tom,
This is for the -next branch
I have redone this to fix the fdt warnings with the new compiler.
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15603
The following changes since commit 20aaff677d8bc3cc2d529d859aa1ea65f5a4db7d:
Merge branch '2023-03-14-revert-two-TI-patc
Hi Pali,
On Tue, Mar 14, 2023 at 2:30 PM Tony Dinh wrote:
>
> Hi Pali,
>
> On Tue, Mar 14, 2023 at 2:09 PM Pali Rohár wrote:
> >
> > On Tuesday 14 March 2023 13:59:21 Tony Dinh wrote:
> > > Hi all,
> > >
> > > I'm closing the loop on this thread. Please see below.
> > >
> > > On Fri, Feb 10, 202
Hi Neha,
On Mon, 13 Mar 2023 at 21:38, Neha Malcom Francis wrote:
>
> Hi Simon
>
> On 11/03/23 02:19, Simon Glass wrote:
> > Hi,
> >
> > On Thu, 9 Mar 2023 at 21:35, Neha Malcom Francis wrote:
> >>
> >> Hi Andrew, Simon
> >>
> >> On 01/03/23 22:41, Andrew Davis wrote:
> >>> On 2/28/23 9:10 AM, S
Last (incorrect) use of those CONFIG items was removed by
commit 9fd9abedcc ("TQM834x: remove defines causing gcc4.4 warnings")
Those items are invalid and should have been removed at the
same time because lblaw[] has only 4 elements.
And they were removed from the whitelist by
commit 9c5df7a2a9
Last use of CONFIG_SYS_GPIO1_PRELIM was removed by
commit fae2ea5951 ("ppc: Remove MPC8349EMDS board and ARCH_MPC8349
support").
Last use of CONFIG_SYS_GPIO2_PRELIM was removed even before by
commit 6843862342 ("ppc: Remove caddy2 / vme8349 boards")
Those two items were removed from whitelist by
Hi Marek,
On Sat, 11 Mar 2023 at 09:29, Marek Vasut
wrote:
>
> The 'fdt' parameter is not used anywhere in the function, drop it.
> This also should fix the following compiler warning in sandbox_spl:
>
> test/cmd/fdt.c:1159:9: warning: 'fdt_test_header_get' accessing 4096 bytes in
> a region of
Hi Nikhil,
On Mon, 13 Mar 2023 at 04:15, Nikhil M Jain wrote:
>
> To enable splash screen at SPL stage move video driver and splash screen
> framework at SPL, which will bring up image on display very quickly and
> thus have early display support in SPL.
>
> Nikhil M Jain (9):
> drivers: video:
Hi Tom,
On Mon, 13 Mar 2023 at 13:36, Tom Rini wrote:
>
> On Sun, Mar 12, 2023 at 09:10:19PM -0600, Simon Glass wrote:
>
> > Hi Tom,
> >
> > This is for the -next branch
> >
> >
> > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15568
> >
> > The following changes since commit bcf
Hi Pali,
On Tue, Mar 14, 2023 at 2:09 PM Pali Rohár wrote:
>
> On Tuesday 14 March 2023 13:59:21 Tony Dinh wrote:
> > Hi all,
> >
> > I'm closing the loop on this thread. Please see below.
> >
> > On Fri, Feb 10, 2023 at 6:29 PM Tony Dinh wrote:
> > >
> > > Hi Pali,
> > >
> > > On Fri, Feb 10, 2
On Tue, Mar 14, 2023 at 06:58:12PM +, Christophe Leroy wrote:
>
>
> Le 14/03/2023 à 18:55, Tom Rini a écrit :
> > On Tue, Mar 14, 2023 at 05:27:34AM +, Christophe Leroy wrote:
> >> Hi Tom,
> >>
> >> Le 14/03/2023 à 01:53, Tom Rini a écrit :
> >>> Hey all,
> >>>
> >>> It's the scheduled da
On Tuesday 14 March 2023 13:59:21 Tony Dinh wrote:
> Hi all,
>
> I'm closing the loop on this thread. Please see below.
>
> On Fri, Feb 10, 2023 at 6:29 PM Tony Dinh wrote:
> >
> > Hi Pali,
> >
> > On Fri, Feb 10, 2023 at 1:44 PM Pali Rohár wrote:
> > >
> > > On Friday 10 February 2023 13:38:44
Hi all,
I'm closing the loop on this thread. Please see below.
On Fri, Feb 10, 2023 at 6:29 PM Tony Dinh wrote:
>
> Hi Pali,
>
> On Fri, Feb 10, 2023 at 1:44 PM Pali Rohár wrote:
> >
> > On Friday 10 February 2023 13:38:44 Tony Dinh wrote:
> > > Hi Stefan,
> > > Hi Pali,
> > >
> > > On Fri, Feb
Le 14/03/2023 à 18:55, Tom Rini a écrit :
> On Tue, Mar 14, 2023 at 05:27:34AM +, Christophe Leroy wrote:
>> Hi Tom,
>>
>> Le 14/03/2023 à 01:53, Tom Rini a écrit :
>>> Hey all,
>>>
>>> It's the scheduled day for -rc4, and once again it's the end of my day.
>>> The delta between -rc3 and -rc4
On Mon, Mar 13, 2023 at 10:09:23PM +0100, Johan Jonker wrote:
> On 3/13/23 18:46, John Keeping wrote:
> > On Mon, Mar 13, 2023 at 05:53:20PM +0100, Johan Jonker wrote:
> >> On 3/13/23 14:26, John Keeping wrote:
> >>> On Mon, Mar 13, 2023 at 01:30:57AM +0100, Johan Jonker wrote:
> The Rockchip
In order to better compare the Linux rk3288.dtsi
version 6.3 -rc2 with the u-boot version partial
sync the pwm nodes.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3288.dtsi | 18 +-
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/arch/arm/dts/rk3288.dtsi b/arch/a
The rk3288 pwm node synced from Linux make use of PCLK_RKPWM
instead of PCLK_PWM. They have the same pclk_cpu parent,
so add PCLK_RKPWM to rk3288_clk_get_rate().
Signed-off-by: Johan Jonker
---
drivers/clk/rockchip/clk_rk3288.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/rock
In order to better compare the Linux rk3288.dtsi
version 6.3 -rc2 with the u-boot version partial
sync the vop/lvds/mipi/hdmi nodes.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3288.dtsi | 48
1 file changed, 24 insertions(+), 24 deletions(-)
diff --g
In the current rk3288.dtsi file the compatible string for
the DisplayPort(DP) node ends with "edp". The string in the
binding ends with "dp" which conflicts with "cdn-dp" as a
search term. Add "rk3288-dp" as compare string to select
vop_id.
Signed-off-by: Johan Jonker
---
drivers/video/rockchip/
The rk3288 edp node has a phy node in Linux with a clock
property while current U-boot driver expects this clock
on position index 1. Move U-boot specific DT clock properties
to rk3288-u-boot.dtsi and partially the sync edp node.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3288-u-boot.dtsi |
In order to better compare the Linux rk3288.dtsi
version 6.3 -rc2 with the u-boot version partial
sync the grf and pmu nodes.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3288.dtsi | 269 +--
1 file changed, 173 insertions(+), 96 deletions(-)
diff --git a/a
In order to better compare the Linux rk3288.dtsi version
with the u-boot version move the io-domains nodes.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3288-miqi.dtsi| 27 +++--
arch/arm/dts/rk3288-phycore-som.dtsi | 30 +---
arch/arm/dts/rk
Hi Simon,
> Hi Abdellatif,
>
> On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi
> wrote:
> >
> > Provide a Sandbox driver to emulate the FF-A ABIs
> >
> > The emulated ABIs are those supported by the FF-A core driver
> > and according to FF-A specification v1.0.
> >
> > The Sandbox driver prov
On Tue, Mar 14, 2023 at 05:27:34AM +, Christophe Leroy wrote:
> Hi Tom,
>
> Le 14/03/2023 à 01:53, Tom Rini a écrit :
> > Hey all,
> >
> > It's the scheduled day for -rc4, and once again it's the end of my day.
> > The delta between -rc3 and -rc4 is about what I would hope for. I still
> > ho
On Fri, Mar 10, 2023 at 12:50:01PM -0800, Simon Glass wrote:
Hi Simon,
> Hi Abdellatif,
>
> On Fri, 10 Mar 2023 at 06:11, Abdellatif El Khlifi
> wrote:
> >
> > Add MM communication support using FF-A transport
> >
> > This feature allows accessing MM partitions services through
> > EFI MM commu
On Tue, Mar 14, 2023 at 04:07:52PM +0530, Neha Malcom Francis wrote:
> Move to using .env file for setting up environment variables for J721E
> and J7200.
>
> Signed-off-by: Neha Malcom Francis
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: PGP signature
On Tue, Mar 14, 2023 at 04:07:51PM +0530, Neha Malcom Francis wrote:
> Move to using .env file for setting up environment variables for J721S2.
>
> Signed-off-by: Neha Malcom Francis
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: PGP signature
On Tue, Mar 14, 2023 at 04:07:50PM +0530, Neha Malcom Francis wrote:
> Add K3 common environment variables to .env. We retain the old-style C
> environment .h files to maintain compatibility with other K3 boards that
> have not moved to using .env yet.
>
> Signed-off-by: Neha Malcom Francis
Tha
Hello,
I am making a toy OS kernel on RISC-V platform. The kernel image I built is a
ELF file that should be booted using U-Boot's bootelf command. However, I was
getting such error when doing bootelf -p :
Unhandled exception: Store/AMO access fault
My kernel file is a 64-bit ELF file wit
Hi Tom,
please pull these two patches containing just devicetree updates for
Allwinner boards.
I was still hoping for a review, since we cannot import the files
from the Linux tree verbatim, but managed to write some filter script that
convinced me that the changes are fine.
The files are from Lin
On Mon, Mar 13, 2023 at 03:40:18PM +0100, Heinrich Schuchardt wrote:
> The following changes since commit bcf343146ff365a88481b9a80920ed146c6dee5b:
>
> Merge tag 'dm-next-9mar23' of
> https://source.denx.de/u-boot/custodians/u-boot-dm into next (2023-03-09
> 11:22:50 -0500)
>
> are available i
On Tue, Mar 14, 2023 at 01:58:46PM +0530, Manorit Chawdhry wrote:
> On 12:52-20230307, Tom Rini wrote:
> > On Fri, Feb 24, 2023 at 10:37:48AM +0530, Manorit Chawdhry wrote:
> >
> > > K3 devices have runtime type board detection. Make the default defconfig
> > > include the secure configuration. Th
Dear u-boot list members,
I just experience issues with the RPi CM4 Module and U-Boot.
I try to migrate a linux (Raspi Bullseye) from direct loading to use U-Boot as
loader. When I load the CM4 direct using the PI-loader (config.txt), everything
works. But when I change the kernel to “u-boot.b
From: Algapally Santosh Sagar
The baudrate configured in .config is taken by default by serial. If
change of baudrate is required then the .config needs to changed and
u-boot recompilation is required or the u-boot environment needs to be
updated.
To avoid this, support is added to fetch the bau
On Fri, Mar 10, 2023 at 12:49:57PM -0800, Simon Glass wrote:
> Hi Abdellatif,
>
> On Fri, 10 Mar 2023 at 06:10, Abdellatif El Khlifi
> wrote:
> >
> > Provide a Sandbox driver to emulate the FF-A ABIs
> >
> > The emulated ABIs are those supported by the FF-A core driver
> > and according to FF-A s
From: Fabio Estevam
Since commit 1fa43cad8625 ("video: Drop references to CONFIG_VIDEO et al")
the mx51evk_video.c is no longer used.
Remove the unused file.
Signed-off-by: Fabio Estevam
---
board/freescale/mx51evk/mx51evk_video.c | 98 -
1 file changed, 98 deletions(-
From: Fabio Estevam
Since commit 1fa43cad8625 ("video: Drop references to CONFIG_VIDEO et al")
the mx53loco_video.c is no longer used.
Remove the unused file.
Signed-off-by: Fabio Estevam
---
board/freescale/mx53loco/mx53loco_video.c | 114 --
1 file changed, 114 deletions
Move to using .env file for setting up environment variables for J721E
and J7200.
Signed-off-by: Neha Malcom Francis
---
board/ti/j721e/Kconfig | 12
board/ti/j721e/j721e.env| 79 +
include/configs/j721e_evm.h | 134
3 file
Add K3 common environment variables to .env. We retain the old-style C
environment .h files to maintain compatibility with other K3 boards that
have not moved to using .env yet.
Signed-off-by: Neha Malcom Francis
---
include/environment/ti/dfu.env | 54 +++
include/en
Move to using .env file for setting up environment variables for J721S2.
Signed-off-by: Neha Malcom Francis
---
board/ti/j721s2/Kconfig | 6 ++
board/ti/j721s2/j721s2.env | 53
include/configs/j721s2_evm.h | 118 +--
3 files changed, 60
Il 14/03/2023 04:03, Bough Chen ha scritto:
-Original Message-
From: Luca Ellero
Sent: 2023年3月13日 21:06
To: u-boot@lists.denx.de; sba...@denx.de; feste...@gmail.com; dl-uboot-imx
; luca.ell...@brickedbrain.com; Ye Li ;
Peng Fan ; Bough Chen
Cc: Luca Ellero
Subject: [PATCH 1/3] dm: adc:
Hi Tom,
Please pull fsl-qoriq-next-2023-3-14 for next
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/15599
-
Enable DM_SERIAL for freescale ls2080a
Drop non DM_ETH code for freescale:
lx2160a/ls2080rdb/ls2080aqds/ls10
On 12:52-20230307, Tom Rini wrote:
> On Fri, Feb 24, 2023 at 10:37:48AM +0530, Manorit Chawdhry wrote:
>
> > K3 devices have runtime type board detection. Make the default defconfig
> > include the secure configuration. Then remove the HS specific config.
> >
> > Non-HS devices will continue to b
On Sunday 12 March 2023 20:35:51 Tony Dinh wrote:
> It's useful to enable Debug UART for future DM Serial regression tests
> for Kirkwood boards.
>
> Also, see background discussion in this thread:
> https://lists.denx.de/pipermail/u-boot/2023-March/512010.html
>
> Signed-off-by: Tony Dinh
Revi
Hi,
On Fri, 10 Feb 2023 11:25:07 +0100, Neil Armstrong wrote:
> The Odroid Go Ultra has 2 chained PMICs RK818 and RK818, and needs
> an adjustment on the BUCK and LDO values.
>
> Add the initial regulators values in -u-boot.dtsi & run the initial
> regulator setup in a new odroid-go-ultra board.
Hi,
On Tue, 07 Mar 2023 09:20:23 +0100, Neil Armstrong wrote:
> Add support for both the BananaPi BPI-CM4 module and the BananaPi
> baseboard which is compatible with the RaspberryPi CM4IO baseboard.
>
> The BananaPi BPI-CM4 module follows the CM4 specifications at [1],
> but with a single HDMI p
68 matches
Mail list logo