aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/s3c2xx0
Commit message (Expand)AuthorAgeFilesLines
* Move the ARM Samsung s3c2xx0 support files into the samsung directory, toGavin Atkinson2014-09-2521-3804/+0
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-101-1/+2
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-091-8/+0
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-091-0/+1
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedIan Lepore2014-02-091-2/+2
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-081-11/+15
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usAndrew Turner2014-02-061-1/+2
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-1/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-1/+23
* Fix typo in comment.Gavin Atkinson2013-11-241-1/+1
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-211-0/+1
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Remove the duplicated implementations of some bus_space functions and useIan Lepore2013-11-042-91/+8
* A few last BUS_PROBE_NOWILDCARDs are in order.Nathan Whitehorn2013-10-291-1/+1
* Remove redundant redeclarations of uart_s3c2410_class inDimitry Andric2013-10-092-3/+0
* Use the correct address when calling kva_free()Olivier Houchard2013-08-101-1/+1
* - The address lies in the bus space handle, not in the cookieOlivier Houchard2013-08-101-5/+5
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-9/+9
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-03-011-1/+0
* Complete r247297:Attilio Rao2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-201-1/+2
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldAndrew Turner2012-08-181-0/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-153-5/+3
* Move unmask IRQ function call up to nexus device level.Oleksandr Tymoshenko2012-07-171-1/+0
* Remove some unused variables/externs that have been copied too many times...Warner Losh2012-07-101-9/+0
* Remove stray line from merge.Warner Losh2012-06-151-1/+0
* More Linux boot support. Create arm_dump_avail_init() to initializeWarner Losh2012-06-141-12/+2
* Modify all the arm platform files to call parse_boot_param passing inWarner Losh2012-06-141-3/+2
* Trim trailing whitespace...Warner Losh2012-06-135-20/+20
* Pull out the common code to initialise proc0 & thread0 from initarm to aAndrew Turner2012-06-101-10/+2
* Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh2012-06-031-1/+1
* Get myself a brain, move the call to init_param1() before the first use inOlivier Houchard2011-02-211-2/+3
* Move the load address of the kernel to the start of KVA as theAndrew Turner2011-01-291-4/+4
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-4/+3
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* Allow external interrupts.Andrew Turner2010-07-242-7/+163
* Add the s3c24x0 real time clock driverAndrew Turner2010-07-224-1/+194
* Rework how device memory is allocated on the s3c24x0 CPU's.Andrew Turner2010-07-225-81/+67
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byWarner Losh2010-03-2020-0/+3577