index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arm
/
lpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the arm KERNPHYSADDR option as it is no longer used. The make
andrew
2015-12-22
1
-1
/
+0
*
Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of
ian
2015-12-14
1
-0
/
+1
*
Move more bus_space_* files to be built by files.arm. This leaves the
andrew
2015-11-21
1
-2
/
+0
*
Build the cpufunc_asm_* files based on the cpu type, not which config file
andrew
2015-03-29
1
-1
/
+0
*
We don't use cpufunc_asm_armv5.S in any of these configs, remove it.
andrew
2015-03-29
1
-1
/
+0
*
Implement GPIO_GET_BUS() method for all GPIO drivers.
loos
2015-01-31
1
-3
/
+20
*
Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific
ian
2015-01-21
1
-1
/
+1
*
Use arm/bus_space-v6.c for all armv6 systems, the essentially identical
ian
2015-01-21
2
-148
/
+1
*
Add 64-bit DMA support in the XHCI controller driver.
hselasky
2015-01-05
1
-0
/
+1
*
Reduce the diff between the lpc interrupt controller in head and arm_intrng
andrew
2014-12-21
1
-19
/
+23
*
Make the GPIO children attach to the first unit available and not only to
loos
2014-10-28
1
-2
/
+2
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-5
/
+5
*
Add the start of the ARM platform code. This is based on the PowerPC
andrew
2014-05-17
1
-5
/
+6
*
Rename platform_gpio_init to be SoC specific
andrew
2014-05-10
3
-3
/
+3
*
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
ian
2014-03-10
1
-1
/
+0
*
Replace many pasted identical definitions of cpu_initclocks() with a common
ian
2014-02-26
1
-6
/
+0
*
Follow r261352 by updating all drivers which are children of simplebus
ian
2014-02-02
11
-0
/
+39
*
Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with
andrew
2014-01-28
1
-1
/
+0
*
Add #include <machine/fdt.h> to a few files that used to get it via
ian
2014-01-05
1
-0
/
+1
*
Convert from using fdt_immr style to arm_devmap_add_entry() to make
ian
2014-01-05
4
-38
/
+41
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
2
-4
/
+4
*
Call initarm_lastaddr() later in the init sequence, after establishing
ian
2013-11-05
1
-4
/
+8
*
Move remaining code and data related to static device mapping into the
ian
2013-11-04
1
-2
/
+3
*
Sweep up a bit of arm-land fallout after r257244; include necessary
ian
2013-10-28
1
-0
/
+1
*
Retire arm_remap_nocache() and the data and constants associated with it.
ian
2013-10-27
1
-1
/
+1
*
Remove #include <machine/frame.h> from all the arm code that doesn't
ian
2013-10-27
6
-6
/
+0
*
Remove all #include <machine/pmap.h> from arm code. It's already
ian
2013-10-27
1
-1
/
+0
*
Remove all the instances of '#undef DEBUG' from kernel.
loos
2013-10-25
2
-6
/
+0
*
MFcalloutng:
mav
2013-02-28
1
-20
/
+12
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Fix typo; s/ouput/output
kevlo
2012-11-07
1
-1
/
+1
*
Merge the FDT versions of initarm.
andrew
2012-11-03
1
-503
/
+9
*
Merge r242125 into the other ARMv6 copies of initarm.
andrew
2012-10-31
1
-0
/
+5
*
Move the call to platform_gpio_init() into initarm_gpio_init() to reduce
andrew
2012-10-30
1
-5
/
+5
*
Create the new initarm_ functions to reduce the diff to the other FDT
andrew
2012-09-26
1
-11
/
+25
*
Use arm_dump_avail_init to build the dump_avail array
andrew
2012-09-26
1
-6
/
+1
*
Start to clean up the lpc initarm as it also uses FDT.
andrew
2012-09-26
1
-12
/
+18
*
Update different versions of physmap_init to be identical in preparation
andrew
2012-09-23
1
-3
/
+13
*
Reduce the diff between the FDT implementations of initarm.
andrew
2012-09-22
1
-4
/
+4
*
Create a common set_stackptrs in sys/arm/machdep.c.
andrew
2012-09-22
1
-11
/
+2
*
Set machine correctly on ARM. This allows universe to use the correct world
andrew
2012-08-18
1
-0
/
+1
*
Switch lpc initarm() to use struct arm_boot_params and therefore fix
jceel
2012-08-15
1
-33
/
+7
*
Merging of projects/armv6, part 8
gonzo
2012-08-15
20
-0
/
+6692