Re: Allwinner

2013-07-11 Thread Marek Vasut
Dear Artturi Alm, > On 07/11/13 03:25, Marek Vasut wrote: > > Dear Artturi Alm, > > > >> [...] > > > > Does it not use standard ARM GIC ? > > > > [...] > > > > Best regards, > > Marek Vasut > > Hi, > > While I k

Re: Allwinner

2013-07-10 Thread Marek Vasut
ymore that freebsd doesn't even try clearing > interrupts on A10, they enable/disable while masking/unmasking, not sure > yet about how linux does this, but i chose to use hwprios and response > register also, some hardcoded things still there to be cleaned.. Does it not use standard ARM GIC ? [...] Best regards, Marek Vasut

Re: Any platform useful as a graphical desktop?

2013-03-04 Thread Marek Vasut
Dear Rob Sciuk, > On Mon, 4 Mar 2013, Marek Vasut wrote: > > True, the OF is getting a lot of traction. Btw. setting up the mac > > address in u- boot is possible too by setting 'ethaddr' variable in the > > command line. It's even propagated into the DT n

Re: Any platform useful as a graphical desktop?

2013-03-04 Thread Marek Vasut
Dear Rob Sciuk, > On Mon, 4 Mar 2013, Marek Vasut wrote: > > Date: Mon, 4 Mar 2013 13:15:33 +0100 > > From: Marek Vasut > > To: r...@controlq.com > > Cc: arm@openbsd.org > > Subject: Re: Any platform useful as a graphical desktop? > > > > Dear R

Re: Any platform useful as a graphical desktop?

2013-03-04 Thread Marek Vasut
Dear Rob Sciuk, > On Sun, 3 Mar 2013, Marek Vasut wrote: > > Bootp is weird junk, just use tftp to transfer your files (using the > > 'tftp' command in U-Boot) and then 'bootm' that stuff. Note that the FDT > > location is passed to the kernel in one of

Re: Any platform useful as a graphical desktop?

2013-03-03 Thread Marek Vasut
ot-file-system code 133 = text ; > > # hotwire1 boards > # > class "hotwire1" { > match if substring( dhcp-client-identifier, 0, 9 ) = "hotwire1_" ; > > filename "hotwire1.uImage" ; > option boot-device-tree "hotwire1.fdt" ; >

Re: Recommended ARM board for OpenBSD and Assembler

2012-05-29 Thread Marek Vasut
, drivers for ethernet, usb and video ports > not done) but I would check out the beagleboard. It has a widely-used arm > processor, is well documented by Texas Instruments and on beagleboard.org. If you want cheap device, get openbsd/palm ... palmtx/palmt5/zire72/lifedrive ... you can also finish the port (if it wasn't removed already). Best regards, Marek Vasut

Re: Sharp Netwalker

2012-03-22 Thread Marek Vasut
erent, you'd have to write the drivers for it. Also, MX51 is f**ked up, get a device with better CPU (mx53 for example is basically mx51 done right). Best regards, Marek Vasut

Re: Arm v5te

2010-12-20 Thread Marek Vasut
d be usable to some extent ... I prefer to use linux on my palmld as it's much further on this kind of devices (though the kernel itself has a much bigger overhead ... otoh, obsd doesn't support dma transfers on pxammc ... there are pros and cons on both sides as you can see). > &g

Re: Arm v5te

2010-12-18 Thread Marek Vasut
rch ML. What do you need to know about obsd/palm ? > > Thanks > > 2010/12/17 Marek Vasut > > > On Friday 17 December 2010 21:11:15 jin&hitman&Barracuda wrote: > > > Hi > > > I want to ask some questions about OpenBSD Arm. > > > I use an

Re: Arm v5te

2010-12-17 Thread Marek Vasut
On Friday 17 December 2010 21:11:15 jin&hitman&Barracuda wrote: > Hi > I want to ask some questions about OpenBSD Arm. > I use an evolution embedded board that contain in an Arm926 ej-s Cpu (via > vt8505 & Arm-V5te). > I interested in the load OpenBSD Arm on this device. Can OpenBSD Arm kernel > r

Re: Is there any OMAP port ?

2010-09-03 Thread Marek Vasut
Dne So 4. zC!EC- 2010 03:01:09 Karim Allah Ahmed napsal(a): > Is there any port for openBSD to Beagle Board or OMAP3 ? CCing Dale Cheers

