Information retrieved from EREF 2.0 (Rev.0 09/2011) pp.107-109.
Signed-off-by: Horst Kronstorfer
---
arch/powerpc/include/asm/processor.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/include/asm/processor.h
b/arch/powerpc/include/asm/processor.h
index 8c91f08..85bb9ed
cpu.c:288:2:
warning: implicit declaration of function 'reset_85xx_watchdog'
[-Wimplicit-function-declaration]
Signed-off-by: Horst Kronstorfer
---
Changes for v2:
- Fix formatting
- Fix checkpatch findings
arch/powerpc/cpu/mpc85xx/cpu.c | 18 ++
1 file c
cpu.c:288:2:
warning: implicit declaration of function 'reset_85xx_watchdog'
[-Wimplicit-function-declaration]
Signed-off-by: Horst Kronstorfer
---
arch/powerpc/cpu/mpc85xx/cpu.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/powerpc/cpu/mpc
cpu.c:288:2:
warning: implicit declaration of function 'reset_85xx_watchdog'
[-Wimplicit-function-declaration]
Signed-off-by: Horst Kronstorfer
---
arch/powerpc/cpu/mpc85xx/cpu.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/powerpc/cpu/mpc
-index' by the preprocessor because of '#define linux 1.'
Signed-off-by: Horst Kronstorfer
---
Changes in v2:
- Use '-ansi' instead of '-undef.'
dts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/Makefile b/dts/Makefi
On 07/25/2012 06:06 PM, Mike Frysinger wrote:
On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote:
On 07/24/2012 05:28 PM, Mike Frysinger wrote:
On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote:
On 07/19/2012 05:22 AM, Mike Frysinger wrote:
On Friday 13 July 2012 09:03:40 Horst
On 07/24/2012 05:28 PM, Mike Frysinger wrote:
On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote:
On 07/19/2012 05:22 AM, Mike Frysinger wrote:
On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote:
Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content
th
On 07/19/2012 05:22 AM, Mike Frysinger wrote:
On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote:
Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content
that matches system-specific or gcc-specific predefined macros.
Example: A number of PowerPC related *.dts fi
Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content
that matches system-specific or gcc-specific predefined macros.
Example: A number of PowerPC related *.dts files in the kernel define a
property named 'linux,network-index' which (w/o '-undef') is expanded to
'1,network-index'
Make sure that $(LDSCRIPT) is not empty before calling process_lds
with 'cat $(LDSCRIPT)' else cat will block waiting for input from
stdin.
Signed-off-by: Horst Kronstorfer
---
dts/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dts/Makefile b/dt
On 04/06/2012 08:00 AM, Dirk Behme wrote:
From: Dirk Behme
Fix the compiler warning
mkenvimage.c: In function ‘main’:
mkenvimage.c:218: warning: format ‘%ld’ expects type ‘long int’, but argument 3
has type ‘unsigned int’
mkenvimage.c:226: warning: format ‘%ld’ expects type ‘long int’, but ar
On 12/24/2011 03:57 PM, Wolfgang Denk wrote:
Dear Horst Kronstorfer,
In message<1324723318-32752-1-git-send-email-hkron...@frequentis.com> you
wrote:
With bfcc40bb09b05c90cc3b1496abb270eb8aa72134 'optopt' was reverted.
Signed-off-by: Horst Kronstorfer
---
tools/mke
With bfcc40bb09b05c90cc3b1496abb270eb8aa72134 'optopt' was reverted.
Signed-off-by: Horst Kronstorfer
---
tools/mkenvimage.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index c5ed373..8ee2bd0 100644
--- a/tools/mk
Signed-off-by: Horst Kronstorfer
---
doc/mkimage.1 |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/mkimage.1 b/doc/mkimage.1
index 800aed4..39652c8 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -82,12 +82,12 @@ Set XIP (execute in place) flag.
.B Create FIT
Signed-off-by: Horst Kronstorfer
---
Changes for v2:
- Use the GNU version of basename().
- Rebase against branch 'next.'
Changes for v3:
- Rebase against branch 'master.'
tools/mkenvimage.c | 12 +---
1 files changed, 9 insertions(+), 3 deletions(-)
Signed-off-by: Horst Kronstorfer
---
doc/mkimage.1 | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/mkimage.1 b/doc/mkimage.1
index f27da6b..800aed4 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -9,13 +9,13 @@ mkimage \- Generate image for U-Boot
The
Signed-off-by: Horst Kronstorfer
---
Changes for v2:
- Use the GNU version of basename().
- Rebased against branch 'next.'
tools/mkenvimage.c | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
ind
do_env_import() missed the final '\0' terminator when calculating the
size of an environment data block. This led to an erroneous 'bad CRC,
import failed' message for a checksum protected environment (-c.)
Signed-off-by: Horst Kronstorfer
---
common/cmd_nvedit.c |2 +-
Signed-off-by: Horst Kronstorfer
---
common/cmd_nvedit.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c
index 5995354..baaa513 100644
--- a/common/cmd_nvedit.c
+++ b/common/cmd_nvedit.c
@@ -977,7 +977,9 @@ U_BOOT_CMD(
#if
Signed-off-by: Horst Kronstorfer
---
tools/mkenvimage.c |7 ++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index 3e7f967..046661d 100644
--- a/tools/mkenvimage.c
+++ b/tools/mkenvimage.c
@@ -36,6 +36,7 @@
#include
#include
Since the original implementation indicates explicit error handling
we turn off getopt()'s internal error messaging to avoid duplicate
error messages. Additionally we add ':' (missing option argument)
error handling.
Signed-off-by: Horst Kronstorfer
---
tools/mken
Signed-off-by: Horst Kronstorfer
---
tools/mkenvimage.c | 13 +
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index 22d1b88..3e7f967 100644
--- a/tools/mkenvimage.c
+++ b/tools/mkenvimage.c
@@ -79,6 +79,11 @@ int main(int
Signed-off-by: Horst Kronstorfer
---
tools/mkenvimage.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/mkenvimage.c b/tools/mkenvimage.c
index 9c32f4a..b7b0e0f 100644
--- a/tools/mkenvimage.c
+++ b/tools/mkenvimage.c
@@ -116,7 +116,7 @@ int main(int argc
Signed-off-by: Horst Kronstorfer
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index d84b350..b1f9044 100644
--- a/Makefile
+++ b/Makefile
@@ -751,7 +751,7 @@ clean:
$(obj)tools/envcrc
Without telling 'find' to follow symbolic links, files under include/asm
and arch/$(ARCH)/include/asm/arch are not added to the cscope file list.
Signed-off-by: Horst Kronstorfer
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Make
Signed-off-by: Horst Kronstorfer
---
arch/powerpc/cpu/mpc83xx/start.S |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/start.S
index a7c8079..aa263e3 100644
--- a/arch/powerpc/cpu/mpc83xx/start.S
+++ b/arch
Added PCI device ID for the PLXTech PCI 9030 bridge.
Signed-off-by: Horst Kronstorfer
---
include/pci_ids.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/pci_ids.h b/include/pci_ids.h
index edfdc1e..e051d7c 100644
--- a/include/pci_ids.h
+++ b/include
HOHO!
Signed-off-by: Horst Kronstorfer
---
include/pci_ids.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/pci_ids.h b/include/pci_ids.h
index edfdc1e..e051d7c 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -882,6 +882,7 @@
#define
28 matches
Mail list logo