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
/
allwinner
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the start of the ARM platform code. This is based on the PowerPC
andrew
2014-05-17
1
-5
/
+6
*
Switch to my freebsd.org emal address in copyright.
ganbold
2014-03-25
16
-16
/
+16
*
Add code for enabling second CPU core for A20 SoC.
ganbold
2014-03-25
2
-0
/
+159
*
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
ian
2014-03-10
2
-2
/
+0
*
Follow r262916 with one more config file that references a renamed common.c
ian
2014-03-09
1
-1
/
+1
*
Move all the files named foo/common.c to foo/foo_common.c, as
imp
2014-03-08
2
-6
/
+6
*
Add EMAC and SRAM controller entries to FDT.
ganbold
2014-03-03
2
-0
/
+4
*
Add EMAC 10/100 Ethernet controller driver for A10/A20.
ganbold
2014-03-03
2
-0
/
+1391
*
Add Static Random Access Memory controller driver for A10/A20.
ganbold
2014-03-03
2
-0
/
+168
*
Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such as:
ganbold
2014-03-03
4
-2
/
+76
*
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
6
-0
/
+22
*
Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with
andrew
2014-01-28
2
-4
/
+0
*
Switch to using arm_devmap_add_entry() to set up static device mapping.
ian
2014-01-06
1
-22
/
+10
*
Switch allwinner A10/A20 and rockchip ports to use common ARMv6/v7 bus_space ...
ray
2013-11-06
3
-115
/
+2
*
Call initarm_lastaddr() later in the init sequence, after establishing
ian
2013-11-05
1
-1
/
+7
*
Move remaining code and data related to static device mapping into the
ian
2013-11-04
1
-2
/
+3
*
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
5
-5
/
+0
*
Remove all #include <machine/pmap.h> from arm code. It's already
ian
2013-10-27
1
-1
/
+0
*
Make watchdog function conform watchdog(9):
gonzo
2013-10-22
1
-0
/
+12
*
Bring initial support for Allwinner A20 SoC (Cubieboard2).
ganbold
2013-08-07
7
-4
/
+275
*
Fix undefined behaviour in several gpio_pin_setflags() routines (under
dim
2013-04-13
1
-2
/
+2
*
Enable uart driver for A10.
ganbold
2013-03-01
1
-1
/
+1
*
MFcalloutng:
mav
2013-02-28
1
-22
/
+13
*
Define gpio constants rather than using enum.
ganbold
2013-02-19
1
-11
/
+7
*
Enable USB1 (which is EHCI0) for Allwinner A10
gonzo
2013-02-15
3
-0
/
+7
*
Remove debug output
gonzo
2013-02-12
1
-1
/
+0
*
A10 reset mechanism is the same for all boards in this family so remove
gonzo
2013-02-11
1
-6
/
+3
*
Add watchdog driver for Allwinner A10
gonzo
2013-02-11
3
-0
/
+230
*
Use and set gpio pin to high to power up usb.
ganbold
2013-02-06
1
-1
/
+17
*
Remove two dead assignments and
ganbold
2013-02-05
1
-14
/
+14
*
Add gpio driver and update dts and kernel config accordingly.
ganbold
2013-02-05
2
-0
/
+522
*
Add simple clock driver and ehci glue code for a10
ganbold
2013-01-29
4
-0
/
+566
*
Fix method of naming compatible string to follow
ganbold
2013-01-25
3
-3
/
+3
*
Fix timer to support oneshot and periodic mode
ganbold
2013-01-24
1
-75
/
+113
*
Fix style bugs
ganbold
2013-01-16
1
-30
/
+26
*
Add mistakenly removed third clause to license
ganbold
2013-01-15
1
-3
/
+6
*
Fix formatting of license according to share/examples/etc/bsd-style-copyright
ganbold
2013-01-15
5
-5
/
+5
*
Fix license to follow standard license template
ganbold
2013-01-15
5
-20
/
+15
*
Initial support for Allwinner A10 SoC (Cubieboard)
ganbold
2013-01-15
8
-0
/
+1036