Hi all,
On Mon, 2008-11-24 at 21:18 +0100, Remy Bohmer wrote:
> Hello Michael,
>
> > I have redone the patch. What do you think?
> > I can't test them. They compile.
>
> It is a big change for leaving untested...
> Can anybody provide an ack for these patches?
I'm very sorry for not being able
On 7/10/2008, "Markus Klotzbücher" <[EMAIL PROTECTED]> wrote:
>Hi Tor,
Hi Markus,
>Tor Krill <[EMAIL PROTECTED]> writes:
>
>> Add high speed support to USB code. Extracted from Juniper Networks patch.
>>
>> I know that the mergewindow is clos
Add basic functionality for ehci bulk and control messages
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/usb/Makefile|3 +
drivers/usb/usb_ehci.h | 106 +++
drivers/usb/usb_ehci_core.c | 633 +++
drive
Add high speed support to USB code. Extracted from Juniper Networks patch.
I know that the mergewindow is closed but wanted to get feedback on these
patches if possible.
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
common/cmd_usb.c |3 ++-
common/usb.c
Add hcd driver for Freescale 8313 and possibly others. Supports
built in UTMI PHY and has a hardcoded clock setting.
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/usb/usb_ehci_fsl.c | 99
drivers/usb/usb_ehci_fsl.h
Readds Juniper Networks original Philips PCI driver. (Untested)
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/usb/usb_ehci_pci.c | 135
drivers/usb/usb_ehci_pci.h | 37
2 files changed, 172 insertions(+), 0 del
Hi Andre,
I had a similar problem a while back.
Adding the new define:
#define CONFIG_HIGH_BATS1 /* High BATs supported */
To my config solved the problem.
/Tor
On 6/23/2008, "Andre Schwarz" <[EMAIL PROTECTED]> wrote:
>Kim,
>
>after being back from holiday and pulling the lat
Hi,
On 5/29/2008, "Tor Krill" <[EMAIL PROTECTED]> wrote:
>Add support for Silicon Images sil3114 sata chip using libata
>
>Changes since last version
>* use debug() print instead of local version
>* Coding standard and whitespace fixes
>
>Signed-off-by:
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
board/excito/bubbatwo/Makefile | 50 +
board/excito/bubbatwo/bubba_commands.c | 93 +
board/excito/bubbatwo/bubbatwo.c | 175
board/excito/bubbatwo/bubbatwo.h
These patches add support for the mpc8313 based BUBBATWO board.
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
MAINTAINERS|4 +
MAKEALL|1 +
Makefile |3 +
include/configs/BUBBATWO.h
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
include/mpc83xx.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index d2e1e2b..3dc926d 100644
--- a/include/mpc83xx.h
+++ b/include/mpc83xx.h
@@ -820,6 +820,7 @@
#define CSCON
Use correct field in block_dev_desc_t when writing interface type in dev_print.
Error introduced in 574b319512b13e10800f0045e39b993f4ca25e42.
Changes:
* Added fix from Martin Krause
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
disk/part.c |4 ++--
1 files changed, 2 insertions
Add support for Silicon Images sil3114 sata chip using libata
Changes since last version
* use debug() print instead of local version
* Coding standard and whitespace fixes
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/block/Makefile |1 +
drivers/block/sata_sil
I usually use nntp when searching for old stuff. Use
nntp://news.gmane.org/gmane.comp.boot-loaders.u-boot and search for
ehci. Its easy to find.
Regarding EHCI, this is something im interested in as well and will see
if i can get any time testing this patch soon. (Our SOC actually has
built in E
atch to improve what you find missing?
/Tor
>
>Kim Phillips schrieb:
>> On Mon, 31 Mar 2008 10:01:34 -0400
>> Ben Warren <[EMAIL PROTECTED]> wrote:
>>
>>
>>> Tor Krill wrote:
>>>
>>>> Add phy_info for Vitesse VSC8601.
>>>&
On 4/3/2008, "Andre Schwarz" <[EMAIL PROTECTED]> wrote:
>All,
Hi Andre and others,
>currently I'm trying to bring up a mpc8343 based system.
>Latest u-boot v1.3.2 is running fine.
>
>The MPC8343 has a single 32-Bit PCI Bus running at 66MHz.
>Connected are a FPGA (IDSEL 11 + IRQ0) and a miniPC
This patch adds some missing defines to libata.
Add check power mode command.
Add obsoleted bits in dev reg
Add ata command register defines
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
include/libata.h | 22 ++
1 files changed, 22 insertions(+), 0 deletions(-)
On 3/31/2008, "Dave Liu" <[EMAIL PROTECTED]> wrote:
>> >Don't do this.
>> >
>> >I don't think the ATA_SECT_BYTESIZE is better than
>> >the ATA_SECT_SIZE.
>>
>> The big problem here is that ata.h defines ATA_SECT_SIZE as 256 Words
>> where libata defines it as 512 Bytes.
>>
>> I did not want to
On 3/31/2008, "Dave Liu" <[EMAIL PROTECTED]> wrote:
>
>> - fsl_sata_exec_cmd(sata, cfis, CMD_ATA, 0, buffer,
>> ATA_SECT_SIZE * blkcnt);
>> + fsl_sata_exec_cmd(sata, cfis, CMD_ATA, 0, buffer,
>> ATA_SECT_BYTESIZE * blkcnt);
>> return blkcnt;
>> }
>>
>> @@ -658,7 +659,7 @@ s
ata.h and libata.h contains duplicate and conflicting definitions. This
patch tries to resolve this and make them both includeable in a sourcefile.
Also updated is the fsl_sata driver which uses libata.h
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/block/fsl_sata.c
Ben regarding your call for network related patches. Im not sure if i
should have sent this one to you? Got no reactions on it.
/Tor
On 3/28/2008, "Tor Krill" <[EMAIL PROTECTED]> wrote:
>Add phy_info for Vitesse VSC8601.
>Add config option, CFG_VSC8601_SKEWFIX, to en
Add phy_info for Vitesse VSC8601.
Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing
compensation.
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/net/tsec.c | 30 ++
drivers/net/tsec.h |5 +
2 files changed, 35 insertions
Add entry for 512Kx16 AMD flash to jedec_table.
Read out 16bit device id if chipwidth is 16bit.
Fixed coding style after Stefans feedback
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/mtd/cfi_flash.c | 44 +++-
drivers/mtd/jedec_f
Add entry for 512Kx16 AMD flash to jedec_table.
Read out 16bit device id if chipwidth is 16bit
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
drivers/mtd/cfi_flash.c | 44 +++-
drivers/mtd/jedec_flash.c | 19 +++
2 files chang
Add defines that intersects with the libata patch sent by Dave Liu
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
--- u-boot/include/ata.h
+++ submit/u-boot/include/ata.h
@@ -119,8 +119,10 @@
ATA_REG_BYTEH = ATA_REG_LBAH,
ATA_REG_DEVSEL = ATA_REG_DEVICE,
ATA_R
On 3/19/2008, "Wolfgang Denk" <[EMAIL PROTECTED]> wrote:
>In message <[EMAIL PROTECTED]> you wrote:
>>
>> After some further work with these pathces. (I currently work on a
>> SIL3114 driver using them)
>>
>> It seems like there is a "lot" of code duplication in libata.h and the
>> existant ata
Hi again,
After some further work with these pathces. (I currently work on a
SIL3114 driver using them)
It seems like there is a "lot" of code duplication in libata.h and the
existant ata.h. Thus making it impossible to include both ones. Which i
would like to do.
Pasted below is the modificat
On 3/16/2008, "Dave Liu" <[EMAIL PROTECTED]> wrote:
>add simple libata support in u-boot
I get a compilation error on libata.c:
---8<--
u-boot/include/libata.h:177: warning: type defaults to 'int' in
declaration of 'u16'
-8<
Seems to be a missing i
On 3/14/2008, "Michael Schwingen" <[EMAIL PROTECTED]> wrote:
>Tor Krill wrote:
>> Im working on adding support for our board to u-boot.
>>
>> I use legacy flash mode for our boot-flash. I however have some problems
>> with it.
>>
>> When u
Resubmitted with fixes regarding comments from Jean-Christophe
PLAGNIOL-VILLARD
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
README|1 +
drivers/rtc/Makefile |1 +
drivers/rtc/isl1208.c | 167 +
3 files change
On 2/28/2008, "Tor Krill" <[EMAIL PROTECTED]> wrote:
>Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
>---
> README|1 +
> drivers/rtc/Makefile |1 +
> drivers/rtc/isl1208.c | 176
---8<---
Any comments? Maybe i sent it before
Hi,
Im working on adding support for our board to u-boot.
I use legacy flash mode for our boot-flash. I however have some problems
with it.
When using jedec probe to identify our flash. Im unable to do so with our
16bit device-id. In my opinion it seems like this actually wont work(?)
cmdset_a
Signed-off-by: Tor Krill <[EMAIL PROTECTED]>
---
README|1 +
drivers/rtc/Makefile |1 +
drivers/rtc/isl1208.c | 176 +
3 files changed, 178 insertions(+), 0 deletions(-)
create mode 100644 drivers/rtc/isl1208.c
diff
33 matches
Mail list logo