Jorge Cisneros | 8a445a0 | 2020-09-03 21:09:03 +0000 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: HPE GXP |
| 3 | #@DESCRIPTION: Common machine configuration for the HPE GXP Chip |
| 4 | |
| 5 | require conf/machine/include/hpe_soc.inc |
| 6 | |
| 7 | UBOOT_ARCH ?= "arm" |
| 8 | |
| 9 | DISTRO_FEATURES ?= "ipv4 ipv6" |
| 10 | |
| 11 | SOC_FAMILY = "gxp-b1" |
| 12 | include conf/machine/include/soc-family.inc |
| 13 | MACHINEOVERRIDES .= ":gxp" |
| 14 | |
| 15 | DEFAULTTUNE ?= "armv6-novfp" |
| 16 | require conf/machine/include/arm/arch-armv6.inc |
| 17 | |
Mike Garrett | 02b54b3 | 2021-08-27 16:39:03 -0500 | [diff] [blame] | 18 | UBOOT_MACHINE ?= "gxp_defconfig" |
| 19 | UBOOT_ENTRYPOINT ?= "0x40100000" |
| 20 | UBOOT_LOADADDRESS ?= "0x40100000" |
Jorge Cisneros | 8a445a0 | 2020-09-03 21:09:03 +0000 | [diff] [blame] | 21 | |
| 22 | |