Re: [PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices

2024-09-25 Thread Marek Vasut
On 9/25/24 8:06 AM, Chee, Tien Fong wrote: Hi, Add a new .data section for preserving the original state of the .data section of SoC64 SPL. This new .data section is required to make SPL reentrant after warm reset. Where is the linker script copied from ? What is the original file name and pat

RE: [PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices

2024-09-24 Thread Chee, Tien Fong
Hi, > -Original Message- > From: Marek Vasut > Sent: Wednesday, September 25, 2024 2:36 AM > To: Chee, Tien Fong ; u-boot@lists.denx.de > Cc: Simon Goldschmidt ; Meng, Tingting > ; Yuslaimi, Alif Zakuan > ; Hea, Kok Kiang > > Subject: Re: [PATCH v1 03/20] li

Re: [PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices

2024-09-24 Thread Marek Vasut
On 9/24/24 7:48 AM, Chee, Tien Fong wrote: Hi, Add a new .data section for preserving the original state of the .data section of SoC64 SPL. This new .data section is required to make SPL reentrant after warm reset. Where is the linker script copied from ? What is the original file name and pat

RE: [PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices

2024-09-23 Thread Chee, Tien Fong
Hi, > -Original Message- > From: Marek Vasut > Sent: Saturday, September 21, 2024 9:49 PM > To: Chee, Tien Fong ; u-boot@lists.denx.de > Cc: Simon Goldschmidt ; Meng, Tingting > ; Yuslaimi, Alif Zakuan > ; Hea, Kok Kiang > > Subject: Re: [PATCH v1 03/20] li

Re: [PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices

2024-09-21 Thread Marek Vasut
On 9/20/24 9:02 AM, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Add a new .data section for preserving the original state of the .data section of SoC64 SPL. This new .data section is required to make SPL reentrant after warm reset. Where is the linker script copied from ? What is the o

[PATCH v1 03/20] linker: Add SPL linker script for SoC64 devices

2024-09-20 Thread tien . fong . chee
From: Tien Fong Chee Add a new .data section for preserving the original state of the .data section of SoC64 SPL. This new .data section is required to make SPL reentrant after warm reset. Signed-off-by: Tien Fong Chee --- arch/arm/mach-socfpga/u-boot-spl-soc64.lds | 80 ++