Look good.
Thanks,
Michal Simek
> In message <[EMAIL PROTECTED]> you wrote:
>> From: Michal Simek <[EMAIL PROTECTED]>
>>
>> Microblaze and PowerPC use boot_get_ramdisk for loading
>> ramdisk to memory with checking return value.
>> Return 0 means success. Return 1 means failed.
>> Here is corres
Hello Stefan
I'm back from short hollydays, so expect some patches in this week
:). Some general questions:
master or next:
Shall I apply the patches to master or to next? Both have
modifications from 2 days ago.
interrupts:
I have been thinking about the irq handler and I am going to create
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
common/cmd_flash.c |4 ++--
common/cmd_nvedit.c|3 ++-
drivers/usb/usbdcore.c | 16 +---
fs/jffs2/jffs2_1pass.c |4 ++--
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/common/cmd_flash.c b/comm
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
board/ads5121/ads5121.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c
index 2332912..8452054 100644
--- a/board/ads5121/ads5121.c
+++ b/board/ads5121/ads5121.c
@@ -50,
In message <[EMAIL PROTECTED]> you wrote:
> The global_data structure has no well defined method of the PCI clocks
> and other PCI related variables declaration. This patch adds initial
> support for the generalized method based on CONFIG_PCI usage. At present
> it only affects when CONFIG_MPC8272
> This makes no sense to me.
>
> Please keep in mind that the global_data stuff is intended for, and
> only for, holding global information while we are still running from
> flash (i. e. before relocation) so that we have neiter a writabel data
> segment nor a valid bss segment.
>
> PCI initializat
Hi all,
After built uboot and linux kernel for at91sam9rlek (refer www.linux4sam.org),
I try to generate a compressed uImage file using follow command:
mkimage -A arm -O linux -C none -T kernel -a 20008000 -e 20008000 -n
linux-2.6 -d arch/arm/boot/zImage uImage
but I received: "mkimage: Can't map
In message <[EMAIL PROTECTED]> you wrote:
> The global_data structure has no well defined method of the PCI clocks
> and other PCI related variables declaration. This patch adds initial
> support for the generalized method based on CONFIG_PCI usage. At present
> it only affects when CONFIG_MPC8272
In message <[EMAIL PROTECTED]> you wrote:
> We need to wait while drawing engine clears frame
> buffer before any further software accesses to frame
> buffer will be initiated. Otherwise software drawn
> parts could be partially destroyed by the drawing
> engine or even GDC chip freeze could occur
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
> ---
> board/armadillo/flash.c|2 +-
> board/delta/nand.c |2 +-
> board/integratorcp/flash.c |6 +++---
> board/mp2usb/flash.c |2 +-
> board/versatil
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
> there are some long lines in config file
> but this patches clean a lot of coding style issues
>
> There could be small problem with Daniel name.
> Please check it in merge
>
> Signed-off-by: Michal Simek <[EM
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
>
> Signed-off-by: Michal Simek <[EMAIL PROTECTED]>
> ---
> drivers/hwmon/Makefile|2 +-
> include/configs/sc520_spunk.h |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
In message <[EMAIL PROTECTED]> you wrote:
> This driver provides access to a false i2c eeprom.
> This false eeprom could be very useful in boards with
> ddr2 memories and no i2c interfaces.
> Using this driver the user can simulate the spd interface
> of the ddr2 memory and use the ddr2 auto co
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
> Clean Makefile
> Move device specific values to driver for better reading
>
> Signed-off-by: Michal Simek <[EMAIL PROTECTED]>
> ---
> drivers/hwmon/Makefile | 12
> drivers/hwmon/adm1021.c | 35 +
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
> Microblaze and PowerPC use boot_get_ramdisk for loading
> ramdisk to memory with checking return value.
> Return 0 means success. Return 1 means failed.
> Here is correspond part of code from bootm.c which check
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
> Microblaze and PowerPC use boot_get_ramdisk for loading
> ramdisk to memory with checking return value.
> Return 0 means success. Return 1 means failed.
> Here is correspond part of code from bootm.c which check
In message <[EMAIL PROTECTED]> you wrote:
> Still is there coding style issue.
>
> and you have one extra header file which is uneeded. I recommend you
> move usefull values directly to driver.
>
> WD: I looked at include/dtt.h there are many driver specific values. IMHO
> these
> value should
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
>
> Signed-off-by: Michal Simek <[EMAIL PROTECTED]>
> ---
> .../asm-microblaze/arch-microblaze/xbasic_types.h | 301
>
> include/asm-microblaze/arch-microblaze/xio.h | 63
>
In message <[EMAIL PROTECTED]> you wrote:
> From: Michal Simek <[EMAIL PROTECTED]>
>
> Redesign uartlite driver to in_be32 and out_be32 macros
> Fix missing header in io.h
>
> Signed-off-by: Michal Simek <[EMAIL PROTECTED]>
> ---
> drivers/serial/serial_xuartlite.c | 37
>
In message <[EMAIL PROTECTED]> you wrote:
>
> Unfortunately this tip does not have nicname and other.
> We want to acquire a name same as Linux kernel USB driver..
I see.
Well, so we have to swallow that bitter pill, I guess.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
In message <[EMAIL PROTECTED]> you wrote:
> Fix the integer overflow warning when rounding the serial
> port clock divisor value in calc_divisor().
>
> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
>
> ---
>
> drivers/serial/serial.c | 11 +--
> 1 files changed, 9 insertions(+),
In message <[EMAIL PROTECTED]> you wrote:
> Signed-off-by: Marcel Ziswiler <[EMAIL PROTECTED]>
> ---
cpu/pxa/mmc.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zunde
In message <[EMAIL PROTECTED]> you wrote:
> ARM: Fix for broken compilation when defining
> CONFIG_CMD_ELF caused by missing dcache
> status/enable/disable functions.
>
> Signed-off-by: Hugo Villeneuve <[EMAIL PROTECTED]>
>
> ---
>
> cpu/arm926ejs/cpu.c | 51
> ++
In message <[EMAIL PROTECTED]> you wrote:
> This patch removes some ft_board_setup() functions from some 4xx boards.
> This can be done since we now have a default weak implementation for this
> in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
> implementation like canyonlands need th
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
MAINTAINERS | 681 +--
1 files changed, 339 insertions(+), 342 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6065e42..1f29abb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14
In message <[EMAIL PROTECTED]> you wrote:
> Mail to [EMAIL PROTECTED] bounces because the user doesn't exist
> anymore. You can't be a maintainer without a valid e-mail address, so
> move all boards that used to be maintained by Kyle Harris to the
> "orphaned" list.
>
> Currently, only PowerPC has
In message <[EMAIL PROTECTED]> you wrote:
> Wolfgang,
>
> The following changes since commit bde63587622c4b830a27d1ddf7265843de9e994f:
>Wolfgang Denk (1):
> Fix some more printf() format issues.
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-mpc512x.git
In message <[EMAIL PROTECTED]> you wrote:
> Wolfgang,
>
> The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96:
>Wolfgang Denk (1):
> Fix some more print() format errors.
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-coldfire.git
In message <[EMAIL PROTECTED]> you wrote:
> The following changes since commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96:
> Wolfgang Denk (1):
> Fix some more print() format errors.
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-ppc4xx.git master
>
> Stef
In message <[EMAIL PROTECTED]> you wrote:
> On the at91sam9260ep development board there is an EEPROM
> connected to the TWI interface (PA23, PA24 Peripheral A
> multiplexing), so we cannot use these pins as ETX2, ETX3.
> This patch configures PA10, PA11 pins for ETX2, ETX3
> instead of PA23, PA24
In message <[EMAIL PROTECTED]> you wrote:
> Hi,
> please pull
> The following changes since commit 4109df6f75fc00ab7da56d286ba50149a0d16a69:
> Kim Phillips (1):
> silence misc printf formatting compiler warnings
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-
This patch fixes gd->pci_clk usage. Now it depends on CONFIG_PCI option.
Signed-off-by: Matvejchikov Ilya <[EMAIL PROTECTED]>
---
cpu/mpc8260/speed.c | 47 +++
1 files changed, 27 insertions(+), 20 deletions(-)
diff --git a/cpu/mpc8260/speed.c b/cpu/
The global_data structure has no well defined method of the PCI clocks
and other PCI related variables declaration. This patch adds initial
support for the generalized method based on CONFIG_PCI usage. At present
it only affects when CONFIG_MPC8272 or CONFIG_MPC8272_FAMILY defined.
Signed-off-by:
In message <[EMAIL PROTECTED]> you wrote:
>
> > I really would rather not duplicate all of this, which looks extremely
> > similar to regular NAND. Is there reason why we don't use the mtd_info
> > function pointer interface?
>
> Agreed, It's almost same as NAND code.
> Now nand code uses two mod
34 matches
Mail list logo