Lines 1-6
Link Here
|
1 |
PORTNAME= u-boot |
1 |
PORTNAME= u-boot |
2 |
PORTVERSION= 2015.07 |
2 |
PORTVERSION= 2015.07 |
3 |
PORTREVISION= 3 |
3 |
PORTREVISION= 4 |
4 |
CATEGORIES= sysutils |
4 |
CATEGORIES= sysutils |
5 |
MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/:source1 \ |
5 |
MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/:source1 \ |
6 |
http://www.compulab.co.il/wp-content/uploads/2015/10/:source2 |
6 |
http://www.compulab.co.il/wp-content/uploads/2015/10/:source2 |
Lines 14-41
WWW= https://www.denx.de/wiki/U-Boot
Link Here
|
14 |
|
14 |
|
15 |
LICENSE= GPLv2 |
15 |
LICENSE= GPLv2 |
16 |
|
16 |
|
|
|
17 |
DEPRECATED= This port depends on the long time unsupported upstream devel/arm-none-eabi-gcc492. |
18 |
EXPIRATION_DATE= 2023-04-30 |
19 |
|
17 |
BUILD_DEPENDS= ${CROSS_GCC}:devel/arm-none-eabi-gcc492 |
20 |
BUILD_DEPENDS= ${CROSS_GCC}:devel/arm-none-eabi-gcc492 |
18 |
|
21 |
|
19 |
CROSS_GCC= arm-none-eabi-gcc-4.9.2 |
22 |
USES= gmake |
|
|
23 |
|
24 |
MAKE_ARGS+= ARCH=arm \ |
25 |
CC=${CROSS_GCC} \ |
26 |
CROSS_COMPILE=arm-none-eabi- \ |
27 |
HOSTCC=cc |
20 |
|
28 |
|
21 |
EXTRA_PATCHES= ${WRKDIR}/cm-fx6-u-boot/u-boot/u-boot-2015.07-cm-fx6-3.patch:-p1 |
29 |
EXTRA_PATCHES= ${WRKDIR}/cm-fx6-u-boot/u-boot/u-boot-2015.07-cm-fx6-3.patch:-p1 |
22 |
|
30 |
|
23 |
NO_ARCH= yes |
31 |
NO_ARCH= yes |
24 |
|
32 |
|
25 |
USES= gmake |
|
|
26 |
|
27 |
PORTSCOUT= ignore:1 |
33 |
PORTSCOUT= ignore:1 |
28 |
|
34 |
|
29 |
U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} |
35 |
U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} |
30 |
|
36 |
|
31 |
MAKE_ARGS+= ARCH=arm \ |
|
|
32 |
CC=${CROSS_GCC} \ |
33 |
CROSS_COMPILE=arm-none-eabi- \ |
34 |
HOSTCC=cc |
35 |
|
36 |
do-configure: |
37 |
do-configure: |
37 |
cd ${WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} cm_fx6_config |
38 |
cd ${WRKSRC}; ${MAKE_CMD} ${MAKE_ARGS} cm_fx6_config |
38 |
|
39 |
|
|
|
40 |
CROSS_GCC= arm-none-eabi-gcc-4.9.2 |
41 |
|
39 |
# The build results in two output files: SPL, and u-boot.img. |
42 |
# The build results in two output files: SPL, and u-boot.img. |
40 |
# Combine them into a single u-boot.imx so that there is only one file to be |
43 |
# Combine them into a single u-boot.imx so that there is only one file to be |
41 |
# copied onto the boot media starting at a 1K offset on the disk. |
44 |
# copied onto the boot media starting at a 1K offset on the disk. |
42 |
- |
|
|