Adding SCMI base protocol makes it inconvenient to hold the agent instance
(udevice) locally since the agent device will be re-created per each test.
Just remove it and simplify the test flows.
The test scenario is not changed at all.
Signed-off-by: AKASHI Takahiro
Reviewed-by: Simon Glass
Revie
This is a simple implementation of SCMI base protocol for sandbox.
The main use is in SCMI unit test.
Signed-off-by: AKASHI Takahiro
Reviewed-by: Simon Glass
Reviewed-by: Etienne Carriere
---
v4
* move this patch forward in this series before installing base
protocol to avoid collapsing exist
This framework allows SCMI protocols to be installed and bound to the agent
so that the agent can manage and utilize them later.
Signed-off-by: AKASHI Takahiro
Reviewed-by: Simon Glass
Reviewed-by: Etienne Carriere
---
V4
* remove 'agent' variable as it should be added in the following commit
v
Move the location of scmi_bind_protocols() backward for changes
in later patches.
There is no change in functionality.
Signed-off-by: AKASHI Takahiro
Reviewed-by: Simon Glass
Reviewed-by: Etienne Carriere
---
v4
* remove scmi_bind_protocols() from the original place. See patch#1
* s/depeding/de
SCMI base protocol is mandatory according to the SCMI specification.
With this patch, SCMI base protocol can be accessed via SCMI transport
layers. All the commands, except SCMI_BASE_NOTIFY_ERRORS, are supported.
This is because U-Boot doesn't support interrupts and the current transport
layers ar
Any SCMI protocol may have its own channel.
Test this feature on sandbox as the necessary framework was added
in a prior commit.
Signed-off-by: AKASHI Takahiro
---
v5
* new commit
---
arch/sandbox/dts/test.dts | 1 +
test/dm/scmi.c| 20 ++--
2 files changed, 19 inser
In sandbox scmi agent, channels are not used at all. But in this patch,
dummy channels are supported in order to test protocol-specific channels.
Signed-off-by: AKASHI Takahiro
---
v5
* new commit
---
arch/sandbox/include/asm/scmi_test.h | 13
drivers/firmware/scmi/sandbox-scmi_agent.
SCMI specification allows any protocol to have its own channel for
the transport. While the current SCMI driver may assign its channel
from a device tree, the core function, devm_scmi_process_msg(), doesn't
use a protocol's channel, but always use an agent's channel.
With this commit, devm_scmi_pr
The commit 85dc58289238 ("firmware: scmi: prepare uclass to pass channel
reference") added an explicit parameter, channel, but it seems to make
the code complex.
Hiding this parameter will allow for adding a generic (protocol-agnostic)
helper function, i.e. for PROTOCOL_VERSION, in a later patch.
This patch series allows users to access SCMI base protocol provided by
SCMI server (platform). It will also be utilized in separate patches
in the future to add sanity/validity checks for other protocols.
See SCMI specification document v3.2 beta[1] for more details about SCMI
base protocol.
What
Le 24/09/2023 à 21:24, Simon Glass a écrit :
> It doesn't make sense to have some boards do this differently. Drop the
> condition in the hope that the maintainers can figure out any run-time
> problems.
This was added by commit ea8256f072 ("SPL: Port SPL framework to
powerpc"), and the commit
On 25/09/2023 17.14, Jonas Karlman wrote:
>> fit,align
>> -Indicates what alignment to use for the FIT and its external data,
>> -and provides the alignment to use. This is passed to mkimage via
>> -the -B flag.
>> +Indicates what alignment to use for the FIT a
On 22/09/23 12:30, Alexander Dahl wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the
> content is safe
>
> Hello Durai,
>
> Am Thu, Sep 21, 2023 at 10:36:27PM +0530 schrieb Durai Manickam KR:
>> This patch series adds boot from NAND support, configs update and
>>
Hi Keerthy
On 9/25/2023 7:12 PM, Nishanth Menon wrote:
On 18:56-20230925, Keerthy wrote:
Hi Tom,
https://lore.kernel.org/linux-arm-kernel/5187c590-ee9a-4c46-b326-655f4c371...@linaro.org/T/#me178708007a6b3b9695ae0ff84475fa4f49f283c
I have posted the ESM patches to the linux kernel device tree
Hi Tom,
The following changes since commit 15155ab0a3d1f839509bcac620bfb38f950bead6:
Merge tag 'u-boot-imx-20230923' of
https://source.denx.de/u-boot/custodians/u-boot-imx (2023-09-24 17:15:31 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-ri
On Thu, Sep 14, 2023 at 12:49 PM Heinrich Schuchardt wrote:
>
> On 9/14/23 08:48, Wu, Fei wrote:
> > On 9/14/2023 2:05 PM, Heinrich Schuchardt wrote:
> >>
> >>
> >> Am 14. September 2023 07:30:55 MESZ schrieb Fei Wu :
> >>> In order to enable PCIe passthrough on qemu riscv, the physical memory
> >
Hi Fabio,
That prints "LLC", but does not print "Pref".
Rogan
On Tue, 26 Sept 2023 at 02:15, Fabio Estevam wrote:
> Hi Rogan,
>
> On Mon, Sep 25, 2023 at 4:27 PM Rogan Dawes wrote:
> >
> > That outputs LLC about a second after the mxsldr terminates (kinda
> slowly, the individual characters
Hi Ilias,
On Mon, 25 Sept 2023 at 21:46, Ilias Apalodimas
wrote:
>
> Kojima-san,
>
> [...]
> > /* Carve out DT reserved memory ranges */
> > void efi_carve_out_dt_rsv(void *fdt);
> > /* Purge unused kaslr-seed */
> > diff --git a/lib/efi_loader/efi_bootmgr.c b/lib/efi_loader/efi_bootmgr.c
> >
On Mon, 25 Sept 2023 at 21:12, Ilias Apalodimas
wrote:
>
> On Fri, Sep 22, 2023 at 04:11:18PM +0900, Masahisa Kojima wrote:
> > This adds the description about HTTP Boot.
> >
> > Signed-off-by: Masahisa Kojima
> > ---
> > doc/develop/uefi/uefi.rst | 30 ++
> > 1 file
Hi Ilias,
On Mon, 25 Sept 2023 at 21:37, Ilias Apalodimas
wrote:
>
> On Fri, Sep 22, 2023 at 04:11:15PM +0900, Masahisa Kojima wrote:
> > This supports to boot from the URI device path.
> > When user selects the URI device path, bootmgr downloads
> > the file using wget into the address specified
Hi Rogan,
On Mon, Sep 25, 2023 at 4:27 PM Rogan Dawes wrote:
>
> That outputs LLC about a second after the mxsldr terminates (kinda slowly,
> the individual characters can be seen being emitted one at a time), and then
> about 5 seconds later, "Pref". But nothing after that point.
>
> At least
Hi Rob,
On Mon, 25 Sept 2023 at 12:49, Rob Herring wrote:
>
> On Mon, Sep 25, 2023 at 11:25 AM Simon Glass wrote:
> >
> > Hi Miquel,
> >
> > On Mon, 25 Sept 2023 at 09:24, Miquel Raynal
> > wrote:
> > >
> > > Hi Simon,
> > >
> > > > > > > > > > > > I was assuming that I should create a top-lev
With MMC_PWRSEQ enabled the following link issue may happen when
building SPL and SPL_PWRSEQ is not enabled.
aarch64-linux-gnu-ld.bfd: drivers/mmc/meson_gx_mmc.o: in function
`meson_mmc_probe':
drivers/mmc/meson_gx_mmc.c:295: undefined reference to `pwrseq_set_power'
Fix this by adding a SPL
Hi Kever,
It would be nice to get some feedback and plans for this and the
following series :-)
rockchip: rk3568: Fix use of PCIe bifurcation (this series)
https://patchwork.ozlabs.org/cover/1816140/
rockchip: rk3568-nanopi-r5: Add missing PCIe options
https://patchwork.ozlabs.org/cover/1816147/
On Sun, Sep 24, 2023 at 01:24:45PM -0600, Simon Glass wrote:
> This series tidies up SPL a little and adds some core ofnode functions
> needed to support Universal Payload. It also includes a few minor fix-ups
> for sandbox.
>
> For SPL the changes include CONFIG naming, removing various #ifdefs
From: Sean Edmond
Allow dhcp server pass pxe config file full path by using option 209
Signed-off-by: Sean Edmond
---
cmd/Kconfig | 4
cmd/pxe.c | 10 ++
net/bootp.c | 21 +
3 files changed, 35 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 43ca
From: Sean Edmond
The new config option BOOTP_RANDOM_XID will randomize the transaction ID
for each new BOOT/DHCPv4 exchange.
Signed-off-by: Sean Edmond
---
cmd/Kconfig | 7 +++
net/bootp.c | 31 +--
2 files changed, 24 insertions(+), 14 deletions(-)
diff --gi
From: Sean Edmond
This patch introduces 3 improvements to align with RFC 951:
- retransmission backoff interval maximum is configurable
- initial retranmission backoff interval is configurable
- transaction ID is kept the same for each BOOTP/DHCPv4 request
In applications where thousands of node
From: Sean Edmond
In our datacenter application, a single DHCP server is servicing 36000+ clients.
Improvements are required to the DHCPv4 retransmission behavior to align with
RFC and ensure less pressure is exerted on the server:
- retransmission backoff interval maximum is configurable
(env
On Sun, Sep 24, 2023 at 01:25:23PM -0600, Simon Glass wrote:
> The PCI helpers read only the base address for a PCI region. In some cases
> the size is needed as well, e.g. to pass along to a driver which needs to
> know the size of its register area.
>
> Update the functions to allow the size to
Hi Simon,
Here is an observation during testing the bootflow command.
If there is a SCSI bootflow, scanning for USB bootflow will remove that existing
SCSI bootflow. To bring it back, I scanned for SCSI bootflow again, and it was
back to normal. Perhaps there is some kind of indexing problem?
Pl
On Sun, Sep 24, 2023 at 01:25:01PM -0600, Simon Glass wrote:
> This feature has some helpers in its header file so that its functions
> resolve to nothing when the feature is disabled. Add a few more and use
> these to simplify the code.
>
> With this there are no more #ifdefs in board_init_r()
>
Hi Simon,
I commented on the v1 thread, but let's continue the discussion here
On Thu, 21 Sept 2023 at 04:58, Simon Glass wrote:
>
> Standard passage provides for a bloblist to be passed from one firmware
> phase to the next. That can be used to pass the devicetree along as well.
> Add an option
On Sun, Sep 24, 2023 at 01:24:53PM -0600, Simon Glass wrote:
> For U-Boot proper we have CONFIG_SYS_MALLOC_F which indicates that a
> malloc() pool is available before relocation.
>
> For SPL we only have CONFIG_SPL_SYS_MALLOC_F_LEN which indicates the
> size of the pool.
>
> In various places w
That outputs LLC about a second after the mxsldr terminates (kinda slowly,
the individual characters can be seen being emitted one at a time), and
then about 5 seconds later, "Pref". But nothing after that point.
At least it looks like there is something happening, which is excellent!
Thank you!
On Mon, Sep 25, 2023 at 01:32:59PM -0300, Fabio Estevam wrote:
> From: Eduard Strehlau
>
> CONFIG_SYS_BOOT_LOCKED means that a restricted boot environment will
> be used. In this case, hab_auth_img_or_fail should be called to prevent
> U-Boot to continue running when the fitImage authentication
Thanks Stefan!
All the best,
Tony
On Mon, Sep 25, 2023 at 1:14 AM Stefan Roese wrote:
>
> On 9/6/23 07:22, Tony Dinh wrote:
> > Add hook in sata_mv probe to enable bootstd bootdev.
> >
> > Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is
> > not enabled for ahci sata yet.
On 25/09/2023 20.19, Tom Rini wrote:
> On Mon, Sep 25, 2023 at 10:27:43AM +0200, Rasmus Villemoes wrote:
>> On 04/05/2023 14.35, Rasmus Villemoes wrote:
>>> On 03/05/2023 16.54, Tom Rini wrote:
>>
The one last problem now is on stm32mp15_dhcor_basic which is a
defconfig missing one from O
On Mon, Sep 25, 2023 at 11:25 AM Simon Glass wrote:
>
> Hi Miquel,
>
> On Mon, 25 Sept 2023 at 09:24, Miquel Raynal
> wrote:
> >
> > Hi Simon,
> >
> > > > > > > > > > > I was assuming that I should create a top-level
> > > > > > > > > > > compatible = "binman"
> > > > > > > > > > > node, with s
On Mon, Sep 25, 2023 at 10:27:43AM +0200, Rasmus Villemoes wrote:
> On 04/05/2023 14.35, Rasmus Villemoes wrote:
> > On 03/05/2023 16.54, Tom Rini wrote:
>
> >> The one last problem now is on stm32mp15_dhcor_basic which is a
> >> defconfig missing one from OF_LIST but including it in the its file,
On Mon, Sep 25, 2023 at 10:18:55AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Mon, 25 Sept 2023 at 09:13, Tom Rini wrote:
> >
> > On Mon, Sep 25, 2023 at 08:35:44AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote:
> > > >
> > > > On Sun, Sep 24,
Thanks Simon
On 9/25/2023 9:39 PM, Simon Glass wrote:
Hi Udit,
On Sun, 24 Sept 2023 at 22:10, Kumar, Udit wrote:
On 9/24/2023 7:21 PM, Heinrich Schuchardt wrote:
Am 24. September 2023 13:18:32 MESZ schrieb Udit Kumar :
[..]
Assumption
Thanks Heinrich will fix this typo in v2.
Let me wa
Hi Mark/Tom
On 9/25/2023 9:01 PM, Tom Rini wrote:
On Mon, Sep 25, 2023 at 05:27:26PM +0200, Mark Kettenis wrote:
Date: Mon, 25 Sep 2023 11:21:26 -0400
From: Tom Rini
On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote:
In case of new memory range to be added is coalesced
with any alr
Hi Tom,
On 9/13/2023 10:09 AM, Udit Kumar wrote:
This series, updates enabling mutually exclusive power and clock configs
for TI SOCs.
Sorry to push clock and power changes in one series,
managed by two maintainers. But In my quick grep,
I am not able to active PR raise from both trees.
So cop
Hi Felix,
On Mon, 25 Sept 2023 at 08:56, Felix Brack wrote:
>
> Hi Simon,
>
> On 24.09.23 21:24, Simon Glass wrote:
> > We like to put the SPL first so it is clear that it relates to SPL. Rename
> > various malloc-related options which have crept in, to stick to this
> > convention.
> >
> > Signe
From: Eduard Strehlau
CONFIG_SYS_BOOT_LOCKED means that a restricted boot environment will
be used. In this case, hab_auth_img_or_fail should be called to prevent
U-Boot to continue running when the fitImage authentication fails.
Fix the logic accordingly.
Additionally, select CONFIG_SYS_BOOT_L
Hi Miquel,
On Mon, 25 Sept 2023 at 09:24, Miquel Raynal wrote:
>
> Hi Simon,
>
> > > > > > > > > > I was assuming that I should create a top-level compatible
> > > > > > > > > > = "binman"
> > > > > > > > > > node, with subnodes like compatible = "binman,bl31-atf",
> > > > > > > > > > for examp
Hi Tom,
On Mon, 25 Sept 2023 at 09:13, Tom Rini wrote:
>
> On Mon, Sep 25, 2023 at 08:35:44AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote:
> > >
> > > On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote:
> > >
> > > > This series removes tw
Hi Udit,
On Sun, 24 Sept 2023 at 22:10, Kumar, Udit wrote:
>
> On 9/24/2023 7:21 PM, Heinrich Schuchardt wrote:
> >
> > Am 24. September 2023 13:18:32 MESZ schrieb Udit Kumar :
> >> In case of new memory range to be added is coalesced
> >> with any already added non last lmb region.
> >>
> >> And
Hi,
On Mon, 25 Sept 2023 at 09:12, Svyatoslav Ryhel wrote:
>
> пн, 25 вер. 2023 р. о 18:05 Tom Rini пише:
> >
> > On Mon, Sep 25, 2023 at 04:18:45PM +0300, Svyatoslav Ryhel wrote:
> > >
> > >
> > > 23 серпня 2023 р. 18:55:58 GMT+03:00, Tom Rini
> > > написав(-ла):
> > > >On Wed, Aug 23, 2023 a
This patch adds basic clock driver for Amlogic A1 Family which supports
enabling/disabling some gates, getting frequencies and setting rate
with limited reparenting.
Signed-off-by: Igor Prusov
Reviewed-by: Simon Glass
---
arch/arm/include/asm/arch-meson/clock-a1.h | 23 +
drivers/clk/meson/Kco
Add clock bindings for Amlogic A1 from linux-next next-20230821.
Signed-off-by: Igor Prusov
Reviewed-by: Simon Glass
---
.../clock/amlogic,a1-peripherals-clkc.h | 168 ++
.../dt-bindings/clock/amlogic,a1-pll-clkc.h | 25 +++
2 files changed, 193 insertions(+)
create mo
This series adds dt-bindings and driver implementation for Amlogic A1
PLL and Peripherals clock controllers.
V1:
https://lore.kernel.org/all/20230917101308.1250-1-ivpru...@salutedevices.com/
V1 -> V2:
- Add more verbose comments for driver
Igor Prusov (2):
dt-bindings: clock: Add Amlogic A1
On Mon, Sep 25, 2023 at 11:00 AM Rogan Dawes wrote:
> I see absolutely nothing in the console.
>
> I’m wondering whether I can possibly execute the vendor SPL with a modern
> u-boot?
The old U-Boot vendor does not use SPL. It uses an old mechanism
called bootlets.
I suggest that we start from
On Mon, Sep 25, 2023 at 05:27:26PM +0200, Mark Kettenis wrote:
> > Date: Mon, 25 Sep 2023 11:21:26 -0400
> > From: Tom Rini
> >
> > On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote:
> >
> > > In case of new memory range to be added is coalesced
> > > with any already added non last lmb
> Date: Mon, 25 Sep 2023 11:21:26 -0400
> From: Tom Rini
>
> On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote:
>
> > In case of new memory range to be added is coalesced
> > with any already added non last lmb region.
> >
> > And there is possibility that, then region in which new mem
Hi Simon,
> > > > > > > > > I was assuming that I should create a top-level compatible =
> > > > > > > > > "binman"
> > > > > > > > > node, with subnodes like compatible = "binman,bl31-atf", for
> > > > > > > > > example.
> > > > > > > > > I should use the compatible string to indicate the conte
On Sun, Sep 24, 2023 at 04:48:32PM +0530, Udit Kumar wrote:
> In case of new memory range to be added is coalesced
> with any already added non last lmb region.
>
> And there is possibility that, then region in which new memory
> range added is not adjacent to next region. But have some
> section
Hi Rasmus,
On 2023-09-19 13:37, Rasmus Villemoes wrote:
> Eliminate the repetition "what alignment to use ... and provides the
> alignment to use", and indicate that fit,align can both be used by
> itself and together with fit,external-offset.
>
> Signed-off-by: Rasmus Villemoes
> ---
> tools/b
On Mon, Sep 25, 2023 at 08:35:44AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote:
> >
> > On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote:
> >
> > > This series removes two more header files from the common.h header. It
> > > also tidies up code
пн, 25 вер. 2023 р. о 18:05 Tom Rini пише:
>
> On Mon, Sep 25, 2023 at 04:18:45PM +0300, Svyatoslav Ryhel wrote:
> >
> >
> > 23 серпня 2023 р. 18:55:58 GMT+03:00, Tom Rini
> > написав(-ла):
> > >On Wed, Aug 23, 2023 at 09:30:31AM -0600, Simon Glass wrote:
> > >
> > >> Hi,
> > >>
> > >> Up until
On Mon, Sep 25, 2023 at 04:18:45PM +0300, Svyatoslav Ryhel wrote:
>
>
> 23 серпня 2023 р. 18:55:58 GMT+03:00, Tom Rini
> написав(-ла):
> >On Wed, Aug 23, 2023 at 09:30:31AM -0600, Simon Glass wrote:
> >
> >> Hi,
> >>
> >> Up until 2023.04 it has been possible to build all the defconfigs but
>
Hi Rob,
On Thu, 21 Sept 2023 at 10:45, Simon Glass wrote:
>
> Hi Rob,
>
> On Thu, 21 Sept 2023 at 09:20, Rob Herring wrote:
> >
> > On Thu, Sep 21, 2023 at 9:38 AM Simon Glass wrote:
> > >
> > > Hi Rob,
> > >
> > > On Thu, 21 Sept 2023 at 08:25, Rob Herring wrote:
> > > >
> > > > On Thu, Sep 7
Hi Simon,
On 24.09.23 21:24, Simon Glass wrote:
> We like to put the SPL first so it is clear that it relates to SPL. Rename
> various malloc-related options which have crept in, to stick to this
> convention.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Marcel Ziswiler
> Reviewed-by: Martyn W
Hi Miquel,
On Mon, 25 Sept 2023 at 08:47, Miquel Raynal wrote:
>
> Hi Simon,
>
> s...@chromium.org wrote on Mon, 25 Sep 2023 06:33:14 -0600:
>
> > Hi Miquel,
> >
> > On Mon, 25 Sept 2023 at 01:21, Miquel Raynal
> > wrote:
> > >
> > > Hi Simon,
> > >
> > > s...@chromium.org wrote on Fri, 22 Sep
Hi Simon,
s...@chromium.org wrote on Mon, 25 Sep 2023 06:33:14 -0600:
> Hi Miquel,
>
> On Mon, 25 Sept 2023 at 01:21, Miquel Raynal
> wrote:
> >
> > Hi Simon,
> >
> > s...@chromium.org wrote on Fri, 22 Sep 2023 13:51:14 -0600:
> >
> > > Hi Rob,
> > >
> > > On Fri, 22 Sept 2023 at 13:43, Rob
On 9/25/23 16:28, Tom Rini wrote:
On Mon, Sep 25, 2023 at 08:01:41AM -0600, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 07:38, Michal Simek wrote:
On 9/25/23 15:10, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 00:06, Michal Simek wrote:
Hi Simon,
On 9/23/23 20:
Hi Tom,
On Mon, 25 Sept 2023 at 08:08, Tom Rini wrote:
>
> On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote:
>
> > This series removes two more header files from the common.h header. It
> > also tidies up code style for time.h functions, to simplify similar
> > maintenance in future.
>
On Mon, Sep 25, 2023 at 04:21:17PM +0200, Michal Simek wrote:
>
>
> On 9/25/23 16:19, Tom Rini wrote:
> > On Mon, Sep 25, 2023 at 04:10:38PM +0200, Michal Simek wrote:
> > > Hi Simon,
> > >
> > > On 9/25/23 16:01, Simon Glass wrote:
> > > > Hi Michal,
> > > >
> > > > On Mon, 25 Sept 2023 at 07:
On Mon, Sep 25, 2023 at 08:01:41AM -0600, Simon Glass wrote:
> Hi Michal,
>
> On Mon, 25 Sept 2023 at 07:38, Michal Simek wrote:
> >
> >
> >
> > On 9/25/23 15:10, Simon Glass wrote:
> > > Hi Michal,
> > >
> > > On Mon, 25 Sept 2023 at 00:06, Michal Simek wrote:
> > >>
> > >> Hi Simon,
> > >>
> >
On Mon, Sep 25, 2023 at 03:56:07PM +0200, Linus Walleij wrote:
> On Thu, Sep 21, 2023 at 7:25 PM Tom Rini wrote:
> > On Thu, Sep 21, 2023 at 04:00:24PM +0200, Daniel Schwierzeck wrote:
> >
> > [snip]
> > > I just tested it, you can simply add an empty
> > > board/inteno/xg6846/Makefile and
> > >
On 9/25/23 16:19, Tom Rini wrote:
On Mon, Sep 25, 2023 at 04:10:38PM +0200, Michal Simek wrote:
Hi Simon,
On 9/25/23 16:01, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 07:38, Michal Simek wrote:
On 9/25/23 15:10, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 00:06,
On Mon, Sep 25, 2023 at 04:10:38PM +0200, Michal Simek wrote:
> Hi Simon,
>
> On 9/25/23 16:01, Simon Glass wrote:
> > Hi Michal,
> >
> > On Mon, 25 Sept 2023 at 07:38, Michal Simek wrote:
> > >
> > >
> > >
> > > On 9/25/23 15:10, Simon Glass wrote:
> > > > Hi Michal,
> > > >
> > > > On Mon,
Hi Simon,
On 9/25/23 16:01, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 07:38, Michal Simek wrote:
On 9/25/23 15:10, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 00:06, Michal Simek wrote:
Hi Simon,
On 9/23/23 20:13, Simon Glass wrote:
Current alignment which is
On Sun, Sep 24, 2023 at 08:39:49PM -0600, Simon Glass wrote:
> This series removes two more header files from the common.h header. It
> also tidies up code style for time.h functions, to simplify similar
> maintenance in future.
>
>
> Simon Glass (3):
> Fix code style for time functions
> co
On 16:09-20230922, Neha Malcom Francis wrote:
> U-Boot uses mcu_timer0 as the tick-timer, so add it to device list.
>
> Signed-off-by: Neha Malcom Francis
> Reviewed-by: Manorit Chawdhry
Reviewed-by: Nishanth Menon
[...]
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2
On 16:09-20230922, Neha Malcom Francis wrote:
> When setting boot media to load the TIFS binary in legacy boot flow
> (followed by J721E), get_timer() is called which eventually calls
> dm_timer_init() to grab the tick-timer, which is mcu_timer0. Since we
> need to set up the clocks before using th
On 16:09-20230922, Neha Malcom Francis wrote:
> When setting up boot media to load the TIFS binary in legacy boot flow
> (followed by J721E), get_timer() is called which calls dm_timer_init()
> which then gets the tick-timer: mcu_timer0. mcu_timer0 uses k3_clks
> (clock controller) and k3_pds (powe
On Sun, Sep 24, 2023 at 08:39:51PM -0600, Simon Glass wrote:
> Move this out of the common header and include it only where needed.
>
> Signed-off-by: Simon Glass
[snip]
> diff --git a/cmd/cyclic.c b/cmd/cyclic.c
> index 946f1d78184d..f12edfa6b727 100644
> --- a/cmd/cyclic.c
> +++ b/cmd/cyclic.c
On Sun, Sep 24, 2023 at 08:39:51PM -0600, Simon Glass wrote:
> Move this out of the common header and include it only where needed.
>
> Signed-off-by: Simon Glass
[snip]
> diff --git a/arch/arm/include/asm/arch-tegra/timer.h
> b/arch/arm/include/asm/arch-tegra/timer.h
> index 1c4decacd338..c5e9
On Sat, Sep 23, 2023 at 08:56:14PM +0200, Stefano Babic wrote:
> Hi Tom,
>
> some fixes for the release, please pull from u-boot-imx, thanks !
>
> The following changes since commit 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8:
>
> Merge branch '2023-09-22-assorted-bugfixes' (2023-09-22 18:25:37
On Sat, Sep 23, 2023 at 12:16:40PM -0600, Simon Glass wrote:
> Hi Tom,
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17830
> https://dev.azure.com/simon0972/u-boot/_build/results?buildId=48&view=results
>
>
> The following changes since commit 4cb31a9f3560b293670de95e76c1f3
On 16:09-20230922, Neha Malcom Francis wrote:
> Sync k3-j721e DTS with kernel.org v6.6-rc1.
Give a summary of changes here - for example hbmc was disabled.
>
> Signed-off-by: Neha Malcom Francis
> ---
> .../k3-j721e-common-proc-board-u-boot.dtsi| 153 +--
> arch/arm/dts/k3-j721e-common-pr
On Sun, Sep 24, 2023 at 08:39:50PM -0600, Simon Glass wrote:
> Fix the code style used for some time functions.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: PGP signature
Hi Michal,
On Mon, 25 Sept 2023 at 07:38, Michal Simek wrote:
>
>
>
> On 9/25/23 15:10, Simon Glass wrote:
> > Hi Michal,
> >
> > On Mon, 25 Sept 2023 at 00:06, Michal Simek wrote:
> >>
> >> Hi Simon,
> >>
> >>
> >> On 9/23/23 20:13, Simon Glass wrote:
> >>> Current alignment which is using 16 b
Hi Fabio,
On Mon, 25 Sep 2023 at 15:04, Fabio Estevam wrote:
> Hi Rogan,
>
> On Mon, Sep 25, 2023 at 6:52 AM Rogan Dawes wrote:
> >
> > Hi Fabio,
> >
> > I used the following diff with "make mx28evk_defconfig", but
> unfortunately still get absolutely nothing on the DUART when running
> "mxsloa
On Thu, Sep 21, 2023 at 7:25 PM Tom Rini wrote:
> On Thu, Sep 21, 2023 at 04:00:24PM +0200, Daniel Schwierzeck wrote:
>
> [snip]
> > I just tested it, you can simply add an empty board/inteno/xg6846/Makefile
> > and
> > remove board/inteno/xg6846/xg6846.c. But you can also remove the Makefile.
>
On 18:56-20230925, Keerthy wrote:
> Hi Tom,
>
> https://lore.kernel.org/linux-arm-kernel/5187c590-ee9a-4c46-b326-655f4c371...@linaro.org/T/#me178708007a6b3b9695ae0ff84475fa4f49f283c
>
> I have posted the ESM patches to the linux kernel device tree mailing
> list. These are ne
On 9/25/23 15:10, Simon Glass wrote:
Hi Michal,
On Mon, 25 Sept 2023 at 00:06, Michal Simek wrote:
Hi Simon,
On 9/23/23 20:13, Simon Glass wrote:
Current alignment which is using 16 bytes is not correct in connection to
trace_clocks description and it's length.
That's why use start_addr
On 9/25/23 1:23 AM, Manorit Chawdhry wrote:
After the refactor with conf- nodes in fitImage, overlaystring wasn't
didn't handle the new conf- nodes in FIT Booting. Fix get_overlaystring
to handle conf- nodes.
Fixes: 837833a724b7 ("environment: ti: Add get_fit_config command to get FIT config
st
Patch adds the ESM instance for MCU domian of j7200.
Signed-off-by: Keerthy
---
arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
b/arch/arm/dts/k3-j7200-mcu-wakeup.dtsi
index 1044ec6c4b..2b185fa350 100644
---
Patch adds the ESM instances for j721s2. It has 3 instances.
One in the main domain and two in the mcu-wakeup domian.
Signed-off-by: Keerthy
---
arch/arm/dts/k3-j721s2-main.dtsi | 7 +++
arch/arm/dts/k3-j721s2-mcu-wakeup.dtsi | 14 ++
2 files changed, 21 insertions(+)
dif
Hi Tom,
https://lore.kernel.org/linux-arm-kernel/5187c590-ee9a-4c46-b326-655f4c371...@linaro.org/T/#me178708007a6b3b9695ae0ff84475fa4f49f283c
I have posted the ESM patches to the linux kernel device tree mailing
list. These are neeeded in R5 SPL to enable watchdog support.
Keerthy (2):
arm64:
On 25/09/2023 15.10, Simon Glass wrote:
> Hi Rasmus,
>
> On Mon, 25 Sept 2023 at 02:47, Rasmus Villemoes
> wrote:
>> Since patches 2,3,4 touch binman code, could you take all four?
>
> Yes, will do. I didn't pick them up in the most recent PR as I try to
> have things sit for a week before appl
23 серпня 2023 р. 18:55:58 GMT+03:00, Tom Rini
написав(-ла):
>On Wed, Aug 23, 2023 at 09:30:31AM -0600, Simon Glass wrote:
>
>> Hi,
>>
>> Up until 2023.04 it has been possible to build all the defconfigs but
>> with 2023.07 that changed. Tom mentioned this to me recently.
>
>I'm adding Svyato
Hi Rasmus,
On Mon, 25 Sept 2023 at 02:54, Rasmus Villemoes
wrote:
>
> On 21/09/2023 03.02, Simon Glass wrote:
> > Hi Rasmus,
> >
> > On Fri, 15 Sept 2023 at 11:51, Rasmus Villemoes
> > wrote:
> >>
> >> Currently, setting both CONFIG_SPL_SYS_MALLOC_SIMPLE and
> >> CONFIG_SYS_SPL_MALLOC (but not C
On Sat, 23 Sept 2023 at 20:59, Date Huang wrote:
>
> Raspberry pi supports standard boot without boot_targets
>
> Signed-off-by: Date Huang
> ---
> board/raspberrypi/rpi/rpi.env | 2 --
> 1 file changed, 2 deletions(-)
Reviewed-by: Simon Glass
>
> diff --git a/board/raspberrypi/rpi/rpi.env b
On Mon, 25 Sept 2023 at 02:10, Rasmus Villemoes
wrote:
>
> Distinguish more clearly between source files meant for producing .dtb
> from those meant for producing .dtbo. No functional change, as we
> currently have rules for producing a foo.dtbo from either foo.dts or
> foo.dtso.
>
> Note that in
On Mon, 25 Sept 2023 at 02:10, Rasmus Villemoes
wrote:
>
> Moving towards using .dtso for overlay sources, update the
> documentation examples to follow that pattern.
>
> Signed-off-by: Rasmus Villemoes
> ---
> doc/develop/uefi/uefi.rst | 4 ++--
> doc/usage/fdt_overlays.rst | 4 ++--
> 2 files
Hi Rasmus,
On Mon, 25 Sept 2023 at 02:47, Rasmus Villemoes
wrote:
>
> On 22/09/2023 17.26, Simon Glass wrote:
>
> >>> Shouldn't this be fdt_open_into()?
> >>
> >> I honestly just copy-pasted fit_extract_data() and shaved it down to the
> >> part that does the "align the FDT part of the file".
> >
1 - 100 of 143 matches
Mail list logo