From: Lucas Stach <dev@lynxeye.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/8] Tegra multi image support
Date: Sun, 29 Sep 2013 21:59:28 +0200 [thread overview]
Message-ID: <1380484776-32266-1-git-send-email-dev@lynxeye.de> (raw)
This series adds multi image support to the Tegra arch. We can
now build all TWO supported boards together in one go.
Lucas Stach (8):
images: correctly linebreak built images output
tegra: try harder inlining early startup functions
tegra: start maincomplex execution at correct offset
tegra: fix PBL build
tegra: mandate relocatable binary
tegra: don't force to choose between Tegra arches
tegra: ac100: delete custom Kconfig
tegra: switch to multi image
arch/arm/Kconfig | 4 ++-
arch/arm/boards/Makefile | 1 +
arch/arm/boards/toradex-colibri-t20-iris/Makefile | 2 ++
arch/arm/boards/toradex-colibri-t20-iris/entry.c | 36 +++++++++++++++++++
arch/arm/boards/toshiba-ac100/Kconfig | 7 ----
arch/arm/boards/toshiba-ac100/Makefile | 2 ++
arch/arm/boards/toshiba-ac100/entry.c | 36 +++++++++++++++++++
arch/arm/configs/tegra20_colibri_iris_defconfig | 24 -------------
arch/arm/configs/tegra_v7_defconfig | 27 ++++++++++++++
arch/arm/configs/toshiba_ac100_defconfig | 42 ----------------------
arch/arm/dts/Makefile | 5 +++
arch/arm/mach-tegra/Kconfig | 43 ++++++++---------------
arch/arm/mach-tegra/Makefile | 1 +
arch/arm/mach-tegra/include/mach/lowlevel.h | 36 +++++++++++++++----
arch/arm/mach-tegra/include/mach/tegra20-pmc.h | 2 ++
arch/arm/mach-tegra/tegra_avp_init.c | 34 ++++--------------
arch/arm/mach-tegra/tegra_maincomplex_init.c | 12 +++----
images/Makefile | 3 +-
images/Makefile.tegra | 14 ++++++++
19 files changed, 185 insertions(+), 146 deletions(-)
create mode 100644 arch/arm/boards/toradex-colibri-t20-iris/Makefile
create mode 100644 arch/arm/boards/toradex-colibri-t20-iris/entry.c
delete mode 100644 arch/arm/boards/toshiba-ac100/Kconfig
create mode 100644 arch/arm/boards/toshiba-ac100/entry.c
delete mode 100644 arch/arm/configs/tegra20_colibri_iris_defconfig
create mode 100644 arch/arm/configs/tegra_v7_defconfig
delete mode 100644 arch/arm/configs/toshiba_ac100_defconfig
create mode 100644 images/Makefile.tegra
--
1.8.3.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-09-29 19:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-29 19:59 Lucas Stach [this message]
2013-09-29 19:59 ` [PATCH 1/8] images: correctly linebreak built images output Lucas Stach
2013-10-02 8:20 ` Sascha Hauer
2013-09-29 19:59 ` [PATCH 2/8] tegra: try harder inlining early startup functions Lucas Stach
2013-09-29 19:59 ` [PATCH 3/8] tegra: start maincomplex execution at correct offset Lucas Stach
2013-09-29 19:59 ` [PATCH 4/8] tegra: fix PBL build Lucas Stach
2013-09-29 19:59 ` [PATCH 5/8] tegra: mandate relocatable binary Lucas Stach
2013-09-29 19:59 ` [PATCH 6/8] tegra: don't force to choose between Tegra arches Lucas Stach
2013-09-29 19:59 ` [PATCH 7/8] tegra: ac100: delete custom Kconfig Lucas Stach
2013-09-29 19:59 ` [PATCH 8/8] tegra: switch to multi image Lucas Stach
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=1380484776-32266-1-git-send-email-dev@lynxeye.de \
--to=dev@lynxeye.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox