All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Patch v2, batch 3 01/17] common: Update cmd_bdinfo for PPC
Date: Fri, 10 May 2013 16:30:20 -0400	[thread overview]
Message-ID: <518D58DC.5090802@ti.com> (raw)
In-Reply-To: <CAKWjMd7W=JRNowei5B032LUjX=2sYS4iKRWja5RoxGt08PpR6g@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/10/2013 04:16 PM, Andy Fleming wrote:
> 
> 
> 
> On Mon, Mar 25, 2013 at 12:39 PM, York Sun <yorksun@freescale.com 
> <mailto:yorksun@freescale.com>> wrote:
> 
> Add board detail function to print more individual board
> information.
> 
> Signed-off-by: York Sun <yorksun@freescale.com 
> <mailto:yorksun@freescale.com>> CC: Wolfgang Denk <wd@denx.de
> <mailto:wd@denx.de>> CC: Tom Rini <trini@ti.com
> <mailto:trini@ti.com>>
> 
> 
> 
> Tom, Wolfgang, I can take this in through my tree, but I'd like an
> ACK before I do so.
> 
> 
> 
> 
> --- common/cmd_bdinfo.c |    7 +++++++ 1 file changed, 7
> insertions(+)
> 
> diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index
> 85279d5..3bf8cf2 100644 --- a/common/cmd_bdinfo.c +++
> b/common/cmd_bdinfo.c @@ -84,6 +84,12 @@ static void
> print_mhz(const char *name, unsigned long hz) }
> 
> #if defined(CONFIG_PPC) +static void __board_detail(void) +{ +
> /* Please define boot_detail() for your platform */ +} + +void
> board_detail(void) __attribute__((weak, alias("__board_detail")));

This should be using __weak from <linux/compiler.h>

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRjVjbAAoJENk4IS6UOR1WU24P/janPXULTG3dl3JelXRN1622
OoiwxD0QhDUecfp66qa3Tc8uvrk3a20ZIiZon7hdbbFpP6caqp+mBuyRGkyFHrgE
dLCZeRPNhQqS4XONDzW21DbsKEJuxzmfZSxajFRGUaACdQnFh1qJL5vmchCp1D9c
Wrx8uGevkMuLhUE8yjog6VOXEJ4NkWQ8ZQHVrVuPwbdNo7lpVAZau0u+bKdVWKei
jOukn4VJOMTgjPIE5ZWumoQ62y9/GVQih563ZbdXAQzoYWybms38am9FvO064GZN
5zMpVnmWLn/XegOpx1O/ia4FiGhgufRRjsbQETsBLwTiAFTU7PVmgyPfzlTYnqFN
WNmvedXr2y39w5BhTnCBCuJ6YvV/E23G1RxT4c4E6kGd6PJEqTiD9FlXJgedM72W
fD9ODMllcQDhpTtTObeTbgQ9Bp7E04BGMrlXxqzQH1gabi7D+YyB7HsV/F8EXpIH
iqFoq3Zn7TB+SSRvt+JUJcK3xW/36zcxRCKlg7iPtUZ69EICI9GkNog2aX0vyHsT
0Qkk41SWPkIr3VrQojF4ni/l7vx6aekbmuYWs7duK1z8oM8ba7lv0uqdOYJm3uDS
Xd/CoUQIbwDolhZGr/ZQYf8rwK02umvWDsvPxV70yngQ1kBGMETGHcMvb87F7cR/
716aouDllgeSYAFpeVKw
=PUux
-----END PGP SIGNATURE-----

      reply	other threads:[~2013-05-10 20:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-25 17:39 [U-Boot] [Patch v2, batch 3 01/17] common: Update cmd_bdinfo for PPC York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 02/17] powerpc/t4240qds: Add board detail for bdinfo command York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 03/17] fsl_ifc: add support for different IFC bank count York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 04/17] powerpc/mpc85xx b8460 PCIe registers are not at QORIQ_CHASSIS2 location York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 05/17] powerpc/mpc85xx: Add setting of clock-frequency for T4/B4 clockgen node York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 06/17] t4240qds/eth: fixup ethernet for t4240qds York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 07/17] net/fm: fixup ethernet for mEMAC York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 08/17] powerpc/85xx: fix build error introduced by serdes_get_prtcl York Sun
2013-05-13 22:56   ` Andy Fleming
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 09/17] net/phy: add VSC8574 support York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 10/17] T4240/net: use QSGMII card PHY address by default York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 11/17] T4/usb: move usb 2.0 utmi dual phy init code to cpu_init.c York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 12/17] powerpc/mpc85xx: Update workaround for DDR erratum A-004934 York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 13/17] powerpc/mpc8xxx: Allow board file to override DDR address assignment York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 14/17] powerpc/b4860qds: Assign DDR address in board file York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 15/17] powerpc/t4qds: Fix disabling remote I2C connection York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 16/17] T4240/eth: fix SGMII card PHY address York Sun
2013-03-25 17:39 ` [U-Boot] [Patch v2, batch 3 17/17] powerpc/srio: Remove duplicate macro definitions York Sun
2013-05-10 20:16 ` [U-Boot] [Patch v2, batch 3 01/17] common: Update cmd_bdinfo for PPC Andy Fleming
2013-05-10 20:30   ` Tom Rini [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=518D58DC.5090802@ti.com \
    --to=trini@ti.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 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.