Dear Dirk Behme,
On 16 May 2011 00:39, Dirk Behme wrote:
> From: Dirk Behme
>
> Fix typo resulting in the compilation error
>
> s5p_mmc.c: In function 's5p_mmc_initialize':
> s5p_mmc.c:469: error: 'struct mmc' has no member named 'm_bmax'
>
> introduced by commit "MMC: make b_max unconditional"
Hi, Stefano,
2011/5/16 Stefano Babic :
> On 05/16/2011 08:04 AM, Jason Liu wrote:
>> Hi, Stefano,
>>
>
> Hi Jason,
>
>> The clock code has been submitted to mail-list for more than one
>> month, any comments for it?
>> Since you are the imx custodian, you need quick review the patch
>> related to
> -Original Message-
> From: Simon Guinot [mailto:simon.gui...@sequanux.org]
> Sent: Sunday, May 15, 2011 6:02 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Simon Guinot
> Subject: [PATCH v8] Add support for Network Space v2 and parents
>
> This patch add support for the Network
> -Original Message-
> From: Simon Guinot [mailto:si...@sequanux.org]
> Sent: Sunday, May 15, 2011 7:33 PM
> To: Wolfgang Denk
> Cc: Simon Guinot; Prafulla Wadaskar; u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH v8] Add support for Network Space v2 and
> parents
>
...snip...
> The
From: Po-Yu Chuang
Signed-off-by: Po-Yu Chuang
---
include/configs/a320evb.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
index 0527822..f12977b 100644
--- a/include/configs/a320evb.h
+++ b/include/configs/a
Dear sir or madam,
Good news for you, our company open new product this month, LED bulbs.
Do you want to get led bulbs (CE certificate approve) with high quality and
special price?
Come on, hoping you lose no time!
By the way, kindly enclosed the specification of Led bulbs.
Please contact me wi
Please don't top post, it really breaks up the flow of the conversation
when people look at it later on. And please keep the list on CC.
On 13/05/11 06:31, shilpa jadav wrote:
> Hi,
>
>I tried latest U-BOOT release from
> git://git.denx.de/u-boot.git or http://git.denx.de/u-boot.git
>
> I am
This patch added set_mmc_clk for external clock control.
c210 didn't support host clock control.
So We need external_clock_control function for c210.
Signed-off-by: Jaehoon Chung
signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5pc1xx/clock.c |5
a
On 05/11/2011 10:03 AM, Jason Liu wrote:
> diff --git a/arch/arm/cpu/armv7/mx5/clock.c b/arch/arm/cpu/armv7/mx5/clock.c
> index 0b04a88..04d9f71 100644
> --- a/arch/arm/cpu/armv7/mx5/clock.c
> +++ b/arch/arm/cpu/armv7/mx5/clock.c
> @@ -24,6 +24,7 @@
> */
>
> +#define AHB_CLK_ROOT1
On 04/26/2011 10:50 PM, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - Make the revision detection logic simpler as suggested by Stefano
>
> arch/arm/cpu/armv7/mx5/soc.c | 10 +++---
> 1 files changed, 3 insertions(+), 7 deletions(-)
>
Applied to u-boot
Hi all,
my e-mail provider experienced issues which made me unable to access my
e-mail for the last few days. I have just now recovered access to my
mail, and am now rewinding my backlog, first going through pull
requests, then bugfix submissions, then non-bugfix resubmissions, then
the rest.
Hi Aneesh,
I recently started to work on a similar topic: omap3 (devkit8000) nand_spl
support. So I'am really interested in your OMAP4/common work here ;)
In this patch comment you say its common for OMAP3/4 but in
preloader_console_init() is a call to omap4_rev_string()):
> printf("Texas Instru
Signed-off-by: Fabio Estevam
Signed-off-by: Stefano Babic
---
Changes since V1:
- as get_cpu_rev is exported, only get_reset_cause
is set to static.
arch/arm/cpu/arm1136/mx31/generic.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm113
On 05/16/2011 12:58 AM, Fabio Estevam wrote:
> commit ed59e58 (Remove device tree booting dependency on
> CONFIG_SYS_BOOTMAPSZ) made the
> definition of CONFIG_SYS_BOOTMAPSZ unnecessary.
>
> Signed-off-by: Fabio Estevam
>
> #define CONFIG_OF_LIBFDT
> -#define CONFIG_SYS_BOOTMAPSZ 0x80
Dear Zhong Hongbo,
On 2 May 2011 15:28, Zhong Hongbo wrote:
> On 05/02/2011 02:49 AM, Wolfgang Denk wrote:
>> Dear seedshope,
>>
>> In message <1304268966-25640-1-git-send-email-bocui...@gmail.com> you wrote:
>>> From: seedshope
>>>
>>> Since we rename _end to __bss_end__, But we need add _end s
Hi Wolfgang,
On Monday 16 May 2011 12:36 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-2-git-send-email-ane...@ti.com> you wrote:
>> From: John Rigby
>>
>> Signed-off-by: John Rigby
>> ---
>> common/image.c|1 +
>> include/image.h |1 +
>> tools/Makefi
Hi Mike,
On Monday 16 May 2011 08:25 AM, Mike Frysinger wrote:
> On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote:
>> On Sunday, May 15, 2011 11:21:19 Aneesh V wrote:
>>> +static void omapimage_print_header(const void *ptr)
>>> +{
>>> + struct ch_toc *toc = (struct ch_toc *)ptr;
>>
>> you'r
Hi, Stefano,
2011/5/16 Stefano Babic :
> On 05/16/2011 12:58 AM, Fabio Estevam wrote:
>> commit ed59e58 (Remove device tree booting dependency on
>> CONFIG_SYS_BOOTMAPSZ) made the
>> definition of CONFIG_SYS_BOOTMAPSZ unnecessary.
>>
>> Signed-off-by: Fabio Estevam
>>
>> #define CONFIG_OF_LIBFD
S5PC210 SoC have two cpu revisions, and have some difference.
So, support the cpu revision for each revision.
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
arch/arm/cpu/armv7/s5p-common/cpu_info.c |2 ++
arch/arm/include/asm/arch-s5pc2xx/cpu.h | 12 +++-
2 files cha
Remove the last CONFIG_SYS_NAND_READ_DELAY occurance from nand_boot.c.
I missed this one in patch a9c847cb [nand_spl: nand_boot.c: Remove
CONFIG_SYS_NAND_READ_DELAY].
This fixes a compile breakage on kilauea_nand for example.
Signed-off-by: Stefan Roese
Cc: Scott Wood
---
nand_spl/nand_boot.c
Dear Graeme Russ,
In message you wrote:
>
> > time-stamping console output is not restricted to the serial port. It
> > works as well with tty over USB, or netconsole, or even netconsole
> > over USB.
>
> My point is, if the device reboots in the field, you cannot recover the
> boot timing analy
Hi Reinhard,
Le 13/05/2011 10:46, Reinhard Meyer a écrit :
> Dear Albert,
>
> The following changes since commit 2e73808ee97d75400881d1fe144b062f427cfcb9:
>Clint Adams (1):
> Enable multiple fs options for Marvell SoC family on OpenRD boards
>
> are available in the git repository at:
Dear Graeme Russ,
In message you wrote:
>
> > As we can trivially use regular expressions, the effort to implement a
> > "timing parser" can be ignored. And it is independet of what sort of
> > boot device we are using.
>
> Fine if your running Linux - What if the only tool tyou have is
> Hypert
Dear Po-Yu Chuang,
In message <1305531660-1595-1-git-send-email-ratbert.chu...@gmail.com> you
wrote:
> From: Po-Yu Chuang
>
>
> Signed-off-by: Po-Yu Chuang
> ---
> include/configs/a320evb.h |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/a3
Dear Aneesh V,
In message <4dd0f98a.2040...@ti.com> you wrote:
>
> >> @@ -141,6 +141,7 @@ static const table_entry_t uimage_type[] = {
> >>{ IH_TYPE_FLATDT, "flat_dt","Flat Device Tree", },
> >>{ IH_TYPE_KWBIMAGE, "kwbimage", "Kirkwood Boot Image",},
> >>{
Hello.
On 16-05-2011 6:24, Chris Packham wrote:
> From: Luuk Paulussen
> Signed-off-by: Luuk Paulussen
> Acked-by: Chris Packham
> Cc: Ben Warren
[...]
> diff --git a/net/bootp.c b/net/bootp.c
> index 4db63cb..18c743e 100644
> --- a/net/bootp.c
> +++ b/net/bootp.c
> @@ -228,6 +228,11 @@ static
Hi Wolfgang,
On Monday 16 May 2011 12:39 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-3-git-send-email-ane...@ti.com> you wrote:
>> Signed-off-by: Aneesh V
>> ---
>> V2:
>> * Added a revision string in addition to the revision number
>>Helps in printing out the OMA
Hi Wolfgang,
On Monday 16 May 2011 12:44 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-5-git-send-email-ane...@ti.com> you wrote:
>> Save boot device information passed by OMAP4 rom code
>>
>> ROM code in OMAP4 passes information such as the media from
>> which it picke
Hi Wolfgang,
On Monday 16 May 2011 01:18 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-7-git-send-email-ane...@ti.com> you wrote:
>> Define a new type of SPL that is not tied to any particular media.
>> - Create a top level directory 'spl' that has a structure similar
>
ping!
It has been two weeks...
On 05/02/11 15:49, Igor Grinberg wrote:
> at91 ethernet module used machine_is_cbs337() macro for board specific
> Linux compatibility issue.
> Remove this, as no such board exist in current U-Boot tree.
>
> Signed-off-by: Igor Grinberg
> ---
> arch/arm/cpu/arm
Hi Wolfgang,
On Monday 16 May 2011 01:22 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-9-git-send-email-ane...@ti.com> you wrote:
>> Add the basic spl framework and linker script common for OMAP3/4
>> platforms.
>>
>> Signed-off-by: Aneesh V
>> ---
>> spl/board/ti/spl
Hi Wolfgang,
On Monday 16 May 2011 01:23 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-9-git-send-email-ane...@ti.com> you wrote:
>> Add the basic spl framework and linker script common for OMAP3/4
>> platforms.
>>
>> Signed-off-by: Aneesh V
> ...
>> +void board_init_r(
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Graeme Russ
> Sent: Monday, May 16, 2011 11:54 AM
> To: Wolfgang Denk
> Cc: U-Boot Mailing List; Simon Schwarz
> Subject: Re: [U-Boot] [PATCH 0/4] Accurate boot time measurement
>
Hi Simon,
On Monday 16 May 2011 03:18 PM, Simon Schwarz wrote:
> Hi Aneesh,
>
> I recently started to work on a similar topic: omap3 (devkit8000)
> nand_spl support. So I'am really interested in your OMAP4/common work
> here ;)
>
> In this patch comment you say its common for OMAP3/4 but in
> pre
Hi wolfgang,
On Monday 16 May 2011 12:03 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305472900-4004-10-git-send-email-ane...@ti.com> you wrote:
>> Adapted from: nand_spl/board/samsung/smdk6400/Makefile
>>
>> - Add the SPL makefile for OMAP4430 SDP
>> - Add the necessary CONFIG flags
On Sun, May 15, 2011 at 7:23 PM, Eric Cooper wrote:
> On Sun, May 15, 2011 at 03:15:46PM -0700, Simon Glass wrote:
> > I believe that this problem is getting worse - e.g. USB on Tegra2 writes
> > various fields of about 20 registers to get things up and running. I find
> > translating SOC datashe
On Monday 16 May 2011 12:14 AM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<1305202276-27784-3-git-send-email-ane...@ti.com> you wrote:
>> add utility macros for:
>> * bit field operations
>> * log2n functions
> ...
>
>> +/* extract a bit field from a bit vector */
>> +#define get_b
Dear Aneesh V,
In message <4dd11511.1060...@ti.com> you wrote:
>
> >> + const char *omap4_rev = NULL;
> >> + switch (omap4_revision()) {
> >> + case OMAP4430_ES1_0:
> >> + omap4_rev = "OMAP4430 ES1.0";
> >> + break;
> >> + case OMAP4430_ES2_0:
> >> + omap4_rev = "OMA
Dear Aneesh V,
In message <4dd1189d.4050...@ti.com> you wrote:
>
> >> Save this information in SPL so that we can use the same media
> >> and mode to bootload u-boot.
> >>
> >> Signed-off-by: Aneesh V
> > ...
> >> + /* Store the boot device in omap4_boot_device */
> >> + ldr r2, [r0, #BOOT_
Dear Aneesh V,
In message <4dd11d1f.8020...@ti.com> you wrote:
>
> > - Get rid of xloader. I cannot see any good reasons why we need it,
> >i. e. which functions if performs that cannot be as well (and
> >eventually even more efficiently) be performed in the U-Boot SPL
> >code.
>
> I
Dear Aneesh V,
In message <4dd13056.3000...@ti.com> you wrote:
>
> > Again, this appears to be not the right order.
> >
> > I think, in the first step of this series, we should move the existing
> > code from nand_spl and onenand_ipl into something like spl/nand and
> > spl/onenand, respectivly,
Dear Aneesh V,
In message <4dd134dd.6040...@ti.com> you wrote:
>
> >> create mode 100644 spl/board/ti/omap4.mk
> >> create mode 100644 spl/board/ti/rules-omap.mk
> >
> > We do you introduce these files? Please omit them, and use a plain
> > Makefile instead.
>
> I introduced them because 's
Dear Simon Glass,
In message you wrote:
>
> I believe the problem here is the read/modify/write behaviour which is not
> well-defined in C. One ends up using volatile to ensure the right behaviour,
> and then this doesn't necessarily work either. Where one write must happen
volatile does not hel
Hi Wolfgang,
Such a lot of text about such a small patch. It is clear to me that you are
used to doing things one way, and this is a different approach. As I said
there is more than one way to skin this cat and I think there are advantages
to having internal self-contained timing. I will try to ad
On Mon, 16 May 2011 13:40:20 +0200
Wolfgang Denk wrote:
> Dear Graeme Russ,
>
> In message you wrote:
> >
> > > As we can trivially use regular expressions, the effort to implement a
> > > "timing parser" can be ignored. And it is independet of what sort of
> > > boot device we are using.
> >
Dear Simon Glass,
In message you wrote:
>
> Such a lot of text about such a small patch. It is clear to me that you are
> used to doing things one way, and this is a different approach. As I said
You can tell many things about me, but this one certainly is not the
case.
> > I don't see that we
On Sun, 15 May 2011 20:51:24 +0530
Aneesh V wrote:
> diff --git a/Makefile b/Makefile
> index 384a59e..d3f4bef 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -289,6 +289,22 @@ LDPPFLAGS += \
> $(shell $(LD) --version | \
> sed -ne 's/GNU ld version
> \([0-9][0-9]*\)\.\([0-9][0-9]*\)
On Mon, 16 May 2011 19:40:30 +0530
Aneesh V wrote:
> Hi Wolfgang,
>
> On Monday 16 May 2011 01:22 AM, Wolfgang Denk wrote:
> > I think, in the first step of this series, we should move the existing
> > code from nand_spl and onenand_ipl into something like spl/nand and
> > spl/onenand, respectiv
On Monday, May 16, 2011 06:28:40 Aneesh V wrote:
> On Monday 16 May 2011 08:25 AM, Mike Frysinger wrote:
> > On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote:
> >> On Sunday, May 15, 2011 11:21:19 Aneesh V wrote:
> >>> +static void omapimage_print_header(const void *ptr)
> >>> +{
> >>> + struc
On Sun, 15 May 2011 20:51:36 +0530
Aneesh V wrote:
> Embed the u-boot flash image size at a known offset from the
> start of u-boot so that SPL can use it while loading u-boot
> from a non-XIP media.
>
> Signed-off-by: Aneesh V
> V2:
> * Removed the linker script label '__flash_image_end' and i
On Mon, May 16, 2011 at 01:04:00PM +0200, Stefan Roese wrote:
> Remove the last CONFIG_SYS_NAND_READ_DELAY occurance from nand_boot.c.
> I missed this one in patch a9c847cb [nand_spl: nand_boot.c: Remove
> CONFIG_SYS_NAND_READ_DELAY].
>
> This fixes a compile breakage on kilauea_nand for example.
Dear Albert,
> Hi Reinhard,
>
> Le 13/05/2011 10:46, Reinhard Meyer a écrit :
>> Dear Albert,
>>
>> The following changes since commit 2e73808ee97d75400881d1fe144b062f427cfcb9:
>> Clint Adams (1):
>> Enable multiple fs options for Marvell SoC family on OpenRD boards
>>
>> are available in the git r
Hi,
Is there any multithreading support or interrupt handler register mechanism
in u-boot for mpc85xx based boards
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, 16 May 2011 23:20:30 +0530
asar wrote:
> Hi,
>
>
>
> Is there any multithreading support or interrupt handler register mechanism
> in u-boot for mpc85xx based boards
>
No.
-Scott
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
Mike Frysinger wrote:
> On Monday, April 18, 2011 12:19:51 Luca Ceresoli wrote:
>> With the upcoming TFTP server implementation, the remote node can be
>> either a client or a server, so avoid ambiguities.
> the summary made me worried because i thought you were going to rename the env
> var "serve
Dear "asar",
In message <01cc13f1$c3d42c90$4b7c85b0$@nucleodyne.us> you wrote:
>
> Is there any multithreading support or interrupt handler register mechanism
> in u-boot for mpc85xx based boards
We do have interrupt support on PowerPC, but U-Boot is strictly
single-threaded. And most driver
Hi everybody,
I would like to get our -rc1 within the next 2 days or so.
Please drop me (and the respective custodian) a note if you have any
patches that are supposed to go in.
Custodians: if there is unmerged stuff in your queues, then please
send your pull requests within the next few days.
Luca Ceresoli wrote:
> Il 19/04/2011 16:18, Detlev Zundel ha scritto:
>> Hi Luca,
>>
>>> With the upcoming TFTP server implementation, the remote node can be
>>> either a client or a server, so avoid ambiguities.
>>>
>>> Signed-off-by: Luca Ceresoli
>>> Cc: Wolfgang Denk
>>> ---
>>> Changes in v2:
Wolfgang Denk wrote:
> Dear Luca Ceresoli,
>
> In message<4dbff3af.4040...@comelit.it> you wrote:
>>> So assuming we never see any incoming packets - how long will we wait?
>> Once it has started, the server is stopped like the client is:
>> - on a complete file reception
>> - pressing Ctrl-C
>>
On Mon, May 16, 2011 at 11:32 AM, Wolfgang Denk wrote:
> Dear Simon Glass,
>...
>> Yes we do, and in fact they do improve boot performance slightly when the
>> console is muted.
>
> Do you have an explanation how that works? When there is no output on
> the console, the use of a FIFO in tx direct
Signed-off-by: Rick Bronson
---
arch/arm/cpu/armv7/omap-common/timer.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/timer.c
b/arch/arm/cpu/armv7/omap-common/timer.c
index 9beebb1..3c9d488 100644
--- a/arch/arm/cpu/armv7/omap-common/time
Make the weim register set complete for MX51/MX53.
While at it also add the weim chip select 1 address definition.
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Make the weim struct complete
arch/arm/include/asm/arch-mx5/imx-regs.h | 46 ++
1 files changed,
Signed-off-by: Fabio Estevam
---
Changes since v1:
- iomuxc was accessed directly in v1, so create a iomux struct
so that we can use io accessors
arch/arm/include/asm/arch-mx5/imx-regs.h | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch
Signed-off-by: Fabio Estevam
---
Changes since v1:
- Use io accessors to access weim and iomuxc
- Initialize the 2 esdhc controllers
- Configure the 2 banks of DDR memory
- Fix typo on machine_id
- Remove CONFIG_SYS_BOOTMAPSZ from config file
MAINTAINERS |1 +
board/
On Mon, May 16, 2011 at 9:40 PM, Wolfgang Denk wrote:
> Dear Graeme Russ,
>
> In message you wrote:
>>
>> > As we can trivially use regular expressions, the effort to implement a
>> > "timing parser" can be ignored. And it is independet of what sort of
>> > boot device we are using.
>>
>> Fine if
Dear Wolfgang,
The following changes since commit 535abb96fb665402894b820f934deaca61ce3d3e:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
are available in the git repository at:
git://git.denx.de/u-boot-nios.git next
Thomas Chou (1):
nios2
Dear Wolfgang,
On Mon, May 16, 2011 at 7:42 PM, Wolfgang Denk wrote:
> Dear Po-Yu Chuang,
>
> In message <1305531660-1595-1-git-send-email-ratbert.chu...@gmail.com> you
> wrote:
>> From: Po-Yu Chuang
>>
>>
>> Signed-off-by: Po-Yu Chuang
>> ---
>> include/configs/a320evb.h | 6 ++
>> 1
From: Po-Yu Chuang
Signed-off-by: Po-Yu Chuang
---
include/configs/a320evb.h | 32 ++--
1 files changed, 14 insertions(+), 18 deletions(-)
diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
index 0527822..f832d52 100644
--- a/include/configs/a320e
From: Po-Yu Chuang
Signed-off-by: Po-Yu Chuang
---
include/configs/a320evb.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/a320evb.h b/include/configs/a320evb.h
index f832d52..62913b5 100644
--- a/include/configs/a320evb.h
+++ b/include/configs/a
On Sun, May 15, 2011 at 10:51 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message you wrote:
>>
>> Being a boot loader, charged with basic hardware initialisation, I believe
>> bitfield access primitives should be well-supported by U-Boot.
>
> I agree, and they are.
Hi Wolfgang,
Well th
Hi Sergei,
On Mon, May 16, 2011 at 11:57 PM, Sergei Shtylyov wrote:
> Hello.
>
> On 16-05-2011 6:24, Chris Packham wrote:
>
>> From: Luuk Paulussen
>
>> Signed-off-by: Luuk Paulussen
>> Acked-by: Chris Packham
>> Cc: Ben Warren
>
> [...]
>
>> diff --git a/net/bootp.c b/net/bootp.c
>> index 4db63
From: Luuk Paulussen
Signed-off-by: Luuk Paulussen
Acked-by: Chris Packham
Cc: Prafulla Wadaskar
---
Changes since v1:
- run through checkpatch.pl and fix style issues (spaces before bracket and
lines > 80 chars)
arch/arm/include/asm/arch-kirkwood/kirkwood.h |2 +
drivers/rtc/Makefile
From: Luuk Paulussen
When we use the ntpserverip environment variable argv[1] may not be set.
Printing the error message using the NetNtpServerIP variable ensures the
correct output in both cases.
Signed-off-by: Luuk Paulussen
Acked-by: Chris Packham
Cc: Ben Warren
---
Changes since v1:
- run
From: Luuk Paulussen
Signed-off-by: Luuk Paulussen
Acked-by: Chris Packham
Cc: Ben Warren
---
Changes since v1:
- fixed compile error in BootpVendorProcess when CONFIG_CMD_SNTP is not
defined
Changes since v2:
- run though checkpatch.pl. Address comments from Sergei.
net/bootp.c | 15 +++
Hi, Fabio,
2011/5/17 Fabio Estevam :
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - Use io accessors to access weim and iomuxc
> - Initialize the 2 esdhc controllers
> - Configure the 2 banks of DDR memory
> - Fix typo on machine_id
> - Remove CONFIG_SYS_BOOTMAPSZ from config file
>
Hi, Fabio,
2011/5/17 Fabio Estevam :
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - iomuxc was accessed directly in v1, so create a iomux struct
> so that we can use io accessors
>
> arch/arm/include/asm/arch-mx5/imx-regs.h | 11 +++
> 1 files changed, 11 insertions(+), 0
Hi, Fabio,
2011/5/17 Fabio Estevam :
> Make the weim register set complete for MX51/MX53.
>
> While at it also add the weim chip select 1 address definition.
>
>From the code, you just add the cs for mx53 not for mx51, so,
Had better specify you add the cs1 address definition for mx53,
otherwise,
Hi, Stefano,
2011/5/16 Stefano Babic :
> Signed-off-by: Fabio Estevam
> Signed-off-by: Stefano Babic
> ---
>
> Changes since V1:
> - as get_cpu_rev is exported, only get_reset_cause
> is set to static.
>
> arch/arm/cpu/arm1136/mx31/generic.c | 2 +-
> 1 files changed, 1 inserti
Dear Simon Glass,
In message you wrote:
>
> There are a few very primitive macros in setbits and clrbits. I would
> very much like to see at least:
Maybe we can agree to use these existing macros then instead of
inventing new ones with the same functionality.
> - define a field once in a header
Hi, Stefano,
2011/5/16 Stefano Babic :
> On 05/11/2011 10:03 AM, Jason Liu wrote:
>
>> diff --git a/arch/arm/cpu/armv7/mx5/clock.c b/arch/arm/cpu/armv7/mx5/clock.c
>> index 0b04a88..04d9f71 100644
>> --- a/arch/arm/cpu/armv7/mx5/clock.c
>> +++ b/arch/arm/cpu/armv7/mx5/clock.c
>> @@ -24,6 +24,7 @@
Copying to the list.
Accidentally missed it last time.
Original Message
Subject: Re: [U-Boot] [PATCH v2 10/22] omap4: utility function to
identify the context of hw init
Date: Mon, 16 May 2011 20:03:52 +0530
From: Aneesh V
To: Wolfgang Denk
Hi Wolfgang,
On Monday 16 May 2011
Hi Mike,
On Tuesday 17 May 2011 12:12 AM, Mike Frysinger wrote:
> On Monday, May 16, 2011 06:28:40 Aneesh V wrote:
>> On Monday 16 May 2011 08:25 AM, Mike Frysinger wrote:
>>> On Sunday, May 15, 2011 21:52:53 Mike Frysinger wrote:
On Sunday, May 15, 2011 11:21:19 Aneesh V wrote:
> +static
Hi Wolfgang,
On Monday 16 May 2011 09:05 PM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
...
>>
>> 1. Please note that the above function is just for getting the string
>> not for the revision itself. To get the revision we have
>> omap4_revision().
>
> Well, when you already have such a funxction, th
Hi Wolfgang,
On Monday 16 May 2011 09:07 PM, Wolfgang Denk wrote:
> Dear Aneesh V,
>
> In message<4dd1189d.4050...@ti.com> you wrote:
>>
Save this information in SPL so that we can use the same media
and mode to bootload u-boot.
Signed-off-by: Aneesh V
>>> ...
+ /* Store
Hi Scott,
On Tuesday 17 May 2011 12:02 AM, Scott Wood wrote:
> On Sun, 15 May 2011 20:51:24 +0530
> Aneesh V wrote:
>
>> diff --git a/Makefile b/Makefile
>> index 384a59e..d3f4bef 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -289,6 +289,22 @@ LDPPFLAGS += \
>> $(shell $(LD) --version | \
85 matches
Mail list logo