56013bbc63
r277472, r277473, r277474, r277475, r277476, r277477, r277478, r277479, r277480, r277512, r277516: Add inline implementations of arm bus_space_read/write_N(). Revise the arm bus_space implementation to avoid dereferencing the tag on every operation to retrieve the bs_cookie value almost nothing actually uses. Use the explicit member initializer style to init the bus_space struct. Use arm/bus_space-v6.c for all armv6 systems Consolidate many identical implementations of bus_space to a single common tag and implementation shared by armv4 and armv6. Micro-optimize the new arm inline bus_space implementation by grouping all the data the inline functions access together at the start of the bus_space struct so that they all fit in a single cache line.
32 lines
816 B
Plaintext
32 lines
816 B
Plaintext
#
|
|
# files.zynq7
|
|
#
|
|
# $FreeBSD$
|
|
|
|
kern/kern_clocksource.c standard
|
|
|
|
arm/arm/bus_space_base.c standard
|
|
arm/arm/bus_space_generic.c standard
|
|
arm/arm/bus_space_asm_generic.S standard
|
|
arm/arm/cpufunc_asm_armv5.S standard
|
|
arm/arm/cpufunc_asm_arm10.S standard
|
|
arm/arm/cpufunc_asm_arm11.S standard
|
|
arm/arm/cpufunc_asm_armv7.S standard
|
|
|
|
arm/arm/gic.c standard
|
|
arm/arm/mpcore_timer.c standard
|
|
arm/arm/pl310.c standard
|
|
|
|
arm/xilinx/zy7_machdep.c standard
|
|
arm/xilinx/zy7_l2cache.c standard
|
|
arm/xilinx/zy7_slcr.c standard
|
|
arm/xilinx/zy7_devcfg.c standard
|
|
arm/xilinx/zy7_mp.c optional smp
|
|
|
|
dev/cadence/if_cgem.c optional cgem
|
|
dev/sdhci/sdhci_fdt.c optional sdhci
|
|
arm/xilinx/zy7_ehci.c optional ehci
|
|
arm/xilinx/uart_dev_cdnc.c optional uart
|
|
arm/xilinx/zy7_gpio.c optional gpio
|
|
|