This patch adds _end for fix following compiler error
arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'
Signed-off-by: Minkyu Kang
---
board/samsung/smdk6400/u-boot-nand.lds |2 ++
1 files changed, 2 insertions(+), 0 deletio
On Apr 28, 2011, at 1:41 PM, Timur Tabi wrote:
> Signed-off-by: Timur Tabi
> ---
> board/freescale/mpc8610hpcd/mpc8610hpcd.c | 25 +++--
> 1 files changed, 23 insertions(+), 2 deletions(-)
applied to 85xx next
- k
___
U-Boot mai
On May 26, 2011, at 6:25 PM, York Sun wrote:
> From: york
>
> We used to have fixed parameters for soldered DDR chips. This patch enables
> calculation based on raw timing data, implemneted in board-specific file.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc85xx/cpu.c|
On May 26, 2011, at 6:25 PM, York Sun wrote:
> From: york
>
> If the bus width is 32-bit, burst chop should be disabled and burst length
> should be 8. Read from SPD or other source to determine the width.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc8xxx/ddr/options.c | 24 +
On May 26, 2011, at 6:25 PM, York Sun wrote:
> From: york
>
> Only use DDR DIMM part number if SPD has valid length, to prevent from
> display garbage in case SPD doesn't cover these fields.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c |3 ++-
> 1 fil
On May 26, 2011, at 6:25 PM, York Sun wrote:
> Add support for 16-bit DDR bus. Also deal with system using 64- and 32-bit
> DDR devices.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc8xxx/ddr/main.c | 14 +-
> arch/powerpc/cpu/mpc8xxx/ddr/options.c |3 ++-
> arc
On May 26, 2011, at 6:32 PM, York Sun wrote:
> Adding byte 32 and 33
>
> Signed-off-by: York Sun
> ---
> include/ddr_spd.h |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
applied to 85xx next
- k
___
U-Boot mailing list
U-Boot@lists.d
On May 26, 2011, at 6:25 PM, York Sun wrote:
> In case of empty SPD or checksum error, fallback to raw timing on
> supported boards.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc8xxx/ddr/main.c |8
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/arch/
On Jun 3, 2011, at 2:42 AM, Kumar Gala wrote:
>
> On May 26, 2011, at 6:25 PM, York Sun wrote:
>
>> From: york
>>
>> We used to have fixed parameters for soldered DDR chips. This patch enables
>> calculation based on raw timing data, implemneted in board-specific file.
>>
>> Signed-off-by: Y
Dear Reinhard,
In message <8a423d2d-b4ca-422a-813d-e808a0b84...@googlemail.com> Andreas
Bießmann wrote:
>
> > At present, the following 112 boards are scheduled for removal:
>
>
>
> > Please submit fixes to prevent removal.
>
> http://patchwork.ozlabs.org/patch/83703/ is pending since february
On Fri, 2011-06-03 at 02:46 -0500, Kumar Gala wrote:
> On May 26, 2011, at 6:25 PM, York Sun wrote:
>
> > In case of empty SPD or checksum error, fallback to raw timing on
> > supported boards.
> >
> > Signed-off-by: York Sun
> > ---
> > arch/powerpc/cpu/mpc8xxx/ddr/main.c |8
> > 1
fix Coding Style for arch/arm/lib/board.c
use gd->ram_size instead of bd->bi_memsize
Heiko Schocher (2):
arm, lib/board.c: Coding Style cleanup
arm, lib/board.c: use gd->ram_size instead of bd->bi_memsize
arch/arm/lib/board.c | 218 ++
1 files
Signed-off-by: Heiko Schocher
cc: Albert Aribaud
---
arch/arm/lib/board.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index 05ee71b..0acd23b 100644
--- a/arch/arm/lib/board.c
+++ b/arch/arm/lib/board.c
@@ -641,7 +641,7 @@
Signed-off-by: Heiko Schocher
cc: Albert Aribaud
---
arch/arm/lib/board.c | 218 ++
1 files changed, 113 insertions(+), 105 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index 1a784a1..05ee71b 100644
--- a/arch/arm/lib/boa
Dear Albert ARIBAUD,
On 3 June 2011 16:27, Minkyu Kang wrote:
> This patch adds _end for fix following compiler error
>
> arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
> arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'
>
> Signed-off-by: Minkyu Kang
> ---
> board/samsung/
SH2A toolchains often only provide an fdpic version of libgcc. This
can't be used with bare-metal software like U-Boot, so this patch
provides the necessary functions extracted from libgcc.
Signed-off-by: Phil Edworthy
Cc: Nobuhiro Iwamatsu
---
Changes for v2:
- Removed changes to PLATFORM_CP
Hi Wolfgang,
> this is a * W A R N I N G * message to maintainers / users / owners
> of ARM boards. If your board fails to build in the current release,
> it will be subject to a big cleanup action which is going to remove
> all old, unmaintained and broken boards in the next merge window.
> Acco
<>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 03/06/11 07:51, Wolfgang Denk wrote:
>
> Hi,
>
> this is a * W A R N I N G * message to maintainers / users / owners
> of ARM boards. If your board fails to build in the current release,
> it will be subject to a big cleanup action which is going to remove
> all old, unmaintained and broken b
Dear "Andy Pont",
In message <009601cc21c8$92412360$b6c36a20$@p...@sdcsystems.com> you wrote:
>
> Although I'm not the board maintainer I do have an omap5912osk board sat on
> the shelf and am happy to do the necessary work to get the current code
> release to work but it would have to wait until
Hi Guys,
I'm trying to cleanup the old timer API as much as possible in preparation
for the new API. I've managed to purge reset_timer() for all but Nios2 as
well as get_timer(). Where timer_init() was calling set_timer() or
reset_timer() I folded the code into timer_init()
I have then proceeded
Hi Wolfgang,
cpu9260* and cpu9G20* were fixed in april by commit
c2b2a07eeb688b52ad74a1b679904cf3c339f34f
cpuat91* were fixed in 632f8fdf4c4fae8343409be13d5e028cd4eee32d
All these boards were then broken by the at91 rework in Reinhard's pull
request of may.
So please don't remove these board u
On 06/03/11 00:51, Wolfgang Denk wrote:
> Hi,
Hi Wolfgang,
[...]
> omap1610h2
> omap1610inn
> Please submit fixes to prevent removal.
I've sent a compile fix [1] for omap1610h2 and omap1610inn about a month ago,
but still it hasn't been picked up.
Sandeep said, he is on vacation, may be Albe
On Jun 3, 2011, at 3:10 AM, York Sun wrote:
> On Fri, 2011-06-03 at 02:46 -0500, Kumar Gala wrote:
>> On May 26, 2011, at 6:25 PM, York Sun wrote:
>>
>>> In case of empty SPD or checksum error, fallback to raw timing on
>>> supported boards.
>>>
>>> Signed-off-by: York Sun
>>> ---
>>> arch/pow
On Thu, Jun 2, 2011 at 9:53 PM, Mike Frysinger wrote:
> On Thursday, June 02, 2011 17:30:09 Tom Warren wrote:
>> Let me double-check. IIRC, one (cmd_gpio) didn't apply since it was
>> from another SoC
>
> no, it isnt. it's using the generic GPIO API as defined by Linux and
> implemented by many p
Hi again,
On Wed, Jun 1, 2011 at 12:58 PM, Christian Riesch
wrote:
> Hi,
>
> I have tried to run recent versions of u-boot on the da850evm (AM1808
> eXperimenter's Kit) board. Using Texas Instrument's User Boot Loader (UBL)
> to start u-boot (the default configuration for the EVM) everything work
The following changes since commit 6f4dd40cddbd69c56fec1285fee02cbd5a3833d8:
Prepare v2011.06-rc2 (2011-06-02 23:19:27 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git master
Harald Krapfenbauer (1):
Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: updat
On Thu, Jun 2, 2011 at 11:48 PM, Mike Frysinger wrote:
> any reason you couldnt add silent=0 to CONFIG_EXTRA_ENV_SETTINGS ?
I was just perturbed that setting CONFIG_SILENT_CONSOLE did not
actually make the console silent - I thought it would be cleaner to
have a define available for this. This is
Allow users to pass in extra defines via make so they can
modify the build. Example
make P1022DS EXTRA_OPTS=NAND
is equivalent to
make P1022DS_NAND
Signed-off-by: Matthew McClintock
---
v2: Fix tab indention, fix posix compliance
mkconfig |8 +++-
1 files changed, 7 insertions(+), 1
On Friday, June 03, 2011 14:34:27 McClintock Matthew-B29882 wrote:
> On Thu, Jun 2, 2011 at 11:48 PM, Mike Frysinger wrote:
> > any reason you couldnt add silent=0 to CONFIG_EXTRA_ENV_SETTINGS ?
>
> I was just perturbed that setting CONFIG_SILENT_CONSOLE did not
> actually make the console silent
On Friday, June 03, 2011 14:36:03 Matthew McClintock wrote:
> +if [ -z "${options}" ] ; then
> + options=$EXTRA_OPTS
> +else
> + options="$options,$EXTRA_OPTS"
> +fi
this can be simplified (or at least done in one line) with:
options=${options:+${options},}${EXTRA_OPTS}
although i can und
On Thu, Jun 2, 2011 at 10:18 AM, Mike Frysinger wrote:
> diff --git a/common/cmd_usb.c b/common/cmd_usb.c
> index b5731a7..efec895 100644
> --- a/common/cmd_usb.c
> +++ b/common/cmd_usb.c
> @@ -356,7 +356,7 @@ int do_usbboot(cmd_tbl_t *cmdtp, int flag, int argc, char
> * const argv[])
> {
>
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
---
The same change is probably needed for dis
On Fri, Jun 3, 2011 at 2:24 PM, Mike Frysinger wrote:
> On Friday, June 03, 2011 14:36:03 Matthew McClintock wrote:
>> +if [ -z "${options}" ] ; then
>> + options=$EXTRA_OPTS
>> +else
>> + options="$options,$EXTRA_OPTS"
>> +fi
>
> this can be simplified (or at least done in one line) with:
Allow users to pass in extra defines via make so they can
modify the build. Example
make P1022DS EXTRA_OPTS=NAND
is equivalent to
make P1022DS_NAND
Signed-off-by: Matthew McClintock
---
v2: Fix tab indention, fix posix compliance
v3: Move appending $EXTRA_OPTS up higher before we set $TARGETS
On Fri, Jun 3, 2011 at 2:16 PM, Mike Frysinger wrote:
>> On Thu, Jun 2, 2011 at 11:48 PM, Mike Frysinger wrote:
>> > any reason you couldnt add silent=0 to CONFIG_EXTRA_ENV_SETTINGS ?
>>
>> I was just perturbed that setting CONFIG_SILENT_CONSOLE did not
>> actually make the console silent - I thou
On Friday, June 03, 2011 16:14:29 McClintock Matthew-B29882 wrote:
> On Fri, Jun 3, 2011 at 2:16 PM, Mike Frysinger wrote:
> >> On Thu, Jun 2, 2011 at 11:48 PM, Mike Frysinger wrote:
> >> > any reason you couldnt add silent=0 to CONFIG_EXTRA_ENV_SETTINGS ?
> >>
> >> I was just perturbed that setti
Dear y...@right.am.freescale.net,
In message <1307042852-10385-1-git-send-email-y> you wrote:
> From: Matthew McClintock
>
> Just setting CONFIG_SILENT_CONSOLE does not make the CONSOLE
> silent without the silent env variable set. This adds a new
> define to add this to the default environment
Dear Matthew McClintock,
In message <1307126163-24859-1-git-send-email-...@freescale.com> you wrote:
> Allow users to pass in extra defines via make so they can
> modify the build. Example
>
> make P1022DS EXTRA_OPTS=NAND
>
> is equivalent to
>
> make P1022DS_NAND
>
> Signed-off-by: Matthew Mc
Hi All,
I would like to know if someone here have implemented a SCCB support in
uboot?. I would appreciate if you could give me some snapshot of your
codes?.
Regards,
John
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listin
--
I write to inform you that we have transferred USD$100,000 dollars.we would
have called to give you the MTCN on phone but we have lost your call
number.we decided to email you the MTCN and sender name so that you can
pick starting cashing your money of USD5000.00 daily instalment with the
--
I write to inform you that we have transferred USD$100,000 dollars.we would
have called to give you the MTCN on phone but we have lost your call
number.we decided to email you the MTCN and sender name so that you can
pick starting cashing your money of USD5000.00 daily instalment with the
I am requesting for your partnership in re-profiling funds I will give the
details, but in summary, the funds are coming via Bank Of Taipei
Taiwan.Contact me for further details (wen.le...@9.cn)
Wen Lee.
___
U-Boot mailing list
U-Boot@lists.denx.de
h
Rather than having a bunch of random commands handle autostart behavior,
unify the logic in a single place. This also fixes building of these
different commands when bootm is disabled.
Acked-by: Matthew McClintock
Acked-by: Scott Wood
Signed-off-by: Mike Frysinger
---
v2
- fix usb typo
44 matches
Mail list logo