* [U-Boot-Users] Sandisk mDoC H3 support
@ 2008-05-07 13:46 Micha Kalfon
2008-05-08 15:00 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-30 17:39 ` Lars Munch
0 siblings, 2 replies; 3+ messages in thread
From: Micha Kalfon @ 2008-05-07 13:46 UTC (permalink / raw)
To: u-boot
Hello all,
In the last few weeks I've been working on a u-boot driver for
Sandisk's (MSystems) mDoc H3 device - basically, it's a DiskOnChip
device which exposes a simple ATA interface to the software and works
differently from previous generation DoCs (see
http://www.linuxdevices.com/articles/AT2185129745.html for more).
I implemented the following low-level features in u-boot which allow
using the DoC H3 as a boot device (currently all I need it for) :
1. Basic partitioning - allows statically allocating sectors for
numerous binary (raw) partitions.
2. Writing IPL boot block - basically, the very initial 2KB of code
than run when the CPU boots.
3. Reading and Writing of binary partitions - I place u-boot binary in
one partition to be loaded and run by the IPL and the linux kernel
uImage in another.
Features are exposed to the user / bootscript as simple u-boot commands.
Does anyone see benefit from this to other u-boot users? If not, what
can be added / changed to make it so?
Micha
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Sandisk mDoC H3 support
2008-05-07 13:46 [U-Boot-Users] Sandisk mDoC H3 support Micha Kalfon
@ 2008-05-08 15:00 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-30 17:39 ` Lars Munch
1 sibling, 0 replies; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-05-08 15:00 UTC (permalink / raw)
To: u-boot
On 16:46 Wed 07 May , Micha Kalfon wrote:
> Hello all,
>
> In the last few weeks I've been working on a u-boot driver for
> Sandisk's (MSystems) mDoc H3 device - basically, it's a DiskOnChip
> device which exposes a simple ATA interface to the software and works
> differently from previous generation DoCs (see
> http://www.linuxdevices.com/articles/AT2185129745.html for more).
>
> I implemented the following low-level features in u-boot which allow
> using the DoC H3 as a boot device (currently all I need it for) :
>
> 1. Basic partitioning - allows statically allocating sectors for
> numerous binary (raw) partitions.
> 2. Writing IPL boot block - basically, the very initial 2KB of code
> than run when the CPU boots.
> 3. Reading and Writing of binary partitions - I place u-boot binary in
> one partition to be loaded and run by the IPL and the linux kernel
> uImage in another.
>
> Features are exposed to the user / bootscript as simple u-boot commands.
>
>
> Does anyone see benefit from this to other u-boot users? If not, what
> can be added / changed to make it so?
>
Could you send the patch to the ML please?
Best Regards,
J.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Sandisk mDoC H3 support
2008-05-07 13:46 [U-Boot-Users] Sandisk mDoC H3 support Micha Kalfon
2008-05-08 15:00 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-05-30 17:39 ` Lars Munch
1 sibling, 0 replies; 3+ messages in thread
From: Lars Munch @ 2008-05-30 17:39 UTC (permalink / raw)
To: u-boot
On Wed, May 07, 2008 at 04:46:04PM +0300, Micha Kalfon wrote:
> Hello all,
>
> In the last few weeks I've been working on a u-boot driver for
> Sandisk's (MSystems) mDoc H3 device - basically, it's a DiskOnChip
> device which exposes a simple ATA interface to the software and works
> differently from previous generation DoCs (see
> http://www.linuxdevices.com/articles/AT2185129745.html for more).
>
> I implemented the following low-level features in u-boot which allow
> using the DoC H3 as a boot device (currently all I need it for) :
>
> 1. Basic partitioning - allows statically allocating sectors for
> numerous binary (raw) partitions.
> 2. Writing IPL boot block - basically, the very initial 2KB of code
> than run when the CPU boots.
> 3. Reading and Writing of binary partitions - I place u-boot binary in
> one partition to be loaded and run by the IPL and the linux kernel
> uImage in another.
>
> Features are exposed to the user / bootscript as simple u-boot commands.
>
>
> Does anyone see benefit from this to other u-boot users? If not, what
> can be added / changed to make it so?
Great! I for one would very much like to have support for this in u-boot.
Regards
Lars Munch
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-30 17:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 13:46 [U-Boot-Users] Sandisk mDoC H3 support Micha Kalfon
2008-05-08 15:00 ` Jean-Christophe PLAGNIOL-VILLARD
2008-05-30 17:39 ` Lars Munch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox