auto gen asm-offsets.h for mb86r0x
Signed-off-by: Matthias Weisser
---
This patch needs http://patchwork.ozlabs.org/patch/102773/ to be applied first.
arch/arm/cpu/arm926ejs/mb86r0x/Makefile |2 +
arch/arm/cpu/arm926ejs/mb86r0x/asm-offsets.c| 65
arch/arm/
Dear Albert,
thanks for fixing the names.
My assumption of needing an afteernoon to get a new GIT up and running
was too optimistic... After ubuntu 10.10 offered an automated upgrade
to 11.04, I happyly accepted this and ended up with a broken installation
that stops in grub, complaining there is
Hi,
I am trying to get u-boot console out of USB OTG included in Beagleboard XM.
For that purpose I'm using u-boot v2011.03 compiled for "omap3_beagle".
I just boot my board and stop u-boot's booting process and enter the following:
setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
Dear Scott Wood,
In message <20110701220254.ga27...@schlenkerla.am.freescale.net> you wrote:
> The following changes since commit 2c4ed7d2506621574284ee66da27ce88b7c21a06:
>
> Merge branch 'next' of git://git.denx.de/u-boot-nios (2011-07-01 09:42:25
> +0200)
>
> are available in the git repos
Dear Alex Waterman,
> Move this file to the new ATMEL_BASE_* and ATMEL_ID_* defines.
>
> Also fixed a problem appearing in the ethernet initialization where
> the entire board was being reset, not just the ethernet controller.
> This at least makes ethernet work on my board if the correct
> enviro
Dear Alex Waterman,
> Some boards use AT91_SLOW_CLOCK and other use
> CONFIG_SYS_AT91_SLOW_CLOCK. This patch makes it so the arm926ejs
> clock code will return which ever is set.
>
> Signed-off-by: Alex Waterman
> ---
> arch/arm/cpu/arm926ejs/at91/clock.c |4
> 1 files changed, 4 insert
Dear Alex Waterman,
> Adds a short busy loop wait to the atmel_usart.c serial_init()
> function.
>
> Signed-off-by: Alex Waterman
> ---
> drivers/serial/atmel_usart.c |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/serial/atmel_usart.c b/drivers/serial
Dear Alex Waterman,
> Moves to using newer defines and adds possible support for the
> second bank of RAM (if so desired).
>
> Also, some coding clean up: removed the needless define to 1s for
> defines that just act as flags.
>
> Signed-off-by: Alex Waterman
> ---
> include/configs/at91sam9m10
Dear Alex Waterman,
> Add the default generic at91sam9m10g45ek_config target to the new
> config system. Not all possible configurations of u-boot for the
> at91sam9m10g45ek are included yet. Add them as needed.
>
> Signed-off-by: Alex Waterman
> ---
> boards.cfg |1 +
> 1 files changed, 1 i
Innovator and H2 boards used machine_is_* macros for setting the machine
type. These macros are expanded in compile time and thus leaves
unreachable code (though gcc might optimize it).
Switch them to use common code for machine type setting.
Signed-off-by: Igor Grinberg
---
board/ti/omap1610inn
NVIDIA boards and Samsung SMDK6400 already use a local variant of
CONFIG_MACH_TYPE option.
Switch to use the new common code.
Signed-off-by: Igor Grinberg
---
board/nvidia/common/board.c |2 --
board/samsung/smdk6400/smdk6400.c |1 -
include/configs/smdk6400.h|2 +-
3 f
CONFIG_MACH_TYPE can be used to set the machine type number in the
common arm code instead of setting it in the board code.
Signed-off-by: Igor Grinberg
---
README | 12
arch/arm/lib/board.c |5 +
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git
Hi Wolfgang,
The following changes since commit ff6b47ad23365964f7d75f8878f17388a024dc8d:
Makefile: need to remove generated u-boot-nand_spl.lds (2011-07-01
15:58:46 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Andreas Bießmann (9):
at91rm
Hi,I've got a problem here.
There is a CF card on my board, which is connecting to the Local Bus of MPC8548
using UPM mode.
The CF card is connecting in PCcard Memory mode.
But I can't find an available or a propriate reference driver.
What can I do? Where can I find a reference CF card driver.
Th
Torsten Koschorrek wrote:
> Signed-off-by: Torsten Koschorrek
> ---
>MAINTAINERS |2 +-
>1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c462ae2..fe578ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -684,7 +684,7 @@ Matthias Kaeh
Torsten Koschorrek wrote:
> Hello,
>
> Stefano Babic wrote:
>> On 06/10/2011 07:44 AM, Torsten Koschorrek wrote:
>> Hi Torsten,
>>
>> send your answer to the ML, too. Someone else can help you ;-)
>>
>
> Oh, yes, right. This little 'Reply All' Button, sorry :-)
>
size1 = get_ram_size((volatile
On 06/30/2011 04:02 PM, Luca Ceresoli wrote:
> +static int smc911x_miiphy_read_byname(char *devname, unsigned char addr,
> + unsigned char reg, unsigned short *value)
> +{
> + struct eth_device *dev;
> +
> + if (devname == NULL)
> + return -1;
>
On 07/04/2011 11:34 AM, Torsten Koschorrek wrote:
Hi Torsten,
> What's the status of this patch? Do I need to resend a modified version
> without config.mk and scb9328.c? Or I could do a small cleanup as
> discussed in this thread. But as I said, MAKEALL is happy with the
> modified scb9328.h
Th
Dear Rob Herring,
In message <1309275583-11763-4-git-send-email-robherri...@gmail.com> you wrote:
> From: Rob Herring
>
> Add __ilog2 function for ARM. Needed for ahci.c
>
> Signed-off-by: Rob Herring
> Cc: Albert ARIBAUD
> ---
> arch/arm/include/asm/bitops.h |9 +
> 1 files chan
Dear Rob Herring,
In message <1309275583-11763-6-git-send-email-robherri...@gmail.com> you wrote:
> From: Rob Herring
>
> Add support for AHCI controllers that are not PCI based.
>
> Signed-off-by: Rob Herring
> Cc: Wolfgang Denk
> ---
> common/cmd_scsi.c|6 +++-
> drivers/block/ahci
Dear Rob Herring,
In message <1309275583-11763-1-git-send-email-robherri...@gmail.com> you wrote:
> From: Rob Herring
>
> This series enables non-PCI AHCI controllers and adds support for Calxeda
> Highbank platform which uses the AHCI changes.
>
> Changes from v3:
> - Added Highbank to MAINTA
Dear Albert ARIBAUD,
In message <4e0c63d0.9010...@aribaud.net> you wrote:
>
> Seems like there are no additional comments and most of the code is for
There are not much additional comments because Rob's patches should
all be ignored, or do you have the time to find out which of this
versions is
From: Helmut Raiger
eth_get_dev_by_name() is not safe to use for devname being NULL
as it uses strcmp. This patch makes it return NULL if devname NULL
is passed.
Signed-off-by: Helmut Raiger
---
net/eth.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/eth.c b/net
From: Helmut Raiger
The driver already had the MII functions, but they have not been
registered using miiphy_register().
Signed-off-by: Helmut Raiger
---
drivers/net/smc911x.c | 36 ++--
1 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/drivers/n
Hi Wolfgang,
I have a short question about sending updated patch versions. I have read:
http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
and I wonder if it is needed to update the history of *all* patches in a serie
even if for different specific patches nothing was chan
This patch fixes compiler errors due to missing definitions of
CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR.
It also does some cleanup: CONFIG_SYS_TEXT_BASE was moved to scb9328.h,
obsolete config.mk was removed. The scb9328 board has 1 DRAM bank, so don't
ask for more banks. CONFIG_NR_DRAM_BA
On 02/07/11 14:47, Amit kumar wrote:
> Hi,
> I am new to U-Boot and my task involves porting U-Boot to Omap3530. I have
> XDS100v2 but I don't have a JTAG Software to support this on Ubuntu host PC.
>
> Please, suggest an open source Jtag Software for this.
TI's debugger CCSv5.1.x (not open sourc
Hi,
I found openocd and xds100v2 working with omap3530, the issue was related
to libusb version (0.1.12 works fine).
Still trying to use it fully.
Thanks very much.
On Mon, Jul 4, 2011 at 7:11 PM, Nick Thompson wrote:
> On 02/07/11 14:47, Amit kumar wrote:
> > Hi,
> > I am new to U-Boot
Wolfgang,
On 07/04/2011 05:13 AM, Wolfgang Denk wrote:
> Dear Rob Herring,
>
> In message <1309275583-11763-4-git-send-email-robherri...@gmail.com> you
> wrote:
>> From: Rob Herring
>>
>> Add __ilog2 function for ARM. Needed for ahci.c
>>
>> Signed-off-by: Rob Herring
>> Cc: Albert ARIBAUD
>>
The following construct (musb_hcd.c, usb_lowlevel_init)
timeout = musb_cfg.timeout;
while (timeout--)
if (readb(&musbr->devctl) & MUSB_DEVCTL_HM)
break;
will leave timeout == -1 when the timeout is reached, hence the timeout
detecting code t
Wolfgang,
On 07/04/2011 05:17 AM, Wolfgang Denk wrote:
> Dear Rob Herring,
>
> In message <1309275583-11763-6-git-send-email-robherri...@gmail.com> you
> wrote:
>> From: Rob Herring
>>
>> Add support for AHCI controllers that are not PCI based.
>>
>> Signed-off-by: Rob Herring
>> Cc: Wolfgang
Dear Holger,
In message <4e119d36.7040...@keymile.com> you wrote:
>
> and I wonder if it is needed to update the history of *all* patches in a serie
> even if for different specific patches nothing was changed. Or if it
> sufficient
> if only the subject indicates the version number for such patc
Dear Orjan Friberg,
In message <4e11d02e.7030...@flatfrog.com> you wrote:
> The following construct (musb_hcd.c, usb_lowlevel_init)
>
> timeout = musb_cfg.timeout;
> while (timeout--)
> if (readb(&musbr->devctl) & MUSB_DEVCTL_HM)
> break;
>
Dear Rob,
In message <4e11d372.8090...@calxeda.com> you wrote:
>
> >> -#error no scsi device defined
> >> +#define SCSI_VEND_ID 0
> >> +#define SCSI_DEV_ID 0
> >> #endif
> >
> > I'm not sure if this is a good idea. Please explain.
>
> This is the PCI ID and is only used here:
>
> common/cmd
Hi Wolfgang,
Le 04/07/2011 12:28, Wolfgang Denk a écrit :
> Dear Albert ARIBAUD,
>
> In message<4e0c63d0.9010...@aribaud.net> you wrote:
>>
>> Seems like there are no additional comments and most of the code is for
>
> There are not much additional comments because Rob's patches should
> all be i
Hi,
On 07/04/2011 05:05 PM, Wolfgang Denk wrote:
> In message <4e119d36.7040...@keymile.com> you wrote:
>>
>> and I wonder if it is needed to update the history of *all* patches in a
>> serie
>> even if for different specific patches nothing was changed. Or if it
>> sufficient
>> if only the su
Dear Holger,
In message <4e11db54.9000...@keymile.com> you wrote:
>
> So if I get a request to update 4/5 from a already posted patch serie which
> message id I have to enter for "In-Reply-To for the first email"? I assume I
> have to use the message id from the initial 4/5 Patch Email which has
Use pre-decrement to leave timeout at 0 when the timeout happens (which is what
the timeout detecting code expects).
Signed-off-by: Orjan Friberg
---
drivers/usb/musb/musb_hcd.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/musb/musb_hcd.c b/drivers/usb/mu
simple & genius. thanks!
On Sun, Jul 3, 2011 at 11:12 PM, Albert ARIBAUD
wrote:
> Hi Chris,
>
> Le 04/07/2011 07:50, Chris Gray a écrit :
>
> I'm hoping to come up with a way to configure a recovery mechanism using
>> uboot. the idea is if the main OS image needs to be reflashed, or for
>> rec
Hello.
I wrote:
> Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when it
> tries to read the MBR into 512-byte buffer situated on stack. Instead use the
> variable length arrays to be safe with any large sector size.
> Signed-off-by: Sergei Shtylyov
Wolfgang, have y
After learning a bit about u-boot I created this series of patches
that I thought would help people port u-boot in the future. Patches
range from adding documentation for things that weren't immediately
obvious to me, up to checking to make sure that values that are
essential to booting the kernel
Signed-off-by: Christopher Harvey
---
README |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README
index a760cf3..a0090ef 100644
--- a/README
+++ b/README
@@ -2355,6 +2355,15 @@ Configuration Settings:
- CONFIG_SYS_SDRAM_BASE:
Physical s
Signed-off-by: Christopher Harvey
---
doc/README.arm-relocation |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/doc/README.arm-relocation b/doc/README.arm-relocation
index 5a9a2fb..954627d 100644
--- a/doc/README.arm-relocation
+++ b/doc/README.arm-relocation
@@ -
Signed-off-by: Christopher Harvey
---
include/configs/am3517_crane.h |2 +-
include/configs/am3517_evm.h|2 +-
include/configs/ca9x4_ct_vxp.h |2 +-
include/configs/cm_t35.h|2 +-
include/configs/devkit8000.h|2 +-
include/configs/dig297.h
Signed-off-by: Christopher Harvey
---
common/cmd_mem.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common/cmd_mem.c b/common/cmd_mem.c
index a5576aa..833af66 100644
--- a/common/cmd_mem.c
+++ b/common/cmd_mem.c
@@ -610,6 +610,8 @@ int do_mem_loopw (cmd_tbl_t *cmdt
Signed-off-by: Christopher Harvey
---
arch/arm/lib/board.c |4
arch/arm/lib/bootm.c |6 ++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index 169dfeb..dbb835a 100644
--- a/arch/arm/lib/board.c
+++ b/arch/arm/lib/board
On Mon, Jul 04, 2011 at 01:44:26PM -0400, Christopher Harvey wrote:
> Signed-off-by: Christopher Harvey
> ---
> include/configs/am3517_crane.h |2 +-
> include/configs/am3517_evm.h|2 +-
> include/configs/ca9x4_ct_vxp.h |2 +-
> include/configs/cm_t35.h|
On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote:
> Signed-off-by: Christopher Harvey
> ---
> arch/arm/lib/board.c |4
> arch/arm/lib/bootm.c |6 ++
> 2 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
On Mon, Jul 04, 2011 at 02:00:12PM -0400, Jason wrote:
> On Mon, Jul 04, 2011 at 01:44:26PM -0400, Christopher Harvey wrote:
> > Signed-off-by: Christopher Harvey
> > ---
> > include/configs/am3517_crane.h |2 +-
> > include/configs/am3517_evm.h|2 +-
> > include/configs/ca9x
On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote:
> On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote:
> > Signed-off-by: Christopher Harvey
> > ---
> > arch/arm/lib/board.c |4
> > arch/arm/lib/bootm.c |6 ++
> > 2 files changed, 10 insertions(+), 0 deletio
Signed-off-by: Fabio Estevam
---
include/configs/mx31pdk.h |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index 5f70023..35ceacd 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -162,8 +1
Dear Christopher Harvey,
In message <20110704174320.gb3...@harvey-pc.matrox.com> you wrote:
> Signed-off-by: Christopher Harvey
> ---
> README |9 +
> 1 files changed, 9 insertions(+), 0 deletions(-)
Please don't make this ARM specific. CONFIG_SYS_TEXT_BASE has the
same meaning for
Dear Christopher Harvey,
In message <20110704174348.gc3...@harvey-pc.matrox.com> you wrote:
> Signed-off-by: Christopher Harvey
> ---
> doc/README.arm-relocation |9 -
> 1 files changed, 8 insertions(+), 1 deletions(-)
Please let's stop with ARM specific documatation of things that
Dear Christopher Harvey,
In message <20110704184659.gg3...@harvey-pc.matrox.com> you wrote:
>
> > Need the empty line that wasn't there before? Same Q for every file in
> > this patch.
>
> I generated this patch with sed actually. I could easily re-run it and
> tell it to remove the newlines. Le
Dear Christopher Harvey,
In message <20110704174541.gf3...@harvey-pc.matrox.com> you wrote:
> Signed-off-by: Christopher Harvey
> ---
> arch/arm/lib/board.c |4
> arch/arm/lib/bootm.c |6 ++
> 2 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/lib/board
Dear Christopher Harvey,
In message <20110704185554.gh3...@harvey-pc.matrox.com> you wrote:
> On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote:
> > On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote:
> > > Signed-off-by: Christopher Harvey
> > > ---
> > > arch/arm/lib/board.
On Mon, Jul 04, 2011 at 02:55:54PM -0400, Christopher Harvey wrote:
> On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote:
> > On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote:
> > > +Hopefully there will never be this many machines.
> > > +Can't use 0 since 0 is alread
On Mon, Jul 04, 2011 at 04:13:49PM -0400, Jason wrote:
> On Mon, Jul 04, 2011 at 02:55:54PM -0400, Christopher Harvey wrote:
> > On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote:
> > > On Mon, Jul 04, 2011 at 01:45:41PM -0400, Christopher Harvey wrote:
> > > > + Hopefully there will n
On Wed, 29 Jun 2011 13:57:25 +0200
Matthias Weisser wrote:
> There is a optimized version of memset in u-boot available so use it instead
> of the hand written loop version.
>
> Signed-off-by: Matthias Weisser
> ---
> drivers/video/mb86r0xgdc.c |3 +--
> 1 files changed, 1 insertions(+), 2
On Mon, Jul 04, 2011 at 12:00:19PM +0300, Igor Grinberg wrote:
> CONFIG_MACH_TYPE can be used to set the machine type number in the
> common arm code instead of setting it in the board code.
>
> Signed-off-by: Igor Grinberg
> ---
> README | 12
> arch/arm/lib/board.c
On Mon, Jul 04, 2011 at 04:32:35PM -0400, Christopher Harvey wrote:
> On Mon, Jul 04, 2011 at 04:13:49PM -0400, Jason wrote:
> > On Mon, Jul 04, 2011 at 02:55:54PM -0400, Christopher Harvey wrote:
> > > On Mon, Jul 04, 2011 at 02:08:44PM -0400, Jason wrote:
> > > > On Mon, Jul 04, 2011 at 01:45:41P
From: Jason Kridner
Adding the OMAP3 DSS video driver to the Makefile. The patch
applied to u-boot-ti didn't include this for some reason.
Signed-off-by: Jason Kridner
Signed-off-by: Anatolij Gustschin
---
replaces patch "video: DSS makefile update" to
- drop unconditional include of videomod
On Wed, 20 Apr 2011 18:52:48 -0500
Jason Kridner wrote:
> From: Syed Mohammed Khasim
>
> Supports dynamic panel configuration
> Supports dynamic tv standard selection
> Adds support for DSS register access through generic APIs
>
> Incorporated DSS register access using structures.
>
> Previou
Hi Harvey,
Le 04/07/2011 23:06, Christopher Harvey a écrit :
> On Mon, Jul 04, 2011 at 12:00:19PM +0300, Igor Grinberg wrote:
>> CONFIG_MACH_TYPE can be used to set the machine type number in the
>> common arm code instead of setting it in the board code.
>>
>> Signed-off-by: Igor Grinberg
>> ---
Le 05/07/2011 00:03, Albert ARIBAUD a écrit :
> Hi Harvey,
Sorry Christopher, I mixed up.
> Le 04/07/2011 23:06, Christopher Harvey a écrit :
>> On Mon, Jul 04, 2011 at 12:00:19PM +0300, Igor Grinberg wrote:
>>> CONFIG_MACH_TYPE can be used to set the machine type number in the
>>> common arm cod
Dear Christopher Harvey,
In message <20110704210619.ga3...@harvey-pc.matrox.com> you wrote:
>
> I'm curious, is it a feature that bd->bi_arch_number can be set at
> runtime? Do any boards actually make a decision about what value to
Yes, this is a feature. It comes in handy in a number of cases.
On Fri, 27 May 2011 16:08:20 +0200
Anatolij Gustschin wrote:
> Add detection of Coral-PA and configure Coral CCF an MMR parameters
> using CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx_MMR macros.
> Use CCF and MMR parameters for Coral-P Eval. Board if the appropriate
> macros weren't defined.
>
Dear Albert ARIBAUD,
In message <4e1182f8.2010...@aribaud.net> you wrote:
> Hi Wolfgang,
>
> The following changes since commit ff6b47ad23365964f7d75f8878f17388a024dc8d:
>
>Makefile: need to remove generated u-boot-nand_spl.lds (2011-07-01
> 15:58:46 -0500)
>
> are available in the git rep
On Thu, 26 May 2011 09:02:17 -0500
Timur Tabi wrote:
> The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board.
> This device only supports 800x600 resolution, so if that resolution is
> selected,
> assume that this is the device. The device is attached to the LVDS port
> on
On Mon, 4 Jul 2011 23:51:27 +0200
Anatolij Gustschin wrote:
> From: Jason Kridner
>
> Adding the OMAP3 DSS video driver to the Makefile. The patch
> applied to u-boot-ti didn't include this for some reason.
>
> Signed-off-by: Jason Kridner
> Signed-off-by: Anatolij Gustschin
> ---
> replace
Hello Wolfgang,
The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c:
Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Anatolij Gustschin (1):
video: mb862x
On Sunday, July 03, 2011 18:30:05 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > i'm not ignoring any rules. you said you dont want dumps of patches that
> > havent been changed and lack pointing back to previous sets. fine.
>
> http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch
On Monday, July 04, 2011 06:29:51 helmut.rai...@hale.at wrote:
> eth_get_dev_by_name() is not safe to use for devname being NULL
> as it uses strcmp. This patch makes it return NULL if devname NULL
> is passed.
i'm not sure about this. passing NULL is wrong, and the caller should catch
that shou
Dear Mike Frysinger,
In message <201107042125.54555.vap...@gentoo.org> you wrote:
>
> > http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versions
>
> which is irrelevant like i already said multiple times -- these patches arent
> updated
So there is zero reason for resending.
>
Hi Rob,
On Tuesday 28 June 2011 09:09 PM, Rob Herring wrote:
> From: Rob Herring
>
> Add __ilog2 function for ARM. Needed for ahci.c
>
> Signed-off-by: Rob Herring
> Cc: Albert ARIBAUD
> ---
> arch/arm/include/asm/bitops.h |9 +
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
>
The bug in the BF526 rom when doing a software reset exists only in older
silicon versions, so don't clear SWRST on newer parts.
Signed-off-by: Mike Frysinger
---
v2
- skip 0.1 silicon as well since it seems to work
arch/blackfin/cpu/reset.c |4 +++-
1 files changed, 3 insertions(+)
Rewrite the assembly serial_early_puts() helper to place the strings
in the .rodata section rather than embedding them directly in the
.text section. Using .text is a little simpler, but it doesn't let
people execute out of internal L1 sram (since core reads don't work
on those regions).
Signed-o
Use common code to output the version string rather than doing it
ourselves.
Signed-off-by: Mike Frysinger
---
arch/blackfin/lib/board.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/blackfin/lib/board.c b/arch/blackfin/lib/board.c
index e00050c..14ad3e8 100644
-
Reported-by: Graeme Russ
Signed-off-by: Mike Frysinger
---
arch/blackfin/cpu/jtag-console.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/blackfin/cpu/jtag-console.c b/arch/blackfin/cpu/jtag-console.c
index e0f2975..a77358a 100644
--- a/arch/blackfin/cpu/jtag-c
On Tuesday, July 05, 2011 00:42:13 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > > http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_versi
> > > ons
> >
> > which is irrelevant like i already said multiple times -- these patches
> > arent updated
>
> So there is zero reason for
80 matches
Mail list logo