All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/4] make u-boot a bit easier for newcomers to port.
@ 2011-07-07 14:21 Christopher Harvey
  2011-07-07 14:26 ` [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE Christopher Harvey
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Christopher Harvey @ 2011-07-07 14:21 UTC (permalink / raw)
  To: u-boot

--  V1
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.

--  V2
Mostly the same. 
Now using defines, rather than hard coded constants.
Whitespace corrections.
Documentation more clear.

Christopher Harvey (4):
  Added documentation for CONFIG_SYS_TEXT_BASE.
  Don't compile in large memory test function by default.
  ARM: Warn when the machine ID isn't set.
  Removed unused define, CONFIG_ARMV7.

 README                              |    6 ++++++
 arch/arm/include/asm/u-boot.h       |    2 ++
 arch/arm/lib/board.c                |    1 +
 arch/arm/lib/bootm.c                |    6 ++++++
 common/cmd_mem.c                    |    5 +++++
 include/configs/am3517_crane.h      |    1 -
 include/configs/am3517_evm.h        |    1 -
 include/configs/ca9x4_ct_vxp.h      |    3 ---
 include/configs/cm_t35.h            |    1 -
 include/configs/devkit8000.h        |    1 -
 include/configs/dig297.h            |    1 -
 include/configs/igep0020.h          |    1 -
 include/configs/igep0030.h          |    1 -
 include/configs/omap3_beagle.h      |    1 -
 include/configs/omap3_evm.h         |    1 -
 include/configs/omap3_overo.h       |    1 -
 include/configs/omap3_pandora.h     |    1 -
 include/configs/omap3_sdp3430.h     |    1 -
 include/configs/omap3_zoom1.h       |    1 -
 include/configs/omap3_zoom2.h       |    1 -
 include/configs/omap4_panda.h       |    1 -
 include/configs/omap4_sdp4430.h     |    1 -
 include/configs/s5p_goni.h          |    1 -
 include/configs/s5pc210_universal.h |    1 -
 include/configs/smdkc100.h          |    1 -
 include/configs/smdkv310.h          |    1 -
 26 files changed, 20 insertions(+), 23 deletions(-)

-- 
1.7.3.4

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

end of thread, other threads:[~2011-08-30 20:49 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07 14:21 [U-Boot] [PATCH V2 0/4] make u-boot a bit easier for newcomers to port Christopher Harvey
2011-07-07 14:26 ` [U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE Christopher Harvey
2011-08-04  6:20   ` Albert ARIBAUD
2011-08-24 18:34     ` Christopher Harvey
2011-08-24 19:12       ` Wolfgang Denk
2011-07-07 14:31 ` [U-Boot] [PATCH V2 2/4] Don't compile in large memory test function by default Christopher Harvey
2011-08-04  6:31   ` Albert ARIBAUD
2011-08-04 10:14     ` Wolfgang Denk
2011-08-04 10:54       ` Albert ARIBAUD
2011-08-04 10:20   ` Wolfgang Denk
2011-07-07 14:34 ` [U-Boot] [PATCH V2 3/4] ARM: Warn when the machine ID isn't set Christopher Harvey
2011-07-07 16:55   ` Igor Grinberg
2011-07-07 21:02     ` Igor Grinberg
2011-07-14 18:02   ` [U-Boot] [PATCH V3 " Christopher Harvey
2011-07-14 19:02     ` Igor Grinberg
2011-07-15 12:44       ` Stefano Babic
2011-07-17  6:53         ` Igor Grinberg
2011-07-17  8:26           ` stefano babic
2011-07-17  9:00             ` Albert ARIBAUD
2011-07-18 17:33     ` [U-Boot] [PATCH V4 " Christopher Harvey
2011-08-04  6:30       ` Albert ARIBAUD
2011-08-24 14:31         ` Albert ARIBAUD
2011-08-24 17:37           ` Christopher Harvey
2011-08-30 20:49       ` [U-Boot] [PATCH V5 " Christopher Harvey
2011-07-07 14:37 ` [U-Boot] [PATCH V2 4/4] Removed unused define, CONFIG_ARMV7 Christopher Harvey
2011-08-04  6:33   ` Albert ARIBAUD

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.