#
753f02d2 |
| 04-Apr-2022 |
andvar <andvar@NetBSD.org> |
fix various typos, mainly in comments.
|
#
d7e9e5b9 |
| 10-Mar-2017 |
skrll <skrll@NetBSD.org> |
Initialise the windows and allow access to PCI Express port 1 first lane.
Allows xhci(4) to attach in the MV78230 based Lenovo ix4-300d
mvpex1 at mvsoc0 unit 4 offset 0x80000-0x81fff irq 62: Marvel
Initialise the windows and allow access to PCI Express port 1 first lane.
Allows xhci(4) to attach in the MV78230 based Lenovo ix4-300d
mvpex1 at mvsoc0 unit 4 offset 0x80000-0x81fff irq 62: Marvell PCI Express Interface pci1 at mvpex1 xhci0 at pci1 dev 1 function 0: vendor 1033 product 0194 (rev. 0x04) xhci0: interrupting at interrupt pin INTA# usb3 at xhci0: USB revision 3.0 usb4 at xhci0: USB revision 2.0
show more ...
|
#
6f7a9bf1 |
| 07-Jan-2017 |
kiyohara <kiyohara@NetBSD.org> |
Add register macros. And reorder registers. Also remove white-spaces.
|
#
bb1ab675 |
| 06-Nov-2015 |
kiyohara <kiyohara@NetBSD.org> |
Add mvsocts to mvsoc_periph for Armada XP.
|
#
ac631853 |
| 03-Jun-2015 |
hsuenaga <hsuenaga@NetBSD.org> |
add ARMADA XP's Soc internal bus(Mbus) address decoder initialization function. some versions of u-boot initializes the address decoder incorrectly(probably these values are come from Kirkwood SoC or
add ARMADA XP's Soc internal bus(Mbus) address decoder initialization function. some versions of u-boot initializes the address decoder incorrectly(probably these values are come from Kirkwood SoC or older.) the codes generates SoC's default address spaces and some modifications for NetBSD's assumption.
add error interrupt definitions, interrupt name strings for 'vmstat -e', verbose output of Mbus settings for such low-level debugging of SoC.
show more ...
|
#
926fa724 |
| 14-May-2015 |
hsuenaga <hsuenaga@NetBSD.org> |
add synchronization barrier for AURORA_IO_CACHE_COHERENCY. cleanup MARVELL L2 cache code.
|
#
a2703a0d |
| 15-Apr-2015 |
hsuenaga <hsuenaga@NetBSD.org> |
implement L2 cache maintenance operations of ARMADA XP. the L2 cahce maintenance operations are defined on SoC internal registers.
|
#
d63df32c |
| 23-Dec-2013 |
kiyohara <kiyohara@NetBSD.org> |
Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers only Armada XP. The misc_base initializes in initarm() instead of mvsoc_bootstrap().
|
#
171f8865 |
| 30-Sep-2013 |
kiyohara <kiyohara@NetBSD.org> |
Move armadaxpreg.h into arm/marvell. And add some defines and reorder.
|