public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] powerpc: mpc85xx: Cleanup code
@ 2022-04-02 22:05 Pali Rohár
  2022-04-02 22:05 ` [PATCH 1/3] powerpc: mpc85xx: Drop _start symbol Pali Rohár
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pali Rohár @ 2022-04-02 22:05 UTC (permalink / raw)
  To: Priyanka Jain, Wolfgang Denk; +Cc: u-boot

This patch series cleanups mpc85xx e500 code. It removes _start symbol
together with its content because it is useless and then rename symbol
_start_e500 to _start as this is the real entry point. Third patch just
show e500 core version.

Tested on P2020 board with configuration when BootROM loads SPL from SD
card (which then loads U-Boot) and also when BootROM directly loads
U-Boot from SD card. No visible difference, that (old) _start symbol and
its content were useless.

Pali Rohár (3):
  powerpc: mpc85xx: Drop _start symbol
  powerpc: mpc85xx: Rename _start_e500 symbol to _start
  powerpc: mpc85xx: Show e500 core version

 arch/powerpc/cpu/mpc85xx/cpu.c      |  4 +++-
 arch/powerpc/cpu/mpc85xx/resetvec.S |  2 +-
 arch/powerpc/cpu/mpc85xx/start.S    | 13 ++++---------
 arch/powerpc/cpu/mpc85xx/u-boot.lds |  2 +-
 doc/README.mpc85xx                  |  4 ++--
 5 files changed, 11 insertions(+), 14 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-02 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-02 22:05 [PATCH 0/3] powerpc: mpc85xx: Cleanup code Pali Rohár
2022-04-02 22:05 ` [PATCH 1/3] powerpc: mpc85xx: Drop _start symbol Pali Rohár
2022-04-02 22:05 ` [PATCH 2/3] powerpc: mpc85xx: Rename _start_e500 symbol to _start Pali Rohár
2022-04-02 22:05 ` [PATCH 3/3] powerpc: mpc85xx: Show e500 core version Pali Rohár

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox