Where are palm port snapshots?

2010-07-16 Thread Dmitrij D. Czarkoff
Hello! The page "http://www.openbsd.org/palm.html"; states that the palm port snapshots could be retrieved from this location: "ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/palm/"; When I actually try to reach it I get the folowing: % ftp ftp://ftp.OpenBSD.org/pub/OpenBSD/snapshots/palm

Re: Where are palm port snapshots?

2010-07-16 Thread Floor Terra
Hi, On Fri, Jul 16, 2010 at 9:51 PM, Dmitrij D. Czarkoff wrote: > As far as I understand, there is no such directory on a server. Therefor my > question is: where can I retrieve the palm snapshot? I believe palm support is not yet ready. If you are really persistent you could try the source. I a

Re: Where are palm port snapshots?

2010-07-16 Thread Dmitrij D. Czarkoff
Floor Terra wrote: > I believe palm support is not yet ready. If you are really persistent > you could try the source. As I understood, there are boot images (the photos on a palm page show several devices booted into installer). At the same time, it was stated that palm port isn't in mainline ye

Re: Where are palm port snapshots?

2010-07-16 Thread Floor Terra
On Fri, Jul 16, 2010 at 11:19 PM, Dmitrij D. Czarkoff wrote: > Anyway, as the page states that port snapshots lay on FTP, some action should > be taken - either snapshots should hit the FTP or links should be removed from > "http://www.openbsd.org/palm.html";. I would rather have working palm sup

[PATCH 5/9] pxa2x0_mmc.c: Make available for pxa25x and pxa26x

2010-07-16 Thread Marek Vasut
--- sys/arch/arm/xscale/pxa2x0_mmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys/arch/arm/xscale/pxa2x0_mmc.c b/sys/arch/arm/xscale/pxa2x0_mmc.c index b8be421..27b90a0 100644 --- a/sys/arch/arm/xscale/pxa2x0_mmc.c +++ b/sys/arch/arm/xscale/pxa2x0_mmc.c @@ -108,7 +

[PATCH 4/9] pxa2x0_clock.c: Setup clock correctly on pxa25x and pxa26x

2010-07-16 Thread Marek Vasut
--- sys/arch/arm/xscale/pxa2x0_clock.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sys/arch/arm/xscale/pxa2x0_clock.c b/sys/arch/arm/xscale/pxa2x0_clock.c index 8ea5072..0da4b22 100644 --- a/sys/arch/arm/xscale/pxa2x0_clock.c +++ b/sys/arch/arm/xscale/pxa2x0_clock

[PATCH 3/9] pxa2x0_clock.c: Rework the delay() function

2010-07-16 Thread Marek Vasut
--- sys/arch/arm/xscale/pxa2x0_clock.c | 44 +-- 1 files changed, 16 insertions(+), 28 deletions(-) diff --git a/sys/arch/arm/xscale/pxa2x0_clock.c b/sys/arch/arm/xscale/pxa2x0_clock.c index b781edf..8ea5072 100644 --- a/sys/arch/arm/xscale/pxa2x0_clock.c +++ b/

[PATCH 6/9] pxa2x0_mmc.c: Move GPIO configuration to platform specific files

2010-07-16 Thread Marek Vasut
--- sys/arch/arm/xscale/pxa2x0_mmc.c | 20 sys/arch/zaurus/dev/scoop_mmc.c |6 ++ 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/sys/arch/arm/xscale/pxa2x0_mmc.c b/sys/arch/arm/xscale/pxa2x0_mmc.c index 27b90a0..82eca88 100644 --- a/sys/arch/arm/xsc

[PATCH 1/9] pxa2x0_clock.c: Make clock frequency part of pxaost_softc

2010-07-16 Thread Marek Vasut
--- sys/arch/arm/xscale/pxa2x0_clock.c | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sys/arch/arm/xscale/pxa2x0_clock.c b/sys/arch/arm/xscale/pxa2x0_clock.c index 89b9c44..7644c0c 100644 --- a/sys/arch/arm/xscale/pxa2x0_clock.c +++ b/sys/arc

[PATCH 2/9] pxa2x0_clock.c: Switch to OS Timer 0

2010-07-16 Thread Marek Vasut
--- sys/arch/arm/xscale/pxa2x0_clock.c | 72 ++-- 1 files changed, 28 insertions(+), 44 deletions(-) diff --git a/sys/arch/arm/xscale/pxa2x0_clock.c b/sys/arch/arm/xscale/pxa2x0_clock.c index 7644c0c..b781edf 100644 --- a/sys/arch/arm/xscale/pxa2x0_clock.c +++ b

[PATCH 7/9] Palm: copy-patch dumb APM implementation, allows CPU scaling

2010-07-16 Thread Marek Vasut
--- sys/arch/palm/conf/GENERIC|3 + sys/arch/palm/conf/RAMDISK|3 + sys/arch/palm/conf/files.palm |3 + sys/arch/palm/dev/palm_apm.c | 195 + sys/arch/palm/dev/palm_apm.h | 20 5 files changed, 224 insertions(+), 0 deletions(-)

[PATCH 9/9] WM1613 touchscreen driver

2010-07-16 Thread Marek Vasut
--- sys/arch/palm/conf/GENERIC|5 + sys/arch/palm/conf/RAMDISK|6 + sys/arch/palm/conf/files.palm |4 + sys/arch/palm/dev/palm_tsc.c | 361 + 4 files changed, 376 insertions(+), 0 deletions(-) create mode 100644 sys/arch/palm/dev/palm_

Re: Where are palm port snapshots?

2010-07-16 Thread Marek Vasut
Dne PC! 16. D ervence 2010 23:19:44 Dmitrij D. Czarkoff napsal(a): > Floor Terra wrote: > > I believe palm support is not yet ready. If you are really persistent > > you could try the source. > > As I understood, there are boot images (the photos on a palm page show > several devices booted into i

Re: Where are palm port snapshots?

2010-07-16 Thread Floor Terra
On Sat, Jul 17, 2010 at 1:27 AM, Marek Vasut wrote: > Dne PC! 16. D ervence 2010 23:19:44 Dmitrij D. Czarkoff napsal(a): >> Floor Terra wrote: >> > I believe palm support is not yet ready. If you are really persistent >> > you could try the source. >> >> As I understood, there are boot images (th