All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes
@ 2015-06-09  0:47 Vikas Manocha
  2015-06-09  0:47 ` [U-Boot] [PATCH 1/3] stv0991: enable saving enrironment in spi flash Vikas Manocha
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vikas Manocha @ 2015-06-09  0:47 UTC (permalink / raw)
  To: u-boot

This patchset does changes in stv0991 board file to enable saving
environments in spi flash & moves CONFIG_OF in the defconfig file.

Vikas Manocha (3):
  stv0991: enable saving enrironment in spi flash
  stv0991: move OF_CONTROL config to defconfig
  stv0991: remove define CONFIG_OF_SEPARATE from board file

 configs/stv0991_defconfig |    1 +
 include/configs/stv0991.h |    7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.9.5

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

* [U-Boot] [PATCH 1/3] stv0991: enable saving enrironment in spi flash
  2015-06-09  0:47 [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas Manocha
@ 2015-06-09  0:47 ` Vikas Manocha
  2015-06-09  0:47 ` [U-Boot] [PATCH 2/3] stv0991: move OF_CONTROL config to defconfig Vikas Manocha
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Vikas Manocha @ 2015-06-09  0:47 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
---
 include/configs/stv0991.h |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index 4138b32..ea62f43 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -23,7 +23,9 @@
 #define PHYS_SDRAM_1_SIZE			0x00198000
 
 #define CONFIG_ENV_SIZE				0x10000
-#define CONFIG_ENV_IS_IN_FLASH
+#define CONFIG_ENV_IS_IN_SPI_FLASH
+#define CONFIG_ENV_SECT_SIZE			CONFIG_ENV_SIZE
+#define CONFIG_ENV_OFFSET			0x30000
 #define CONFIG_ENV_ADDR				\
 	(PHYS_SDRAM_1_SIZE - CONFIG_ENV_SIZE)
 #define CONFIG_SYS_MAXARGS			16
@@ -63,7 +65,6 @@
 #define CONFIG_PHY_RESET_DELAY			10000		/* in usec */
 
 #include "config_cmd_default.h"
-#undef CONFIG_CMD_SAVEENV
 
 #define CONFIG_SYS_MEMTEST_START               0x0000
 #define CONFIG_SYS_MEMTEST_END                 1024*1024
-- 
1.7.9.5

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

* [U-Boot] [PATCH 2/3] stv0991: move OF_CONTROL config to defconfig
  2015-06-09  0:47 [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas Manocha
  2015-06-09  0:47 ` [U-Boot] [PATCH 1/3] stv0991: enable saving enrironment in spi flash Vikas Manocha
