public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards
Date: Mon, 19 Aug 2013 14:05:48 -0400	[thread overview]
Message-ID: <52125E7C.6090908@ti.com> (raw)
In-Reply-To: <20130819195854.40bd7ab0@crub>

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

On 08/19/2013 01:58 PM, Anatolij Gustschin wrote:
> Hi Tom,
> 
> On Mon, 19 Aug 2013 11:35:26 -0400 Tom Rini <trini@ti.com> wrote:
> 
>> On Mon, Aug 19, 2013 at 04:38:55PM +0200, Heiko Schocher wrote:
>> 
>> [snip]
>>> - changes for v4: - rebased against u-boot-ti commit
>>> 425faf74cd8189c87919f7e72a0101c684ee3b9f therefore added define
>>> CONFIG_OMAP_COMMON - add video splash screen support Therefor
>>> needed patches (already applied to u-boot-video.git): 
>>> [U-Boot,2/7] video, da8xx: move da8xx-fb.h to drivers/video 
>>> http://patchwork.ozlabs.org/patch/264387/ applied [U-Boot,3/7]
>>> arm, am33xx: add clk_get prototype 
>>> http://patchwork.ozlabs.org/patch/264389/ applied [U-Boot,4/7]
>>> video, da8xx-fb: changes for am335x usage 
>>> http://patchwork.ozlabs.org/patch/264388/ applied [U-Boot,5/7]
>>> video, da8xx-fb: show fb addr in bdinfo 
>>> http://patchwork.ozlabs.org/patch/264392/ applied [U-Boot,6/7]
>>> tools, bmp_logo: fix index from uint16_t to int to allow bigger
>>> logos http://patchwork.ozlabs.org/patch/264391/ applied 
>>> [U-Boot,7/7] video: add an option to skip cfb console init 
>>> http://patchwork.ozlabs.org/patch/264390/ applied
>> 
>> Can I get a u-boot-video PR please?  I plan to snap -rc1 later
>> this afternoon, thanks!
> 
> These patches were part of the previous u-boot-video PR and are
> already in u-boot/master.

OK good, thanks!

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

iQIcBAEBAgAGBQJSEl58AAoJENk4IS6UOR1WRaYP/iV6HFCJx+GaTUZLNzWHMUs3
AE+trZY4A1cD8teC+x3hZMyGO4aO3xDJ8cGVvHzXcPu4qX6KV4I5j2sAKWnuV7hP
vKSIWOXu8fEMOZUTLQo1m+SdVb1Y1CF1LujiqrZ2RkVS1koXmdJTevwBX0314gE+
c6p1q4tUmn0I/kM3FYsnmVYmu04NtSthgw/KVhYT6rBuPxmfmMBw/QrsI7bV1b3+
zT1LHRQqHCsvhxxGfBIVFHJnzjc7WY7LwZyz5upVhhFPVbmtarvJgtpAR2vpm+Tx
+GAqtvilAZfI9O6cKbdYmNC3NH+J/vntJuuzaT+nOm1naSoN5NQtFAd6zPeoUVYZ
fMczgOs6tWeVQ6xW1ZsvaXGgp/6lQpSlmj0WN1g3mhK9O9Rn5t843+Xtx2V/Kj3a
ZPP/3Y/9WZnktfu+ZlrG0GVtxlaVZwK14sE0f6Mlv5QcBqAsUjS2x5ZRopwUH1F0
VKBcy4aiFzM/eeL2ERtPrRNZE1zkakOR6XRSTH7KiNf3P4rs4Vd7CB5p25UlpbfN
MMl0YjAvVkNKXeCTMleVSj7fITcBFi2zUUvNy6Uw+riCZHeZ2hqE6USD3qTkjevy
E8E9PXnUD5ZU6haY8NI226METcnYgzDDajJPukG7dnFGrlYI5ChrRB7jEBjjbeZE
+76BMpnpe2GX8+vkx5ou
=G9WL
-----END PGP SIGNATURE-----

  reply	other threads:[~2013-08-19 18:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-19 14:38 [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards Heiko Schocher
2013-08-19 14:38 ` [U-Boot] [PATCH v4 1/6] arm, am33xx: add defines for gmii_sel_register bits Heiko Schocher
2013-08-19 15:34   ` Tom Rini
2013-08-19 14:38 ` [U-Boot] [PATCH v4 2/6] arm, am335x: add some missing registers and defines for lcd and epwm support Heiko Schocher
2013-08-19 14:38 ` [U-Boot] [PATCH v4 3/6] arm, spl: add watchdog library to SPL Heiko Schocher
2013-08-19 14:38 ` [U-Boot] [PATCH v4 4/6] arm, am335x: add watchdog support Heiko Schocher
2013-08-19 14:39 ` [U-Boot] [PATCH v4 5/6] video: add formike lcd panel init Heiko Schocher
2013-08-19 17:54   ` Anatolij Gustschin
2013-08-19 14:39 ` [U-Boot] [PATCH v4 6/6] arm, am335x: add support for 3 siemens boards Heiko Schocher
2013-08-19 15:35 ` [U-Boot] [PATCH v4 0/6] arm, am335x: add support for " Tom Rini
2013-08-19 17:58   ` Anatolij Gustschin
2013-08-19 18:05     ` Tom Rini [this message]
2013-08-28 16:01 ` [U-Boot] [PATCH] siemens-am33x-common.h: Always build CONFIG_OMAP_GPIO support Tom Rini
2013-08-28 18:25 ` [U-Boot] [PATCH v4 0/6] arm, am335x: add support for siemens boards Tom Rini

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=52125E7C.6090908@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox