summaryrefslogtreecommitdiffstats
path: root/sys/arm/s3c2xx0
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerian2014-03-091-8/+0
* It turns out a global variable is the only straightforward way toian2014-02-091-0/+1
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedian2014-02-091-2/+2
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-11/+15
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usandrew2014-02-061-1/+2
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theimp2014-01-191-1/+23
* Fix typo in comment.gavin2013-11-241-1/+1
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-211-0/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Remove the duplicated implementations of some bus_space functions and useian2013-11-042-91/+8
* A few last BUS_PROBE_NOWILDCARDs are in order.nwhitehorn2013-10-291-1/+1
* Remove redundant redeclarations of uart_s3c2410_class indim2013-10-092-3/+0
* Use the correct address when calling kva_free()cognet2013-08-101-1/+1
* - The address lies in the bus space handle, not in the cookiecognet2013-08-101-5/+5
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-9/+9
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-011-1/+0
* Complete r247297:attilio2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
* Merging projects/armv6, part 1gonzo2012-08-153-5/+3
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-171-1/+0
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-9/+0
* Remove stray line from merge.imp2012-06-151-1/+0
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-12/+2
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-3/+2
* Trim trailing whitespace...imp2012-06-135-20/+20
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-10/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+1
* Get myself a brain, move the call to init_param1() before the first use incognet2011-02-211-2/+3
* Move the load address of the kernel to the start of KVA as theandrew2011-01-291-4/+4
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-4/+3
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Allow external interrupts.andrew2010-07-242-7/+163
* Add the s3c24x0 real time clock driverandrew2010-07-224-1/+194
* Rework how device memory is allocated on the s3c24x0 CPU's.andrew2010-07-225-81/+67
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-2020-0/+3577
OpenPOWER on IntegriCloud