NetBSD/sys/arch/arm/xscale/files.becc
thorpej 6955d47610 Make big-endian mode a little closer to working on the BRH. I can talk
to both the EEPROM *and* the PHY on the Ethernet interface now, at least,
though it is still not completely working.

Many thanks to Stephen Goadhouse at ADI for some hints.
2003-05-30 18:38:02 +00:00

21 lines
596 B
Plaintext

# $NetBSD: files.becc,v 1.3 2003/05/30 18:38:02 thorpej Exp $
#
# Configuration info for the ADI Engineering Big Endian Companion Chip
# for the Intel i80200 processor
#
file arch/arm/xscale/becc_icu.c
file arch/arm/xscale/becc_timer.c
device becc {}: pcibus
# Board-specific front-end provides attachment.
file arch/arm/xscale/becc.c becc
file arch/arm/xscale/becc_pci.c becc
file arch/arm/xscale/becc_pci_space_asm.S becc
file arch/arm/xscale/becc_space.c becc
# Reset button.
device beccbut: sysmon_power, sysmon_taskq
attach beccbut at becc
file arch/arm/xscale/becc_button.c beccbut