add PCI prompt at boot up for probing PCI device
Signed-off-by: Macpaul Lin
---
arch/nds32/lib/board.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/nds32/lib/board.c b/arch/nds32/lib/board.c
index 66e4537..074aabf 100644
--- a/arch/nds32/lib/board.c
+++ b/arch/nd
Hi Albert,
On 11/25/2011 08:40 PM, Albert ARIBAUD wrote:
Hi Simon,
Le 31/10/2011 17:34, Simon Schwarz a écrit :
This is a fix for a regression introduced by my patch
55f429bb39614a16b1bacc9a8bea9ac01a60bfc8 to u-boot-ti/next
The issue is described here:
http://article.gmane.org/gmane.comp.boo
ping?
Am 18.10.2011 10:03, schrieb Andreas Bießmann:
> If one wants to use fw_printenv/fw_setenv in special variants (eg compiled in
> MTD parameters without configuration file) he needs to change the sources.
> This patch add the posibillity to change the behaviour of fw_printenv by
> defining a
Hi Mike,
2011/11/29 Macpaul Lin
> Hi Mike,
>
>
This reply didn't CC to u-boot mailing list.
So I forward it again.
> 2011/11/24 Mike Frysinger
>
>> On Tuesday 22 November 2011 21:16:50 Macpaul Lin wrote:
>> > 2011/11/19 Mike Frysinger
>> > > > +.globl turnoff_watchdog
>> > > > +turnoff
Add device address offsets header of ag102 soc.
Add ag102 into mach-types.h.
Add asm-offsets.c for helping convert C headers into asm.
Signed-off-by: Macpaul Lin
---
Changes for v2:
- No change.
arch/nds32/cpu/n1213/ag102/asm-offsets.c | 54
arch/nds32/include/asm/arch-ag1
Add board specific files.
Signed-off-by: Macpaul Lin
---
Changes for v2:
- No change.
board/AndesTech/adp-ag102/Makefile| 43 +
board/AndesTech/adp-ag102/adp-ag102.c | 107 +
2 files changed, 150 insertions(+), 0 deletions(-)
create mode 100
Add lowlevel ag102 soc support.
Signed-off-by: Macpaul Lin
---
Changes for v2:
- cpu.c:
- 1. Remove unused variables.
- 2. Replace while(1) in do_reset by hang().
- 3. Clean up other coding styles.
- timer.c: remove unneccessary static declaration
arch/nds32/cpu/n1213/ag102/Makefil
board:
Add config file of board adp-ag102
Add adp-ag102 into boards.cfg
Add adp-ag102 into MAINTAINERS
doc:
add README of ag102
Signed-off-by: Macpaul Lin
---
Changes for v2:
- add pci and usb support to board setting adp-ag102.h
MAINTAINERS |1 +
boards.cfg
Dear Reinhard,
Am 13.10.2011 12:27, schrieb Reinhard Meyer:
> Dear Andreas Bießmann,
>>> if (set_interrupt_handler(0, &timer_interrupt_handler, 3))
>>> - return;
>>> + return 0;
>>
>> NAK, this is an error and should return a negative value (though the
>> return value is cu
Am 28.11.2011 23:57, schrieb Mike Frysinger:
> On Monday 28 November 2011 16:40:29 Matthias Weisser wrote:
>> Making sleep command work
>
> i like the idea, but using clock_xxx funcs makes me sad (generally requires a
> "newerish" glibc and -lrt). my only alternative proposal is to use usec's
>
This patch replaces the pinmux configuration code in
arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c by the code from
arch/arm/cpu/arm926ejs/davinci/pinmux.c.
Signed-off-by: Christian Riesch
Cc: Sandeep Paulraj
Cc: Heiko Schocher
Acked-by: Heiko Schocher
---
arch/arm/cpu/arm926ejs/davinci/da8
Hi,
this is v4 of the first part of my recent patchset
[PATCH v3 00/15] Add an SPL to boot the da850evm from SPI
http://lists.denx.de/pipermail/u-boot/2011-November/82.html
Changes for v4:
- split the patchset since its getting quite big, this here is the
pinmuxing part
- added the Acked-by
Pinmux configuration for the EMAC was done in a separate call
of davinci_configure_pin_mux(). This patch moves all the pinmux
configuration that is done for this board to a common place.
Signed-off-by: Christian Riesch
Cc: Heiko Schocher
Cc: Sandeep Paulraj
Cc: Sudhakar Rajashekhara
Acked-by:
The configuration in struct pinmux_config i2c_pins does not configure
the pins for i2c but for uart. Since this function is already
configured by struct pinmux_config uart2_pins the i2c_pins struct
is obsolete.
Signed-off-by: Christian Riesch
Cc: Heiko Schocher
Cc: Syed Mohammed Khasim
Cc: Sugh
The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors
that contain pinmux configurations for emac, uarts, memory controllers...
In an earlier patch such pinmux configurations were added to the arch
tree. This patch makes the da850evm use these definitions instead of
defining its own.
Signed-off-by: Christian Riesch
Cc: Sandeep Paulraj
Cc: Heiko Schocher
Cc: Sudhakar Rajashekhara
Cc: Syed Mohammed Khasim
Cc: Sughosh Ganu
Cc: Nick Thompson
Cc: Stefano Babic
Acked-by: Heiko Schocher
Acked-by: Nick Thompson
---
arch/arm/cpu/arm926ejs/davinci/Makefile|2 +-
The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors
that contain pinmux configurations for emac, uarts, memory controllers...
In an earlier patch such pinmux configurations were added to the arch
tree. This patch makes the hawkboard use these definitions instead of
defining its own
Up to now nearly every davinci board has separate code for the
definition of pinmux configurations. This patch adds pinmux
configurations for the DA850 SoCs to the arch tree which may later
be used for all DA850 based boards.
Signed-off-by: Christian Riesch
Cc: Sandeep Paulraj
Cc: Heiko Schocher
On 29/11/11 10:02, Mike Frysinger wrote:
> On Monday 28 November 2011 17:31:19 Graeme Russ wrote:
>> error: refs/tags/2009.01-rc2 does not point to a valid object!
>
> this tag seems to have bled into some people's repos ... i'd suggest you punt
> it locally:
> git tag -d 2009.01-rc2
> and
This patch avoids build breakage for SPLs that do not support printf.
Signed-off-by: Christian Riesch
Cc: Wolfgang Denk
Cc: Albert Aribaud
Acked-by: Tom Rini
Acked-by: Andreas Bießmann
---
Hi,
this v4 of a patch out of my recent patchset
[PATCH v3 00/15] Add an SPL to boot the da850evm from
Signed-off-by: Horst Kronstorfer
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index d84b350..b1f9044 100644
--- a/Makefile
+++ b/Makefile
@@ -751,7 +751,7 @@ clean:
$(obj)tools/envcrc
On Mon, Nov 28, 2011 at 11:59 PM, Ira W. Snyder wrote:
> On Mon, Nov 28, 2011 at 11:22:01PM +0100, Wojciech Zabolotny wrote:
[...]
>> It seems that the U-Boot somehow misconfigures the SD controller.
>> The first part of U-Boot is loading correctly and the initial messages
>> are displayed,
>> but
Hi Wolfgang,
After much wailing and gnashing of teeth,
The following changes since commit a63d9652757605ec5f7104addc5d38bf10ba8671:
menu.c: use puts() instead of printf() where possible (2011-11-28
20:19:41 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git mast
This patch fixes the clear bss loop for bss sections that have
zero length, i.e., where __bss_start == __bss_end__.
Signed-off-by: Christian Riesch
Cc: Albert Aribaud
---
Hi,
this is v4 of a patch out of my recent patchset
[PATCH v3 00/15] Add an SPL to boot the da850evm from SPI
http://lists.d
On 29/11/11 16:36, Mike Frysinger wrote:
> On Tuesday 29 November 2011 00:04:12 Graeme Russ wrote:
>> I think I need to do some reading up on 'rebase' versus 'merge' in git
[snip]
>>> then you'll have to do:
>>>$ git checkout master
>>>$ git rebase u-boot/master
>>>$ git p
On Tue, Nov 29, 2011 at 11:48 AM, Christian Riesch
wrote:
> This patch fixes the clear bss loop for bss sections that have
> zero length, i.e., where __bss_start == __bss_end__.
>
> Signed-off-by: Christian Riesch
> Cc: Albert Aribaud
Oh, wrong subject line, this is for arm, not only for 'arm,
This patch fixes the clear bss loop for bss sections that have
zero length, i.e., where __bss_start == __bss_end__.
Signed-off-by: Christian Riesch
Cc: Albert Aribaud
---
Hi,
this is v5 of a patch out of my recent patchset
[PATCH v3 00/15] Add an SPL to boot the da850evm from SPI
http://lists.d
Hi Gabe,
On 29/11/11 17:57, Gabe Black wrote:
> This allows u-boot to figure out the partitions of a chrome-os install.
>
> Signed-off-by: Gabe Black
> ---
> include/configs/coreboot.h |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/coreboot.h b/in
Hi Wolfgang,
> What do you mean? Which message do you claim I have omitted? And
> where?
Oh, no, I'm sorry; That's not how I meant it. I didn't mean 'drop' as in 'omit',
but as in 'passing'.
> 3 hours? Hm... I think it should be possible to read enough git
> documents and tutorials in one hou
Hi List,
there seems to be a problem in devkit8000 in combination with mmc boot.
I have this error:
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img
Error reading cluster
spl: error reading image u-boot.img, err - -1
### ERROR ### Please RESET the board ###
Some exploring i did some time ag
Making sleep command work
Signed-off-by: Matthias Weisser
---
Changes in v2:
- Added check for existence and working of clock_gettime
- Added implementation of timer_get_us
- Fixed a build error
arch/sandbox/config.mk |1 +
arch/sandbox/cpu/cpu.c |4 ++--
arch/
Signed-off-by: Heiko Schocher
Acked-by: Tom Rini
Cc: Sandeep Paulraj
Cc: Tom Rini
Cc: Albert ARIBAUD
Cc: Christian Riesch
---
changes for v4:
add Acked-by from Tom Rini
arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c |5 +
arch/arm/include/asm/arch-davinci/pinmux_defs.h |1 +
2
move struct davinci_rtc to arch/arm/include/asm/arch-davinci/hardware.h
and add RTC_KICK0R_WE, RTC_KICK1R_WE defines,
so they are global useable.
Signed-off-by: Heiko Schocher
Cc: Sandeep Paulraj
---
arch/arm/include/asm/arch-davinci/hardware.h | 39 ++
drivers/rtc/dav
MINMAX
MULTISTATEMENT_MACRO_USE_DO_WHILE
2029/0001-arm-davinci-move-davinci_rtc-struct-to-hardware.h.patch has no
obvious style problems and is ready for submission.
total: 0 errors, 0 warnings, 18 lines checked
NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX
Signed-off-by: Heiko Schocher
Cc: Sandeep Paulraj
Cc: Tom Rini
Cc: Albert ARIBAUD
Cc: Christian Riesch
---
board/davinci/common/misc.c | 19 ++-
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/board/davinci/common/misc.c b/board/davinci/common/misc.c
index 5a
move the board/davinci/common/misc.c file to
arch/arm/cpu/arm926ejs/davinci/misc.c, so all
davinci boards can use this functions.
Signed-off-by: Heiko Schocher
Cc: Sandeep Paulraj
Cc: Tom Rini
Cc: Albert ARIBAUD
Cc: Christian Riesch
---
arch/arm/cpu/arm926ejs/davinci/Makefile|
- booting from NOR Flash with direct boot method
- POST support
- LOGBUF support
Signed-off-by: Heiko Schocher
Cc: Paulraj Sandeep
Cc: Albert ARIBAUD
Cc: Igor Grinberg
Cc: Christian Riesch
---
- changes for v2
- use CONFIG_MACH_TYPE instead setting the MACH_TYPE in
board specific code,
On Tue, Nov 29, 2011 at 1:02 AM, Thierry Reding
wrote:
> * Andy Fleming wrote:
> [...]
>> Well, while this isn't the case in any systems I know of now, it is
>> quite possible for there to be more than one *type* of SD/MMC
>> controller on an SoC, and there's always the possibility that an SoC
>>
* Andy Fleming wrote:
> On Tue, Nov 29, 2011 at 1:02 AM, Thierry Reding
> wrote:
> > * Andy Fleming wrote:
> > [...]
> >> Well, while this isn't the case in any systems I know of now, it is
> >> quite possible for there to be more than one *type* of SD/MMC
> >> controller on an SoC, and there's al
Extend the default boot sequence on Versatile Express to load a boot
script from MMC.
Signed-off-by: Jon Medhurst
---
include/configs/vexpress_common.h | 20 ++--
1 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/include/configs/vexpress_common.h
b/include/confi
This patch adds a network driver for sandbox using tap.
Signed-off-by: Matthias Weisser
---
This patch adds support for networking to sandbox architecture using tap. A tap
device "tap0" has to be created e.g. using openvpn
$ openvpn --mktun --dev tap0
u-boot should then be able to detect the ne
> The boot version is 1.3.1. So how the Nand erase mark the bad block into
> BBT in the software?
Ok, please:
1) Stop top-pasting replied
2) Use mainline u-boot or something not prehistoric. please!
M
>
>
> 在 2011-11-26 19:43:40,"Marek Vasut" 写道:
>
> >> OK,guys,I can discribe this question in
On 11/29/2011 04:11 AM, Simon Schwarz wrote:
> Hi List,
>
> there seems to be a problem in devkit8000 in combination with mmc boot.
>
> I have this error:
> OMAP SD/MMC: 0
> reading u-boot.img
> reading u-boot.img
> Error reading cluster
> spl: error reading image u-boot.img, err - -1
> ### ERROR
On Nov 15, 2011, at 1:04 AM, Jia Hongtao wrote:
> Make the fixup matchable with dts and kernel.
> Update the compatible from "fsl,flexcan-v1.0" to "fsl,p1010-flexcan" and
> Change the "clock-freq" property to "clock-frequency".
> We also change flexcan frequency from CCB-clock to CCB-clock/2 acco
On Nov 20, 2011, at 12:01 PM, York Sun wrote:
> Erratum A-003474: Internal DDR calibration circuit is not supported
>
> Impact:
> Experience shows no significant benefit to device operation with
> auto-calibration enabled versus it disabled. To ensure consistent timing
> results, Freescale recom
On Tuesday 29 November 2011 04:35:06 Matthias Weißer wrote:
> Am 28.11.2011 23:57, schrieb Mike Frysinger:
> > On Monday 28 November 2011 16:40:29 Matthias Weisser wrote:
> >> Making sleep command work
> >
> > i like the idea, but using clock_xxx funcs makes me sad (generally
> > requires a "newer
On Nov 22, 2011, at 9:21 AM, Timur Tabi wrote:
> Several macros are used to identify and locate the microcode binary image
> that U-boot needs to upload to the QE or Fman. Both the QE and the Fman
> use the QE Firmware binary format to package their respective microcode data,
> which is why the
On Nov 21, 2011, at 5:10 PM, Timur Tabi wrote:
> Macro CONFIG_FSL_SATA_V2 is defined if the SOC has a V2 Freescale SATA
> controller, so it should be defined in config_mpc85xx.h instead of the various
> board header files. So now CONFIG_FSL_SATA_V2 is always defined on the P1013,
> P1022, P2041,
On Nov 21, 2011, at 5:10 PM, Timur Tabi wrote:
> On the P1022/P1013, the work-around for erratum SATA_A001 was implemented
> only if U-Boot initializes SATA, but SATA is not initialized by default. So
> move the work-around to the CPU initialization function, so that it's always
> executed on th
On Nov 22, 2011, at 2:51 AM, Shengzhou Liu wrote:
> The P3060QDS is a Freescale reference board for the six-core P3060 SOC.
>
> P3060QDS Board Overview:
> Memory subsystem:
> - 2G Bytes unbuffered DDR3 SDRAM SO-DIMM(64bit bus)
> - 128M Bytes NOR flash single-chip memory
> - 16M Bytes SPI flas
On Nov 21, 2011, at 3:20 PM, Ira W. Snyder wrote:
> Newer JEDEC DDR3 SPD Specifications define several additional values for
> the DDR3 module_type field which were undefined when this code was
> written. Update the code to handle the newer module types.
>
> Signed-off-by: Ira W. Snyder
> Cc: Y
On Nov 21, 2011, at 3:20 PM, Ira W. Snyder wrote:
> This is useful for boards which cannot be reset in the usual way for the
> 85xx CPU. An example is a board which can only be reset by a hardware
> watchdog.
>
> Signed-off-by: Ira W. Snyder
> ---
>
> Unchanged from v1.
>
> arch/powerpc/cpu/m
On Nov 16, 2011, at 1:28 PM, Timur Tabi wrote:
> The localbus controller node in the device tree is typically a root node,
> even though the controller is part of CCSR. If we were to put the lbc
> node under the SOC node, then the 'ranges' property in the lbc node would
> translate through the '
On Tuesday 29 November 2011 05:51:52 Graeme Russ wrote:
> However, I still get:
>
> error: refs/tags/2009.01-rc2 does not point to a valid object!
if `git tag -d 2009.01-rc2` doesn't fix things, then try:
rm .git/refs/tags/2009.01-rc2
sed -i /tags.2009.01-rc2/d .git/packed-refs
-m
On Nov 23, 2011, at 10:25 AM, Ira W. Snyder wrote:
> This adds support for the Freescale COM Express P2020 board. This board
> is similar to the P1_P2_RDB, but has some extra (as well as missing)
> peripherals.
>
> Unlike all other mpc85xx boards, it uses a watchdog timeout to reset.
> Using the
On 11/29/2011 03:41 PM, Tom Rini wrote:
On 11/29/2011 04:11 AM, Simon Schwarz wrote:
[SNIP]
I will do some debugging later this day and post the results here.
So here is the result of my first session:
- The problem seems to be in fat.c disk_read-function.
- it returns -1 because if (cur_dev
Hello Heiko,
On Tue, Nov 29, 2011 at 1:33 PM, Heiko Schocher wrote:
> repost from:
> [U-Boot] [PATCH v3 0/3] arm, davinci: add am1808 based enbw_cmc board
> http://lists.denx.de/pipermail/u-boot/2011-November/111427.html
[...]
> Following patches are needed for this patchset
> - patchset from Ch
The following changes since commit a63d9652757605ec5f7104addc5d38bf10ba8671:
menu.c: use puts() instead of printf() where possible (2011-11-28 20:19:41
+0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Ira W. Snyder (3):
mpc8xxx: update module_
On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote:
> This patch adds support for networking to sandbox architecture using tap. A
> tap device "tap0" has to be created e.g. using openvpn
>
this info should be in the changelog as it's useful
> As sandbox is build using the native com
Acked-by: Mike Frysinger
Simon: did we decide to start a dedicated sandbox repo ?
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, Nov 28, 2011 at 5:48 PM, Shinya Kuribayashi wrote:
> On 11/24/11 10:57 PM, Daniel Schwierzeck wrote:
>>
>> @@ -206,11 +206,28 @@ _start:
>> RVECENT(romReserved,125)
>> RVECENT(romReserved,126)
>> RVECENT(romReserved,127)
>> + XVECENT(romExcHandle,0x400);
>> +
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, Nov 28, 2011 at 5:24 PM, Shinya Kuribayashi wrote:
> On 11/24/11 10:57 PM, Daniel Schwierzeck wrote:
>>
>> diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S
>> index 9c1b2f7..b6cb4be 100644
>> --- a/arch/mips/cpu/mips32/start.S
>> +++ b/arch/mips/cpu/mips32/start.S
>
On Tue, 2011-11-29 at 13:46 +, Jon Medhurst (Tixy) wrote:
> Extend the default boot sequence on Versatile Express to load a boot
> script from MMC.
>
> Signed-off-by: Jon Medhurst
Acked-by: Ryan Harkin
>
> ---
> include/configs/vexpress_common.h | 20 ++--
> 1 files cha
> On 11/29/2011 04:11 AM, Simon Schwarz wrote:
> > Hi List,
> >
> > there seems to be a problem in devkit8000 in combination with mmc boot.
> >
> > I have this error:
> > OMAP SD/MMC: 0
> > reading u-boot.img
> > reading u-boot.img
> > Error reading cluster
> > spl: error reading image u-boot.img
+Wolfgang
Hi Mike,
On Tue, Nov 29, 2011 at 7:25 AM, Mike Frysinger wrote:
> Acked-by: Mike Frysinger
>
> Simon: did we decide to start a dedicated sandbox repo ?
> -mike
>
We didn't decide - it was an idea and I suppose given Wolfgang's email
about workload and the early and patch-needy state
On 11/29/2011 05:25 PM, Marek Vasut wrote:
[SNIP]
Stupid question -- isn't some stack corruption / memory corruption going on ?
M
Not stupid at all. I don't think it is a stack corruption but IMHO it
seems that the .bss section is overwritten somehow.
The cur_dev pointer is 0x8120 for
Simon Glass wrote at Monday, November 28, 2011 6:05 PM:
> Most boards will want to enable a UART early. This function provides
> that feature in Tegra architecture code so the code does not need to be
> copied on every board.
>
> Signed-off-by: Simon Glass
Acked-by: Stephen Warren
--
nvpublic
Simon Glass wrote at Monday, November 28, 2011 6:05 PM:
> funcmux permits selection of config options for particular peripherals,
> such as the pins that are used for that peripheral, if there are several
> options.
>
> Add UART selection to start with.
>
> Signed-off-by: Simon Glass
Acked-by:
Simon Glass wrote at Monday, November 28, 2011 6:05 PM:
> We add a way of initialising the selected of UARTs prior to relocation.
> Boards can use the board_init_uart_f() instead of repeating this code
> themselves.
>
> Signed-off-by: Simon Glass
The code looks reasonable. Is there a reason why
Simon Glass wrote at Monday, November 28, 2011 6:05 PM:
> Now that we can set up the UART in common tegra code, make the boards
> use it.
>
> Signed-off-by: Simon Glass
Acked-by: Stephen Warren
--
nvpublic
___
U-Boot mailing list
U-Boot@lists.denx.
On Sat, Nov 26, 2011 at 1:30 PM, Thomas Weber wrote:
> This patchset removes some unused definitions from the config files.
> It is mostly omap3 centred.
>
> Changelog
> v1->v2
> Cc:ed board maintainers
> v2->v3
> Remove comment and empty line around removed definition
>
> Thomas Web
On Sun, Nov 27, 2011 at 1:16 PM, Anatolij Gustschin wrote:
> Fix:
>
> arch/arm/cpu/arm926ejs/davinci/libdavinci.o: In function `timer_init':
> /work/agust/git/u-boot/arch/arm/cpu/arm926ejs/davinci/timer.c:62:
> undefined reference to `davinci_arm_clk_get'
>
> drivers/i2c/libi2c.o: In function `i2
On Sun, Nov 27, 2011 at 6:51 AM, Koen Kooi wrote:
> The previous commit changed it to "zero two" instead of the proper "Oh two".
> This was completely broken!
>
> Signed-off-by: Koen Kooi
(Will be) queued to u-boot-ti, thanks.
--
Tom
___
U-Boot mail
On Fri, Nov 25, 2011 at 5:37 AM, Christian Riesch
wrote:
> This patch avoids build breakage for SPLs that do not support printf.
>
> Signed-off-by: Christian Riesch
> Cc: Wolfgang Denk
> Cc: Tom Rini
> Cc: Andreas Bießmann
> Cc: Scott Wood
Acked-by: Tom Rini
> ---
> arch/arm/lib/eabi_comp
On Fri, Nov 25, 2011 at 5:37 AM, Christian Riesch
wrote:
> This code adds an SPL for booting from SPI flash on DA850 SoCs.
>
> Signed-off-by: Christian Riesch
> Cc: Heiko Schocher
> Cc: Sandeep Paulraj
Parts of this remind me of omap-common/spl.c so I think longer term we
need to figure out if
On Tuesday 29 November 2011 13:21:38 Matthias Weisser wrote:
> Am 29.11.2011 16:24, schrieb Mike Frysinger:
> > On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote:
> >> As sandbox is build using the native compiler, which is in my case
> >> x86_64, ulong is 64 bit in size. This caused non-
On Tuesday 29 November 2011 11:55:17 Simon Glass wrote:
> On Tue, Nov 29, 2011 at 7:25 AM, Mike Frysinger wrote:
> > Simon: did we decide to start a dedicated sandbox repo ?
>
> We didn't decide - it was an idea and I suppose given Wolfgang's email
> about workload and the early and patch-needy st
On 11/29/2011 06:14 PM, Simon Schwarz wrote:
On 11/29/2011 05:25 PM, Marek Vasut wrote:
[SNIP]
Stupid question -- isn't some stack corruption / memory corruption
going on ?
M
Not stupid at all. I don't think it is a stack corruption but IMHO it
seems that the .bss section is overwritten some
On Tuesday 29 November 2011 13:17:59 Fabio Estevam wrote:
> --- /dev/null
> +++ b/board/freescale/mx28evk/Makefile
>
> +all: $(ALL)
dead code; please delete
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing li
On 11/28/2011 10:37 AM, Ilya Yanok wrote:
> This patch adds support for software ECC to the nand_spl_simple driver.
> To enable this one have to define CONFIG_SPL_NAND_SOFTECC.
>
> Tested on OMAP3.
>
> Signed-off-by: Ilya Yanok
> ---
> drivers/mtd/nand/nand_ecc.c|2 +-
> drivers/mtd
On 11/28/2011 10:37 AM, Ilya Yanok wrote:
> Use software ECC for the SPL build if support for software ECC in SPL is
> enabled.
>
> Signed-off-by: Ilya Yanok
> ---
> drivers/mtd/nand/omap_gpmc.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
Acked-by: Scott Wood
-Scott
_
On Tuesday 29 November 2011 04:15:05 Macpaul Lin wrote:
> +.globl turnoff_watchdog
> +turnoff_watchdog:
should be:
ENTRY(turnoff_watchdog)
> + ret
and at the end, add:
ENDPROC(turnoff_watchdog)
seems a lot of the nds32 code could use this fixup ...
-mike
signature.asc
Description: T
On 11/28/2011 10:37 AM, Ilya Yanok wrote:
> Currently nand_spl_simple puts it's temp data at 0x1 offset in SDRAM
> which is likely to contain already loaded data. I can't see any way to
> determine some safe address automagically so make it up to board porter
> to provide the safe-to-use addres
Am 29.11.2011 16:24, schrieb Mike Frysinger:
> On Tuesday 29 November 2011 09:09:03 Matthias Weisser wrote:
>> This patch adds support for networking to sandbox architecture using tap. A
>> tap device "tap0" has to be created e.g. using openvpn
>>
>
> this info should be in the changelog as i
On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok wrote:
> This patch adds support for the HTKW mcx AM3517-based board.
> Serial, Ethernet, NAND, MMC, RTC, EHCI USB host and both
> NAND and MMC SPLs are supported.
[snip]
> +#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \
> + !de
On Tuesday 29 November 2011 02:00:38 Wolfgang Denk wrote:
> Sridhar Addagada you wrote:
> > Here is a scenario, i have a working version of the u-boot on my
> > board, and am trying my changes. Am not sure it is going to freeze
> > the board, so would like the present version to load the new versi
On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok wrote:
> DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs
> also. This patch moves common defines from arch-davinci/emac_defs.h to
> drivers/net/davinci_emac.h
>
> DaVinci specific PHY drivers hacked to include the new header. We mig
On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher wrote:
> always do the cpu critical inits in cpu_init_crit,
> and only jump to lowlevel_init, if CONFIG_SKIP_LOWLEVEL_INIT
> is not defined.
>
> Signed-off-by: Heiko Schocher
> Cc: Albert ARIBAUD
> Cc: Wolfgang Denk
> Cc: Sandeep Paulraj
> Cc: To
On Tue, Nov 29, 2011 at 5:33 AM, Heiko Schocher wrote:
> repost from:
> [U-Boot] [PATCH v3 0/3] arm, davinci: add am1808 based enbw_cmc board
> http://lists.denx.de/pipermail/u-boot/2011-November/111427.html
>
> changes for v4:
> - change gp0[15] output state to high
> - change gp6[10] output st
On Tue, Nov 29, 2011 at 2:46 AM, Christian Riesch
wrote:
> Hi,
> this is v4 of the first part of my recent patchset
>
> [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI
> http://lists.denx.de/pipermail/u-boot/2011-November/82.html
>
> Changes for v4:
> - split the patchset since its g
On Tue, Nov 29, 2011 at 3:11 AM, Christian Riesch
wrote:
> This patch avoids build breakage for SPLs that do not support printf.
>
> Signed-off-by: Christian Riesch
> Cc: Wolfgang Denk
> Cc: Albert Aribaud
> Acked-by: Tom Rini
> Acked-by: Andreas Bießmann
(Will be) queued to u-boot-ti, thank
Hey all,
As you might have gathered from the flurry of emails I'm now a
co-custodian of the u-boot-ti tree. I just wanted to take a minute
and thank Sandeep for all the work he's put in over the last few years
and thank everyone in advance for their patience as I go over the
queue of stuff that t
Am Sonntag, den 27.11.2011, 23:29 +0100 schrieb Wolfgang Denk:
> Dear Stephan Linz,
>
--snip--
>
> > This special 'DCR' function can map into indirect DCR access. But
> > unfortunately in_be32() and out_be32() for Microblaze are not real
> > functions. They are CPP defines :-(
>
> Change it?
Hi Stephen,
On Tue, Nov 29, 2011 at 9:24 AM, Stephen Warren wrote:
> Simon Glass wrote at Monday, November 28, 2011 6:05 PM:
>> We add a way of initialising the selected of UARTs prior to relocation.
>> Boards can use the board_init_uart_f() instead of repeating this code
>> themselves.
>>
>> Sig
Hi Mike,
On Tue, Nov 29, 2011 at 10:40 AM, Mike Frysinger wrote:
> On Tuesday 29 November 2011 11:55:17 Simon Glass wrote:
>> On Tue, Nov 29, 2011 at 7:25 AM, Mike Frysinger wrote:
>> > Simon: did we decide to start a dedicated sandbox repo ?
>>
>> We didn't decide - it was an idea and I suppose
Hi Mike,
On Mon, Nov 28, 2011 at 7:11 PM, Mike Frysinger wrote:
> On Monday 21 November 2011 18:57:54 Simon Glass wrote:
>> We are introducing a new unified board setup and we want this to
>> be the default. So we need to opt all architectures out first.
>
> the define says "BOARD", so shouldn't
No, that would be fine.
Gabe
On Tue, Nov 29, 2011 at 2:58 AM, Graeme Russ wrote:
> Hi Gabe,
>
> On 29/11/11 17:57, Gabe Black wrote:
> > This allows u-boot to figure out the partitions of a chrome-os install.
> >
> > Signed-off-by: Gabe Black
> > ---
> > include/configs/coreboot.h |1 +
>
On Mon, Nov 28, 2011 at 10:39 PM, bing bing wrote:
> Hello,
>
> Who can help me to this git clone issue?
> I'm trying to use git bash tool to get u-boo-ti.git but just get
> error"fatal: the remote end hung up unexpectedly", but I can get u-boot.git.
>
> What's the problem?
What is the exact com
On Mon, Nov 28, 2011 at 9:30 PM, Prabhakar Lad
wrote:
> Sandeep,
>
> Can you take this patch ?
>
> Regards,
> --Prabhakar Lad
>
> On Thu, Nov 17, 2011 at 6:34 PM, Heiko Schocher wrote:
>
>> Hello prabhakar.cse...@gmail.com
>>
>> prabhakar.cse...@gmail.com wrote:
>> > From: Prabhakar Lad
>> >
>>
1 - 100 of 163 matches
Mail list logo