* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
@ 2011-07-13 11:38 Stefano Babic
2011-07-13 11:58 ` Wolfgang Denk
2011-07-13 12:24 ` Marek Vasut
0 siblings, 2 replies; 12+ messages in thread
From: Stefano Babic @ 2011-07-13 11:38 UTC (permalink / raw)
To: u-boot
Wrong name in boards.cfg for the efikamx board
makes that some files of the mx51evk instead of
efikamx are used.
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Marek Vasut <marek.vasut@gmail.com>
---
boards.cfg | 2 +-
include/configs/efikamx.h | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 0fe0f0e..7c79034 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -140,7 +140,7 @@ omap5912osk arm arm926ejs - ti
edminiv2 arm arm926ejs - LaCie orion5x
dkb arm arm926ejs - Marvell pantheon
ca9x4_ct_vxp arm armv7 vexpress armltd
-efikamx arm armv7 efikamx - mx5 mx51evk:IMX_CONFIG=board/efikamx/imximage.cfg
+efikamx arm armv7 efikamx - mx5 efikamx:IMX_CONFIG=board/efikamx/imximage.cfg
mx51evk arm armv7 mx51evk freescale mx5 mx51evk:IMX_CONFIG=board/freescale/mx51evk/imximage.cfg
mx53ard arm armv7 mx53ard freescale mx5 mx53ard:IMX_CONFIG=board/freescale/mx53ard/imximage_dd3.cfg
mx53evk arm armv7 mx53evk freescale mx5 mx53evk:IMX_CONFIG=board/freescale/mx53evk/imximage.cfg
diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h
index a04ac49..9c98cdc 100644
--- a/include/configs/efikamx.h
+++ b/include/configs/efikamx.h
@@ -38,6 +38,8 @@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_TEXT_BASE 0x97800000
+
#define CONFIG_SYS_L2CACHE_OFF
/*
--
1.7.1
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 11:38 [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg Stefano Babic
@ 2011-07-13 11:58 ` Wolfgang Denk
2011-07-13 12:32 ` Stefano Babic
2011-07-13 12:24 ` Marek Vasut
1 sibling, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2011-07-13 11:58 UTC (permalink / raw)
To: u-boot
Dear Stefano Babic,
In message <1310557095-18522-1-git-send-email-sbabic@denx.de> you wrote:
> Wrong name in boards.cfg for the efikamx board
> makes that some files of the mx51evk instead of
> efikamx are used.
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Marek Vasut <marek.vasut@gmail.com>
> ---
> boards.cfg | 2 +-
> include/configs/efikamx.h | 2 ++
> 2 files changed, 3 insertions(+), 1 deletions(-)
Um... the CONFIG_SYS_TEXT_BASE is unrelated and should be submitted in
a separate patch.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
HEALTH WARNING: Care Should Be Taken When Lifting This Product, Since
Its Mass, and Thus Its Weight, Is Dependent on Its Velocity Relative
to the User.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 11:38 [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg Stefano Babic
2011-07-13 11:58 ` Wolfgang Denk
@ 2011-07-13 12:24 ` Marek Vasut
2011-07-13 12:29 ` Wolfgang Denk
1 sibling, 1 reply; 12+ messages in thread
From: Marek Vasut @ 2011-07-13 12:24 UTC (permalink / raw)
To: u-boot
On Wednesday, July 13, 2011 01:38:15 PM Stefano Babic wrote:
> Wrong name in boards.cfg for the efikamx board
> makes that some files of the mx51evk instead of
> efikamx are used.
Jana fixed this some time ago ... I have it in my tree and I send it recently to
he ML ...
http://git.denx.de/?p=u-boot/u-boot-
pxa.git;a=commit;h=ce52afa30284fb08a3129ed86f053e2b0e9b9a5e
>
> Signed-off-by: Stefano Babic <sbabic@denx.de>
> CC: Marek Vasut <marek.vasut@gmail.com>
> ---
> boards.cfg | 2 +-
> include/configs/efikamx.h | 2 ++
> 2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/boards.cfg b/boards.cfg
> index 0fe0f0e..7c79034 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -140,7 +140,7 @@ omap5912osk arm arm926ejs -
> ti edminiv2 arm arm926ejs -
> LaCie orion5x dkb arm
arm926ejs
> - Marvell pantheon ca9x4_ct_vxp
> arm armv7 vexpress armltd -efikamx
> arm armv7 efikamx -
> mx5 mx51evk:IMX_CONFIG=board/efikamx/imximage.cfg +efikamx
> arm armv7 efikamx -
> mx5 efikamx:IMX_CONFIG=board/efikamx/imximage.cfg mx51evk
> arm armv7 mx51evk freescale
> mx5 mx51evk:IMX_CONFIG=board/freescale/mx51evk/imximage.cfg mx53ard
> arm armv7 mx53ard freescale
> mx5 mx53ard:IMX_CONFIG=board/freescale/mx53ard/imximage_dd3.cfg
mx53evk
> arm armv7 mx53evk freescale
> mx5 mx53evk:IMX_CONFIG=board/freescale/mx53evk/imximage.cfg diff --git
> a/include/configs/efikamx.h b/include/configs/efikamx.h index
> a04ac49..9c98cdc 100644
> --- a/include/configs/efikamx.h
> +++ b/include/configs/efikamx.h
> @@ -38,6 +38,8 @@
> #define CONFIG_DISPLAY_CPUINFO
> #define CONFIG_DISPLAY_BOARDINFO
>
> +#define CONFIG_SYS_TEXT_BASE 0x97800000
> +
> #define CONFIG_SYS_L2CACHE_OFF
>
> /*
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 12:24 ` Marek Vasut
@ 2011-07-13 12:29 ` Wolfgang Denk
2011-07-13 13:03 ` Marek Vasut
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2011-07-13 12:29 UTC (permalink / raw)
To: u-boot
Dear Marek Vasut,
In message <201107131424.07581.marek.vasut@gmail.com> you wrote:
> On Wednesday, July 13, 2011 01:38:15 PM Stefano Babic wrote:
> > Wrong name in boards.cfg for the efikamx board
> > makes that some files of the mx51evk instead of
> > efikamx are used.
>
> Jana fixed this some time ago ... I have it in my tree and I send it recently to
> he ML ...
>
> http://git.denx.de/?p=u-boot/u-boot-
> pxa.git;a=commit;h=ce52afa30284fb08a3129ed86f053e2b0e9b9a5e
But this is wrong. This is a iMX system, so all patches must go
through the iMX custodian and his repositor.
This has no place in the u-boot-pxa reporistory. Please make sure to
remove it there before you send any pull requests to Albert.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Uncontrolled power will turn even saints into savages. And we can all
be counted on to live down to our lowest impulses.
-- Parmen, "Plato's Stepchildren", stardate 5784.3
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 11:58 ` Wolfgang Denk
@ 2011-07-13 12:32 ` Stefano Babic
2011-07-13 13:04 ` Marek Vasut
0 siblings, 1 reply; 12+ messages in thread
From: Stefano Babic @ 2011-07-13 12:32 UTC (permalink / raw)
To: u-boot
On 07/13/2011 01:58 PM, Wolfgang Denk wrote:
> Dear Stefano Babic,
>
> In message <1310557095-18522-1-git-send-email-sbabic@denx.de> you wrote:
>> Wrong name in boards.cfg for the efikamx board
>> makes that some files of the mx51evk instead of
>> efikamx are used.
>>
>> Signed-off-by: Stefano Babic <sbabic@denx.de>
>> CC: Marek Vasut <marek.vasut@gmail.com>
>> ---
>> boards.cfg | 2 +-
>> include/configs/efikamx.h | 2 ++
>> 2 files changed, 3 insertions(+), 1 deletions(-)
>
> Um... the CONFIG_SYS_TEXT_BASE is unrelated and should be submitted in
> a separate patch.
>
Agree. Fix in V2
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 12:29 ` Wolfgang Denk
@ 2011-07-13 13:03 ` Marek Vasut
2011-07-13 13:27 ` Wolfgang Denk
0 siblings, 1 reply; 12+ messages in thread
From: Marek Vasut @ 2011-07-13 13:03 UTC (permalink / raw)
To: u-boot
On Wednesday, July 13, 2011 02:29:03 PM Wolfgang Denk wrote:
> Dear Marek Vasut,
>
> In message <201107131424.07581.marek.vasut@gmail.com> you wrote:
> > On Wednesday, July 13, 2011 01:38:15 PM Stefano Babic wrote:
> > > Wrong name in boards.cfg for the efikamx board
> > > makes that some files of the mx51evk instead of
> > > efikamx are used.
> >
> > Jana fixed this some time ago ... I have it in my tree and I send it
> > recently to he ML ...
> >
> > http://git.denx.de/?p=u-boot/u-boot-
> > pxa.git;a=commit;h=ce52afa30284fb08a3129ed86f053e2b0e9b9a5e
>
> But this is wrong. This is a iMX system, so all patches must go
> through the iMX custodian and his repositor.
>
> This has no place in the u-boot-pxa reporistory. Please make sure to
> remove it there before you send any pull requests to Albert.
Shall I prepare a branch with the stuff I want up and send pull rq to albert ?
>
> Best regards,
>
> Wolfgang Denk
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 12:32 ` Stefano Babic
@ 2011-07-13 13:04 ` Marek Vasut
0 siblings, 0 replies; 12+ messages in thread
From: Marek Vasut @ 2011-07-13 13:04 UTC (permalink / raw)
To: u-boot
On Wednesday, July 13, 2011 02:32:41 PM Stefano Babic wrote:
> On 07/13/2011 01:58 PM, Wolfgang Denk wrote:
> > Dear Stefano Babic,
> >
> > In message <1310557095-18522-1-git-send-email-sbabic@denx.de> you wrote:
> >> Wrong name in boards.cfg for the efikamx board
> >> makes that some files of the mx51evk instead of
> >> efikamx are used.
> >>
> >> Signed-off-by: Stefano Babic <sbabic@denx.de>
> >> CC: Marek Vasut <marek.vasut@gmail.com>
> >> ---
> >>
> >> boards.cfg | 2 +-
> >> include/configs/efikamx.h | 2 ++
> >> 2 files changed, 3 insertions(+), 1 deletions(-)
> >
> > Um... the CONFIG_SYS_TEXT_BASE is unrelated and should be submitted in
> > a separate patch.
>
> Agree. Fix in V2
Right, Jana's on vacation till 18th, but I guess I can split it and send pullrq
... whatever.
>
> Best regards,
> Stefano Babic
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 13:03 ` Marek Vasut
@ 2011-07-13 13:27 ` Wolfgang Denk
2011-07-13 13:29 ` Marek Vasut
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2011-07-13 13:27 UTC (permalink / raw)
To: u-boot
Dear Marek Vasut,
In message <201107131503.59381.marek.vasut@gmail.com> you wrote:
>
> > This has no place in the u-boot-pxa reporistory. Please make sure to
> > remove it there before you send any pull requests to Albert.
>
> Shall I prepare a branch with the stuff I want up and send pull rq to albert ?
I'm a bit surprised by thi squestion. Yes, if you have any patches in
the pxa repository that shall go intoi mainline, then you are supposed
to send a pull request to Albert. Otherwise nothing will happen.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
All this doesn't alter anything, you know. The world is still full of
stupid people. They don't use their brains. They don't seem to want
to think straight. - Terry Pratchett, _Soul Music_
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 13:27 ` Wolfgang Denk
@ 2011-07-13 13:29 ` Marek Vasut
2011-07-13 13:40 ` Stefano Babic
2011-07-13 13:47 ` Wolfgang Denk
0 siblings, 2 replies; 12+ messages in thread
From: Marek Vasut @ 2011-07-13 13:29 UTC (permalink / raw)
To: u-boot
On Wednesday, July 13, 2011 03:27:11 PM Wolfgang Denk wrote:
> Dear Marek Vasut,
>
> In message <201107131503.59381.marek.vasut@gmail.com> you wrote:
> > > This has no place in the u-boot-pxa reporistory. Please make sure to
> > > remove it there before you send any pull requests to Albert.
> >
> > Shall I prepare a branch with the stuff I want up and send pull rq to
> > albert ?
>
> I'm a bit surprised by thi squestion. Yes, if you have any patches in
> the pxa repository that shall go intoi mainline, then you are supposed
> to send a pull request to Albert. Otherwise nothing will happen.
No, I mean branch in u-boot-pxa ... since they are unrelated.
>
> Best regards,
>
> Wolfgang Denk
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 13:29 ` Marek Vasut
@ 2011-07-13 13:40 ` Stefano Babic
2011-07-13 13:47 ` Wolfgang Denk
1 sibling, 0 replies; 12+ messages in thread
From: Stefano Babic @ 2011-07-13 13:40 UTC (permalink / raw)
To: u-boot
On 07/13/2011 03:29 PM, Marek Vasut wrote:
> On Wednesday, July 13, 2011 03:27:11 PM Wolfgang Denk wrote:
>> Dear Marek Vasut,
>>
>> In message <201107131503.59381.marek.vasut@gmail.com> you wrote:
>>>> This has no place in the u-boot-pxa reporistory. Please make sure to
>>>> remove it there before you send any pull requests to Albert.
>>>
>>> Shall I prepare a branch with the stuff I want up and send pull rq to
>>> albert ?
>>
>> I'm a bit surprised by thi squestion. Yes, if you have any patches in
>> the pxa repository that shall go intoi mainline, then you are supposed
>> to send a pull request to Albert. Otherwise nothing will happen.
>
> No, I mean branch in u-boot-pxa ... since they are unrelated.
Marek,
I missed Jana's patches (they were sent yesterday, I see now), and I get
the same bug today after rebuilding all i.MX boards - this is the reason
for my patches on the same issue.
I will take Jana's patches and I will apply them to u-boot-imx. You do
not need to apply to u-boot-imx, as they are unrelated to PXA
Stefano
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 13:29 ` Marek Vasut
2011-07-13 13:40 ` Stefano Babic
@ 2011-07-13 13:47 ` Wolfgang Denk
2011-07-13 13:52 ` Stefano Babic
1 sibling, 1 reply; 12+ messages in thread
From: Wolfgang Denk @ 2011-07-13 13:47 UTC (permalink / raw)
To: u-boot
Dear Marek Vasut,
In message <201107131529.21828.marek.vasut@gmail.com> you wrote:
>
> > I'm a bit surprised by thi squestion. Yes, if you have any patches in
> > the pxa repository that shall go intoi mainline, then you are supposed
> > to send a pull request to Albert. Otherwise nothing will happen.
>
> No, I mean branch in u-boot-pxa ... since they are unrelated.
Patches are normally picked up by the respective custodian. If you
are anot the responsible custodian, you normally don't have to care
about patches - actually this is usually even counter productive.
I find the most efficient way to pick up patches to be from
patchwork, because this already takes care about things like
automatically adding the respective Acked-by: lines, etc.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Sometimes a man will tell his bartender things he'll never tell his doctor.
-- Dr. Phillip Boyce, "The Menagerie" ("The Cage"),
stardate unknown.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg
2011-07-13 13:47 ` Wolfgang Denk
@ 2011-07-13 13:52 ` Stefano Babic
0 siblings, 0 replies; 12+ messages in thread
From: Stefano Babic @ 2011-07-13 13:52 UTC (permalink / raw)
To: u-boot
On 07/13/2011 03:47 PM, Wolfgang Denk wrote:
>> No, I mean branch in u-boot-pxa ... since they are unrelated.
>
> Patches are normally picked up by the respective custodian. If you
> are anot the responsible custodian, you normally don't have to care
> about patches - actually this is usually even counter productive.
Correct - I care about Jana's patches - drop them from u-boot-pxa
> I find the most efficient way to pick up patches to be from
> patchwork, because this already takes care about things like
> automatically adding the respective Acked-by: lines, etc.
Agree. It is a very comfortable way to to things, and saves a lot of time.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2011-07-13 13:52 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 11:38 [U-Boot] [PATCH] MX51: efikamx: fix wrong name in boards.cfg Stefano Babic
2011-07-13 11:58 ` Wolfgang Denk
2011-07-13 12:32 ` Stefano Babic
2011-07-13 13:04 ` Marek Vasut
2011-07-13 12:24 ` Marek Vasut
2011-07-13 12:29 ` Wolfgang Denk
2011-07-13 13:03 ` Marek Vasut
2011-07-13 13:27 ` Wolfgang Denk
2011-07-13 13:29 ` Marek Vasut
2011-07-13 13:40 ` Stefano Babic
2011-07-13 13:47 ` Wolfgang Denk
2011-07-13 13:52 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox