freebsd-skq/sys/arm/allwinner
loos 51a53682f0 Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make the
change to GMAC easier on A20 SoCs.

On A10 only the EMAC controller is available (fast ethernet), but on A20
there is also GMAC a high (or better) performant controller (gigabit
ethernet).

On A20 the both controllers uses the same pins to talk to the ethernet PHY
(MII or RGMII) and they can be selected by the GPIO pin mux.

There is work in progress to bring in GMAC support.
2015-07-03 17:54:41 +00:00
..
a20 Add the gic to files.arm under "device gic" and use it with the 2015-05-10 09:33:03 +00:00
a10_ahci.c Add AHCI attachment code for Allwinner A10/A20 SoCs. 2015-07-03 14:11:01 +00:00
a10_clk.c Remove duplicate and unnecessary includes. 2015-07-03 17:09:27 +00:00
a10_clk.h Remove duplicate and unnecessary includes. 2015-07-03 17:09:27 +00:00
a10_common.c
a10_ehci.c
a10_gpio.c Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make the 2015-07-03 17:54:41 +00:00
a10_gpio.h Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make the 2015-07-03 17:54:41 +00:00
a10_machdep.c
a10_mmc.c Add DMA support for Allwinner MMC controller. 2015-07-01 23:27:01 +00:00
a10_mmc.h Add DMA support for Allwinner MMC controller. 2015-07-01 23:27:01 +00:00
a10_sramc.c
a10_sramc.h
a10_wdog.c
a10_wdog.h
aintc.c
console.c
files.a10 Move the items common to all SoCs to a single file. 2015-04-18 03:07:01 +00:00
files.allwinner Add AHCI attachment code for Allwinner A10/A20 SoCs. 2015-07-03 14:11:01 +00:00
if_emac.c Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make the 2015-07-03 17:54:41 +00:00
if_emacreg.h Simplify the receiver code a bit. 2015-04-18 00:35:00 +00:00
std.a10 Clean up the style to use "options<space><tab>". 2015-05-10 08:48:00 +00:00
timer.c