HI all,
I am working on customized arm9 versatile board.
I am trying to write a driver for arm amba pl031 rtc module. i need to
setup rtc controller to enable it.
I need to call it during boot sequence. But in lib_arm/board.c we do not
have a call to rtc_init func.
i checked blackfin boot up seq
* Wolfgang Denk | 2008-07-16 00:05:20 [+0200]:
>In message <[EMAIL PROTECTED]> you wrote:
>>
>> That command needs to be in little endian format on BE machines
>> with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
>> gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
>
Hi,
This patch adds support to arm amba pl031 rtc chip.
user needs to define 3 variables in board config to make use of this driver
#define CONFIG_RTC_PL0311 /* use ARM AMBA PL031
RTC */
#define CFG_RTC_PL031_BASE 0x101e8000 /* RTC Registers Base Address */
In message <[EMAIL PROTECTED]> you wrote:
>
> 1. I think I might be making an error with the syntax. Can you verify
> that this is the exact correct syntax to fix the Bad CRC (quotations,
> colons etc)
> (or am I making an error somewhere in the syntax)
>
> #define CONFIG_PREEBOOT "setenv preboot
In message <[EMAIL PROTECTED]> you wrote:
>
> I am trying to write a driver for arm amba pl031 rtc module. i need to
> setup rtc controller to enable it.
> I need to call it during boot sequence. But in lib_arm/board.c we do not
> have a call to rtc_init func.
This is intentional. U-Boot does no
This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
Graphic, Ethernet, USB, SD, RTC, and I2C controller.
This patch supports the following functions:
- 128MB DDR2-SDRAM (29-bit address mode only)
- NOR Flash
- USB host
- Ethernet
Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
---
PATCH
You are being followed by private investigators
http://www.neotronics.com.br/about.html
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK
add support for Renesas R8A66597 usb controller.
This patch supports USB Host mode.
Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
---
PATCH v2 :
- CONFIG_USB_R8A66597_HCD move to the Makefile.
- using debug() instead of R8A66597_DPRINT.
drivers/usb/Makefile |1 +
drivers/usb/
HI,
Dont apply this patch. i need to change the call to rtc_init to a different
place.
since wd has mentioned in other thread that uboot doesnt initialize
hardware/devices that board doesnt need. so i will change and
re-send/re-submit
Regards
Gururaja
--
View this message in context:
http://
Hi,
> This actually shouldn't work. Imagina 0xf000 base address that
> gets translated into 0x1e000 and causes my box to hang. Writing
> to 0xf000 seems the better way.
> Also don't compare against the UPM mask but agaist the MSEL mask.
>
> Cc: Sergei Poselenov <[EMAIL PROTECTED]>
> Cc: An
Hello,
the first release candidate for v1.3.4 is out. Well, actually it's
more some mile stone than a real release candidate as we still have a
couple of issues that need to be fixed before we can consider a
release:
PPC:
- MPC8272ADS:
pci.c: In function 'ft_pci_setup':
> >>
> >> Anyway, I'll wait for Kim's ACK before pushing it up into my dev-
> 1.3.4 branch
> >
> > see:
> >
> > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38991
>
>
> David, I'm still waiting for a response to Kim's comments before I can
> apply this. The window for 1.3.5 will open so
Hello Wolfgang,
>> Has the problem boards been fixed yet? If so please resubmit commit c0559be3.
> So what *is* the state of this?
> If nobody responds soon, I will indeed re-apply that patch, andthen I
> will not revert this commit again. So if you think this bytes you,
> please speak up *now*.
Wolfgang Denk wrote:
> Hello,
>
> the first release candidate for v1.3.4 is out.
:-)
> Well, actually it's more some mile stone than a real release
> candidate as we still have a couple of issues that need to be
> fixed before we can consider a release:
:-(
> - sacsng:
> main.c:
On Wed, Jul 16, 2008 at 03:01:33AM +0200, Ricardo Ribalda Delgado wrote:
> diff --git a/drivers/serial/serial_xuartlite.c
> b/drivers/serial/serial_xuartlite.c
> index 5c41a1c..2e6f096 100644
> --- a/drivers/serial/serial_xuartlite.c
> +++ b/drivers/serial/serial_xuartlite.c
> @@ -37,9 +37,9 @@
>
Casting on in_be32 not in MACROS
Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
---
serial_xuartlite.c: In function ‘serial_putc’:
serial_xuartlite.c:59: warning: passing argument 1 of ‘in_be32’ makes pointer
from integer without a cast
serial_xuartlite.c:60: warning: passing argument
On Wed, Jul 16, 2008 at 04:22:32PM +0200, Ricardo Ribalda Delgado wrote:
> Casting on in_be32 not in MACROS
>
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
Acked-by: Grant Likely <[EMAIL PROTECTED]>
> ---
> serial_xuartlite.c: In function ‘serial_putc’:
> serial_xuartlite.c:59: war
Wolfgang
Thanks for the help so far. Ok. A little background. I'm completely new
to the boot loader myself. The company that developed the prototype for
us was a third party who we do not have a contract with anymore so the
"new guy" is stuck trying to figure out what is going on.
It looks like
Ricardo Ribalda Delgado wrote:
> Previous patch did not compile on some boards
>
>
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
> ---
> -This patchs gives support for the embbedded ppc440
> on the Virtex5 FPGAs
>
> -interrupts.c divided in uic.c and interrupts.c
>
> -xilinx_irq.
HI Jon
Jou are completely right. Lets wait for more comments, and if there is
no other I will resubmit.
Best regards
On Wed, Jul 16, 2008 at 5:14 PM, Jon Loeliger <[EMAIL PROTECTED]> wrote:
> Ricardo Ribalda Delgado wrote:
>>
>> Previous patch did not compile on some boards
>>
>>
>> Signed-
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]>
---
include/asm-ppc/fsl_lbc.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/asm-ppc/fsl_lbc.h b/include/asm-ppc/fsl_lbc.h
index c4af797..ea49ddc 100644
--- a/include/asm-ppc/fsl_lbc.h
+++ b/include/asm-ppc/
Signed-off-by: Detlev Zundel <[EMAIL PROTECTED]>
---
board/tqc/tqm85xx/tqm85xx.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/board/tqc/tqm85xx/tqm85xx.c b/board/tqc/tqm85xx/tqm85xx.c
index f1c2e58..839d47d 100644
--- a/board/tqc/tqm85xx/tqm85xx.c
+++ b/board/tqc/tqm8
This got broken by commits 93c56f212c
[cfi_flash: support of long cmd in U-boot.]
That command needs to be in little endian format on BE machines
with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
the cmdbuf in case po
Hi,
I am wondering if the miiphy command support for QE UEC is already
merged into u-boot on some tree.
The last info I have on this patch is on this posting:
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/38965
It looked like it was about to make it into 1.3.3
I have checked both the
Hello Wolfgang,
[EMAIL PROTECTED] wrote:
[...]
> - sc3:
> main.c: In function 'abortboot':
> main.c:119: warning: too many arguments for format
[PATCH] sc3: Fix compilerwarning:
main.c:119: warning: too many arguments for format
Signed-off-by: Heiko Schocher <[EMAIL PROTEC
Hi
I am using at91sam9260ek board. I am burning the binaries in production boards.
I need to change the ip add, mac add and hostnames in each of the boards. The
u-boot doesn't allow me to change mac add using u-boot prompt. I have to erase
the env vars area and write all info there. Is there an
U-Boot allows for configurable prompt strings using the
CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
the assumption was that any such user defined problts would contain
exactly one "%d" format specifier. But some boards did not.
To allow for flexible boot prompts without add
Wolfgang Denk wrote:
> U-Boot allows for configurable prompt strings using the
> CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
> the assumption was that any such user defined problts would contain
> exactly one "%d" format specifier. But some boards did not.
>
> To allow for
Synopsis: [U-Boot-Users] [PATCH] cmd_nand: Fix warning: dereferencing
type-punned pointer will break strict-aliasing rules
Responsible-Changed-From-To: patch-coord->gu-mpc8xx
Responsible-Changed-By: wd
Responsible-Changed-When: Wed, 16 Jul 2008 22:32:41 +0200
Responsible-Changed-Why:
Just testing
In message <[EMAIL PROTECTED]> you wrote:
>
> It seems a lot simpler to reformat the couple of boards that don't have
> %d in their string to add the "in %d seconds" type phrase.
Agreed, that would be much simpler.
> The downside (risk!) of this is that some companies may be unhappy if
> their
Dear Heiko,
in message <[EMAIL PROTECTED]> you wrote:
>
> diff --git a/include/configs/sc3.h b/include/configs/sc3.h
> index f6e40de..0ff889a 100644
> --- a/include/configs/sc3.h
> +++ b/include/configs/sc3.h
> @@ -132,7 +132,8 @@
>
> #if 1/* feel free to disable for development */
>
On Wed, Jul 16, 2008 at 2:17 PM, richardretanubun
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am wondering if the miiphy command support for QE UEC is already
> merged into u-boot on some tree.
>
> The last info I have on this patch is on this posting:
>
> http://thread.gmane.org/gmane.comp.boot-loaders
Hello u-boot-users,
I am currently in the process of developing a new driver in U-Boot. It
is a software "virtual ethernet over PCI" driver. The driver itself is
largely irrelevant for this problem.
During the development, I noticed that adding and removing certain
pieces of debugging code (which
Hi,
This patch adds support to arm amba pl031 rtc chip.
User needs to define 3 variables in board config to make use of this
driver & needs to call rtc_init in order to start rtc.
#define CONFIG_RTC_PL031 1 /* use ARM AMBA PL031 RTC */
#define CFG_RTC_PL031_BASE 0x101e8000 /* RTC Registers B
Hi,
Sorry i had generated the patch from with uboot/lib_arm directory and
hence i think it failed. now i have created the diff for the root
directory where the uboot-1.3.3 folder resides. sorry for the trouble.
Thanks in advance.
Regards
Gururaja
Signed off by: Gururaja Hebbar <[EMAIL PROT
On Wednesday 16 July 2008, Ricardo Ribalda Delgado wrote:
> Previous patch did not compile on some boards
>
>
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
> ---
> -This patchs gives support for the embbedded ppc440
> on the Virtex5 FPGAs
>
> -interrupts.c divided in uic.c and interr
Hello Wolfgang,
Wolfgang Denk wrote:
> Dear Heiko,
>
> in message <[EMAIL PROTECTED]> you wrote:
>> diff --git a/include/configs/sc3.h b/include/configs/sc3.h
>> index f6e40de..0ff889a 100644
>> --- a/include/configs/sc3.h
>> +++ b/include/configs/sc3.h
>> @@ -132,7 +132,8 @@
>>
>> #if 1 /*
On Wednesday 16 July 2008, Ricardo Ribalda Delgado wrote:
> Added Flash Support
>
> Signed-off-by: Ricardo Ribalda Delgado <[EMAIL PROTECTED]>
Please add a small board description in the commit text.
> ---
> CREDITS |5 ++
> MAINTAINERS |4 +
38 matches
Mail list logo