Support for the OpenRD base board
The implementation is borrowed from the sheevaplug board and the Marvell
1.1.4 code and likely to be a bit incomplete.
Signed-off-by: Simon Kagstrom
---
The configuration does not include UBIFS support, which still needs
the remaining patches for the bitops clea
Hi,
Zang Roy-R61911 wrote:
>
>
>
>> -Original Message-
>> From: Felix Radensky [mailto:fe...@embedded-sol.com]
>> Sent: Sunday, September 13, 2009 17:19 PM
>> To: Zang Roy-R61911
>> Cc: U-Boot-Denx; Kumar Gala
>> Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for
>> p2020ds b
> -Original Message-
> From: Felix Radensky [mailto:fe...@embedded-sol.com]
> Sent: Monday, September 14, 2009 15:50 PM
> To: Zang Roy-R61911
> Cc: U-Boot-Denx; Kumar Gala; Zhang Junjie-B18070
> Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for
> p2020ds board
>
> Hi,
>
> Zan
Zang Roy-R61911 wrote:
>
>
>
>> -Original Message-
>> From: Felix Radensky [mailto:fe...@embedded-sol.com]
>> Sent: Monday, September 14, 2009 15:50 PM
>> To: Zang Roy-R61911
>> Cc: U-Boot-Denx; Kumar Gala; Zhang Junjie-B18070
>> Subject: Re: [U-Boot] [PATCH] Enable usb ehci support f
> -Original Message-
> From: Felix Radensky [mailto:fe...@embedded-sol.com]
> Sent: Monday, September 14, 2009 16:16 PM
> To: Zang Roy-R61911
> Cc: U-Boot-Denx; Kumar Gala; Zhang Junjie-B18070
> Subject: Re: [U-Boot] [PATCH] Enable usb ehci support for
> p2020ds board
>
> Zang Roy-R61
On Fri, 4 Sep 2009 11:27:19 +0200
Simon Kagstrom wrote:
> Make arm926ejs use -march=armv5t to avoid problems with EABI
>
> Using -march=armv5t instead of armv5te allows Marvell Kirkwood-based
> boards to boot with the EABI changes introduced in commit
> f772acf8a584067033eff1e231fcd1fb3a00d3d9
Hello,
I´ve already inserted the following code:
In at91sam9g20ek.c:
void thread_test(void)
{
printf("RESET via INT\n");
}
in function :static void at91sam9g20ek_macb_hw_init (void)
{
...
at91_sys_write(AT91_RSTC_MR, AT91_RSTC_KEY | AT91_RSTC_URSTIEN);
// Reset Bit AT91_RSTC_URSTS
at
All 4xx variants had their own, mostly identical get_OPB_freq()
function. Some variants even only had the OPB frequency calculated
in this routine and not supplied the sys_info.freqOPB variable
correctly (e.g. 405EZ). This resulted in incorrect OPB values passed
via the FDT to Linux.
This patch no
Wolfgang Denk wrote:
> Dear Mingkai Hu,
>
> In message <1252466603-25103-1-git-send-email-mingkai...@freescale.com> you
> wrote:
>> To simplify the top level makefile it useful to be able to parse
>> the top level makefile target to multiple individual target, then
>> put them to the config.h,
Hi Wolfgang,
I decided to remove ll_temac driver from master branch.
He has a lot of work and I want to clean other u-boot stuff.
Ben: LL-temac driver in in net branch please add it to your net branch.
There are some important patches:
1. Removing Suzaku board
2. Remove old emac driver
3. Cleanu
Hi Heiko,
> U-Boot can detect, if a ide device is present or not.
> If not and this new config option is activated, u-boot
> removes the ata node from the DTS before booting Linux,
> so the Linux IDE driver didn;t crashs, when probing the
does not crash
The same below in
Hi Timur,
> Joakim Tjernlund wrote:
>
>> This will generate the same divisor tables as AN2919, tables 6-9.
>> I do not take condition 2 into consideration as it not clear how to
>> deal with it and it does not seem to have an significant impact.
>>
>> What do you think?
>
> I really don't have ti
Hi Heiko,
> - as this boards are similiar, collect common config option
> in manroland/common.h and manroland/mpc52xx-common.h
> for mpc5200 specific common options for this manufacturer.
> - add OF support
> - update default environment
>
> Signed-off-by: Heiko Schocher
Acked-by: Detlev Zun
Detlev Zundel wrote:
> Hi Timur,
>
>> Joakim Tjernlund wrote:
>>
>>> This will generate the same divisor tables as AN2919, tables 6-9.
>>> I do not take condition 2 into consideration as it not clear how to
>>> deal with it and it does not seem to have an significant impact.
>>>
>>> What do you th
Wolfgang Grandegger wrote:
> I did not follow the thread yet, sorry. I implemented AN2819 for Linux
> (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c)
> some time ago using Timur's table approach. But there is no difference
> between the table and the algorithm to calculate th
Hi Heiko,
and another nitpicking comment below:
On Monday 14 September 2009 17:06:46 Heiko Schocher wrote:
> diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c
> index f6258c7..a2fc323 100644
> --- a/cpu/mpc5xxx/cpu.c
> +++ b/cpu/mpc5xxx/cpu.c
> @@ -125,6 +125,9 @@ void ft_cpu_setup(void *blob
>
> Fix warning
>
> 'setup_net_chip' declared 'static' but never defined
>
> with CONFIG_OMAP3_OVERO_TOBI disabled and
>
> implicit declaration of function 'smc911x_initialize'
>
> with CONFIG_OMAP3_OVERO_TOBI enabled.
>
> Signed-off-by: Dirk Behme
>
Pushed to u-boot-ti
Thanks,
Sandeep
Hello Jerry,
Jerry Van Baren wrote:
> Heiko Schocher wrote:
>> U-Boot can detect, if a ide device is present or not.
>> If not and this new config option is activated, u-boot
>> removes the ata node from the DTS before booting Linux,
>> so the Linux IDE driver does not crash, when probing the
>> d
Yes, I do mean PCIe. Sorry should have mentioned that.
wd wrote:
>
> Dear dbrazeau,
>
> In message <25389144.p...@talk.nabble.com> you wrote:
>>
>> I'm trying to get my ppc440spe (Katmai) board to initialize in PCI
>> adapter
>> mode. I was hoping that someone could give me some pointers on
>
> Wolfgang Grandegger wrote:
>
> > I did not follow the thread yet, sorry. I implemented AN2819 for Linux
> > (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c)
> > some time ago using Timur's table approach. But there is no difference
> > between the table and the algorithm to
Timur Tabi wrote:
> Wolfgang Grandegger wrote:
>
>> I did not follow the thread yet, sorry. I implemented AN2819 for Linux
>> (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c)
>> some time ago using Timur's table approach. But there is no difference
>> between the table and the
Hi all,
Now I encoutered one problem about 88E1145 in Uboot. The CPU can access
88e1145 internel register correctly through SMI (PHY ID is correct), but the
ethernet connection does not work. I guess it is caused by not initializing
88e1145 correctly. So could anybody help provide one correct 8
On Monday 14 September 2009 17:55:01 Heiko Schocher wrote:
> >>> Incorrect multi-line parentheses:
> >>>
> >>> if (nodeoffset >= 0) {
> >>> fdt_del_node(blob, nodeoffset);
> >>> } else {
> >>> printf("%s: cannot find %s node err:%s\n",
> >>>
Hello Stefan,
Stefan Roese wrote:
> On Monday 14 September 2009 17:55:01 Heiko Schocher wrote:
> Incorrect multi-line parentheses:
>
> if (nodeoffset >= 0) {
> fdt_del_node(blob, nodeoffset);
> } else {
> printf("%s: c
U-Boot can detect, if a ide device is present or not.
If not and this new config option is activated, u-boot
removes the ata node from the DTS before booting Linux,
so the Linux IDE driver does not crash, when probing the
device. This is needed for buggy hardware (uc101) where
no pull down resistor
On Monday 14 September 2009 17:26:45 Heiko Schocher wrote:
> >> +++ b/cpu/mpc5xxx/cpu.c
> >> @@ -125,6 +125,9 @@ void ft_cpu_setup(void *blob, bd_t *bd)
> >>uchar enetaddr[6];
> >>char * eth_path = "/" OF_SOC "/ether...@3000";
> >> #endif
> >> +#if defined(CONFIG_OF_IDE_FIXUP)
> >> + exte
Hello Stefan,
Stefan Roese wrote:
> Hi Heiko,
>
> and another nitpicking comment below:
>
> On Monday 14 September 2009 17:06:46 Heiko Schocher wrote:
>
>
>
>> diff --git a/cpu/mpc5xxx/cpu.c b/cpu/mpc5xxx/cpu.c
>> index f6258c7..a2fc323 100644
>> --- a/cpu/mpc5xxx/cpu.c
>> +++ b/cpu/mpc5xxx/c
新しいメールアドレスをお知らせします新しいメールアドレス: microsoftinternationalorgniz...@yahoo.co.jp
Your email address has been selected as one of the winners of US$1,200,000.00
from the Euro Millions lotto draws held in Japan on 12/09/09 with Lucky
#:416172029. reply for more details for your prize
email:richardsadams
Heiko Schocher wrote:
> U-Boot can detect, if a ide device is present or not.
> If not and this new config option is activated, u-boot
> removes the ata node from the DTS before booting Linux,
> so the Linux IDE driver does not crash, when probing the
> device. This is needed for buggy hardware (uc
>
> Timur Tabi wrote:
> > Wolfgang Grandegger wrote:
> >
> >> I did not follow the thread yet, sorry. I implemented AN2819 for Linux
> >> (see http://lxr.linux.no/#linux+v2.6.31/drivers/i2c/busses/i2c-mpc.c)
> >> some time ago using Timur's table approach. But there is no difference
> >> between th
Hello Stefan,
Stefan Roese wrote:
> Hi Heiko,
>
> sorry for the late review, but I just noticed some minor issues.
No problem, thanks for reviewing.
> On Monday 14 September 2009 17:06:46 Heiko Schocher wrote:
>> U-Boot can detect, if a ide device is present or not.
>> If not and this new confi
Hello Stefan,
Stefan Roese wrote:
> On Monday 14 September 2009 17:26:45 Heiko Schocher wrote:
[...]
do_fixup_by_path_u32(blob, cpu_path, "timebase-frequency", OF_TBCLK,
1); do_fixup_by_path_u32(blob, cpu_path, "bus-frequency",
bd->bi_busfreq, 1); @@ -137,6 +140,21 @@ void ft_cpu
Hello Detlev,
Detlev Zundel wrote:
>> U-Boot can detect, if a ide device is present or not.
>> If not and this new config option is activated, u-boot
>> removes the ata node from the DTS before booting Linux,
>> so the Linux IDE driver didn;t crashs, when probing the
> do
Hi Heiko,
sorry for the late review, but I just noticed some minor issues.
On Monday 14 September 2009 17:06:46 Heiko Schocher wrote:
> U-Boot can detect, if a ide device is present or not.
> If not and this new config option is activated, u-boot
> removes the ata node from the DTS before booting
Dear "Zang Roy-R61911",
In message
<7df0af56456b8f4081e3c44ccce311de5a3...@zch01exm23.fsl.freescale.net> you wrote:
>
...
> You need to run
> => usb start
> to start usb, then run
> => usb dev 0
> to specify the device, then run
This should not be needed...
> => ext2ls usb 0:1
> to ls the sda
Dear Felix Radensky,
In message <4aadfbc6.4080...@embedded-sol.com> you wrote:
>
...
> I think "usb start" and "usb reset" are identical, but anyway:
Yes, they are.
> => usb start
> (Re)start USB...
> USB: Register 10011 NbrPorts 1
> USB EHCI 1.00
> scanning bus for devices... 2 USB Device(s)
Dear "Zang Roy-R61911",
In message
<7df0af56456b8f4081e3c44ccce311de5a3...@zch01exm23.fsl.freescale.net> you wrote:
>
> > => usb start
> > (Re)start USB...
> > USB: Register 10011 NbrPorts 1
> > USB EHCI 1.00
> > scanning bus for devices... 2 USB Device(s) found
> >scanning bus for st
From: Sandeep Paulraj
The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag.
This is already included when we include the
config_cmd_default.h header file. So this flag is removed.
Also another flag to enable NAND functions was being
enabled incorrectly.
Signed-off-by: Sandeep Paulraj
---
i
From: Sandeep Paulraj
The DaVinci DM365 EVM board specific code was including a header file
which does not exist. So removing this header file.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm365evm/dm365evm.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/board/da
From: Sandeep Paulraj
This patch enables EMAC on the DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm365evm/dm365evm.c | 38 +
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/board/davinci/dm365evm/dm365evm.c
b/board/davinci/
Dear Peter Tyser,
In message <1252709159-22326-1-git-send-email-pty...@xes-inc.com> you wrote:
> ** This patch is only meant to allow others to test relocation, it
> should not be applied!! **
>
> This patch is a quick hack to enable proper relocation on powerpc
> boards. I tested on some mpc85x
In message <1252660703-15596-1-git-send-email...@denx.de> you wrote:
> Fix this warning when building on 64 bit systems:
> tools/kwbimage.c: In function 'kwbimage_checksum32':
> tools/kwbimage.c:135: warning: format '%d' expects type 'int',
> but argument 4 has type 'long unsigned int'
>
> Signed
Hi Sandeep,
Is there another part to this patch still coming or did I miss a patch
along the way? This patch as-is doesn't compile:
...
dm365evm.c: In function ‘board_eth_init’:
dm365evm.c:47: error: ‘GIO_DIR01’ undeclared (first use in this function)
Michal,
Michal Simek wrote:
> Hi Wolfgang,
>
> I added all Microblaze changes to my repo.
>
> Ben: Can you finally check LL-Temac driver? I haven't got any your reaction.
> I know you have just a lot of work.
>
I'm sending out a review shortly of your latest submission. Obviously,
I'm OK with
Fix warning: flash.c:531: warning: dereferencing type-punned pointer
will break strict-aliasing rules
Signed-off-by: Wolfgang Denk
Cc: K�ri Dav��sson
---
v2: change implementation as suggested by Scott Wood in
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67828/focus=67900
board/f
In message <1252660703-15596-4-git-send-email...@denx.de> you wrote:
> Fix warning: natsemi.c:757: warning: dereferencing type-punned pointer
> will break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Ben Warren
> ---
> drivers/net/natsemi.c |3 ++-
> 1 files changed, 2 inser
In message <1252660703-15596-5-git-send-email...@denx.de> you wrote:
> Fix warnings:
> skge.c: In function 'BoardInitMem':
> skge.c:1389: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
> skge.c:1390: warning: dereferencing type-punned pointer will break
> strict-ali
In message <1252660703-15596-6-git-send-email...@denx.de> you wrote:
> Fix warning: ../common/flash.c:635: warning: dereferencing type-punned
> pointer will break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Matthias Fuchs
> Cc: Stefan Roese
> ---
> board/esd/common/flash.c |
In message <1252660703-15596-7-git-send-email...@denx.de> you wrote:
> Fix warning: ide.c:54: warning: dereferencing type-punned pointer will
> break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Matthias Fuchs
> Cc: Stefan Roese
> ---
> board/esd/cpci750/ide.c |8 ++--
>
In message <1252660703-15596-2-git-send-email...@denx.de> you wrote:
> Fix warning: bootp.c:695: warning: dereferencing type-punned pointer
> will break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Ben Warren
> ---
> net/bootp.c |6 +-
> 1 files changed, 5 insertions(+),
In message <1252662563-18284-1-git-send-email...@denx.de> you wrote:
> Fix warning: ../common/flash.c:668: warning: dereferencing type-punned
> pointer will break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Andrea Marson
> ---
> board/dave/common/flash.c |3 ++-
> 1 files c
In message <1252662563-18284-3-git-send-email...@denx.de> you wrote:
> Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
> BIN2BCD macros with inline functions"
>
> phantom.c:163: error: redefinition of 'bcd2bin'
> /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definiti
> -Original Message-
> From: Matt Waddel [mailto:mwad...@control4.com]
> Sent: Monday, September 14, 2009 5:43 PM
> To: u-boot@lists.denx.de
> Cc: Paulraj, Sandeep
> Subject: Re: [U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on
> DM365
>
> Hi Sandeep,
>
> Is there another par
Fix warning: ide.c:60: warning: dereferencing type-punned pointer will
break strict-aliasing rules
Signed-off-by: Wolfgang Denk
Cc: Guennadi Liakhovetski
---
v2: Better implementation as suggested by Scott Wood in
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/67840/focus=67891
bo
In message <1252662563-18284-5-git-send-email...@denx.de> you wrote:
> Fix warnings:
> flash.c: In function 'write_word_1':
> flash.c:696: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
> flash.c: In function 'write_word_2':
> flash.c:1044: warning: dereferencing typ
In message <1252662563-18284-6-git-send-email...@denx.de> you wrote:
> Fix warning: flash.c:919: warning: dereferencing type-punned pointer
> will break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Stefan Roese
> ---
> board/amcc/yucca/flash.c |7 ---
> 1 files changed,
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Dirk Behme
> Sent: Sunday, September 13, 2009 4:40 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH] OMAP3 MMC: Fix warning dereferencing type-punned
> pointer
>
> Fix w
In message <1252662563-18284-2-git-send-email...@denx.de> you wrote:
> Fix warning: ../common/flash.c:917: warning: dereferencing type-punned
> pointer will break strict-aliasing rules
>
> Signed-off-by: Wolfgang Denk
> Cc: Stefan Roese
> ---
> board/amcc/common/flash.c |7 ---
> 1 file
mon...@monstr.eu wrote:
> From: Michal Simek
>
> Here are two major changes which should go together.
> First is adding LL Temac driver to u-boot and the second
> is changing Emaclite to NET_MULTI api.
>
>
Please break this up into two independent patches. I can sort through
the common files
Dear dbrazeau,
please do not top-post / full quote. Make sure to read
http://www.netmeister.org/news/learn2quote.html
In message <25438442.p...@talk.nabble.com> you wrote:
>
> Yes, I do mean PCIe. Sorry should have mentioned that.
Well, in this case...
> > In message <25389144.p...@talk.nab
On Mon, 2009-09-14 at 23:26 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
>
> In message <1252709159-22326-1-git-send-email-pty...@xes-inc.com> you wrote:
> > ** This patch is only meant to allow others to test relocation, it
> > should not be applied!! **
> >
> > This patch is a quick hack to
Hello U-Boot Users,
I am working on updating a EP8248 based board from a very old U-Boot
1.1.2 to v2009.08.
The board has 2 banks of 32MB/256 sector NOR flash at 0xFC00 and
0xFE00. The (single) JFFS2 partition is located at 0xFE02 to
0xFFEF.
Using U-Boot 1.1.2, the files within
On Mon, 2009-09-14 at 20:08 -0500, Tommy Wang wrote:
> Hello U-Boot Users,
>
> I am working on updating a EP8248 based board from a very old U-Boot
> 1.1.2 to v2009.08.
>
> The board has 2 banks of 32MB/256 sector NOR flash at 0xFC00 and
> 0xFE00. The (single) JFFS2 partition is located
Dear Wolfgang
2009/9/10 Wolfgang Denk :
> Dear Minkyu Kang,
>
> In message <4aa8ac3b.5000...@samsung.com> you wrote:
>> This patch includes the onenand driver for s5pc100
>>
>> Signed-off-by: Minkyu Kang
>> Signed-off-by: Kyungmin Park
> ...
>> +struct s3c_onenand {
>> + struct mtd_info *mtd
U-Boot can detect if an IDE device is present or not.
If not, and this new config option is activated, U-Boot
removes the ATA node from the DTS before booting Linux,
so the Linux IDE driver does not probe the device and
crash. This is needed for buggy hardware (uc101) where
no pull down resistor is
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Zhe Wang
> Sent: Monday, September 14, 2009 8:08 PM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] about 88E1145
>
> Hi all,
>
>Now I encoutered one problem about 88E1145 i
Hi Ben,
sorry for head quoting but this is V2.
In my net branch is V3 which has some fixes which you reported.
Anyway. You want to create two separate patches. I am ok with it.
I'll do it and let you know.
Thanks,
Michal
Ben Warren wrote:
> mon...@monstr.eu wrote:
>> From: Michal Simek
>>
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Felix Radensky
> Sent: Monday, September 14, 2009 3:50 PM
> To: Zang Roy-R61911
> Cc: U-Boot-Denx; Zhang Junjie-B18070; Kumar Gala
> Subject: Re: [U-Boot] [PATCH] Enable usb eh
68 matches
Mail list logo