Commit Graph

12 Commits

Author SHA1 Message Date
matt
6e241b49ec support mapping all of memory.
Map memory starting at 0x80000000 and leave 1GB until kernel VM
Make kernel VM size 320MB (avoid loading kernel and i/o section into same
tlb index).
2014-03-29 15:00:07 +00:00
matt
acba38a72c Use armv7 instructions. Add ARM_MMU_EXTENDED support. 2014-03-29 14:53:57 +00:00
matt
13d405d97d Default comfreq to mvTclk if CONSFREQ is not defined. 2014-03-18 06:17:55 +00:00
kiyohara
4200b0bab8 Support to check the clock gating for Armada XP in armadaxp.c.
Also move the checking for clock gate of Kirkwood into kirkwood.c.
2013-12-23 04:12:09 +00:00
kiyohara
c17671e989 Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers only
Armada XP.  The misc_base initializes in initarm() instead of mvsoc_bootstrap().
2013-12-23 03:19:43 +00:00
kiyohara
65b3a9e3e1 Add defines for MISC registers. 2013-11-20 12:36:16 +00:00
kiyohara
7f6c6542c2 Move armadaxpreg.h into arm/marvell.
And add some defines and reorder.
2013-09-30 13:33:05 +00:00
kiyohara
1fc1bcf6a4 Call some armadaxp functions with MARVLL_INTERREG_PBASE.
And include arm/marvell/armadaxpreg.h instead of evbarm/armadaxp.
2013-09-30 13:29:07 +00:00
rkujawa
bf8e0d4c5e Add support for SDIO on Armada XP. 2013-06-03 14:50:59 +00:00
rkujawa
c8173e69c6 Add CVS IDs where appropriate. 2013-05-29 23:50:34 +00:00
rkujawa
f04dc15f20 Import cleaned up MD parts of Armada XP port.
Compared to what was posted to port-arm, the main difference is that now it uses
arm32_kvminit, arm32_boot, arm32_reboot as advised by nick@.

Obtained from Marvell, Semihalf.
2013-05-29 19:55:56 +00:00
rkujawa
a0613ffa11 Add register definitions for Aramada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:34:45 +00:00