Re: [EXTERNAL] Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-20 Thread Kamlesh Gurudasani
Tom Rini writes: > On Fri, Mar 17, 2023 at 02:21:16PM +0530, Kamlesh Gurudasani wrote: >> Tom Rini writes: >> ... >> >> Hi Tom, >> >> >> >> Could you please review and merge this patches as these are bug fixes to >> >> get HS devices working. >> > >> > Is this a regression fix vs v2023.01 or ne

Re: [EXTERNAL] Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-17 Thread Tom Rini
On Fri, Mar 17, 2023 at 02:21:16PM +0530, Kamlesh Gurudasani wrote: > Tom Rini writes: > ... > >> Hi Tom, > >> > >> Could you please review and merge this patches as these are bug fixes to > >> get HS devices working. > > > > Is this a regression fix vs v2023.01 or new feature support? Thanks. >

Re: [EXTERNAL] Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-17 Thread Kamlesh Gurudasani
Tom Rini writes: ... >> Hi Tom, >> >> Could you please review and merge this patches as these are bug fixes to >> get HS devices working. > > Is this a regression fix vs v2023.01 or new feature support? Thanks. Its regression fix vs 2023.01 for HS devices. Thanks. ~Kamlesh > > -- > Tom

Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-16 Thread Tom Rini
On Thu, Mar 16, 2023 at 04:05:06PM +0530, Kamlesh Gurudasani wrote: > Bryan Brattlof writes: > > > Hi Kamlesh! > > > > On March 2, 2023 thus sayeth kaml...@ti.com: > >> From: Kamlesh Gurudasani > >> > >> Add support for high security bootflow on am62 devices. > >> > >> On HS devices, ROM and

Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-16 Thread Kamlesh Gurudasani
Bryan Brattlof writes: > Hi Kamlesh! > > On March 2, 2023 thus sayeth kaml...@ti.com: >> From: Kamlesh Gurudasani >> >> Add support for high security bootflow on am62 devices. >> >> On HS devices, ROM and TIFS will protect the RAM regions with >> firewalls. This means the wakeup domain's SPL

Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-03 Thread Kamlesh Gurudasani
Bryan Brattlof writes: > Hi Kamlesh! > > On March 2, 2023 thus sayeth kaml...@ti.com: >> From: Kamlesh Gurudasani >> >> Add support for high security bootflow on am62 devices. >> >> On HS devices, ROM and TIFS will protect the RAM regions with >> firewalls. This means the wakeup domain's SPL

Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-02 Thread Bryan Brattlof
Hi Kamlesh! On March 2, 2023 thus sayeth kaml...@ti.com: > From: Kamlesh Gurudasani > > Add support for high security bootflow on am62 devices. > > On HS devices, ROM and TIFS will protect the RAM regions with > firewalls. This means the wakeup domain's SPL will need to move the > stack and he

[PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-02 Thread Kamlesh.Gurudasani.kamlesh
From: Kamlesh Gurudasani Add support for high security bootflow on am62 devices. On HS devices, ROM and TIFS will protect the RAM regions with firewalls. This means the wakeup domain's SPL will need to move the stack and heap to HSM RAM to ensure it stays within its allotted memory regions. Kam

[PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-02 Thread kamlesh
From: Kamlesh Gurudasani Add support for high security bootflow on am62 devices. On HS devices, ROM and TIFS will protect the RAM regions with firewalls. This means the wakeup domain's SPL will need to move the stack and heap to HSM RAM to ensure it stays within its allotted memory regions. Kam

Re: [PATCH 0/2] add support for hs bootflows on am62 devices

2023-03-02 Thread Kamlesh Gurudasani
Kamlesh Gurudasani writes: Please ignore this series on personal id, bouncing back on u-boot@lists.denx.de Will debug and post on u-boot@lists.denx.de directly. > Add support for high security bootflow on am62 devices. > > On HS devices, ROM and TIFS will protect the RAM regions with > firewal