All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code
@ 2022-04-05 13:12 Pali Rohár
  2022-04-05 13:12 ` [PATCH 1/8] powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support Pali Rohár
                   ` (8 more replies)
  0 siblings, 9 replies; 39+ messages in thread
From: Pali Rohár @ 2022-04-05 13:12 UTC (permalink / raw)
  To: Priyanka Jain, Qiang Zhao, Shengzhou Liu, Alexander Graf,
	Bin Meng, Wolfgang Denk, Sinan Akman
  Cc: u-boot

This patch series fixes support for CONFIG_OF_SEPARATE option, cleanup
linker scripts and change code so TEXT_BASE address is set o expected value.

Tested on P2020 based board.

Pali Rohár (8):
  powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support
  powerpc: mpc85xx: Remove duplicate u-boot-nand.lds
  powerpc: mpc85xx: Remove u-boot-nand_spl.lds
  powerpc: mpc85xx: Remove useless SIZEOF_HEADERS and .interp from ld
    script
  powerpc: mpc85xx: Put bss after image when not including reset vector
  powerpc: mpc85xx: Define linker sections in ascending order
  powerpc: mpc85xx: Set TEXT_BASE addresses to real base values
  board: freescale: p1_p2_rdb_pc: Simplify SPL offset macros

 arch/powerpc/cpu/mpc85xx/start.S             |  4 +-
 arch/powerpc/cpu/mpc85xx/u-boot-nand.lds     | 97 --------------------
 arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 68 --------------
 arch/powerpc/cpu/mpc85xx/u-boot-spl.lds      | 25 ++---
 arch/powerpc/cpu/mpc85xx/u-boot.lds          | 37 +++-----
 configs/P1010RDB-PA_36BIT_NAND_defconfig     |  6 +-
 configs/P1010RDB-PA_36BIT_SDCARD_defconfig   |  4 +-
 configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig |  4 +-
 configs/P1010RDB-PA_NAND_defconfig           |  6 +-
 configs/P1010RDB-PA_SDCARD_defconfig         |  4 +-
 configs/P1010RDB-PA_SPIFLASH_defconfig       |  4 +-
 configs/P1010RDB-PB_36BIT_NAND_defconfig     |  6 +-
 configs/P1010RDB-PB_36BIT_SDCARD_defconfig   |  4 +-
 configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig |  4 +-
 configs/P1010RDB-PB_NAND_defconfig           |  6 +-
 configs/P1010RDB-PB_SDCARD_defconfig         |  4 +-
 configs/P1010RDB-PB_SPIFLASH_defconfig       |  4 +-
 configs/P1020RDB-PC_36BIT_NAND_defconfig     |  6 +-
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig   |  4 +-
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig |  4 +-
 configs/P1020RDB-PC_NAND_defconfig           |  6 +-
 configs/P1020RDB-PC_SDCARD_defconfig         |  4 +-
 configs/P1020RDB-PC_SPIFLASH_defconfig       |  4 +-
 configs/P1020RDB-PD_NAND_defconfig           |  6 +-
 configs/P1020RDB-PD_SDCARD_defconfig         |  4 +-
 configs/P1020RDB-PD_SPIFLASH_defconfig       |  4 +-
 configs/P2020RDB-PC_36BIT_NAND_defconfig     |  6 +-
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig   |  4 +-
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig |  4 +-
 configs/P2020RDB-PC_NAND_defconfig           |  6 +-
 configs/P2020RDB-PC_SDCARD_defconfig         |  4 +-
 configs/P2020RDB-PC_SPIFLASH_defconfig       |  4 +-
 configs/T1024RDB_NAND_defconfig              |  4 +-
 configs/T1024RDB_SDCARD_defconfig            |  2 +-
 configs/T1024RDB_SPIFLASH_defconfig          |  2 +-
 configs/T1042D4RDB_NAND_defconfig            |  4 +-
 configs/T1042D4RDB_SDCARD_defconfig          |  2 +-
 configs/T1042D4RDB_SPIFLASH_defconfig        |  2 +-
 configs/T2080QDS_NAND_defconfig              |  4 +-
 configs/T2080QDS_SDCARD_defconfig            |  2 +-
 configs/T2080QDS_SPIFLASH_defconfig          |  2 +-
 configs/T2080RDB_NAND_defconfig              |  4 +-
 configs/T2080RDB_SDCARD_defconfig            |  2 +-
 configs/T2080RDB_SPIFLASH_defconfig          |  2 +-
 configs/T2080RDB_revD_NAND_defconfig         |  4 +-
 configs/T2080RDB_revD_SDCARD_defconfig       |  2 +-
 configs/T2080RDB_revD_SPIFLASH_defconfig     |  2 +-
 configs/T4240RDB_SDCARD_defconfig            |  2 +-
 configs/qemu-ppce500_defconfig               |  2 +-
 include/configs/P1010RDB.h                   | 10 +-
 include/configs/T102xRDB.h                   |  3 +
 include/configs/T104xRDB.h                   |  3 +
 include/configs/T208xQDS.h                   |  3 +
 include/configs/T208xRDB.h                   |  3 +
 include/configs/p1_p2_rdb_pc.h               | 26 +++---
 55 files changed, 127 insertions(+), 322 deletions(-)
 delete mode 100644 arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
 delete mode 100644 arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds

