From: Christopher Harvey <charvey@matrox.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] Make u-boot a bit easier for newbies to port
Date: Mon, 4 Jul 2011 13:41:30 -0400 [thread overview]
Message-ID: <20110704174130.GA3016@harvey-pc.matrox.com> (raw)
After learning a bit about u-boot I created this series of patches
that I thought would help people port u-boot in the future. Patches
range from adding documentation for things that weren't immediately
obvious to me, up to checking to make sure that values that are
essential to booting the kernel are at least written to once and
haven't been forgotten.
Christopher Harvey (5):
Added documentation for CONFIG_SYS_TEXT_BASE for ARM.
Added extra documentation about how the relocation address to RAM is
picked for ARM.
Removed unused define, CONFIG_ARMV7.
Don't compile in large memory test function by default.
Warn when the machine ID isn't passed to an ARM kernel and u-boot is
compiled in debug mode. The kernel cannot boot without it.
README | 9 +++++++++
arch/arm/lib/board.c | 4 ++++
arch/arm/lib/bootm.c | 6 ++++++
common/cmd_mem.c | 5 +++++
doc/README.arm-relocation | 9 ++++++++-
include/configs/am3517_crane.h | 2 +-
include/configs/am3517_evm.h | 2 +-
include/configs/ca9x4_ct_vxp.h | 2 +-
include/configs/cm_t35.h | 2 +-
include/configs/devkit8000.h | 2 +-
include/configs/dig297.h | 2 +-
include/configs/igep0020.h | 2 +-
include/configs/igep0030.h | 2 +-
include/configs/omap3_beagle.h | 2 +-
include/configs/omap3_evm.h | 2 +-
include/configs/omap3_overo.h | 2 +-
include/configs/omap3_pandora.h | 2 +-
include/configs/omap3_sdp3430.h | 2 +-
include/configs/omap3_zoom1.h | 2 +-
include/configs/omap3_zoom2.h | 2 +-
include/configs/omap4_panda.h | 2 +-
include/configs/omap4_sdp4430.h | 2 +-
include/configs/s5p_goni.h | 2 +-
include/configs/s5pc210_universal.h | 2 +-
include/configs/smdkc100.h | 2 +-
include/configs/smdkv310.h | 2 +-
26 files changed, 53 insertions(+), 22 deletions(-)
--
1.7.3.4
reply other threads:[~2011-07-04 17:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20110704174130.GA3016@harvey-pc.matrox.com \
--to=charvey@matrox.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox