From: monstr@monstr.eu (Michal Simek)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/24] Zynq DT changes
Date: Tue, 14 Jan 2014 13:48:01 +0100 [thread overview]
Message-ID: <52D53201.1060602@monstr.eu> (raw)
In-Reply-To: <20140114130801.0f4ea12b@lilith>
Hi Albert,
On 01/14/2014 01:08 PM, Albert ARIBAUD wrote:
> Hi Michal,
>
> On Fri, 3 Jan 2014 11:10:45 +0100, Michal Simek
> <michal.simek@xilinx.com> wrote:
>
>> Hi,
>>
>> this is respin of Jagan v3 series sent here
>> http://lists.denx.de/pipermail/u-boot/2013-December/169617.html
>> + 2 patches v4
>> http://lists.denx.de/pipermail/u-boot/2013-December/169753.html
>> http://lists.denx.de/pipermail/u-boot/2013-December/169752.html
>>
>> The purpose of this series was to synchronized configuration
>> which we are using with mainline version with adding features
>> which we are using.
>>
>> The major change, which I have done, is adding DT support for
>> all zynq boards instead of board specification configurations.
>> I have changed serial, gem, emaclite, mmc.
>> i2c, spi already support bus selection.
>>
>> For more information please look at patches.
>>
>> All series are available here for easier testing.
>> http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=shortlog;h=refs/heads/zynq
>>
>> Thanks,
>> Michal
>
> As Jagan's series has been pulled in, can you resubmit a v2 based on
> current ARM ToT?
yes. That was my plan.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140114/6bfe4347/attachment-0001.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/24] Zynq DT changes
Date: Tue, 14 Jan 2014 13:48:01 +0100 [thread overview]
Message-ID: <52D53201.1060602@monstr.eu> (raw)
In-Reply-To: <20140114130801.0f4ea12b@lilith>
Hi Albert,
On 01/14/2014 01:08 PM, Albert ARIBAUD wrote:
> Hi Michal,
>
> On Fri, 3 Jan 2014 11:10:45 +0100, Michal Simek
> <michal.simek@xilinx.com> wrote:
>
>> Hi,
>>
>> this is respin of Jagan v3 series sent here
>> http://lists.denx.de/pipermail/u-boot/2013-December/169617.html
>> + 2 patches v4
>> http://lists.denx.de/pipermail/u-boot/2013-December/169753.html
>> http://lists.denx.de/pipermail/u-boot/2013-December/169752.html
>>
>> The purpose of this series was to synchronized configuration
>> which we are using with mainline version with adding features
>> which we are using.
>>
>> The major change, which I have done, is adding DT support for
>> all zynq boards instead of board specification configurations.
>> I have changed serial, gem, emaclite, mmc.
>> i2c, spi already support bus selection.
>>
>> For more information please look at patches.
>>
>> All series are available here for easier testing.
>> http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=shortlog;h=refs/heads/zynq
>>
>> Thanks,
>> Michal
>
> As Jagan's series has been pulled in, can you resubmit a v2 based on
> current ARM ToT?
yes. That was my plan.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140114/6bfe4347/attachment.pgp>
next prev parent reply other threads:[~2014-01-14 12:48 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-03 10:10 [PATCH v1 0/24] Zynq DT changes Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 01/24] net: emaclite: Fix OF initialization Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 02/24] net: gem: Add OF initialization support Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 03/24] mmc: zynq: " Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 04/24] zynq: Add OF ram " Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 05/24] gpio: zynq: Add dummy gpio routines Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 06/24] zynq: Enable CONFIG_FIT_VERBOSE Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 07/24] zynq: Enable Boot FreeBSD/vxWorks Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 08/24] zynq: Cleanup on miscellaneous configs Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 09/24] zynq: Cleanup on memory configs Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 10/24] zynq: Minor config cleanup Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 11/24] zynq: Enable cache options Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 12/24] zynq: serial: Simplify serial driver initialization Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 13/24] serial: zynq: Add OF initialization support Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:10 ` [PATCH v1 14/24] zynq: Add GEM0, GEM1 configs support Michal Simek
2014-01-03 10:10 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 15/24] zynq-common: Define exact TEXT_BASE Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 16/24] zynq: Add Catalyst 24WC08 EEPROM config support Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 17/24] zynq-common: Define default environment Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 18/24] zynq-common: Change Env. Sector size to 128Kb Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 19/24] zynq-common: Define flash env. partition Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 20/24] zynq-common: Define CONFIG_ENV_OVERWRITE Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 21/24] zynq: Add support to find bootmode Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 22/24] dts: zynq: Add fdt support Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 23/24] zynq-common: Enable verified boot(RSA) Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 10:11 ` [PATCH v1 24/24] doc: zynq: Add information on zynq u-boot Michal Simek
2014-01-03 10:11 ` [U-Boot] " Michal Simek
2014-01-03 11:39 ` [PATCH v1 0/24] Zynq DT changes Russell King - ARM Linux
2014-01-03 11:39 ` [U-Boot] " Russell King - ARM Linux
2014-01-14 12:08 ` Albert ARIBAUD
2014-01-14 12:08 ` [U-Boot] " Albert ARIBAUD
2014-01-14 12:48 ` Michal Simek [this message]
2014-01-14 12:48 ` Michal Simek
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=52D53201.1060602@monstr.eu \
--to=monstr@monstr.eu \
--cc=linux-arm-kernel@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 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.