summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/marvell
AgeCommit message (Expand)Author
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-05-20Hmm, fix typo in comments again...rin
2022-05-20Fix typo for the previous. No binary changes.rin
2022-05-20Initial support for armv5eb on Sheeva.rin
2021-08-30Add ARMEB support to {evb,}arm/marvell.rin
2021-08-30Add ARMEB support to marvell_start.rin
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2018-10-16Catch up with armadaxp_start.S:1.5... if only we had generic start codeskrll
2018-10-15Only ent KERNEL_BASE_EXT when we want to change KERNEL_BASE from itsskrll
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-07-31Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is usedskrll
2017-01-07Add support Marvell Dove.kiyohara
2015-06-03initialize ARMADA XP's Mbus address decoder and code clean uphsuenaga
2015-05-14add synchronization barrier for AURORA_IO_CACHE_COHERENCY.hsuenaga
2015-05-03add new ethernet driver mvxpe for recent MARVELL's SoC after ARMADA/XP.hsuenaga
2014-08-30Fix initialize PJ4B.kiyohara
2014-08-30Fix broken registers.kiyohara
2014-08-30Support __HAVE_MM_MD_DIRECT_MAPPED_PHYS.kiyohara
2014-08-30Use armreg_ttbr_read() instead of __asm("mrc ...").kiyohara
2014-04-14Add hook to set L2 cache to write-throughmatt
2014-03-18Add _LOCORE around marvell_interregs_pbasematt
2014-03-15Support options MVSOC_INTERREGS_PBASE for *old* Armada {XP,370} machines.kiyohara
2014-03-15Support Armada 370.kiyohara
2014-01-29Abolish run time configuration for mapped address of SoC by u-boot.kiyohara
2013-12-23Support to check the clock gating for Armada XP in armadaxp.c.kiyohara
2013-12-23Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers onlykiyohara
2013-11-20Rename marvell_system_reset_old from marvell_system_reset.kiyohara
2013-11-20Initialize mvTclk in SOC_getclks() before call consinit().kiyohara
2013-10-02Remove undefined CPU ID. Thanks skrll@.kiyohara
2013-09-30Support ARMADA XP.kiyohara
2013-09-30Support ARMADAXP.kiyohara
2013-05-01Handle differences for Armada XP.rkujawa
2012-12-12Change physical_end to segment_end to avoid shadowing a global.matt
2012-12-02Get bootargs and parse them. This was accidentally removed in rev. 1.17.msaitoh
2012-10-22Switch to ARM_VECTORS_HIGHmatt
2012-09-07Increase kernel VM space.matt
2012-09-01Switch beagle and marvell to use the new boot/init code.matt
2012-08-23Allocate more VM space for over 8M kernel.kiyohara
2012-08-16Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE tomatt
2012-08-10Make mvsoc_bootstrap (so it can initial an early console).matt
2012-08-03Remove unnecessary property 'xore-irq-begin'.kiyohara
2012-08-03Fix to assert. We call to strncpy(), if r3 of args is valid from u-boot.kiyohara
2012-07-29Fix more -fno-common fallout.matt
2012-07-28Remove declartions of physmemmatt
2012-07-18Support 88F6282. But PEX1 not test.kiyohara
2012-07-18Set default EVBARM_BOARDTYPE is Marvell.kiyohara
2012-03-31Make this compile NMVPEX > 0 && !ORION && KIRKWOOD.tsutsui
2012-01-27"if (mvTclk == 166666667) mvTclk = 166664740;" does not make sense.jakllsch
2011-06-30dependant -> dependentwiz
2011-02-01Use the command line U-Boot gave us for boothowto. From evbarm/gumstix.jakllsch