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
/
mv
/
mv_machdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias,
ian
2013-01-27
1
-0
/
+19
*
Merge the FDT versions of initarm.
andrew
2012-11-03
1
-490
/
+6
*
Merge r242125 into the other ARMv6 copies of initarm.
andrew
2012-10-31
1
-0
/
+5
*
Pull out the SoC specific parts of initarm into separate functions
andrew
2012-09-23
1
-21
/
+42
*
Reduce the diff between the FDT implementations of initarm.
andrew
2012-09-22
1
-6
/
+6
*
Create a common set_stackptrs in sys/arm/machdep.c.
andrew
2012-09-22
1
-19
/
+0
*
Merging of projects/armv6, part 7
gonzo
2012-08-15
1
-26
/
+146
*
Remove some unused variables/externs that have been copied too many times...
imp
2012-07-10
1
-6
/
+0
*
Fix LINT.
marcel
2012-07-05
1
-1
/
+1
*
More Linux boot support. Create arm_dump_avail_init() to initialize
imp
2012-06-14
1
-6
/
+1
*
Create default_parse_boot_param which, if FreeBSD /boot/loader support
imp
2012-06-14
1
-33
/
+8
*
Modify all the arm platform files to call parse_boot_param passing in
imp
2012-06-14
1
-2
/
+2
*
Trim trailing whitespace...
imp
2012-06-13
1
-1
/
+1
*
Pull out the common code to initialise proc0 & thread0 from initarm to a
andrew
2012-06-10
1
-10
/
+1
*
Minor rearrangement of the locore <-> initarm interface. Pass in a
imp
2012-06-03
1
-1
/
+3
*
Add architecture dependent code to support NAND Framework on Marvell SoCs.
gber
2012-05-18
1
-12
/
+45
*
Make sure we do not provide the page 0 to the VM. It can't handle it properly,
cognet
2012-02-29
1
-3
/
+13
*
Fix OF_finddevice error return value in case of FDT.
jchandra
2011-12-02
1
-4
/
+4
*
Fix build when DEBUG is defined in the kernel configuration file (e.g.
marcel
2011-10-04
1
-3
/
+0
*
Do not call platform_gpio_init() early. It doesn't work because we do
marcel
2011-07-15
1
-6
/
+1
*
Set preload_addr_relocate accordingly so that preloaded modules and
marcel
2011-07-15
1
-0
/
+1
*
Fix r217688. We need to call init_param1() before we use msgbufsize,
marcel
2011-01-22
1
-1
/
+3
*
Fix backtraces by defining ksym_start & ksym_end if DDB is
marcel
2011-01-22
1
-0
/
+8
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
1
-3
/
+2
*
Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.
raj
2010-07-19
1
-27
/
+3
*
Eliminate FDT_IMMR_VA define.
raj
2010-07-19
1
-1
/
+1
*
Convert Marvell ARM platforms to FDT convention.
raj
2010-06-13
1
-85
/
+274
*
Do not force verbose and single mode in non-metadata boot case.
raj
2010-02-24
1
-2
/
+1
*
Eliminate an unnecessary vm include file.
alc
2009-11-04
1
-1
/
+0
*
Review previous change. It has no relation to the I-cache coherency
marcel
2009-10-21
1
-1
/
+1
*
o Introduce vm_sync_icache() for making the I-cache coherent with
marcel
2009-10-21
1
-1
/
+1
*
Eliminate platform_pmap_init() to simplify Marvell bootstrap code.
raj
2009-08-25
1
-2
/
+5
*
Map DPCPU pages into ARM kernel VA space.
raj
2009-07-01
1
-3
/
+3
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-0
/
+5
*
Improve and extend Marvell SOCs platform code.
raj
2009-01-08
1
-0
/
+5
*
- Fix spelling error in comments.
stas
2008-12-01
1
-1
/
+1
*
Auto-size kernel page tables allocation on Marvell systems.
raj
2008-11-06
1
-11
/
+9
*
Introduce basic support for Marvell families of system-on-chip ARM devices:
raj
2008-10-13
1
-0
/
+643