Hello Jerry!
>> I have a LPC2468 board and currently play with u-boot. U-boot version
>> is 1.1.6 from Embedded Artists. I've already made u-boot loading and
>
> 1.1.6 is really old.
I'll keep this in mind and will update as soon as fix this issue.
>> Pattern Writing... Reading...
>
Dear Kevin Morfitt,
2009/11/17 kevin.morf...@fearnside-systems.co.uk
:
> This patch adds a unified s3c24x0 cpu header file that selects the header
> file for the specific s3c24x0 cpu from the SOC and CPU configs defined in
> board config file. This removes the current chain of s3c24-type #ifdef's
"Robert P. J. Day" writes:
> On Thu, 19 Nov 2009, Nishanth Menon wrote:
>
>> I agree - I do not think there are any such plans. NAK to the patch.
>> Regards,
>> Nishanth Menon
>
> fair enough. but i think a two-line comment is still useful for
> people new to ARM who know the beagle is a 3530
Dear Tom,
The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
Wolfgang Denk (1):
Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Minkyu Kang (2):
s3c64xx: move s3c6
Commit c7190f02 (retain POR values of non-configured ACR, SPCR, SCCR,
and LCRR bitfields) moved the LCRR assignment to after relocation
to RAM because of the potential problem with changing the local bus
clock while executing from flash.
For some boards this isn't needed (E.G. when running from a
I have an SD card with an ext2 partition and I am trying to access it
through ext2ls command but this is what I get:
# ext2ls mmc 0:1 /
** Bad partition - mmc 0:1 **
I have read some previous mails of some people complaining about a
similar problem:
http://www.mail-archive.com/u-boot@lists.denx.d
Also if I issue a "mmc rescan 0" I get the following:
# mmc rescan 0
# ext2ls mmc 0:1 /
get partition info called
raise: Signal # 8 caught
raise: Signal # 8 caught
raise: Signal # 8 caught
What could be happening here?
Thank you.
--
Javier Martin
Vista Silicon S.L.
CDTUC - FASE C - Oficina S-34
reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i
see:
"To enable splash screen support, you have to add a "#define
CONFIG_SPLASH_SCREEN" to your board configuration file. This will also
implicitly enable U-Boot Bitmap Support."
"implicitly"? how does that work? from what
Robert P. J. Day wrote:
> Make it clear to the reader that, since OMAP 34XX and 35XX are the
> same silicon, the BeagleBoard can use the OMAP34XX macros.
>
> Signed-off-by: Robert P. J. Day
>
> ---
>
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index 19a5ec9.
Looking deeply in the list I found someone that had the same problem
with an AT91:
http://www.mail-archive.com/u-boot@lists.denx.de/msg23442.html
I submit here all useful information about my case.
Board: imx27lite
Toolchains: eldk-4.2
GIT commit: f67066b6b0740b826ed862615c5ab022aaf4779a
SD card
On Fri, 20 Nov 2009, Tom wrote:
> Robert P. J. Day wrote:
> > Make it clear to the reader that, since OMAP 34XX and 35XX are the
> > same silicon, the BeagleBoard can use the OMAP34XX macros.
> >
> > Signed-off-by: Robert P. J. Day
> >
> > ---
> >
> > diff --git a/include/configs/omap3_beagle.h b
In the case of a nand controller that needs the OOB data before
it can read the page data, an unnecessary read sequence is sent
to the nand. This reduces read performance.
This sequence is sent by default before all page reads, but the
OOB first page read function immediately issues a new command,
Hi again,
Enabling CONFIG_EHCI_IS_TDI in my board configuration file made it work.
On Monday 16 November 2009 13:54:19 Florian Fainelli wrote:
> Hi,
>
> On Friday 13 November 2009 17:02:26 Florian Fainelli wrote:
> > Hi all,
> >
> > I am trying to make u-boot work with my EHCI controler and ever
at the risk of embarrassing myself yet again, am i misreading the
macro that defines and tests for a beagle board?
$ grep -rw CONFIG.*OMAP3.*BEAGLE *
include/configs/omap3_beagle.h:#define CONFIG_OMAP3_BEAGLE 1 /*
working with BEAGLE */
include/asm-arm/mach-types.h:#ifdef CONFIG_MAC
Dear javier Martin,
In message you
wrote:
> I have an SD card with an ext2 partition and I am trying to access it
> through ext2ls command but this is what I get:
>
> # ext2ls mmc 0:1 /
> ** Bad partition - mmc 0:1 **
>
> I have read some previous mails of some people complaining about a
> sim
Dear javier Martin,
In message you
wrote:
> Also if I issue a "mmc rescan 0" I get the following:
>
> # mmc rescan 0
> # ext2ls mmc 0:1 /
> get partition info called
> raise: Signal # 8 caught
> raise: Signal # 8 caught
> raise: Signal # 8 caught
>
> What could be happening here?
Sorry, the b
Dear "Robert P. J. Day",
In message you wrote:
>
> reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i
> see:
>
> "To enable splash screen support, you have to add a "#define
> CONFIG_SPLASH_SCREEN" to your board configuration file. This will also
> implicitly enable U-Boot Bit
On Fri, 20 Nov 2009, Wolfgang Denk wrote:
> Dear "Robert P. J. Day",
>
> In message you wrote:
> >
> > reading http://www.denx.de/wiki/view/DULG/UBootSplashScreen, and i
> > see:
> >
> > "To enable splash screen support, you have to add a "#define
> > CONFIG_SPLASH_SCREEN" to your board configu
On Fri, Nov 20, 2009 at 03:30:46PM +, Nick Thompson wrote:
> In the case of a nand controller that needs the OOB data before
> it can read the page data, an unnecessary read sequence is sent
> to the nand. This reduces read performance.
By how much? Is a similar patch going into Linux?
> Thi
On Thu, Nov 19, 2009 at 11:04:42PM -0500, s-paul...@ti.com wrote:
> From: Sandeep Paulraj
>
> This patch adds support for NAND devices with a page size of
> 4K in the DaVinci NAND driver. The layout matches the layout that TI uses
> for 4K page size NAND devices in the kernel NAND driver.
>
> Si
Minkyu Kang wrote:
> Dear Tom,
>
> The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
> Wolfgang Denk (1):
> Merge branch 'master' of /home/wd/git/u-boot/custodians
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-samsung master
>
>
The following changes since commit 06f43286c6354aaab0103615e83893512f86eee7:
Wolfgang Denk (1):
Merge branch 'master' into next
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git next
Hui.Tang (1):
S3C2410 NAND Flash Add Missing Function
Sandeep Pa
Hi Uboot Guru's,
Cisco's Server Access Virtualization product group is actively looking
to hire 3 Senior Software Engineers with experience in Linux Kernel,
Uboot, Platform preferably in networking or storage space. We will also
consider if someone is a technical lead.
Please let me kn
in my travels through OMAP land, i'm still running across what look
like typoes but i'm not sure if they are or if there's something
subtle and funky going on underneath with macro concatenation or
something.
witness:
$ grep -r CONFIG.*OMAP.*INNOVATOR *
include/configs/omap1510.h:#ifdef CONF
24 matches
Mail list logo