summaryrefslogtreecommitdiffstats
path: root/sys/arm/s3c2xx0
Commit message (Collapse)AuthorAgeFilesLines
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
| | | | | | | at91_machdep.c, and do it for the files I forgot the first time Reported by: andrew Submitted by: pluknet
* Move the load address of the kernel to the start of KVA as theandrew2011-01-291-4/+4
| | | | | | s3c24x0 copy of initarm expects the kernel to be loaded there. Approved by: imp (mentor)
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-4/+3
| | | | | | | Submitted by: perryh pluto.rain.com (previous version) Reviewed by: jhb Approved by: kib (mentor) Tested by: universe
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
| | | | | registering a filter handler rather than a threaded handler. Also remove a bogus use of INTR_MPSAFE for a filter.
* Allow external interrupts.andrew2010-07-242-7/+163
| | | | | | | | - Set the external pin to interrupt in bus_setup_intr - Implement bus_config_intr for external interrupts - Extend arm_{,un}mask_irq to work with external interrupts Approved by: imp (mentor)
* Add the s3c24x0 real time clock driverandrew2010-07-224-1/+194
| | | | Approved by: imp (mentor)
* Rework how device memory is allocated on the s3c24x0 CPU's.andrew2010-07-225-81/+67
| | | | | | | | | | | The device virtual addresses are now able to be allocated at runtime rather than from the static pmap_devmap at boot. The only exception is memory required before we have had a chance to dynamically allocate it. While here reduce the space between the statically allocated devices by reducing the distance between the virtual addresses. Approved by: imp (mentor)
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-2020-0/+3577
Andrew Turner. The kernel supports the LN2410SBC evaluation board, and likely others. These parts (or similar ones) are in some open hardware designs for phones. Submitted by: Andrew Turner
OpenPOWER on IntegriCloud