This patch makes all definitions, declarations and usages of weak functions
consistent.
Signed-off-by: Graeme Russ
---
WARNING: This patch hits a _lot_ of arches - Please
The following patch applies the following rules:
- All functions are defined without __attribute__((weak)) in header files
On Sat, 13 Dec 2008 00:10:26 +0100
Wolfgang Denk wrote:
> Dear Hugo Villeneuve,
>
> In message <20081212150047.e3dbbbef.h...@hugovil.com> you wrote:
> >
> > I have written some code to program a FPGA in Linux, for two
> > different types of boards: one uses a serial interface (SPI) and
> > the s
Hello,
I am trying to reduce the size of the u-boot.bin file so that it fits
into a 256KB promjet. I disabled all the drivers that I didn't need and
have just kept the NOR driver but the binary size is still 512KB, it
seems to be a hard number coded in somewhere. I would have thought this
was the
Dear Stefan Roese,
In message <200812101723.27445...@denx.de> you wrote:
> The following changes since commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae:
> Ben Warren (1):
> Fix compile error in building MBX860T.
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-b
Dear Shinya Kuribayashi,
In message <493fda82.7000...@ruby.dti.ne.jp> you wrote:
>
> The following changes since commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae:
> Ben Warren (1):
> Fix compile error in building MBX860T.
>
> are available in the git repository at:
>
> git://git.denx
Dear Nobuhiro Iwamatsu,
In message <20081210232023.5dd0283d.iwama...@nigauri.org> you wrote:
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-sh.git master
>
> Jean-Christophe PLAGNIOL-VILLARD (3):
> sh: fix rsk7203 and MigoR out of tree build
> sh: r2dplus
Dear Michal Simek,
In message <493f829d.9000...@monstr.eu> you wrote:
>
> please pull these changes.
>
>
> The following changes since commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97:
> Jerry Van Baren (1):
> libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
>
> are available in
Dear Anatolij Gustschin,
In message <493eac54.9040...@denx.de> you wrote:
>
> The following changes since commit 13d36ec849785453953d00220b2c7dc66644a3c2:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-at91
>
> are available in the git repository at:
>
> gi
Dear Stefan Roese,
In message <200812101307.41102...@denx.de> you wrote:
> Hi Wolfgang,
>
> this is an updated pull-request for the UBI repository. I added the latest 2
> small
> patches.
>
> The following changes since commit 13d36ec849785453953d00220b2c7dc66644a3c2:
> Wolfgang Denk (1):
>
Dear Stefan Roese,
In message <200812091009.47977...@denx.de> you wrote:
> The following changes since commit 13d36ec849785453953d00220b2c7dc66644a3c2:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-at91
>
> are available in the git repository at:
>
> git://
Dear Hugo Villeneuve,
In message <20081212150047.e3dbbbef.h...@hugovil.com> you wrote:
>
> I have written some code to program a FPGA in Linux, for two different types
> of boards: one uses a serial interface (SPI) and the second a parallel
> interface. I have been able to sucessfully program bo
Currently there are in excess of 100 bytes located at the beginning of the image
built by start.S that are not being utilized. This patch moves a few functions
into this part of the image. This will create a greater number of *available*
bytes that can be used by board specific code in NAND build
On Fri, 12 Dec 2008 15:00:47 -0500
Hugo Villeneuve wrote:
> Hi,
> I have written some code to program a FPGA in Linux...
Sorry, wrong mailing list :)
Hugo V.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
I have written some code to program a FPGA in Linux, for two different types of
boards: one uses a serial interface (SPI) and the second a parallel interface.
I have been able to sucessfully program both boards. I'm now trying to clean my
code and make it more generic, as well as better in l
Dear "Peter Vollmer",
In message you wrote:
>
> 1) Lets say this is a simplified part of the commit log after I cloned the
> repo and created my branch with "git checkout -b bisect v2008.10"
But that's wrong. You said, you patches were based on v1.3.3 - then you must
branch off v1.3.3:
Andre Schwarz wrote:
> mpc83xx/spd_sdram needs some fixes to work with latest chips :
>
> 1.
> max_data_rate seems to be mishandled. Since it's twice the physical
> clock we need much higher vaues for calculating optimum caslat ... or
> use "max_bus_clock" instead. bus_clock seems to be reasonabl
Andre Schwarz wrote:
>> I don't believe anyone is currently working on getting the new ddr
>> code to be used w/83xx. Feel free to submit patches that does this
>> and we will review them as they are posted.
>>
>> - k
> After spending few hours it seems to work basically.
> This is what I've done
Andre Schwarz wrote:
>> I don't believe anyone is currently working on getting the new ddr
>> code to be used w/83xx. Feel free to submit patches that does this
>> and we will review them as they are posted.
>>
>> - k
> After spending few hours it seems to work basically.
> This is what I've done
Hi Marco,
> BISON dtc-parser.tab.c
> DEP dtc-parser.tab.c
> LEX dtc-lexer.lex.c
> make: flex: Command not found
Actually, I do not know, how an error message could be more clear than
that. Obviously your Linux installation is missing the GNU lexical
scanner generator "flex". It should be triv
Marco Antônio Possamai wrote:
> Hello, all.
>
> I need to get my device-tree blob done, in order to pass it along with
> the image I've created (bootm command). I'm kind of new on the dtb
> concept and I'm not sure if I'm doing it right. Have read some stuff
> about it, though.
>
> What I got is
Hello, all.
I need to get my device-tree blob done, in order to pass it along with
the image I've created (bootm command). I'm kind of new on the dtb
concept and I'm not sure if I'm doing it right. Have read some stuff
about it, though.
What I got is that I have to generate a .dtb out of this sou
Hi Wolfgang,
Wolfgang Denk schrieb:
> Dear Jens Gehrlein,
>
> In message <490edd63.1010...@tqs.de> you wrote:
>> find_sector() loops through the sector table from the last sector to
>> the current sector. And the more sectors the device has, the slower
>> the algorithm becomes. And this process f
>From b24eaf52ade5e5f1e94243f727d4c0f6d0fccdf5 Mon Sep 17 00:00:00 2001
From: Richard Retanubun
Date: Fri, 12 Dec 2008 10:23:45 -0500
Subject: [PATCH] The ending LBA is inclusive. Hence, the partition size should
be
((ending-LBA + 1) - starting-LBA) to get the proper partition size.
This is con
Hi:
I downloaded uboot 1.3.4 and build it successfully, but it can't work
on my MPC8548 board. There is no output message after power on. I use
USB TAB to trace where the problem is and find that cpu died during
relocation of CCSRBAR in cpu_init_early_f function. Is there anyone
who also finds this
Dear Wolfgang,
On Thu, 11 Dec 2008 21:54:13 +0100, Wolfgang Denk wrote:
> In message you wrote:
>> > What exactly do you expect this command to do?
> You showed us a sequence of two commands: git-clone followed by
> git-rebase, and complain that it doesn't wor as expected.
>
> You are missi
Hello All,
>> please remove you do not do enough modification to claim the copytight
> Jean-Christophe, did you follow Michael's EHCI patches from the last days? He
> did quite a lot of work in this driver (e.g. big endian support etc).
> Definitely enough for adding his Copyright here from my poi
EHCI fix code and ixp4xx test.
USB ehci configuration parameter:
#define CONFIG_CMD_USB 1
#define CONFIG_USB_STORAGE 1
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_IXP4XX 1
#define CONFIG_EHCI_IS_TDI 1
#define CONFIG_EHCI_DESC_BIG_ENDIAN 1
#define CONFIG_EHCI_MMIO_BIG_EN
On 11:39 Fri 12 Dec , Stefan Roese wrote:
> On Friday 12 December 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 11:00 Fri 12 Dec , Michael Trimarchi wrote:
>
>
>
> > > diff --git a/drivers/usb/usb_ehci.h b/drivers/usb/usb_ehci.h
> > > index 90b137a..9e8e7b2 100644
> > > --- a/driv
On Friday 12 December 2008, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 11:00 Fri 12 Dec , Michael Trimarchi wrote:
> > diff --git a/drivers/usb/usb_ehci.h b/drivers/usb/usb_ehci.h
> > index 90b137a..9e8e7b2 100644
> > --- a/drivers/usb/usb_ehci.h
> > +++ b/drivers/usb/usb_ehci.h
> > @@ -1,
Hi,
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 11:00 Fri 12 Dec , Michael Trimarchi wrote:
>
>> EHCI fix code and ixp4xx test.
>> USB ehci configuration parameter:
>>
>> #define CONFIG_CMD_USB 1
>> #define CONFIG_USB_STORAGE 1
>> #define CONFIG_USB_EHCI
>> #define CONFIG_USB
On 11:00 Fri 12 Dec , Michael Trimarchi wrote:
> EHCI fix code and ixp4xx test.
> USB ehci configuration parameter:
>
> #define CONFIG_CMD_USB 1
> #define CONFIG_USB_STORAGE 1
> #define CONFIG_USB_EHCI
> #define CONFIG_USB_EHCI_IXP4XX 1
> #define CONFIG_EHCI_IS_TDI
Hi Michael,
On Friday 12 December 2008, michael wrote:
> In the last ehci patch I add myself in the author of the code. I'm not
> sure if it possible. I change
> the codes and test it but I don't know if the change are sufficient.
You added yourself not as author but you added your Copyright. Wit
Hi all,
In the last ehci patch I add myself in the author of the code. I'm not
sure if it possible. I change
the codes and test it but I don't know if the change are sufficient.
Regards Michael
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
EHCI fix code and ixp4xx test.
USB ehci configuration parameter:
#define CONFIG_CMD_USB 1
#define CONFIG_USB_STORAGE 1
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_IXP4XX 1
#define CONFIG_EHCI_IS_TDI 1
#define CONFIG_EHCI_DESC_BIG_ENDIAN 1
#define CONFIG_
Hi Frederic,
The patches look good in general, but unfortunately you mailer turned
tabs into spaces and wrapped long lines, so the patches do not apply.
Can you send them again please?
one comment inline.
Thanks
Sascha
On Thu, Dec 11, 2008 at 02:14:41PM +0100, frederic Rodo wrote:
> Signed-of
35 matches
Mail list logo