public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
@ 2016-02-13 11:02 Michal Simek
  2016-02-15 13:17 ` Jagan Teki
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2016-02-13 11:02 UTC (permalink / raw)
  To: u-boot

Extend options for saving variables to QSPI.

Signed-off-by: Michal Simek <monstr@monstr.eu>
---

 include/configs/zynq-common.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 73b7f2072bc6..1eee8a0667dc 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -198,7 +198,11 @@
 /* Environment */
 #ifndef CONFIG_ENV_IS_NOWHERE
 # ifndef CONFIG_SYS_NO_FLASH
+/* Environment in NOR flash */
 #  define CONFIG_ENV_IS_IN_FLASH
+# elif defined(CONFIG_ZYNQ_QSPI)
+/* Environment in Serial Flash */
+#  define CONFIG_ENV_IS_IN_SPI_FLASH
 # elif defined(CONFIG_SYS_NO_FLASH)
 #  define CONFIG_ENV_IS_NOWHERE
 # endif
-- 
1.9.1

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

* [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
  2016-02-13 11:02 [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI Michal Simek
@ 2016-02-15 13:17 ` Jagan Teki
  2016-02-22 15:19   ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2016-02-15 13:17 UTC (permalink / raw)
  To: u-boot

On 13 February 2016 at 16:32, Michal Simek <monstr@monstr.eu> wrote:
> Extend options for saving variables to QSPI.
>
> Signed-off-by: Michal Simek <monstr@monstr.eu>
> ---

Applied to u-boot-spi/master

-- 
Jagan.

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

* [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
  2016-02-15 13:17 ` Jagan Teki
@ 2016-02-22 15:19   ` Michal Simek
  2016-02-22 15:20     ` Jagan Teki
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2016-02-22 15:19 UTC (permalink / raw)
  To: u-boot

On 15.2.2016 14:17, Jagan Teki wrote:
> On 13 February 2016 at 16:32, Michal Simek <monstr@monstr.eu> wrote:
>> Extend options for saving variables to QSPI.
>>
>> Signed-off-by: Michal Simek <monstr@monstr.eu>
>> ---
> 
> Applied to u-boot-spi/master
> 

Are you going to send PR to this release?

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: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160222/fd7a0104/attachment.sig>

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

* [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
  2016-02-22 15:19   ` Michal Simek
@ 2016-02-22 15:20     ` Jagan Teki
  2016-02-22 15:23       ` Michal Simek
  0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2016-02-22 15:20 UTC (permalink / raw)
  To: u-boot



On Monday 22 February 2016 08:49 PM, Michal Simek wrote:
> On 15.2.2016 14:17, Jagan Teki wrote:
>> On 13 February 2016 at 16:32, Michal Simek <monstr@monstr.eu> wrote:
>>> Extend options for saving variables to QSPI.
>>>
>>> Signed-off-by: Michal Simek <monstr@monstr.eu>
>>> ---
>>
>> Applied to u-boot-spi/master
>>
>
> Are you going to send PR to this release?

Yes.

-- 
Jagan

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

* [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
  2016-02-22 15:20     ` Jagan Teki
@ 2016-02-22 15:23       ` Michal Simek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Simek @ 2016-02-22 15:23 UTC (permalink / raw)
  To: u-boot

On 22.2.2016 16:20, Jagan Teki wrote:
> 
> 
> On Monday 22 February 2016 08:49 PM, Michal Simek wrote:
>> On 15.2.2016 14:17, Jagan Teki wrote:
>>> On 13 February 2016 at 16:32, Michal Simek <monstr@monstr.eu> wrote:
>>>> Extend options for saving variables to QSPI.
>>>>
>>>> Signed-off-by: Michal Simek <monstr@monstr.eu>
>>>> ---
>>>
>>> Applied to u-boot-spi/master
>>>
>>
>> Are you going to send PR to this release?
> 
> Yes.

Good.

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: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160222/07735719/attachment.sig>

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

end of thread, other threads:[~2016-02-22 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-13 11:02 [U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI Michal Simek
2016-02-15 13:17 ` Jagan Teki
2016-02-22 15:19   ` Michal Simek
2016-02-22 15:20     ` Jagan Teki
2016-02-22 15:23       ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox