From: Angelo Dureghello <angelo@sysam.it>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/8] m68k, mips, powerpc, kbuild: move CONFIG_SYS_TEXT_BASE
Date: Mon, 14 Dec 2015 10:52:03 +0100 [thread overview]
Message-ID: <566E9143.6020808@sysam.it> (raw)
In-Reply-To: <1449804151-12707-1-git-send-email-yamada.masahiro@socionext.com>
On 11/12/2015 04:22, Masahiro Yamada wrote:
> Currently, CONFIG_SYS_TEXT_BASE is defined in various ways:
>
> [1] by board/${VENDOR}/${BOARD}/config.mk
>
> [2] by CONFIG_SYS_EXTRA_OPTIONS
> (This was "options" field of boards.cfg before Kconfig conversion)
>
> [3] by include/configs/${BOARD}.h
>
> [4] by configs/${BOARD}_defconfig
>
> Kbuild is still keeping some tricky code for [1].
> We have some boards using [1] for M68K, MIPS, PowerPC.
>
> Convert them and drop the workaround code from Kbuild.
>
> I built all the boards and compared the checksum of the binary images
> for all of them.
> I confirmed no impact on these moves. This series should be OK.
>
>
>
> Masahiro Yamada (8):
> m68k: move CONFIG_SYS_TEXT_BASE to defconfig files
> m68k: M54418TWR: drop board/freescale/m54418twr/config.mk
> microblaze: move CONFIG_SYS_TEXT_BASE to defconfig
> mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk
> mips: dbau1x00: move CONFIG_SYS_TEXT_BASE away from config.mk
> mips: pb1x00: move CONFIG_SYS_TEXT_BASE away from config.mk
> powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE from config.mk
> kbuild: drop workaround for old style CONFIG_SYS_TEXT_BASE defines
>
> Kconfig | 3 ++-
> Makefile | 6 ------
> arch/m68k/cpu/mcf5445x/start.S | 8 ++++----
> board/amcc/yucca/config.mk | 6 ------
> board/cobra5272/config.mk | 9 ---------
> board/dbau1x00/config.mk | 16 ----------------
> board/freescale/m5208evbe/config.mk | 9 ---------
> board/freescale/m5249evb/config.mk | 9 ---------
> board/freescale/m5253demo/config.mk | 9 ---------
> board/freescale/m5253evbe/config.mk | 9 ---------
> board/freescale/m5272c3/config.mk | 9 ---------
> board/freescale/m5275evb/config.mk | 9 ---------
> board/freescale/m5282evb/config.mk | 9 ---------
> board/freescale/m53017evb/config.mk | 9 ---------
> board/freescale/m5329evb/config.mk | 9 ---------
> board/freescale/m5373evb/config.mk | 9 ---------
> board/freescale/m54418twr/config.mk | 7 -------
> board/freescale/m547xevb/config.mk | 9 ---------
> board/freescale/m548xevb/config.mk | 9 ---------
> board/micronas/vct/config.mk | 13 -------------
> board/pb1x00/config.mk | 16 ----------------
> board/sysam/amcore/config.mk | 7 -------
> board/xilinx/microblaze-generic/config.mk | 2 --
> configs/M5208EVBE_defconfig | 1 +
> configs/M52277EVB_defconfig | 3 ++-
> configs/M52277EVB_stmicro_defconfig | 3 ++-
> configs/M5235EVB_Flash32_defconfig | 3 ++-
> configs/M5235EVB_defconfig | 2 +-
> configs/M5249EVB_defconfig | 1 +
> configs/M5253DEMO_defconfig | 1 +
> configs/M5253EVBE_defconfig | 1 +
> configs/M5272C3_defconfig | 1 +
> configs/M5275EVB_defconfig | 1 +
> configs/M5282EVB_defconfig | 1 +
> configs/M53017EVB_defconfig | 1 +
> configs/M5329AFEE_defconfig | 1 +
> configs/M5329BFEE_defconfig | 1 +
> configs/M5373EVB_defconfig | 1 +
> configs/M54418TWR_defconfig | 3 ++-
> configs/M54418TWR_nand_mii_defconfig | 3 ++-
> configs/M54418TWR_nand_rmii_defconfig | 3 ++-
> configs/M54418TWR_nand_rmii_lowfreq_defconfig | 3 ++-
> configs/M54418TWR_serial_mii_defconfig | 3 ++-
> configs/M54418TWR_serial_rmii_defconfig | 3 ++-
> configs/M54451EVB_defconfig | 3 ++-
> configs/M54451EVB_stmicro_defconfig | 3 ++-
> configs/M54455EVB_a66_defconfig | 3 ++-
> configs/M54455EVB_defconfig | 3 ++-
> configs/M54455EVB_i66_defconfig | 3 ++-
> configs/M54455EVB_intel_defconfig | 3 ++-
> configs/M54455EVB_stm33_defconfig | 3 ++-
> configs/M5475AFE_defconfig | 1 +
> configs/M5475BFE_defconfig | 1 +
> configs/M5475CFE_defconfig | 1 +
> configs/M5475DFE_defconfig | 1 +
> configs/M5475EFE_defconfig | 1 +
> configs/M5475FFE_defconfig | 1 +
> configs/M5475GFE_defconfig | 1 +
> configs/M5485AFE_defconfig | 1 +
> configs/M5485BFE_defconfig | 1 +
> configs/M5485CFE_defconfig | 1 +
> configs/M5485DFE_defconfig | 1 +
> configs/M5485EFE_defconfig | 1 +
> configs/M5485FFE_defconfig | 1 +
> configs/M5485GFE_defconfig | 1 +
> configs/M5485HFE_defconfig | 1 +
> configs/amcore_defconfig | 1 +
> configs/cobra5272_defconfig | 1 +
> configs/eb_cpu5282_defconfig | 3 ++-
> configs/eb_cpu5282_internal_defconfig | 3 ++-
> configs/microblaze-generic_defconfig | 1 +
> include/configs/M54418TWR.h | 2 +-
> include/configs/dbau1x00.h | 5 +++++
> include/configs/pb1x00.h | 5 +++++
> include/configs/vct.h | 1 +
> 75 files changed, 84 insertions(+), 215 deletions(-)
> delete mode 100644 board/cobra5272/config.mk
> delete mode 100644 board/dbau1x00/config.mk
> delete mode 100644 board/freescale/m5208evbe/config.mk
> delete mode 100644 board/freescale/m5249evb/config.mk
> delete mode 100644 board/freescale/m5253demo/config.mk
> delete mode 100644 board/freescale/m5253evbe/config.mk
> delete mode 100644 board/freescale/m5272c3/config.mk
> delete mode 100644 board/freescale/m5275evb/config.mk
> delete mode 100644 board/freescale/m5282evb/config.mk
> delete mode 100644 board/freescale/m53017evb/config.mk
> delete mode 100644 board/freescale/m5329evb/config.mk
> delete mode 100644 board/freescale/m5373evb/config.mk
> delete mode 100644 board/freescale/m54418twr/config.mk
> delete mode 100644 board/freescale/m547xevb/config.mk
> delete mode 100644 board/freescale/m548xevb/config.mk
> delete mode 100644 board/micronas/vct/config.mk
> delete mode 100644 board/pb1x00/config.mk
> delete mode 100644 board/sysam/amcore/config.mk
>
Acked-by: Angelo Dureghello <angelo@sysam.it>
prev parent reply other threads:[~2015-12-14 9:52 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-11 3:22 [U-Boot] [PATCH 0/8] m68k, mips, powerpc, kbuild: move CONFIG_SYS_TEXT_BASE Masahiro Yamada
2015-12-11 3:22 ` [U-Boot] [PATCH 1/8] m68k: move CONFIG_SYS_TEXT_BASE to defconfig files Masahiro Yamada
2015-12-13 19:55 ` Angelo Dureghello
2016-01-06 0:24 ` Simon Glass
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 2/8] m68k: M54418TWR: drop board/freescale/m54418twr/config.mk Masahiro Yamada
2015-12-13 19:55 ` Angelo Dureghello
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 3/8] microblaze: move CONFIG_SYS_TEXT_BASE to defconfig Masahiro Yamada
2015-12-11 7:32 ` Michal Simek
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 4/8] mips: vct: move CONFIG_SYS_TEXT_BASE away from config.mk Masahiro Yamada
2015-12-11 13:45 ` Daniel Schwierzeck
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 5/8] mips: dbau1x00: " Masahiro Yamada
2015-12-11 13:46 ` Daniel Schwierzeck
2016-01-20 21:00 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 6/8] mips: pb1x00: " Masahiro Yamada
2015-12-11 13:46 ` Daniel Schwierzeck
2016-01-20 21:01 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 7/8] powerpc: yucca: drop redundant CONFIG_SYS_TEXT_BASE " Masahiro Yamada
2015-12-11 4:04 ` Stefan Roese
2016-01-20 21:01 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-11 3:22 ` [U-Boot] [PATCH 8/8] kbuild: drop workaround for old style CONFIG_SYS_TEXT_BASE defines Masahiro Yamada
2015-12-11 4:05 ` Stefan Roese
2016-01-20 21:01 ` [U-Boot] [U-Boot, " Tom Rini
2015-12-13 19:54 ` [U-Boot] [PATCH 0/8] m68k, mips, powerpc, kbuild: move CONFIG_SYS_TEXT_BASE Angelo Dureghello
2015-12-14 9:52 ` Angelo Dureghello [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=566E9143.6020808@sysam.it \
--to=angelo@sysam.it \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.