Re: bootloader compiled

2010-09-01 Thread Marek Vasut
Dne St 1. zC!EC- 2010 16:15:39 Super Biscuit napsal(a): > --- On Wed, 9/1/10, Marek Vasut wrote: > > From: Marek Vasut > Subject: Re: bootloader compiled > To: "Super Biscuit" > Cc: arm@openbsd.org > Date: Wednesday, September 1, 2010, 12:33 PM > > Dne St 1

Re: bootloader compiled

2010-09-01 Thread Marek Vasut
Dne St 1. zC!EC- 2010 03:07:45 Super Biscuit napsal(a): > Compiled the bootloader with the following. > export ARCH=arm > export CROSS_COMPILE=arm-none-linux-gnueabi- > > Replaced angstrom with none in Makefile > Used startup.txt from Android script and replaced initrd with bsd.rd > Removed refere

Re: pxa270 on non-zaurus smartphone

2010-08-23 Thread Marek Vasut
Dne Po 23. srpna 2010 16:16:31 Super Biscuit napsal(a): > Has there been any testing or results for installing OpenBSD to a SD card > for use on a PPC6700/HTC Apache? No, but I ran OpenBSD from SD card, no problem with PXAMCI (8GB SDHC card). You have a loader for OpenBSD already? I believe if y

Re: palm port

2010-08-16 Thread Marek Vasut
Dne Po 16. srpna 2010 20:15:15 Floor Terra napsal(a): > On Mon, Aug 16, 2010 at 8:09 PM, VR M wrote: > > Hi, > > I would like to port OpenBSD on Palm Lifedrive device. Please help me in > > B installation the OpenBSD on palm devcies. > > Marek Vasut (marek.va...@gma

Re: [PATCH 9/9] WM1613 touchscreen driver

2010-07-21 Thread Marek Vasut
Dne St 21. D ervence 2010 18:21:03 Rob Sciuk napsal(a): > On Sat, 17 Jul 2010, Marek Vasut wrote: > > Date: Sat, 17 Jul 2010 01:24:53 +0200 > > From: Marek Vasut > > To: arm@openbsd.org > > Cc: flo...@gmail.com, czark...@gmail.com, dr...@dalerahn.com, > > >

Re: Where are palm port snapshots?

2010-07-20 Thread Marek Vasut
Dne St 21. D ervence 2010 08:33:44 Dmitrij D. Czarkoff napsal(a): > Marek Vasut wrote: > > You can use the zaurus sets to install it, than run "make build" on it. > > You mean I can just feed cocoboot with bsd.rd and perform a network > installation of zaurus? Yea

Re: Where are palm port snapshots?

2010-07-20 Thread Marek Vasut
Dne Ct 20. D ervence 2010 20:28:10 Dmitrij D. Czarkoff napsal(a): > Marek Vasut wrote: > > I now have a kernel tree that compiles, I can roll out the patches (hang > > on). They won't likely make it mainline (ask Theo why). > > Sorry for a n00b question, but how can I

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

[PATCH 9/9] WM1613 touchscreen driver

2010-07-16 Thread Marek Vasut
lm_tsc.c palm_tsc needs-flag + # Bluetooth include "dev/bluetooth/files.bluetooth" diff --git a/sys/arch/palm/dev/palm_tsc.c b/sys/arch/palm/dev/palm_tsc.c new file mode 100644 index 000..0a2ec04 --- /dev/null +++ b/sys/arch/palm/dev/palm_tsc.c @@ -0,0 +1,361 @@ +/* + * Copyright (c

[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 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 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 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 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 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 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 +

Re: Marek's patches for Palm ...

2010-06-22 Thread Marek Vasut
Dne Po 21. D ervna 2010 23:10:56 Rob Sciuk napsal(a): > Has anyone managed to patch the OBSD 4.7 source with the 12 patches > provided in the Palm section of the web site? I've downloaded them, but > seem to be having some trouble applying them to the sources ... (should I > be at the /usr/src/sys

Re: I don't see the Palm platform in the 4.7Release ...

2010-05-30 Thread Marek Vasut
Dne Ne 30. kvDtna 2010 21:03:20 Rob Sciuk napsal(a): > Have the Palm changes made it into the 4.7 sources? > > Cheers, > Rob. No, there's still the clock problem. I'm busy with other university stuff and also work. It's in my todo still though. The time's pushing me in that direction too. Cheers