Le 01/07/2011 08:22, Andreas Bießmann a écrit :
> Dear all,
>
> Am 30.06.2011 um 13:16 schrieb Albert ARIBAUD:
>
>
>
>> Andreas Bießmann (1):
>>atstk100x: switch to common cfi driver
>
>
>
>> andreas.de...@googlemail.com (8):
>>at91rm9200.h: fix ATMEL_PMX_AA_TXD2
>>arm920t
Dear all,
Am 30.06.2011 um 13:16 schrieb Albert ARIBAUD:
> Andreas Bießmann (1):
> atstk100x: switch to common cfi driver
> andreas.de...@googlemail.com (8):
> at91rm9200.h: fix ATMEL_PMX_AA_TXD2
> arm920t/at91: add clock.c
> arm920t/at91: use new clock.c features
>
Dear Wolfgang,
Would you please let us know your thoughts on this prototype
implementation?
best regards,
Aneesh
On Wednesday 29 June 2011 06:39 PM, Aneesh V wrote:
> This is an extention of Daniel Schwierzeck's work [1]
> on a new SPL framework and is intented only as a prototype to
> facilitat
P2040RDB Specification:
---
Memory subsystem:
* 4Gbyte unbuffered DDR3 SDRAM SO-DIMM(64bit bus)
* 128 Mbyte NOR flash single-chip memory
* 256 Kbit M24256 I2C EEPROM
* 16 Mbyte SPI memory
* SD connector to interface with the SD memory card
Ethernet:
* dTSEC1: connected to
Dear Mike Frysinger,
In message you wrote:
>
> so basically you're permanently NAK-ing all my patches even though i'm
> trying to find a way forward. awesome.
It's awsome how you manage to continue to ignore the documented rules,
even after I explained them ten times to you.
You are wasting my
From: Ramneek Mehresh
Add UTMI and ULPI PHY support for USB controller on qoriq series of
processors with internal UTMI PHY implemented, for example P1010/P1014
- Use both getenv() and hwconfig to get USB phy type till getenv()
is depricated
- Introduce CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY t
Signed-off-by: Kumar Gala
---
arch/powerpc/include/asm/config_mpc85xx.h |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h
b/arch/powerpc/include/asm/config_mpc85xx.h
index d9d04e7..7de8f74 100644
--- a/arch/powerpc/include/asm/
On Jun 8, 2011, at 10:30 PM, Roy Zang wrote:
> The P1023RDS board is the reference board for the P1023 SoC.
>
> Add support for booting it from NOR or NAND, with fixed 2G of DDR, PCIe,
> UART, I2C, etc.
>
> Signed-off-by: Roy Zang
> Signed-off-by: Haiying Wang
> Signed-off-by: Chunhe Lan
> S
From: ramneek mehresh
Move to use hwconfig for usb mode & phy type instead of magic
'usb_phy_type' environment variable on the following platforms:
MPC8536DS, P1020RDB, P1020RDB-PC, P1010RDB, P2020RDB, P2020RDB-PC,
P2020RDB, P3041DS, P4080DS, & P5020DS.
Signed-off-by: Ramneek Mehresh
Signed-of
From: Timur Tabi
Erratum SERDES-8 says that the clocks for bank 3 needs to be enabled if
bank 2 is enabled, but this was not being done for SERDES protocols 0xF
and 0x10. The bank reset that was being done for erratum SERDES4 (a
left-over work-around that was removed in "powerpc/85xx: remove SER
From: Timur Tabi
Some P4080 rev1 errata work-arounds, notably erratum SERDES4, required a
bank soft-reset after the bank was configured and enabled, even though enabling
a bank causes it to reset. Because the reset was required for multiple errata,
it was not properly enclosed in an #ifdef, and
Get Paid Every 24 Hours!
No Recruiting - No Sponsoring!
Compound Daily! Easy!!
5 to 6 Figures Realistic!
Call 206-333-1116
http://emoffitt461.zeekrewards.com
You have heard of a penny doubling every day for a month.
I spent $10.00 on the silver membership and $10.00 on bids.
The company placed $10
Now that the tools target requires the generated version header file, we
need to make sure that the directory it writes to exists. In a configured
tree, this is taken care of for us. But in an unconfigured one, the dir
does not yet exist causing a build error like so:
/bin/sh: line 5: /u-boo
THE COCA COLA COMPANY PROMOTION/PRIZE AWARD DEPTCOCA COLA AVENUE SW1V
3DW UNITED KINGDOM THE COCA COLA COMPANY OFFICIAL PRIZE NOTIFICATION
You have a confidential message from the Coca-Cola Company, you have
been awarded a grant sum of £500,000.00GBP. Please contact the
Executive secretary, Dr
Boards with warnings or errors: 5 ( MPC8313ERDB_NAND_33 MPC8313ERDB_NAND_66
MPC8315ERDB_NAND SIMPC8313_LP SIMPC8313_SP )
seeing:
arch/powerpc/cpu/mpc83xx/start.o: In function `in_ram':
/local/home/galak/git/u-boot/arch/powerpc/cpu/mpc83xx/start.S:948: undefined
reference to `__fixup_entries'
po
Hi there
How are you doing? Getting into summertime now? :))
Good news, I think?! As you might recall, your organisation has been invited to
advertise in China Daily Europe Edition (weekly).
We now have ten two-for-one offers to send out on a first-come-first-served
basis, and we thought we wo
On May 12, 2011, at 9:00 AM, Ramneek Mehresh wrote:
> Resolve P1020 second USB controller multiplexing with eLBC
> - mandatory to mention USB2 in hwconfig string to select it
> over eLBC, otherwise USB2 node is removed
> - works only for SPI and SD boot
>
> Signed-off-by: Ram
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote:
> From: Ramneek Mehresh
>
> Specify hwconfig usage for USB mode and phy change
>
> Signed-off-by: Ramneek Mehresh
> Signed-off-by: Kumar Gala
> ---
> doc/README.fsl-hwconfig | 26 ++
> 1 files changed, 26 insertions(+),
On Jun 8, 2011, at 6:44 AM, Ramneek Mehresh wrote:
> Modify support for USB mode fixup:
>- Add common support for USB mode and phy type
> device tree fix-up for all USB controllers
> mentioned in hwconfig string
>- Fetch USB mode and phy type via hwconfig; if not
On Thu, Jun 30, 2011 at 18:57, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> On Thu, Jun 30, 2011 at 17:10, Wolfgang Denk wrote:
>> > Indeed, such a branch can be helpful. Also a pull request for it. =A0But
>> > we're talking about the _original_ patches.
>>
>> and that's what my serial/post/sf p
Dear Mike Frysinger,
In message you wrote:
> On Thu, Jun 30, 2011 at 17:10, Wolfgang Denk wrote:
> > Indeed, such a branch can be helpful. Also a pull request for it. =A0But
> > we're talking about the _original_ patches.
>
> and that's what my serial/post/sf patches ended up being. should i
Y
Acked-by: Mike Frysinger
-mike
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This patch removes the architecture specific implementation of
version_string where possible. Some architectures use a special place
and therefore we provide U_BOOT_VERSION_STRING definition and a common
weak symbol version_string.
Signed-off-by: Andreas Bießmann
CC: Mike Frysinger
CC: Peter Pan
On Thu, Jun 30, 2011 at 17:10, Wolfgang Denk wrote:
> Indeed, such a branch can be helpful. Also a pull request for it. But
> we're talking about the _original_ patches.
and that's what my serial/post/sf patches ended up being. should i
change the status for them in patchwork from "rejected" to
Am 30/06/2011 23:42, schrieb Jeroen Hofstee:
> Hi,
>
Hi Jeroen.
> I have the arm/verstilepb compiling and working on qemu (without flash
> for now). I don't have the board itself though, and have no intention to
> order it... Since it tends to be used as an example for emulation (the
> board i
Dear Mike Frysinger,
In message you wrote:
>
> >> i just went through patchwork and d/l-ed the ones posted there and
> >> compared to my local tree to come to the conclusion that everything
> >> has already been posted (which is something i was not sure of when i
> >> sent things out a few days a
> Bill,
>
> On 06/30/2011 02:10 PM, William C. Landolina wrote:
> > Alex - If there is anything I can do to help please let me know. I've been
> roughly patching the various builds for a while and really would like to see
> this get back in the mainline.
>
> I will send my patch set in a few mom
Hi All,
I'll be on holidays for a week, so please don't expect any replies from me
until next Friday. When I get back, I still have a week off work, so I
should have plenty of time to address any Timer API issues that are raised
so please keep them coming
Regards,
Graeme
Albert,
On 06/30/2011 09:12 AM, Albert ARIBAUD wrote:
> In this case please first, make sure it does apply cleanly, and second, add
> the board maintainer and the Atmel custodian as Cc: when you post it.
I sent my patch to the u-boot mailing list and the patch appears in patchwork
but
it has ye
Currently if a DMA buffer straddles a buffer alignment boundary
(512KiB) then the DMA engine will pause and generate a DMA
interrupt. Since the DMA interrupt is not enabled it will hang
the MMC driver.
This patch adds support for restarting the DMA transfer. The
SYSTEM_ADDRESS register contains
I don't actually have an S5P machine to test this patch with. I wrote this
code while fixing an issue with the in progress Tegra MMC device driver that
is based on the S5P driver. I have tested this patch on that platform. If
someone with an S5P could give this a whirl that would be great.
Cc:
From: 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/at91sam9m10g45ek.h | 188 +
From: Alex Waterman
Moves the at91sam9g45_matrix.h header file to use the new
ATMEL_BASE_MATRIX define.
Signed-off-by: Alex Waterman
---
.../arm/include/asm/arch-at91/at91sam9g45_matrix.h | 84 ++--
1 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/arch/arm/inc
From: Alex Waterman
Fixes the compile errors in the board specific initializations for
the at91sam9m10g45ek specific files.
Signed-off-by: Alex Waterman
---
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 128 +++
board/atmel/at91sam9m10g45ek/led.c |6 +-
From: 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
environment (mac
From: Alex Waterman
This patch set fixes the at91sam9mg45ek build for my set up. I have
only been able to test this patch on my own NAND booting
at91sam9m10g45ek. Dataflash and norflash are untested. Anyway,
this is a rough approximation of a patch; I would need more input
from people with nor-f
From: Alex Waterman
Start the process of pushing the at91sam9m10g45ek* boards to
the new builds.cfg configuration style. At the moment just the
generic config is available, add the rest as necessary.
Signed-off-by: Alex Waterman
---
Makefile | 21 -
1 files changed, 0 ins
From: 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 insertions(+),
From: 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 insertions(+), 0 del
From: 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/atmel_usart.c
i
Hi,
I have the arm/verstilepb compiling and working on qemu (without flash
for now). I don't have the board itself though, and have no intention to
order it... Since it tends to be used as an example for emulation (the
board is supported by qemu) it might be worth to preserve though.
1) Is the
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/at91sam9m10g45ek.h | 188 +--
Moves the at91sam9g45_matrix.h header file to use the new
ATMEL_BASE_MATRIX define.
Signed-off-by: Alex Waterman
---
.../arm/include/asm/arch-at91/at91sam9g45_matrix.h | 84 ++--
1 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at9
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 insertions(+), 0 deletions(-)
diff -
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/atmel_usart.c
index e326b2b..e355706
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 insertions(+), 0 deletions(-)
diff --git
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
environment (mac address, ip address,
This patch set fixes the at91sam9mg45ek build for my set up. I have
only been able to test this patch on my own NAND booting
at91sam9m10g45ek. Dataflash and norflash are untested. Anyway,
this is a rough approximation of a patch; I would need more input
from people with nor-flash, working at91boot
Fixes the compile errors in the board specific initializations for
the at91sam9m10g45ek specific files.
Signed-off-by: Alex Waterman
---
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 128 +++
board/atmel/at91sam9m10g45ek/led.c |6 +-
2 files changed, 67
Start the process of pushing the at91sam9m10g45ek* boards to
the new builds.cfg configuration style. At the moment just the
generic config is available, add the rest as necessary.
Signed-off-by: Alex Waterman
---
Makefile | 21 -
1 files changed, 0 insertions(+), 21 deletio
Bill,
On 06/30/2011 02:10 PM, William C. Landolina wrote:
> Alex - If there is anything I can do to help please let me know. I've been
> roughly patching the various builds for a while and really would like to see
> this get back in the mainline.
I will send my patch set in a few moments; jus
Previously reading zero full sectors (reading the end of one
sector and the beginning of the next for example) was special
cased and involved stack allocating a second sector buffer. This
change uses the same code path for this case as well as when there
are a non-zero number of full sectors to ac
Fix all checkpatch violations in the low level Ext2 block
device reading code. This is done in preparation for cleaning
up the partial sector access code.
Also replace hard coded function names in printfs with __func__
macro, and correctly indent comments for style consistency
not captured by che
This patch set first cleans up all of the checkpatch warnings
and errors in fs/ext2/dev.c and then cleans up the partial sector
access logic in the ext2fs_devread function.
I didn't see a file system or ext2 custodian so I've CC'ed Andy
the custodian for MMC as that seems closest. Please let me k
Move mac command to board/freescale/common/sys_eeprom.c.
Change the help message to be more helpful. Print argument format.
Fix MAX_NUM_PORTS to comply with v1 NXID format.
Signed-off-by: York Sun
---
board/freescale/common/sys_eeprom.c | 29 -
common/Makefile
Enable buffer write for better performance. This platform uses a NOR flash chip
which supports write buffer programming. CFI driver can query the buffer size
and use it to program the flash for best performance.
Signed-off-by: York Sun
---
include/configs/corenet_ds.h |1 +
1 files changed,
* add ATMEL_PMC_UHP define to at91sam9261/63 header
Signed-off-by: Jens Scharsig
---
arch/arm/include/asm/arch-at91/at91sam9261.h |1 +
arch/arm/include/asm/arch-at91/at91sam9263.h |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-at91/at91
On Tue, Jun 28, 2011 at 15:36, Mike Frysinger wrote:
> Many of these have been posted already, but some have not. We've pulled
> some updates from the Linux port, added support for multiple serial devs
> at the same time, and random tweaks/improvements all over.
>
> Harald Krapfenbauer (2):
> Bla
Add this option to allow boards to override the default read-to-write
turnaround time for better performance.
Signed-off-by: York Sun
---
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |3 +++
arch/powerpc/include/asm/fsl_ddr_sdram.h |3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
di
On Thu, Jun 30, 2011 at 11:49, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> i just went through patchwork and d/l-ed the ones posted there and
>> compared to my local tree to come to the conclusion that everything
>> has already been posted (which is something i was not sure of when i
>> sent th
Dear Mike Frysinger,
In message you wrote:
>
> i sent out the pull request immediately for this tree because your
> latency tends to be high (and if there was any problems with the
> patches, i'd get them fixed and updated the request), and this is how
> i'm used to doing things with linux. the
Dear Mike Frysinger,
In message you wrote:
>
> i just went through patchwork and d/l-ed the ones posted there and
> compared to my local tree to come to the conclusion that everything
> has already been posted (which is something i was not sure of when i
> sent things out a few days ago). it was
On 06/30/2011 11:57 AM, Matthias Weisser wrote:
> Adding support for USB host on imx25 using the internal PHY
>
> Signed-off-by: Matthias Weisser
> ---
Hi Matthias,
> +#ifdef CONFIG_MX25
> +#define MX25_USB_CTRL_IP_PUE_DOWN_BIT(1<<6)
> +#define MX25_USB_CTRL_HSTD_BIT (1<<5
On Wed, Jun 29, 2011 at 17:23, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>>
>> Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>>
>> are available in the git repository at:
>> git://www.denx.de/git/u-boot-blackfin.g
On Thu, Jun 30, 2011 at 11:38, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> > If you want to do something useful, then apply the original patches,
>> > and make sure to reference these properly.
>>
>> except that they already are the original ones
>
> Then why did you repost them?
i already exp
On Wed, Jun 29, 2011 at 17:16, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>>
>> Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>>
>> are available in the git repository at:
>> git://www.denx.de/git/u-boot-blackfin.g
On 06/30/2011 11:57 AM, Matthias Weisser wrote:
> Need this function for autoboot keyd
>
Hi Matthias,
> +/*
> + * This function is derived from PowerPC code (timebase clock frequency).
> + * On ARM it returns the number of timer ticks per second.
> + */
> +ulong get_tbclk(void)
> +{
> + ulon
Dear Mike Frysinger,
In message you wrote:
>
> > If you want to do something useful, then apply the original patches,
> > and make sure to reference these properly.
>
> except that they already are the original ones
Then why did you repost them? This is completely stupid, and I never
want to s
On 06/30/2011 11:57 AM, Matthias Weisser wrote:
> zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash,
> an
> optional NAND flash.
Hi Matthias,
> diff --git a/board/syteco/zmx25/lowlevel_init.S
> b/board/syteco/zmx25/lowlevel_init.S
> new file mode 100644
> index 000
On Tue, Jun 28, 2011 at 13:38, Mike Frysinger wrote:
> Now that the common spi_flash structure tracks all the info that these
> drivers need, kill off their local state indirection and use just what
> the common code provides.
this patch has been updated since it's original posting, but only to
re
On Thu, Jun 30, 2011 at 06:29, Wolfgang Denk wrote:
> Mike Frysinger wrote:
>> On Wednesday, June 29, 2011 17:21:46 Wolfgang Denk wrote:
>> > Please stick to the rules. These apply to everbody, including you.
>> > Even more so to you, as you have the experience and knowledge so that
>> > you actua
asm-offsets.h should be auto generated. This patch adds two rules to rules.mk
which makes this possible and removes the rules on imx35.
Signed-off-by: Matthias Weisser
---
arch/arm/cpu/arm1136/mx35/Makefile | 11 ---
rules.mk | 10 ++
2 files changed
Hello
I have a business to propose to you, my late client left an unclaimed sum with
my bank.
I want you to help me process and receive this fund.
If interested pls contact to me as soonest your convenience at my e-mail:
mrche...@aol.com
Li
___
Hello Wolfgang,
>> rules.mk uses the GNU specific sed \w leading to not directly obvious
>> Make / _depend errors in the build process, like circular dependencies
> You should probably mention when such errors result - I have never seen
> any of these.
>
I understand. Logs for what it solves are be
Hi Anton,
> On Wed, Jun 29, 2011 at 6:04 AM, Detlev Zundel wrote:
>
>> Hi Anton,
>>
>> > Previously reading or writing zero full sectors (reading the end of
>> > one sector and the beginning of the next for example) was special
>> > cased and involved stack allocating a second sector buffer. Thi
Hello,
Your ad here:
http://www.kif-kif.net/an/
Thanks
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Anton,
> Ack, you're right, I didn't mean to include the printf changes. Sorry about
> that, I will be more careful with the next patches. Would it be best to
> leave this patch as it is or split it up for the next version (if there is
> one)?
IMHO this is a minor issue, so I'm fine with the
Signed-off-by: Luca Ceresoli
---
This patch is my implementation of the same functionality that Helmut's patch
implements. I'm sending it as a reference for him to look at the error
checking code and possibly merge it into his own patch.
drivers/net/smc911x.c | 41 +
Hi Helmut,
helmut.rai...@hale.at wrote:
> From: Helmut Raiger
>
> The driver already had the MII functions, but they have not been
> registered using miiphy_register().
>
> Signed-off-by: Helmut Raiger
[...]
I implemented in the past, but never found the time to polish it for
submission. It look
Am 30.06.2011 12:44, schrieb Wolfgang Denk:
> Dear Matthias Weisser,
>
> In message<1309427865-17531-6-git-send-email-weiss...@arcor.de> you wrote:
>> zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash,
>> an
>> optional NAND flash.
>>
>> Signed-off-by: Matthias Weisser
>
thanks Heiko! That seems like half of the work :)
> - we should define a struct, which contains the 3 values
> offset, size, destination, so we can create a "nand_load_list"
> which can contain n entries, that could be processed in
> a while loop ... so no need for the CONFIG_SYS_BOOT_LINUX
>
Dear Wolfgang,
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
Wolfgang Denk (1):
Prepare v2011.06
are available in the git repository at:
git://git.denx.de/u-boot-nios.git next
Mike Frysinger (1):
nios2: move generic config to boards.cfg
MA
Mike,
Applied to: git://git.denx.de/u-boot-nios.git 'next'
Thanks,
--Scott
Mike Frysinger wrote:
> I can't build test this, but just looking at the config files written
> and it seems OK ...
>
> Tested-by: Thomas Chou
> Signed-off-by: Mike Frysinger
> ---
> v2
> - rebased onto master
>
Hi Aex,
Le 30/06/2011 14:32, Alex Waterman a écrit :
>
> Bill,
>
>> I can start work on the 9G45 update in early July if necessary.
>
> I have been using this board as well. I managed to fix my compilation
> locally. The patch I submitted was before a lot of the updates for the over
> all ARM st
Bill,
> I can start work on the 9G45 update in early July if necessary.
I have been using this board as well. I managed to fix my compilation locally.
The patch I submitted was before a lot of the updates for the over all ARM
stuff went through. I am pretty sure it should still apply though.
Hi,
Using external VBUS on the OTG port in host mode, I have set
musb_cfg.extvbus = 1.
However, after a 'usb start', the DRVVBUS bit in OTG_CTRL is always set
to 1 (regardless of the value of musb_cfg.extvbus). Immediately after
boot it is 0. (I ran 'i2c md 0x48 0xa 1'.)
In musb_hcd.c, the
Hi Benoît,
Le 27/06/2011 08:26, Benoit PRIGENT a écrit :
>
>
> Hi,
>
> I try compiling u-boot for Iomega iConnect using these files:
> http://patchwork.openwrt.org/patch/299/
>
> But I got this error:
>
> board.c: In function â__dram_init_banksizeâ:
> board.c:233: error: âCONFIG_SYS_SDRAM_BASEâ un
This patch provides handling of the two way handshake when SEND_OP_COND
(CMD1) is send to mmc card. It is necessary to inform eMMC card if the
host can work with high capacity cards (Jedec JESD84-A441, point 7.4.3).
The extra flag MMC_MODE_HC (high capacity) is added to indicate if the
host is cap
Hi Rob,
Le 28/06/2011 17:39, Rob Herring a écrit :
> 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 MAINTAINERS
> - Added back patch to fix CONFIG_SKIP_LOWLE
Hello Simon,
Simon Schwarz wrote:
> for my bachelor thesis I will implement a direct Linux boot from U-Boot SPL.
> My current plan is to utilize do_bootm_[OS].
>
> Simplest solution is to direct boot Linux/other OS and just boot
> u-boot when a key is pressed. In addition i will also have some te
Hello Wolfgang
Am 30.06.2011 12:46, schrieb Wolfgang Denk:
>> +
>> +$(TOPDIR)/include/asm/arch/asm-offsets.h:
>> $(TOPDIR)/include/autoconf.mk.dep \
>> +./asm-offsets.s
>> +@echo Generating $@
>> +$(TOPDIR)/tools/scripts/make-asm-offsets ./asm-offsets.s $@
>> +
>> +asm-offsets.s:
Hi Reinhard,
Le 30/06/2011 11:06, Reinhard Meyer a écrit :
> Dear Albert,
>
> The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
>Matthias Weisser (1):
> arm: Update jadecpu board
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-atm
Hi Stefano,
Le 30/06/2011 11:38, Stefano Babic a écrit :
> Hi Albert,
>
> please pull from u-boot-imx.
>
> The following changes since commit 385d2e0e93ca09fa9f763053afd03076b317228f:
>
>arm: Update jadecpu board (2011-06-29 20:25:06 +0200)
>
> are available in the git repository at:
>git:
Hello Wolfgang
Am 30.06.2011 12:49, schrieb Wolfgang Denk:
>> +$(OBJS) : $(TOPDIR)/include/asm/arch/asm-offsets.h
>> +
>> #
>>
>> # defines $(obj).depend target
>> @@ -44,3 +44,14 @@ include $(SRCTREE)/rules.mk
>> sinclu
On Thursday 30 June 2011 04:39 PM, Albert ARIBAUD wrote:
> Hi Simon,
>
> Le 30/06/2011 10:21, Simon Schwarz a écrit :
>> Hi,
>>
>>> Hmm, I actually porting a dm368 based board with nand_spl support
>>> (patches following soon), and there I have an empty bss section,
>>> so I can direct copy the u-b
Hi again Wolfgang,
This pull request obsoletes and replaces the one made earlier today.
The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
Prepare v2011.06 (2011-06-27 22:22:42 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Wolfgang,
Le 30/06/2011 08:24, Albert ARIBAUD a écrit :
> Wolfgang,
>
> The following changes since commit b1af6f532e0d348b153d5c148369229d24af361a:
>
> Prepare v2011.06 (2011-06-27 22:22:42 +0200)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-arm.git master
Pleas
This seems to be an extension of the work I did for OMAP4. So, I shall
respond for the code I had added.
On Wednesday 29 June 2011 01:57 PM, Andreas Bießmann wrote:
> Dear Simon Schwarz,
[snip ..]
>> +#ifdef CONFIG_PRELOADER
>> +/* If in Preloader don't use interrupts...*/
>> +_undefined_instruc
Hi Aneesh,
On Thu, Jun 30, 2011 at 7:12 AM, Aneesh V wrote:
> On Thursday 30 June 2011 12:22 AM, Mike Frysinger wrote:
>>
>> On Wednesday, June 29, 2011 09:09:21 Aneesh V wrote:
>>>
>>> -$(obj)%.s: %.S
>>> +$(obj)%.s: $(src)%.S
>
> I too didn't understand why that was done. But I noticed
Hi Simon,
Le 30/06/2011 10:21, Simon Schwarz a écrit :
> Hi,
>
>> Hmm, I actually porting a dm368 based board with nand_spl support
>> (patches following soon), and there I have an empty bss section,
>> so I can direct copy the u-boot image from nand to ram in board_init_f().
>
> This is what I'am
1 - 100 of 134 matches
Mail list logo