mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
4240612f21
It uses 3 different SOC_FAMILY sun4i,sun5i,sun7i this list come from here http://sunxi.org/Allwinner_SoC_Family Adding a new machine should be now more easy, as we have now to only create a new machine.conf file, set the right SOC_FAMILY and include the right arch inclue.
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Olimex A10S-OLinuXino-MICRO Board
|
|
#@DESCRIPTION: Machine configuration for Olimex A10S-OLinuXino-MICRO Board, based on Allwinner A10s CPU
|
|
#https://github.com/OLIMEX/OLINUXINO
|
|
|
|
require conf/machine/include/sun5i.inc
|
|
|
|
UBOOT_MACHINE = "A10s-OLinuXino-Micro_config"
|
|
SUNXI_FEX_FILE = "sys_config/a10s/a10s-olinuxino-m.fex" |