-- 
2.20.1


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

end of thread, other threads:[~2022-06-28 19:14 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05 13:12 [PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code Pali Rohár
2022-04-05 13:12 ` [PATCH 1/8] powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support Pali Rohár
2022-04-08 11:04   ` Pali Rohár
2022-04-05 13:12 ` [PATCH 2/8] powerpc: mpc85xx: Remove duplicate u-boot-nand.lds Pali Rohár
2022-04-05 13:12 ` [PATCH 3/8] powerpc: mpc85xx: Remove u-boot-nand_spl.lds Pali Rohár
2022-04-05 13:12 ` [PATCH 4/8] powerpc: mpc85xx: Remove useless SIZEOF_HEADERS and .interp from ld script Pali Rohár
2022-04-05 13:12 ` [PATCH 5/8] powerpc: mpc85xx: Put bss after image when not including reset vector Pali Rohár
2022-04-05 13:12 ` [PATCH 6/8] powerpc: mpc85xx: Define linker sections in ascending order Pali Rohár
2022-04-05 13:12 ` [PATCH 7/8] powerpc: mpc85xx: Set TEXT_BASE addresses to real base values Pali Rohár
2022-04-25  4:27   ` Priyanka Jain (OSS)
2022-04-25 12:31     ` Pali Rohár
2022-05-11 18:59       ` Pali Rohár
2022-05-18 10:51         ` Pali Rohár
2022-06-04 13:01           ` Pali Rohár
2022-04-25 12:29   ` [PATCH v2] " Pali Rohár
2022-06-16  8:57     ` Peng Fan (OSS)
2022-06-16  9:30       ` Pali Rohár
2022-06-16 12:19       ` [PATCH v3] " Pali Rohár
2022-06-23 11:29         ` Pali Rohár
2022-06-23 12:34           ` Tom Rini
2022-06-28  9:18             ` Pali Rohár
2022-06-28 13:42               ` Tom Rini
2022-06-28 14:52         ` Tom Rini
2022-06-28 17:43           ` Pali Rohár
2022-04-05 13:12 ` [PATCH 8/8] board: freescale: p1_p2_rdb_pc: Simplify SPL offset macros Pali Rohár
2022-06-28 17:53   ` [PATCH v2] " Pali Rohár
2022-06-28 18:17     ` Tom Rini
2022-06-28 18:22       ` Pali Rohár
2022-06-28 18:28         ` Tom Rini
2022-06-28 18:34           ` Pali Rohár
2022-06-28 18:39             ` Tom Rini
2022-06-28 18:41               ` Pali Rohár
2022-06-28 18:53                 ` Tom Rini
2022-06-28 18:58                   ` Pali Rohár
2022-06-28 19:08                     ` Tom Rini
2022-06-28 19:13                       ` Pali Rohár
2022-04-05 17:03 ` [PATCH 0/8] powerpc: mpc85xx: Fix and cleanup mpc85xx code Sinan Akman
2022-04-05 17:17   ` Pali Rohár
2022-04-05 18:10     ` Sinan Akman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.