Dear Mike,
In message <1230623965-16546-1-git-send-email-vap...@gentoo.org> you wrote:
> Rather than special casing each environment type for enabling the saveenv
> command, have them all behave the same. This avoids bitrot as new env
> sources are added/removed.
>
> Signed-off-by: Mike Frysinge
Dear Scott & Dave,
In message <20090123170833.ga12...@ld0162-tx32.am.freescale.net> you wrote:
> The following changes since commit 4d0b54685c5c656023b826089ef8cc0ea1c5cd9e:
> Haavard Skinnemoen (1):
> Merge branch 'fixes'
>
> are available in the git repository at:
>
> git://git.den
Signed-off-by: Wolfgang Denk
---
board/freescale/mpc8536ds/mpc8536ds.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/board/freescale/mpc8536ds/mpc8536ds.c
b/board/freescale/mpc8536ds/mpc8536ds.c
index 1e2e4e6..eb80500 100644
--- a/board/freescale/mpc8536ds/mpc8536ds.c
Hello ksi,
k...@koi8.net schrieb:
> On Tue, 27 Jan 2009, Heiko Schocher wrote:
>> k...@koi8.net wrote:
>>> Hi everyone,
>>>
>>> Here is the first draft of major I2C subsystem rework. This is not a
>> patch
[...]
>>> the new code. It is a big job and I don't want to spend a lot of time
>> doing
>>>
Dear Andy & Haiying,
in message <1232753424-2863-1-git-send-email-aflem...@freescale.com> you wrote:
> are available in the git repository at:
...
> Haiying Wang (2):
> Add README file for MPC8572DS board
> Add secondary CPUs processor frequency for e500 core
^^
> > Dave Liu (2):
> > mpc83xx: enable eLBC NAND support for MPC8315ERDB board
> > NAND: Fix cache and memory inconsistency issue
>
>
> This commit (commit c70564e6b1bd08f) broke the SIMPC8313_LP board:
>
> nand_boot_fsl_elbc.o:
On Wednesday 28 January 2009 03:17:06 Wolfgang Denk wrote:
> In message <1230623965-16546-1-git-send-email-vap...@gentoo.org> you wrote:
> > Rather than special casing each environment type for enabling the saveenv
> > command, have them all behave the same. This avoids bitrot as new env
> > sourc
Dear Andy & Kumar,
In message <1232753424-2863-1-git-send-email-aflem...@freescale.com> you wrote:
> are available in the git repository at:
...
> Kumar Gala (10):
...
> 85xx: Add a 36-bit physical configuration for MPC8572DS
This patch (commit 18af1c5f0f74) raises a couple of warnings, for
Dear Dave,
In message
you wrote:
> > nand_boot_fsl_elbc.o: In function `nand_boot':
> > nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150:=20
> > undefined reference to `flush_cache'
> > make[1]: *** [/home/wd/git/u-boot/work/nand_spl/u-boot-spl] Error 1
> > make: *** [nand_spl] Error 2
Dear Kim Phillips,
In message <20090127160353.ec184554.kim.phill...@freescale.com> you wrote:
> extend commit c70564e6b1bd08f3230182392238907f3531a87e
> "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
> to the simpc8313 build and fix this:
>
> ...Large Page NAND...C
Dear Mike Frysinger,
In message <200901280350.10310.vap...@gentoo.org> you wrote:
>
> > This patch breaks support for the
>
> looks like the actual board name was missed in your e-mail ?
Oops.
... for the SPD823TS board.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH
Hi Wolfgang,
On Wednesday 28 January 2009, Wolfgang Denk wrote:
> This patch (commit 18af1c5f0f74) raises a couple of warnings, for
> example:
>
> -> ./MAKEALL MPC8572DS_36BIT
> ... enabling 36-bit physical addressing.
> Configuring for MPC8572DS board...
> cfi_flash.c: In function 'flash_init':
>
following Patch series makes a lot of updates for the existing
keymile boards mgsuvd, mgcoge and kmeter1. Also they add a new
board from this manufacturer based on a MPC852T.
Heiko Schocher (31):
powerpc: 8xx serial: add configurable SMC Rx buffer len
environment, netconsole: reducing
This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
With this option it is possible to allow the receive
buffer for the SMC on 8xx to be greater then 1. In case
CONFIG_SYS_SMC_RXBUFLEN == 1 or it is not defined this driver
works as the old version.
Signed-off-by: Heiko Schocher
---
Actual, do_printenv () uses putc () to print the Environment-
variables. If using netconsole, this will result in a lot of
packages with single characters in it. With the new config
option CONFIG_ENV_BUFFER_PRINT do_printenv () uses now puts ()
to print a complete Environmentvariable, so the number
NetLoop polls every cycle with getenv some environment variables.
This is horribly slow, especially when the environment is big.
This patch reads only the environment variables in NetLoop,
when they were changed.
Signed-off-by: Heiko Schocher
---
common/cmd_nvedit.c |6 +++
include/common.h
This patch adds CS4 on mgcoge to enable the FPGA
Signed-off-by: Heiko Schocher
---
include/configs/mgcoge.h | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h
index 12be62a..f772627 100644
--- a/include/configs
Signed-off-by: Heiko Schocher
---
include/configs/kmeter1.h | 25 ++---
1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
index 7b78a82..f9c01f5 100644
--- a/include/configs/kmeter1.h
+++ b/include/configs/
added the cmdline features:
- auto-completion
- history
- editing within the cmdline
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/keymile-common.h b/
powerpc: mgcoge, mgsuvd: RxBuffer for serial input increased to 128 byte
The size of the serial RXBuffer is increased from
16 to 128 bytes to enable comfortable
copy-and-paste of commands with the mouse
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/mgcoge.h |
- activated the MTD and JFFS2 cmdline-features
- set the default partition table to meet the
needs of the keymile boot concept
- increased the u-boot size for mgsuvd
from 256k to 384k (will be needed soon)
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keym
adapted the position and size of the environment
sector to match the defines in mgcoge, kmeter1
and make them dependant of the MONITOR_LEN
instead of an absolute address
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/mgsuvd.h |6 +++---
1 files changed, 3 i
flash size of mgcoge corrected
boot to 4M (was 32)
cfg to 32M (was 64)
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/mgcoge.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/mgcoge.h b/include/configs/mgcoge.h
in
the IVM feature is enabled for all keymile boards
therefore the configuration parameters are trans-
ferred from the board specific config files to
keymile-common.h.
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h | 20
inc
in order to be able to "patch" some definitions
of keymile's config files very easy,
these definitions are surrounded by ifdefs
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h | 31 ++-
include/configs/mgcoge.h
If CONFIG_SYS_DTT_BOARD_INIT is defined, dtt_init () is
not called in the init_sequence.
Signed-off-by: Heiko Schocher
---
include/dtt.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/dtt.h b/include/dtt.h
index 399b64a..1c8eda7 100644
--- a/include/dtt.h
+++ b
Signed-off-by: Heiko Schocher
---
drivers/i2c/fsl_i2c.c | 24 +++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c
index ce646fd..5242884 100644
--- a/drivers/i2c/fsl_i2c.c
+++ b/drivers/i2c/fsl_i2c.c
@@ -42,6 +42
This patch adds I2C support for the Keymile kmeter1 board.
It uses the First I2C Controller from the CPU, for
accessing 4 temperature sensors, an eeprom with IVM data
and the booteeprom over a pca9547 mux.
Signed-off-by: Heiko Schocher
---
board/keymile/common/common.c|4 +++-
board/keym
This patch adds the possibility to call a board specific
i2c bus reset routine for the fsl_i2c bus driver, and adds
this option for the keymile kmeter1 board.
Signed-off-by: Heiko Schocher
---
board/keymile/common/common.c | 14 ++
drivers/i2c/fsl_i2c.c |6 ++
inclu
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h |8
include/configs/kmeter1.h| 19 ---
2 files changed, 4 insertions(+), 23 deletions(-)
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h
index 99c3380..4ff6f
Signed-off-by: Heiko Schocher
---
include/configs/kmeter1.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
index d66ba8b..feb6150 100644
--- a/include/configs/kmeter1.h
+++ b/include/configs/kmeter1.h
@@ -322
Signed-off-by: Heiko Schocher
---
board/keymile/kmeter1/kmeter1.c | 31 +--
include/configs/kmeter1.h |4 ++--
2 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/board/keymile/kmeter1/kmeter1.c b/board/keymile/kmeter1/kmeter1.c
index 27f0998..
This patch activates a protected area (pram)
that will not be used by the linux kernel.
This is done for all keymile boards
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h | 20 +---
include/configs/kmeter1.h|2 ++
This patch removes double environment entries
for all keymile boards (mgcoge, mgsuvd, kmeter1)
These double entries (baudrate, bootcmd) otherwise
cause errors.
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h |2 --
1 files changed, 0 inserti
This patch leads to correct use of the boardId
parameters for the boards mgcoge, mgsuvd, kmeter1
when downloading a new esw script via tftp
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h |6 --
1 files changed, 4 insertions(+), 2 deleti
The second IVM inventory block for the keymile boards is optional
only, so dont print an error message, if this block dont exists.
Signed-off-by: Heiko Schocher
---
board/keymile/common/common.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/board/keymile/common/c
renaming the "mgsuvd" board port into "km8xx", because there will
come more similar boards from keymile.
Compiling the mgsuvd board with "make mgsuvd_config" remains.
Signed-off-by: Heiko Schocher
---
Makefile |8 ++--
board/keymile/{mgsuvd => km
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h |2 +-
include/configs/km8xx.h |4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/configs/keymile-common.h b/include/configs/keymile-common.h
index 20f7bab..3736cd8 100644
--- a/includ
This patch adds support for the kmsupx4 board from Keymile,
based on a Freescale MPC852T CPU
- serial console on SMC1
- 32 MB SDRAM
- 32 MB NOR Flash
- Ethernet over SCC3
- I2C Bitbang
Signed-off-by: Heiko Schocher
---
Makefile |9 +-
board/keymile/common/common.
Signed-off-by: Heiko Schocher
---
board/keymile/km8xx/km8xx.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/board/keymile/km8xx/km8xx.c b/board/keymile/km8xx/km8xx.c
index 3f0e65f..a117845 100644
--- a/board/keymile/km8xx/km8xx.c
+++ b/board/keymile/km8xx/km8xx.c
@@
add CONFIG_BOUTCOUNT_LIMIT feature for 83xx CPU.
activate this feature for the kmeter1 board.
Signed-off-by: Heiko Schocher
---
cpu/mpc83xx/cpu.c| 27 +++
include/configs/keymile-common.h |2 --
2 files changed, 27 insertions(+), 2 deletions(-)
diff
Hi ML,
I noticed that also the others headers structs have the same potential
problem.
I attached the patch to fix the net.h header file.
best regards,
luigi
On Tuesday 27 January 2009 19:32:10 Luigi 'Comio' Mantellini wrote:
> Hi ML,
>
> I'm working on a mips target and I used qemu_mips targe
by defining CONFIG_KM_DEF_ENV_PRIVATE somewhere
the content of CONFIG_KM_DEF_ENV_PRIVATE will be
included into the default environment
Signed-off-by: Thomas Herzmann
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h |8 +++-
1 files changed, 7 insertions(+), 1 deletions
This patch extracts common config options for keymile boards
to the keymile-common.h file.
Additionally FLASH_PROTECTION is added.
Signed-off-by: Heiko Schocher
---
include/configs/keymile-common.h | 84 ++
include/configs/kmeter1.h| 58 ---
This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
With this option it is possible to allow the receive
buffer for the SMC on 82xx to be greater then 1. In case
CONFIG_SYS_SMC_RXBUFLEN == 1 or it is not defined this driver
works as the old version.
Signed-off-by: Heiko Schocher
---
Hi Heiko,
On Wednesday 28 January 2009, Heiko Schocher wrote:
> Actual, do_printenv () uses putc () to print the Environment-
> variables. If using netconsole, this will result in a lot of
> packages with single characters in it. With the new config
> option CONFIG_ENV_BUFFER_PRINT do_printenv ()
Hello Joakim,
Joakim Tjernlund wrote:
>> This patch adds the possibility to call a board specific
>> i2c bus reset routine for the fsl_i2c bus driver, and adds
>> this option for the keymile kmeter1 board.
>>
[...]
>> @@ -478,6 +480,17 @@ static int i2c_make_abort (void)
>> */
>> void i2c_init_
Hello Stefan,
Stefan Roese wrote:
> On Wednesday 28 January 2009, Heiko Schocher wrote:
>> Actual, do_printenv () uses putc () to print the Environment-
>> variables. If using netconsole, this will result in a lot of
>> packages with single characters in it. With the new config
>> option CONFIG_EN
>
> This patch adds the possibility to call a board specific
> i2c bus reset routine for the fsl_i2c bus driver, and adds
> this option for the keymile kmeter1 board.
>
> Signed-off-by: Heiko Schocher
> ---
> board/keymile/common/common.c | 14 ++
> drivers/i2c/fsl_i2c.c |
Dear Stefan Roese,
In message <200901281007.47146...@denx.de> you wrote:
>
> This problem has nothing to do with the patch mentioned above. I addressed
Git bisect says so...
> this warning with my patch "jedec_flash: Fix compilation warning in
> jedec_flash.c" which is still under discussion.
Dear Heiko Schocher,
In message <49803324.3000...@denx.de> you wrote:
>
> > Why not fold this "putc()" into the puts() above (replace it with printf)?
>
> I make it in a printf (Think there was no reason for not doing it so)
Check if printf() is not printing a series of single characters again!
Dear Heiko Schocher,
In message <498027a2.8060...@denx.de> you wrote:
> NetLoop polls every cycle with getenv some environment variables.
> This is horribly slow, especially when the environment is big.
>
> This patch reads only the environment variables in NetLoop,
> when they were changed.
...
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <498027a2.8060...@denx.de> you wrote:
>> NetLoop polls every cycle with getenv some environment variables.
>> This is horribly slow, especially when the environment is big.
>>
>> This patch reads only the environment variables in NetLoop,
>> when t
Heiko Schocher wrote on 28/01/2009 11:54:22:
> Hello Joakim,
>
> Joakim Tjernlund wrote:
> >> This patch adds the possibility to call a board specific
> >> i2c bus reset routine for the fsl_i2c bus driver, and adds
> >> this option for the keymile kmeter1 board.
> >>
> [...]
> >> @@ -478,6 +480,
On Wednesday 28 January 2009, Wolfgang Denk wrote:
> > > Why not fold this "putc()" into the puts() above (replace it with
> > > printf)?
> >
> > I make it in a printf (Think there was no reason for not doing it so)
>
> Check if printf() is not printing a series of single characters again!
> Also,
Dear Heiko Schocher,
In message <498027a8.3010...@denx.de> you wrote:
> This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
We discussed this before. I explained that I do not want to have this
added level of complexity in the driver.
Why should I reconsider?
> With this option i
Dear Heiko Schocher,
In message <498027c5.9070...@denx.de> you wrote:
> added the cmdline features:
> - auto-completion
> - history
> - editing within the cmdline
Umm... a commit message "added cmdline feature" is pretty much
confusing. Please come up with a better summary.
Best regards,
Wol
Dear Heiko Schocher,
In message <498027d6.3070...@denx.de> you wrote:
> flash size of mgcoge corrected
> boot to 4M (was 32)
> cfg to 32M (was 64)
>
> Signed-off-by: Thomas Herzmann
> Signed-off-by: Heiko Schocher
> ---
> include/configs/mgcoge.h |4 ++--
> 1 files changed, 2 insertion
Hello Joakim,
Joakim Tjernlund wrote:
> Heiko Schocher wrote on 28/01/2009 11:54:22:
>> Joakim Tjernlund wrote:
This patch adds the possibility to call a board specific
i2c bus reset routine for the fsl_i2c bus driver, and adds
this option for the keymile kmeter1 board.
>> [..
Hi Wolfgang,
On Wednesday 28 January 2009, Wolfgang Denk wrote:
> > This problem has nothing to do with the patch mentioned above. I
> > addressed
>
> Git bisect says so...
Strange. Are you sure? The code in question (line 219 in jedec_flash.c) was
added with patch 94f9279f7bbdc01bbc7cf85aedf9b5
Dear Heiko Schocher,
In message <498027ce.6080...@denx.de> you wrote:
> adapted the position and size of the environment
> sector to match the defines in mgcoge, kmeter1
> and make them dependant of the MONITOR_LEN
> instead of an absolute address
>
> Signed-off-by: Thomas Herzmann
> Signed-off-
Dear Heiko Schocher,
In message <498027ea.5070...@denx.de> you wrote:
> If CONFIG_SYS_DTT_BOARD_INIT is defined, dtt_init () is
> not called in the init_sequence.
>
> Signed-off-by: Heiko Schocher
> ---
> include/dtt.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --gi
Dear Heiko Schocher,
In message <4980281a.1010...@denx.de> you wrote:
> The second IVM inventory block for the keymile boards is optional
> only, so dont print an error message, if this block dont exists.
PLEASE provide somewhat usable commit messages.
Keep in mind that the Subject line is used
Dear Stefan Roese,
In message <200901281256.14264...@denx.de> you wrote:
>
> > Check if printf() is not printing a series of single characters again!
> > Also, we tend to prefer using puts() / putc() over printf() because of
> > the huge performance overhead involved in printf() when only plain
>
Dear Heiko Schocher,
In message <498027cb.8030...@denx.de> you wrote:
> powerpc: mgcoge, mgsuvd: RxBuffer for serial input increased to 128 byte
>
> The size of the serial RXBuffer is increased from
> 16 to 128 bytes to enable comfortable
> copy-and-paste of commands with the mouse
Why do you in
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <498027a8.3010...@denx.de> you wrote:
>> This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
>
> We discussed this before. I explained that I do not want to have this
> added level of complexity in the driver.
>
> Why should I recon
Dear Heiko Schocher,
In message <498050aa.6070...@denx.de> you wrote:
>
> > We discussed this before. I explained that I do not want to have this
> > added level of complexity in the driver.
> >
> > Why should I reconsider?
>
> Hups, seems I missed something (Seems I stepped into this subject,
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <498027cb.8030...@denx.de> you wrote:
>> powerpc: mgcoge, mgsuvd: RxBuffer for serial input increased to 128 byte
>>
>> The size of the serial RXBuffer is increased from
>> 16 to 128 bytes to enable comfortable
>> copy-and-paste of commands with th
Hi,
Thanks for the reply.
>Why don't you use the existing code for example for 440EPx from our
kernel tree?
Are you pointing to the code which comes under 'CONFIG_BOOKE_WDT' in
'arch/powerpc/kernel/traps.c'?
If not, can you give me the location of the 'example' code in kerenl
code?
Regards,
S
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <498027d6.3070...@denx.de> you wrote:
>> flash size of mgcoge corrected
>> boot to 4M (was 32)
>> cfg to 32M (was 64)
>>
>> Signed-off-by: Thomas Herzmann
>> Signed-off-by: Heiko Schocher
>> ---
>> include/configs/mgcoge.h |4 ++--
>> 1
Hello Wolfgang,
Wolfgang Denk wrote:
> In message <498027ce.6080...@denx.de> you wrote:
>> adapted the position and size of the environment
>> sector to match the defines in mgcoge, kmeter1
>> and make them dependant of the MONITOR_LEN
>> instead of an absolute address
>>
>> Signed-off-by: Thomas
> Hello Joakim,
>
> Joakim Tjernlund wrote:
> > Heiko Schocher wrote on 28/01/2009 11:54:22:
> >> Joakim Tjernlund wrote:
> This patch adds the possibility to call a board specific
> i2c bus reset routine for the fsl_i2c bus driver, and adds
> this option for the keymile kmeter1 bo
Dear Heiko Schocher,
In message <49805339.8090...@denx.de> you wrote:
>
> > Why do you initialize these settins as 16 in patch N when you increase
> > the value in patch N+1? This makes little sense to me. Why not using
> > the right value right from the beginning?
>
> Because it shows a develop
Dear "Sachin Rane",
In message <73fa539107892c4c8c7a5aca10c161c85be...@mx2.alphioncorp.local> you
wrote:
>
> >Why don't you use the existing code for example for 440EPx from our
> kernel tree?
>
> Are you pointing to the code which comes under 'CONFIG_BOOKE_WDT' in
> 'arch/powerpc/kernel/traps
Dear Heiko Schocher,
In message <498055f5.4010...@denx.de> you wrote:
>
> As you see in the Signed-off-by, this patch comes from the manufacturer
> from the board, and he needs such a big space.
I recom,mend you contact and ask him again, pointing out the
performance impact he is going to suffer
On Dec 3, 2008, at 11:04 PM, Becky Bruce wrote:
> It is no longer always true that the pci bus address can be
> used as the virtual address for pci accesses. pci_map_bar()
> is created to return the virtual address for a pci region.
>
> Signed-off-by: Becky Bruce
> ---
> drivers/pci/pci.c | 1
On Dec 3, 2008, at 11:04 PM, Becky Bruce wrote:
> The code assumes that the pci bus address and the virtual
> address used to access a region are the same, but they might
> not be. Fix this assumption.
>
> Signed-off-by: Becky Bruce
> ---
> drivers/block/ahci.c |7 ++-
> 1 files changed,
On Jan 28, 2009, at 2:55 AM, Wolfgang Denk wrote:
> Dear Andy & Kumar,
>
> In message <1232753424-2863-1-git-send-email-aflem...@freescale.com>
> you wrote:
>> are available in the git repository at:
> ...
>> Kumar Gala (10):
> ...
>> 85xx: Add a 36-bit physical configuration for MPC8572DS
Configuring for MPC8540EVAL board...
mpc8540eval.c: In function 'checkboard':
mpc8540eval.c:53: error: invalid operands to binary /
make[1]: *** [mpc8540eval.o] Error 1
Signed-off-by: Kumar Gala
---
board/mpc8540eval/mpc8540eval.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
On Wed, 2009-01-28 at 09:33 +0100, Wolfgang Denk wrote:
> Dear Andy & Haiying,
>
> in message <1232753424-2863-1-git-send-email-aflem...@freescale.com> you
> wrote:
> > are available in the git repository at:
> ...
> > Haiying Wang (2):
> > Add README file for MPC8572DS board
> > Add
Acked-by: Haiying Wang
On Wed, 2009-01-28 at 08:31 -0600, Kumar Gala wrote:
> Configuring for MPC8540EVAL board...
> mpc8540eval.c: In function 'checkboard':
> mpc8540eval.c:53: error: invalid operands to binary /
> make[1]: *** [mpc8540eval.o] Error 1
>
> Signed-off-by: Kumar Gala
> ---
> bo
On Jan 28, 2009, at 8:36 AM, Haiying Wang wrote:
> On Wed, 2009-01-28 at 09:33 +0100, Wolfgang Denk wrote:
>> Dear Andy & Haiying,
>>
>> in message <1232753424-2863-1-git-send-email-
>> aflem...@freescale.com> you wrote:
>>> are available in the git repository at:
>> ...
>>> Haiying Wang (2):
>>
Stefan Roese wrote:
> This patch fixes this compilation warning:
>
> ./MAKEALL dbau1000
> Configuring for dbau1x00 board...
> au1x00_eth.c: In function 'au1x00_send':
> au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards
> qualifiers from pointer target type
> ...
>
> S
This is the InterControl custom device based on the MPC5200B chip.
Signed-off-by: Grzegorz Bernacki
diff --git a/MAKEALL b/MAKEALL
index 530fe82..530651d 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -47,6 +47,7 @@ LIST_5xxx=" \
BC3450 \
cm5200 \
cpci5
Okay, I will resubmit my patch.
Carolyn
>-Original Message-
>From: Adam Graham [mailto:agra...@amcc.com]
>Sent: Tuesday, January 27, 2009 11:22 PM
>To: Stefan Roese; u-boot@lists.denx.de
>Cc: Smith, Carolyn J; Adam Graham; Victor Gallardo
>Subject: RE: [U-Boot] [PATCH] ppc4xx: Fix initial
On Wednesday 28 January 2009, Shinya Kuribayashi wrote:
> Stefan Roese wrote:
> > This patch fixes this compilation warning:
> >
> > ./MAKEALL dbau1000
> > Configuring for dbau1x00 board...
> > au1x00_eth.c: In function 'au1x00_send':
> > au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_ph
Wolfgang Denk wrote:
> Dear Dave,
>
> In message
> you
> wrote:
>>> nand_boot_fsl_elbc.o: In function `nand_boot':
>>> nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150:=20
>>> undefined reference to `flush_cache'
>>> make[1]: *** [/home/wd/git/u-boot/work/nand_spl/u-boot-spl] Error 1
>
This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
initialization code. It also removes the use the
SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END
#define's since they are reserved bits.
Signed-off-by: Carolyn Smith
---
diff -uprN old/cpu/ppc
On Wed, Jan 28, 2009 at 07:43:54AM +0300, Maxim Artamonov wrote:
> In message on Friday 12 December 2008 04:55:49 Scott Wood wrote:
> > On Fri, Dec 05, 2008 at 02:13:51PM +0300, Maxim Artamonov wrote:
> > > +#ifdef CONFIG_NAND_SPL
> > > +/* somewhat macro to reduce bin size for CONFIG_NAND_SPL*/
>
> >> +
> >> +#ifdef CONFIG_MACB_FORCE10M
> >> + printf("%s: 100Mbps is not supported on this board - forcing
> >> 10Mbps.\n",
> >> +netdev->name);
> >> +
> >> + adv &= ~ADVERTISE_100FULL;
> >> + adv &= ~ADVERTISE_100HALF;
> >> + adv &= ~ADVERTISE_100BASE4;
> >> +#endif
Thank you for your reply Mr. Likely!
I was indeed using the wrong image file. So I've tried the uImage
generated by the kernel build, and it still hangs.
It might be the addresses I'm using. I've read some FAQs sections that
seemed to give me some hope, but they all were related to wrong RAM
addre
Luigi 'Comio' Mantellini wrote:
> Hi ML,
>
> I'm working on a mips target and I used qemu_mips target to simulate my
> target
> (that I hope to have in the next week...)
>
> Following my activities I noticed that IP_t structure is no defined with
> attribute "packed". I noticed this issue becaus
The following changes since commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2:
Kim Phillips (1):
mpc83xx: fix undefined reference to `flush_cache' error in simpc8313
build
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git master
Mike Frysinger (39):
Ben Warren wrote:
> Luigi 'Comio' Mantellini wrote:
>> Hi ML,
>>
>> I'm working on a mips target and I used qemu_mips target to simulate my
>> target
>> (that I hope to have in the next week...)
>>
>> Following my activities I noticed that IP_t structure is no defined with
>> attribute "packed".
--- On Wed, 1/28/09, Wolfgang Denk wrote:
> From: Wolfgang Denk
> Subject: Re: [U-Boot] [PATCH] mpc83xx: fix undefined reference to
> `flush_cache' error in simpc8313 build
> To: "Kim Phillips"
> Cc: u-boot@lists.denx.de, "Ron Madrid"
> Date: Wednesday, January 28, 2009, 1:01 AM
> Dear Kim Ph
Since the SPD823TS board does not actually have any writable flash to save
its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
disabled.
This fixes the build error:
common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
common/cmd_nvedit.c:557: undefined reference to `saveenv
On Wednesday 28 January 2009 13:48:55 Mike Frysinger wrote:
> Since the SPD823TS board does not actually have any writable flash to save
> its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
> disabled.
btw, i find the "CONFIG_CMD_ENV -> saveenv" bindings a bit confusing. any
qu
Jerry Van Baren wrote:
> Ben Warren wrote:
>> Luigi 'Comio' Mantellini wrote:
>>> Hi ML,
>>>
>>> I'm working on a mips target and I used qemu_mips target to simulate
>>> my target (that I hope to have in the next week...)
>>>
>>> Following my activities I noticed that IP_t structure is no defined
Dear Carolyn,
In message
<2ba6bdb4c941c94bbd8375d55e05ccf9124be50...@us-bv-m12.global.tektronix.net> you
wrote:
> This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
> initialization code. It also removes the use the
> SDRAM_CODT_FEEDBACK_RCV_SINGLE_END and SDRAM_CODT_F
Dear Ron Madrid,
In message <107578.37644...@web83507.mail.sp1.yahoo.com> you wrote:
>
> > I went ahead and applied this to fix the build issue.
> > Please complain
> > if it doesn't work.
>
> So I take it that the build worked for you? My build failed.
I didn;t re-test yet.
> ./MAKEALL SIMPC
1 - 100 of 203 matches
Mail list logo