This makes Blackfin behave the same as other ports, and fixes many gcc
warnings that show up with 4.5+:
board.c:40:1: warning: optimization may eliminate reads and/or
writes to register variables
Signed-off-by: Mike Frysinger
---
arch/blackfin/include/asm/global_data.h |
On Wednesday 15 February 2012 18:51:17 Simon Glass wrote:
> This provides a way for callers to create files for writing. We define
> flags which mirror the POSIX values.
>
> Another approach would be to translate the flags at runtime. Perhaps we can
> leave to whoever wants to port this to another
On Wednesday 15 February 2012 18:51:12 Simon Glass wrote:
> Enable fdt code and safe snprintf() options for sandbox.
merged into my sandbox branch
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@
On Wednesday 15 February 2012 18:51:11 Simon Glass wrote:
> This adds support for a controlling fdt, mirroring the ARM implementation.
merged into my sandbox branch
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot ma
Signed-off-by: Mike Frysinger
---
include/lmb.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/lmb.h b/include/lmb.h
index 43082a3..5d1f4b6 100644
--- a/include/lmb.h
+++ b/include/lmb.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_LMB_H
#define _LINUX_LMB_H
#ifdef __KERNE
From: Mohamed Haneef
*Support for msm7630_surf board
Signed-off-by: Mohamed Haneef
---
board/qcom/msm7630_surf/Makefile | 55 +++
board/qcom/msm7630_surf/msm7630_surf.c | 155
board/qcom/msm7630_surf/msm7630_surf.h | 30 ++
boards
From: Mohamed Haneef
*Support for msm7x30 interprocessor communication
Signed-off-by: Mohamed Haneef
---
drivers/misc/Makefile|1 +
drivers/misc/msm_proc_comm.c | 303 ++
2 files changed, 304 insertions(+), 0 deletions(-)
create mod
From: Mohamed Haneef
* Support for low speed uart
Signed-off-by: Mohamed Haneef
---
drivers/serial/Makefile |1 +
drivers/serial/serial_msm_uart.c | 206 ++
2 files changed, 207 insertions(+), 0 deletions(-)
create mode 100644 drivers/
From: Mohamed Haneef
This is a patch series for msm7630 board. The Patches contain the following
support
* low speed uart for msm7630
* interprocessor communication
* msm7630 soc
* msm7630 surf board
Mohamed Haneef (5):
msm7x30: Add support for low speed uart
From: Mohamed Haneef
*Support for msm7x30 mmc read and writes
Signed-off-by: Mohamed Haneef
---
arch/arm/include/asm/arch-msm7630/mmc.h | 399 +
drivers/mmc/Makefile|1 +
drivers/mmc/qc_mmc.c| 584 +++
Hi Graeme,
On Wed, Feb 15, 2012 at 6:28 PM, Graeme Russ wrote:
> Hi Simon,
>
> On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass wrote:
>> Hi,
>>
>> On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote:
>>> Hi,
>>>
>>> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote:
This series creates a gen
Hi Albert,
On Sat, Jan 14, 2012 at 1:18 AM, Albert ARIBAUD
wrote:
> Hi Simon,
>
> Le 07/01/2012 01:24, Simon Glass a écrit :
>
>> This value has no meaning otherwise.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>> common/cmd_bdinfo.c | 2 ++
>> 1 files changed, 2 insertions(+), 0 deletions(-)
On Wednesday 15 February 2012 17:58:35 Simon Glass wrote:
> On Tue, Jan 24, 2012 at 1:45 PM, Mike Frysinger wrote:
> > On Monday 23 January 2012 01:48:52 Simon Glass wrote:
> >> -/*
> >> - * Operating System Interface
> >> - *
> >> - * This provides access to useful OS routines from the sandbox
> >
Hi Simon,
On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass wrote:
> Hi,
>
> On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote:
>> Hi,
>>
>> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote:
>>> This series creates a generic board.c implementation which contains
>>> the essential functions of the
Hi,
On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote:
> Hi,
>
> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote:
>> This series creates a generic board.c implementation which contains
>> the essential functions of the major arch/xxx/lib/board.c files.
>
> I haven't had huge numbers of comme
Hi Wolfgang,
On Wed, Feb 15, 2012 at 2:49 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message
> you
> wrote:
>>
>> > In message <1329286030-32560-2-git-send-email-...@chromium.org> you wrote:
>> > > The environment variables preboot, bootcmd and menucmd can hold a command
>> > > to exe
Hi Michael,
On Wed, Feb 15, 2012 at 3:55 PM, Michael Walle wrote:
> Am Mittwoch 15 Februar 2012, 23:23:19 schrieb Simon Glass:
>> Hi Michael,
>>
>> On Wed, Feb 15, 2012 at 11:38 AM, Michael Walle wrote:
>> > Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass:
>> >> This new function runs
Am Mittwoch 15 Februar 2012, 23:23:19 schrieb Simon Glass:
> Hi Michael,
>
> On Wed, Feb 15, 2012 at 11:38 AM, Michael Walle wrote:
> > Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass:
> >> This new function runs a list of commands separated by semicolon. We
> >> move this out of cmd_so
Enable the new GPIO driver for sandbox.
Signed-off-by: Simon Glass
---
Changes in v3:
- Reduce number of GPIOs from 224 to 20
include/configs/sandbox.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 6790216
Enable fdt code and safe snprintf() options for sandbox.
Signed-off-by: Simon Glass
---
include/configs/sandbox.h |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 10565e6..6790216 100644
--- a/include/confi
The state exists through the life of U-Boot. It can be adjusted by command
line options and perhaps later through a config file. It is available
to U-Boot through state_...() calls (within sandbox code).
Signed-off-by: Simon Glass
---
Changes in v4:
- Add multiple #include protection to state.h
-
In order to pass command line arguments to sandbox we need to be able
to act on them. So take control back at the end of board_init_r() from
where we can call the main loop or do something else.
Signed-off-by: Simon Glass
---
Changes in v2:
- Call cpu_main_loop() from board_init_r()
arch/sandbo
This adds simple command-line parsing to sandbox. The idea is that it
sets up the state with options provided, and this state can then be
queried later, as needed.
For now we just allow it to run a command.
Passing a command to U-Boot on stdin is not as convenient IMO.
The parsing code is in os.
This provides a way for callers to create files for writing. We define
flags which mirror the POSIX values.
Another approach would be to translate the flags at runtime. Perhaps we can
leave to whoever wants to port this to another OS?
Signed-off-by: Simon Glass
---
Changes in v3:
- Change open()
This provides a way of simulating GPIOs by setting values which are seen
by the normal gpio_get/set_value() calls.
Signed-off-by: Simon Glass
---
Changes in v2:
- Fix gpio_direction_output() to actually set the value
- Use generic GPIO command and interface
Changes in v3:
- Change GPIO numbers t
This adds support for a controlling fdt, mirroring the ARM implementation.
Signed-off-by: Simon Glass
---
Changes in v3:
- Use #if defined()..#elif defined, instead of #ifdef..#elif defined
arch/sandbox/include/asm/global_data.h |1 +
arch/sandbox/lib/board.c |8
Robert,
On Wed, Feb 15, 2012 at 11:29 AM, Robert Deliën wrote:
> Thanks of the hint, but I configured that some time ago already (in
> ~/.gitconfig).
If you have trouble to setup the gitconfig on your company network,
maybe you can use a gmail account.
cat .gitconfig
[user]
name = Use
Hi Mike,
On Tue, Jan 24, 2012 at 1:45 PM, Mike Frysinger wrote:
> On Monday 23 January 2012 01:48:52 Simon Glass wrote:
>> This provides a way for callers to create files for writing. We define
>> flags which mirror the POSIX values.
>
> there are no POSIX values, just names. the way the defines
Dear Simon Glass,
In message
you wrote:
>
> > In message <1329286030-32560-2-git-send-email-...@chromium.org> you wrote:
> > > The environment variables preboot, bootcmd and menucmd can hold a command
> > > to execute. This change permits these variables to have newlines so that
> > > they work
Dear =?iso-8859-1?Q?Robert_Deli=EBn?=,
In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net>
you wrote:
>
> > Please consider this whole series as NAKed because of that.
>
> Please go ahead, NAK the other sets as well.
With "other sets" you mean v1 ... v4? No need to
Hi Mike,
On Tue, Jan 24, 2012 at 3:05 PM, Mike Frysinger wrote:
> On Monday 23 January 2012 01:48:50 Simon Glass wrote:
>> --- a/arch/sandbox/cpu/start.c
>> +++ b/arch/sandbox/cpu/start.c
>>
>> int main(int argc, char *argv[])
>> {
>> + struct sandbox_state *state = NULL;
>> + int err;
Dear Rxbert,
In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net>
you wrote:
>
> Git even confirms:
> $ git config -l
> user.name=Rxbert Dxlien
> user.email=rxb...@dxlien.nl
And is this information correct?
Please STOP posting with non-existent mail addresses
(Robert
Hi Mike,
On Tue, Jan 24, 2012 at 3:06 PM, Mike Frysinger wrote:
> On Tuesday 24 January 2012 16:35:00 Mike Frysinger wrote:
>> On Monday 23 January 2012 01:20:16 Simon Glass wrote:
>> > On Fri, Jan 20, 2012 at 10:59 AM, Mike Frysinger wrote:
>> > > On Tuesday 10 January 2012 19:45:47 Simon Glass
Hi Michael,
On Wed, Feb 15, 2012 at 11:38 AM, Michael Walle wrote:
> Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass:
>> This new function runs a list of commands separated by semicolon. We
>> move this out of cmd_source so that it can be used by other code. The
>> PXE also uses the new
Hi Michael,
On Wed, Feb 15, 2012 at 11:44 AM, Michael Walle wrote:
> Am Mittwoch 15 Februar 2012, 07:05:24 schrieb Simon Glass:
>> Unfortunately I think that this approach is a little broken. We are running
>> a command sequence from getenv(), but while processing it, we might update
>> the envir
Am Mittwoch 15 Februar 2012, 07:05:24 schrieb Simon Glass:
> Unfortunately I think that this approach is a little broken. We are running
> a command sequence from getenv(), but while processing it, we might update
> the environment variable. Worse, we actually overwrite the newlines in the
> variab
Am Mittwoch 15 Februar 2012, 07:07:09 schrieb Simon Glass:
> This new function runs a list of commands separated by semicolon. We
> move this out of cmd_source so that it can be used by other code. The
> PXE also uses the new function.
>
> Suggested-by: Michael Walle
> Signed-off-by: Simon Glass
Mike,
On Mon, Feb 13, 2012 at 11:00 PM, Mike Frysinger wrote:
> i don't know the exynos5 pinmux specifics, but speaking in general, you
> shouldn't go configuring pins directly if the user hasn't asked for them.
> config multi would be useful because then the pinmux logic would be in a
> uart-
>
On 30/01/2012 15:21, Helmut Raiger wrote:
> The video setup for the Epson display is provided. Addtionally
> some extra info is displayed next to the Linux logo.
>
> Signed-off-by: Helmut Raiger
> ---
Hi Helmut,
> +#ifdef CONFIG_CONSOLE_EXTRA_INFO
> +void video_get_info_str(int line_number, cha
On 15/02/2012 15:36, Helmut Raiger wrote:
> On 01/30/2012 03:21 PM, Helmut Raiger wrote:
>> Add PREBOOT, SILENT_CONSOLE and DEVICE_NULLDEV for release
>> build. Fixed bug in CONFIG_SYS_HUSH_PARSER define.
>>
>> Signed-off-by: Helmut Raiger Stefano, please comment, it's only board specific.
Hi Helm
all superh boards hit this warning for me:
Configuring for sh7763rdp board...
time.c: In function 'get_ticks':
time.c:111:16: warning: variable 'ticks' set but not used [-Wunused-but-set-
variable]
and indeed, looking at the code, ticks is set but not used. not sure if bug
(ticks should be used
On Wednesday 15 February 2012 02:51:40 Nobuhiro Iwamatsu wrote:
> 2012/2/3 Mike Frysinger:
> > On Friday 03 February 2012 02:30:48 Nobuhiro Iwamatsu wrote:
> >> static int sh_eth_bb_set_mdc(struct bb_miiphy_bus *bus, int v)
> >> {
> >> + int port;
> >> struct sh_eth_dev *eth = bus->priv
> Do you plan to post a patch to enable NAND on the EVK as well?
No, I'm afraid not anymore.
> That shouldn't be a big deal.
The patch isn't, but getting it accepted is.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo
Hi Wolfgang,
On Tue, Feb 14, 2012 at 11:31 PM, Wolfgang Denk wrote:
> Dear Simon Glass,
>
> In message <1329286030-32560-2-git-send-email-...@chromium.org> you wrote:
> > The environment variables preboot, bootcmd and menucmd can hold a command
> > to execute. This change permits these variables
On 01/30/2012 03:21 PM, Helmut Raiger wrote:
Add PREBOOT, SILENT_CONSOLE and DEVICE_NULLDEV for release
build. Fixed bug in CONFIG_SYS_HUSH_PARSER define.
Signed-off-by: Helmut Raiger
Stefano, please comment, it's only board specific.
Helmut
--
Scanned by MailScanner.
___
Signed-off-by: Aneesh V
---
Changes from RFC to V1:
- None
---
include/configs/omap4_common.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index a989721..01b4d6c 100644
--- a/include/configs/omap4_common.
This is done using the following directive preceding
each function definition:
.type , %function
This marks the symbol as a function in the object
header which in turn helps the linker in some cases.
In particular this was found needed for resolving ARM/Thumb
calls correctly in a build with Thum
Enable -march=armv7-a for armv7 platforms if the tool-chain
supports it. This in turn results in Thumb-2 code generated
for these platforms if CONFIG_SYS_THUMB_BUILD is enabled.
Signed-off-by: Aneesh V
---
I believe armv7-a is fine for all the SoCs except Tegra2
and I see that Tegra2 is already m
> This is labeled as patch v5 - but I cannot see any log of what has
> been changed compared to previous versions, i. e. which review
> comments have been applied and which ignored.
I did the curtesy of re-forming patch set v5 from a freshly pulled
repository, because they no longer applied withou
Enable Thumb build and ARM-Thumb interworking based on the new
config flag CONFIG_SYS_THUMB_BUILD
Signed-off-by: Aneesh V
---
Changes from RFC to V1:
- Fixed review comments from Tom Rini
---
README |9 +
arch/arm/config.mk | 20 ++--
2 files changed, 2
Thumb is an alternate instruction set available in many
ARM processors. Below is a detailed description from ARM
specs:
"The Thumb instruction set is a re-encoded subset of the
ARM instruction set. Thumb instructions execute in their
own processor state, with the architecture defining the
mechanis
> Never do this. ACKs and such are tracked in patchwork.
It's a hard to satsify everybody. I added the ack and and test
per Marek's request, and reposted.
> And _if_ you repost, then play by the rules and add a changelog.
>Then use a better relay. Please fix it, it is a PITA not being able
> t
> Sure you can ...
>
> $ cat .gitconfig
> [user]
> name = Us Er
> email = u...@ma.il
>
> Done
Thanks of the hint, but I configured that some time ago already (in
~/.gitconfig).
Git even confirms:
$ git config -l
user.name=Rxbert Dxlien
user.email=rxb...@dxlien.nl
color.diff=auto
Dear Robert@domain.unknown,
In message <1329301803-11624-2-git-send-email-rob...@delien.nl> you wrote:
> From: Robert Delien
>
> This patch renames mx28_register to mx28_register_32 in order to
> prepare for the introduction of an 8-bit register, mx28_register_8.
>
> Signed-off-by: Robert Delie
Dear =?iso-8859-1?Q?Robert_Deli=EBn?=,
In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net>
you wrote:
> > Why did you repost?
>
> I reposted with your ack in 1 to 3. Still they don't seem to show up in
> the mailing list.
Never do this. ACKs and such are tracked in
Hello All,
While I'm running u-boot on spear320 board, I'm seeing a crash. The crash
happens during the .rel.dyn relocations. While debugging, I found that the
.rel.dyn section contains a word with all the bits set (0x) and the
code is trying to fix-up this location.
The u-boot address ra
PSC9131RDB is a Freescale reference design board for PSC9131 SoC. PSC9131 SOC
is an integrated device that targets Femto base station market. It combines
Power Architecture e500v2 and DSP StarCore SC3850 core technologies with
MAPLE-B2F baseband acceleration processing elements
PSC9131RDB Ov
> > Why did you repost?
>
> I reposted with your ack in 1 to 3. Still they don't seem to show up in
> the mailing list.
Patchwork handles that.
>
> > Fix that "domain.unknown"
>
> I can't. It's Agilent's smpt server's way to tell it's not happy with
> relaying messages from my email address.
S
Thanks for reviewing this patch.
Please find my response in-lined
On Tuesday 14 February 2012 07:48 PM, Wolfgang Denk wrote:
Dear Prabhakar Kushwaha,
In message<1329200040-23039-1-git-send-email-prabha...@freescale.com> you
wrote:
PSC9131RDB is a Freescale reference design board for PS
> Why did you repost?
I reposted with your ack in 1 to 3. Still they don't seem to show up in
the mailing list.
> Fix that "domain.unknown"
I can't. It's Agilent's smpt server's way to tell it's not happy with
relaying messages from my email address.
_
> From: Robert Delien
Why did you repost? Fix that "domain.unknown"
M
>
> This set of patches fixes ref_cpu clock setup.
>
> Robert Delien (4):
> Renamed mx28_register to mx28_register_32 to prepare for
> mx28_register_8
> Introducing 8-bit wide register, mx28_register_8
> Fix erron
From: Robert Delien
This patch prevents the needless switching on and off of PLL bypass
mode. With this patch in place, single-stepping through the SPL is
now possible.
Signed-off-by: Robert Delien
---
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c |4
arch/arm/cpu/arm926ejs/mx28/spl_po
From: Robert Delien
This patch fixes erroneous 32-bit access to registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.
Signed-off-by: Robert Delien
---
arch/arm/cpu/arm926ejs/mx28/clock.c | 70 ++---
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c| 26 -
arch
From: Robert Delien
This patch renames mx28_register to mx28_register_32 in order to
prepare for the introduction of an 8-bit register, mx28_register_8.
Signed-off-by: Robert Delien
---
arch/arm/cpu/arm926ejs/mx28/clock.c |4 +-
arch/arm/cpu/arm926ejs/mx28/iomux.c |
From: Robert Delien
This patch introduces an 8-bit register, mx28_register_8, in order to
prepare for fixing erroneous 32-bit wide access of registers
hw_clkctrl_frac0 and hw_clkctrl_frac1.
Signed-off-by: Robert Delien
---
arch/arm/include/asm/arch-mx28/regs-common.h | 16
1
From: Robert Delien
This set of patches fixes ref_cpu clock setup.
Robert Delien (4):
Renamed mx28_register to mx28_register_32 to prepare for
mx28_register_8
Introducing 8-bit wide register, mx28_register_8
Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1
regis
> From: Robert Delien
>
> This set of patches fixes ref_cpu clock setup.
>
> Robert Delien (4):
> Renamed mx28_register to mx28_register_32 to prepare for
> mx28_register_8
> Introducing 8-bit wide register, mx28_register_8
> Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkct
Is this patch approved?
From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.de] on behalf of
Robert Deliën [rob...@delien.nl]
Sent: 07 February 2012 10:15
To: Marek Vasut
Cc: u-boot@lists.denx.de
Subject: Re: [U-Boot] [PATCH] Elimintated magic nu
Built u-boot elf file does not contain any dwarf informations by default. This
information is required for debugging.
Add dwarf ver 2 flag in DBGFLAGS.
Signed-off-by: Radu Lazarescu
Signed-off-by: Prabhakar Kushwaha
---
Applies on http://git.denx.de/u-boot.git branch master
config.mk |2
This describes requirement of e500 and e500v2 processor to support any
debugger. it also provide an insight of switch used and defined.
Signed-off-by: Radu Lazarescu
Signed-off-by: Prabhakar Kushwaha
---
Applies on http://git.denx.de/u-boot.git branch master
doc/README.mpc85xx_debugger | 44
Update NAND code base to ovecome e500 and e500v2's second limitation i.e. IVPR
+ IVOR15 should be valid fetchable OP code address.
As NAND SPL does not compile vector table so making sure IVOR + IVOR15 points to
any fetchable valid data
Signed-off-by: Radu Lazarescu
Signed-off-by: Prabhakar Kush
Update the NOR code base to support NOR-boot debugging.
It ovecome e500 and e500v2's second limitation i.e. IVPR + IVOR15 should be
valid fetchable OP code address.
While executing in translated space (AS=1), whenever a debug exception is
generated, the MSR[DS/IS] gets cleared and the processor tr
Debugger's ability to debug an application is constrained by the
architecture's debug IP / run-control solution that may impose certain
requirements for the application itself.
Similarly, when referring to the e500 and e500v2 architecture, there are two
basic rules any application has to respect in
This series of patches include 4 parts to overcome the limitation of
e500 and e500v2 processor to support any debugger.
1. Add documentation for mpc85xx debugger support
2. powerpc/85xx:Fix MSR[DE] bit in MSR to support debugger
3. powerpc/85xx:Update NOR code base to support debugger
4. power
NAND SPL code never compile the vector table.
So no need to setup interrupt vector table for NAND SPL.
Signed-off-by: Prabhakar Kushwaha
---
Applies on http://git.denx.de/u-boot.git branch master
arch/powerpc/cpu/mpc85xx/start.S |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
After relocation of vector table in SDRAM's lower address, IVORs value should
be updated with new handler addresses.
As vector tables are relocated to 0x100,0x200... 0xf00 address in DDR.IVORs
are updated with 0x100, 0x200,f00 hard-coded values.
Signed-off-by: Prabhakar Kushwaha
---
Applie
For e500 and e500v2 architecturees processor IVPR address should be alinged on
64K boundary.
in start.S, CONFIG_SYS_MONITOR_BASE is stored blindly in IVPR assuming it to be
64K aligned. It may not be true always. If it is not aligned, IVPR + IVORs may
not point to an exception handler.
Signed-off
block at 0x0324
128 MiB
MMC: davinci: 0
remove them to debug output, so it shows with this patch:
Flash: 2 MiB
NAND: 128 MiB
MMC: davinci: 0
Signed-off-by: Heiko Schocher
Cc: Scott Wood
---
[hs@pollux u-boot]$ ./tools/checkpatch.pl
20120215/0001-mtd-nand-move-some-printfs-to
Stefan Roese denx.de> writes:
>
> Hi Prakash,
>
> On Friday 15 January 2010 14:23:35 prakash bedge wrote:
> > In October 09 month, I had asked whether U-boot supports M29W128GH, a CFI
> > compilant chip and I got a yes reply. Please refer below URL for reference.
> >
> > http://www.mail-archiv
print in the "log info" command, if "log_version = 2" also the
value from "log->v2.con".
Signed-off-by: Heiko Schocher
---
[hs@pollux u-boot]$ ./tools/checkpatch.pl
20120215/0002-command-log-print-log-v2.con-value-in-the-log-info-c.patch
total: 0 errors,
Signed-off-by: Heiko Schocher
---
[hs@pollux u-boot]$ ./tools/checkpatch.pl
20120215/0001-command-log-Coding-Style-cleanup.patch
total: 0 errors, 0 warnings, 217 lines checked
NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX
MULTISTATEMENT_MACRO_USE_DO_WHILE
20120215/0001
81 matches
Mail list logo