@ 2015-06-09  0:47 ` Vikas Manocha
  2015-06-09  0:47 ` [U-Boot] [PATCH 3/3] stv0991: remove define CONFIG_OF_SEPARATE from board file Vikas Manocha
  2015-06-15 20:53 ` [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas MANOCHA
  3 siblings, 0 replies; 9+ messages in thread
From: Vikas Manocha @ 2015-06-09  0:47 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
---
 configs/stv0991_defconfig |    1 +
 include/configs/stv0991.h |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig
index 2be3f82..817a832 100644
--- a/configs/stv0991_defconfig
+++ b/configs/stv0991_defconfig
@@ -6,3 +6,4 @@ CONFIG_NETDEVICES=y
 CONFIG_DEFAULT_DEVICE_TREE="stv0991"
 CONFIG_SYS_EXTRA_OPTIONS="stv0991"
 CONFIG_ETH_DESIGNWARE=y
+CONFIG_OF_CONTROL=y
diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index ea62f43..a78d899 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -81,7 +81,6 @@
 #define CONFIG_AUTOBOOT_PROMPT                 \
 	"Hit SPACE in %d seconds to stop autoboot.\n", bootdelay
 #define CONFIG_OF_SEPARATE
-#define CONFIG_OF_CONTROL
 #define CONFIG_OF_LIBFDT
 
 /*
-- 
1.7.9.5

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

* [U-Boot] [PATCH 3/3] stv0991: remove define CONFIG_OF_SEPARATE from board file
  2015-06-09  0:47 [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas Manocha
  2015-06-09  0:47 ` [U-Boot] [PATCH 1/3] stv0991: enable saving enrironment in spi flash Vikas Manocha
  2015-06-09  0:47 ` [U-Boot] [PATCH 2/3] stv0991: move OF_CONTROL config to defconfig Vikas Manocha
@ 2015-06-09  0:47 ` Vikas Manocha
  2015-06-15 20:53 ` [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas MANOCHA
  3 siblings, 0 replies; 9+ messages in thread
From: Vikas Manocha @ 2015-06-09  0:47 UTC (permalink / raw)
  To: u-boot

CONFIG_OF_SEPARATE is default define with CONFIG_OF_CONTROL, removing
this define from the board file to avoid multiple definition warning.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
---
 include/configs/stv0991.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h
index a78d899..d97c4ea 100644
--- a/include/configs/stv0991.h
+++ b/include/configs/stv0991.h
@@ -80,7 +80,6 @@
 #define CONFIG_AUTOBOOT_STOP_STR               " "
 #define CONFIG_AUTOBOOT_PROMPT                 \
 	"Hit SPACE in %d seconds to stop autoboot.\n", bootdelay
-#define CONFIG_OF_SEPARATE
 #define CONFIG_OF_LIBFDT
 
 /*
-- 
1.7.9.5

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

* [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes
  2015-06-09  0:47 [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas Manocha
                   ` (2 preceding siblings ...)
  2015-06-09  0:47 ` [U-Boot] [PATCH 3/3] stv0991: remove define CONFIG_OF_SEPARATE from board file Vikas Manocha
@ 2015-06-15 20:53 ` Vikas MANOCHA
  2015-06-16 10:50   ` Jagan Teki
  3 siblings, 1 reply; 9+ messages in thread
From: Vikas MANOCHA @ 2015-06-15 20:53 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Can you please apply these patchset for stv0991.

Rgds,
Vikas

> -----Original Message-----
> From: Vikas MANOCHA
> Sent: Monday, June 08, 2015 5:47 PM
> To: u-boot at lists.denx.de
> Cc: Vikas MANOCHA
> Subject: [PATCH 0/3] stv0991: spi env & configs related board changes
> 
> This patchset does changes in stv0991 board file to enable saving
> environments in spi flash & moves CONFIG_OF in the defconfig file.
> 
> Vikas Manocha (3):
>   stv0991: enable saving enrironment in spi flash
>   stv0991: move OF_CONTROL config to defconfig
>   stv0991: remove define CONFIG_OF_SEPARATE from board file
> 
>  configs/stv0991_defconfig |    1 +
>  include/configs/stv0991.h |    7 +++----
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> --
> 1.7.9.5

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

* [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes
  2015-06-15 20:53 ` [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas MANOCHA
@ 2015-06-16 10:50   ` Jagan Teki
  2015-06-16 21:34     ` Vikas MANOCHA
  0 siblings, 1 reply; 9+ messages in thread
From: Jagan Teki @ 2015-06-16 10:50 UTC (permalink / raw)
  To: u-boot

As these were new feature additions I will take these into spi-next.

On 16 June 2015 at 02:23, Vikas MANOCHA <vikas.manocha@st.com> wrote:
> Hi Tom,
>
> Can you please apply these patchset for stv0991.
>
> Rgds,
> Vikas
>
>> -----Original Message-----
>> From: Vikas MANOCHA
>> Sent: Monday, June 08, 2015 5:47 PM
>> To: u-boot at lists.denx.de
>> Cc: Vikas MANOCHA
>> Subject: [PATCH 0/3] stv0991: spi env & configs related board changes
>>
>> This patchset does changes in stv0991 board file to enable saving
>> environments in spi flash & moves CONFIG_OF in the defconfig file.
>>
>> Vikas Manocha (3):
>>   stv0991: enable saving enrironment in spi flash
>>   stv0991: move OF_CONTROL config to defconfig
>>   stv0991: remove define CONFIG_OF_SEPARATE from board file
>>
>>  configs/stv0991_defconfig |    1 +
>>  include/configs/stv0991.h |    7 +++----
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> --
>> 1.7.9.5

thanks!
--
Jagan | openedev.

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

* [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes
  2015-06-16 10:50   ` Jagan Teki
@ 2015-06-16 21:34     ` Vikas MANOCHA
  2015-06-24 18:59       ` Jagan Teki
  0 siblings, 1 reply; 9+ messages in thread
From: Vikas MANOCHA @ 2015-06-16 21:34 UTC (permalink / raw)
  To: u-boot

Thanks Jagan.

> -----Original Message-----
> From: Jagan Teki [mailto:jteki at openedev.com]
> Sent: Tuesday, June 16, 2015 3:50 AM
> To: Vikas MANOCHA
> Cc: u-boot at lists.denx.de; trini at konsulko.com
> Subject: Re: [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board
> changes
> 
> As these were new feature additions I will take these into spi-next.
> 
> On 16 June 2015 at 02:23, Vikas MANOCHA <vikas.manocha@st.com> wrote:
> > Hi Tom,
> >
> > Can you please apply these patchset for stv0991.
> >
> > Rgds,
> > Vikas
> >
> >> -----Original Message-----
> >> From: Vikas MANOCHA
> >> Sent: Monday, June 08, 2015 5:47 PM
> >> To: u-boot at lists.denx.de
> >> Cc: Vikas MANOCHA
> >> Subject: [PATCH 0/3] stv0991: spi env & configs related board changes
> >>
> >> This patchset does changes in stv0991 board file to enable saving
> >> environments in spi flash & moves CONFIG_OF in the defconfig file.
> >>
> >> Vikas Manocha (3):
> >>   stv0991: enable saving enrironment in spi flash
> >>   stv0991: move OF_CONTROL config to defconfig
> >>   stv0991: remove define CONFIG_OF_SEPARATE from board file
> >>
> >>  configs/stv0991_defconfig |    1 +
> >>  include/configs/stv0991.h |    7 +++----
> >>  2 files changed, 4 insertions(+), 4 deletions(-)
> >>
> >> --
> >> 1.7.9.5
> 
> thanks!
> --
> Jagan | openedev.

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

* [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes
  2015-06-16 21:34     ` Vikas MANOCHA
@ 2015-06-24 18:59       ` Jagan Teki
  2015-06-24 23:07         ` Vikas MANOCHA
  0 siblings, 1 reply; 9+ messages in thread
From: Jagan Teki @ 2015-06-24 18:59 UTC (permalink / raw)
  To: u-boot

Please test these - will pull these on my master-next

On 17 June 2015 at 03:04, Vikas MANOCHA <vikas.manocha@st.com> wrote:
> Thanks Jagan.
>
>> -----Original Message-----
>> From: Jagan Teki [mailto:jteki at openedev.com]
>> Sent: Tuesday, June 16, 2015 3:50 AM
>> To: Vikas MANOCHA
>> Cc: u-boot at lists.denx.de; trini at konsulko.com
>> Subject: Re: [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board
>> changes
>>
>> As these were new feature additions I will take these into spi-next.
>>
>> On 16 June 2015 at 02:23, Vikas MANOCHA <vikas.manocha@st.com> wrote:
>> > Hi Tom,
>> >
>> > Can you please apply these patchset for stv0991.
>> >
>> > Rgds,
>> > Vikas
>> >
>> >> -----Original Message-----
>> >> From: Vikas MANOCHA
>> >> Sent: Monday, June 08, 2015 5:47 PM
>> >> To: u-boot at lists.denx.de
>> >> Cc: Vikas MANOCHA
>> >> Subject: [PATCH 0/3] stv0991: spi env & configs related board changes
>> >>
>> >> This patchset does changes in stv0991 board file to enable saving
>> >> environments in spi flash & moves CONFIG_OF in the defconfig file.
>> >>
>> >> Vikas Manocha (3):
>> >>   stv0991: enable saving enrironment in spi flash
>> >>   stv0991: move OF_CONTROL config to defconfig
>> >>   stv0991: remove define CONFIG_OF_SEPARATE from board file
>> >>
>> >>  configs/stv0991_defconfig |    1 +
>> >>  include/configs/stv0991.h |    7 +++----
>> >>  2 files changed, 4 insertions(+), 4 deletions(-)
>> >>
>> >> --
>> >> 1.7.9.5
>>
>> thanks!
>> --
>> Jagan | openedev.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



-- 
Jagan | openedev.

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

* [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes
  2015-06-24 18:59       ` Jagan Teki
@ 2015-06-24 23:07         ` Vikas MANOCHA
  0 siblings, 0 replies; 9+ messages in thread
From: Vikas MANOCHA @ 2015-06-24 23:07 UTC (permalink / raw)
  To: u-boot

Thanks Jagan,

> -----Original Message-----
> From: Jagan Teki [mailto:jteki at openedev.com]
> Sent: Wednesday, June 24, 2015 12:00 PM
> To: Vikas MANOCHA
> Cc: u-boot at lists.denx.de; trini at konsulko.com
> Subject: Re: [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board
> changes
> 
> Please test these - will pull these on my master-next

There is one more patchset submitted by me last month specific to stv0991 SPI. 
To make the things easier: I will club them, rebase to master & send the version 2.

The two patchsets to be clubbed are :
- [PATCH 0/3] stv0991: enable cadence qspi controller & spi flash
- [PATCH 0/3] stv0991: spi env & configs related board changes

Rgds,
Vikas

> 
> On 17 June 2015 at 03:04, Vikas MANOCHA <vikas.manocha@st.com> wrote:
> > Thanks Jagan.
> >
> >> -----Original Message-----
> >> From: Jagan Teki [mailto:jteki at openedev.com]
> >> Sent: Tuesday, June 16, 2015 3:50 AM
> >> To: Vikas MANOCHA
> >> Cc: u-boot at lists.denx.de; trini at konsulko.com
> >> Subject: Re: [U-Boot] [PATCH 0/3] stv0991: spi env & configs related
> >> board changes
> >>
> >> As these were new feature additions I will take these into spi-next.
> >>
> >> On 16 June 2015 at 02:23, Vikas MANOCHA <vikas.manocha@st.com>
> wrote:
> >> > Hi Tom,
> >> >
> >> > Can you please apply these patchset for stv0991.
> >> >
> >> > Rgds,
> >> > Vikas
> >> >
> >> >> -----Original Message-----
> >> >> From: Vikas MANOCHA
> >> >> Sent: Monday, June 08, 2015 5:47 PM
> >> >> To: u-boot at lists.denx.de
> >> >> Cc: Vikas MANOCHA
> >> >> Subject: [PATCH 0/3] stv0991: spi env & configs related board
> >> >> changes
> >> >>
> >> >> This patchset does changes in stv0991 board file to enable saving
> >> >> environments in spi flash & moves CONFIG_OF in the defconfig file.
> >> >>
> >> >> Vikas Manocha (3):
> >> >>   stv0991: enable saving enrironment in spi flash
> >> >>   stv0991: move OF_CONTROL config to defconfig
> >> >>   stv0991: remove define CONFIG_OF_SEPARATE from board file
> >> >>
> >> >>  configs/stv0991_defconfig |    1 +
> >> >>  include/configs/stv0991.h |    7 +++----
> >> >>  2 files changed, 4 insertions(+), 4 deletions(-)
> >> >>
> >> >> --
> >> >> 1.7.9.5
> >>
> >> thanks!
> >> --
> >> Jagan | openedev.
> > _______________________________________________
> > U-Boot mailing list
> > U-Boot at lists.denx.de
> > http://lists.denx.de/mailman/listinfo/u-boot
> 
> 
> 
> --
> Jagan | openedev.

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

end of thread, other threads:[~2015-06-24 23:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-09  0:47 [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas Manocha
2015-06-09  0:47 ` [U-Boot] [PATCH 1/3] stv0991: enable saving enrironment in spi flash Vikas Manocha
2015-06-09  0:47 ` [U-Boot] [PATCH 2/3] stv0991: move OF_CONTROL config to defconfig Vikas Manocha
2015-06-09  0:47 ` [U-Boot] [PATCH 3/3] stv0991: remove define CONFIG_OF_SEPARATE from board file Vikas Manocha
2015-06-15 20:53 ` [U-Boot] [PATCH 0/3] stv0991: spi env & configs related board changes Vikas MANOCHA
2015-06-16 10:50   ` Jagan Teki
2015-06-16 21:34     ` Vikas MANOCHA
2015-06-24 18:59       ` Jagan Teki
2015-06-24 23:07         ` Vikas MANOCHA

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.