Re: [PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values

2022-06-16 Thread Pali Rohár
On Thursday 16 June 2022 16:57:42 Peng Fan (OSS) wrote: > 在 2022/4/25 20:29, Pali Rohár 写道: > > Currently CONFIG_SPL_TEXT_BASE and CONFIG_SYS_TEXT_BASE addresses are > > manually increased by 0x1000 due to .bootpg section. This section has size > > of 0x1000 bytes and is manually put by linker scri

Re: [PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values

2022-06-16 Thread Peng Fan (OSS)
在 2022/4/25 20:29, Pali Rohár 写道: Currently CONFIG_SPL_TEXT_BASE and CONFIG_SYS_TEXT_BASE addresses are manually increased by 0x1000 due to .bootpg section. This section has size of 0x1000 bytes and is manually put by linker script before .text section (and therefore before base address) when

[PATCH v2] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values

2022-04-25 Thread Pali Rohár
Currently CONFIG_SPL_TEXT_BASE and CONFIG_SYS_TEXT_BASE addresses are manually increased by 0x1000 due to .bootpg section. This section has size of 0x1000 bytes and is manually put by linker script before .text section (and therefore before base address) when CONFIG_SYS_MPC85XX_NO_RESETVEC is set.