summaryrefslogtreecommitdiff
path: root/sys/arch/arm/marvell
AgeCommit message (Expand)Author
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2022-10-31s/interrut/interrupt/ and s/accelelerator/accelerator/ in comments.andvar
2022-06-25Remove GIC_SPLFUNCS.jmcneill
2022-06-25pic: Update ci_cpl in pic_set_priority callback.jmcneill
2022-05-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-04-04fix various typos, mainly in comments.andvar
2021-09-30Drive-by KNFskrll
2021-09-24Catch up with spl changes.skrll
2021-08-30Add ARMEB support to {evb,}arm/marvell.rin
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-20malloc(9) -> kmem(9)thorpej
2020-10-30Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations.skrll
2020-05-29For struct timecounter, use C99 initializers.rin
2020-05-14Remove extra semicolon.msaitoh
2018-11-26Switch to designated initializersjmcneill
2018-11-16Add intr_establish_xname support to arm and expose it to intrctljmcneill
2018-11-03Fix buildjmcneill
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2017-04-19Initialize intr_setattr of arm32_pci_chipsetjmcneill
2017-03-10Initialise the windows and allow access to PCI Express port 1 first lane.skrll
2017-02-26Trailing whitespaceskrll
2017-02-26Use PEX numbers consistently. No functional change.skrll
2017-02-24Typo in a model stringskrll
2017-02-23Typo in commentskrll
2017-01-11also fix this other off by one.maya
2017-01-11fix off by one.maya
2017-01-09Remove no-need #ifdef MARVELL_ATTR_AXI_DDR. It has defined.kiyohara
2017-01-07make this compile (but not work) XXXchristos
2017-01-07Add support Marvell Dove.kiyohara
2017-01-07Add register macros.kiyohara
2017-01-07Change to a tab from white-spaces.kiyohara
2016-07-12Fix intr_establish. PCI interrupt is LEVEL LOW.kiyohara
2015-11-06Add mvsocts to mvsoc_periph for Armada XP.kiyohara
2015-11-06Support Armada XP.kiyohara
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-06-03add new cryptographic accelerator driver 'mvxpsec.'hsuenaga
2015-06-03separate buffer management codes 'mvxpbm.c' from if_mvxpe.c.hsuenaga
2015-06-03move Marvell ARMADA SoC's device driver definitions from arm/marvellhsuenaga
2015-06-03dump Mbus settins on boot if AV_VERBOSE or AV_DEBUG is enabled.hsuenaga
2015-06-03add ARMADA XP's Soc internal bus(Mbus) address decoder initialization function.hsuenaga
2015-05-19fix Marvell Coherency Barrier register address.hsuenaga
2015-05-14add synchronization barrier for AURORA_IO_CACHE_COHERENCY.hsuenaga
2015-05-11add MARVELL Armada XP MV78260 B0(rev.2)hsuenaga
2015-05-03add new ethernet driver mvxpe for recent MARVELL's SoC after ARMADA/XP.hsuenaga
2015-05-03write back unaligned boundary of L2 cache even if invalidate operationhsuenaga
2015-04-17sync L2 cache on the tail of region.hsuenaga
2015-04-15add L2 cache write eviction buffer sync barrierhsuenaga
2015-04-15implement L2 cache maintenance operations of ARMADA XP.hsuenaga