Skip to content

Instantly share code, notes, and snippets.

@trini
Created September 29, 2017 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trini/c2620dde1d9b34c0283f31a87b081572 to your computer and use it in GitHub Desktop.
Save trini/c2620dde1d9b34c0283f31a87b081572 to your computer and use it in GitHub Desktop.
WIP-29Sep2017
Command exited with non-zero status 128
116499.13user 223227.12system 1:41:56elapsed 5554%CPU (0avgtext+0avgdata 76116maxresident)k
633480inputs+19823992outputs (6146major+5432344554minor)pagefaults 0swaps
boards.cfg is up to date. Nothing to do.
Summary of 2 commits for 1150 boards (64 threads, 1 job per thread)
01: arm: dts: am3517_evm: Sync DTS files with Linux 4.13-RC5
aarch64: + nanopi_neo2 bananapi_m64 orangepi_prime orangepi_pc2 pine64_plus orangepi_win a64-olinuxino evb-rk3328 nanopi_a64 sopine_baseboard orangepi_zero_plus2
sandbox: + sandbox
arm: + am335x_hs_evm_uart db-88f6720
+(sandbox) return (addr == FDT_ADDR_T_NONE) ? NULL : (void *)addr;
+(sandbox) ^
+(nanopi_neo2,bananapi_m64,orangepi_prime,orangepi_pc2,pine64_plus,orangepi_win,nanopi_a64,a64-olinuxino,sopine_baseboard,orangepi_zero_plus2) WARNING: BL31 file bl31.bin NOT found, resulting binary is non-functional
+(nanopi_neo2,bananapi_m64,orangepi_prime,orangepi_pc2,pine64_plus,orangepi_win,nanopi_a64,a64-olinuxino,sopine_baseboard,orangepi_zero_plus2) Please read the section on ARM Trusted Firmware (ATF) in board/sunxi/README.sunxi64
+(am335x_hs_evm_uart) make[2]: *** [am335x_hs_evm_uart_defconfig] Error 1
+(am335x_hs_evm_uart) make[1]: *** [am335x_hs_evm_uart_defconfig] Error 2
+(am335x_hs_evm_uart) make: *** [sub-make] Error 2
+(evb-rk3328) writel((unsigned int) ep->dma_buf, &reg->out_endp[ep_num].doepdma);
+(evb-rk3328) ^
+(evb-rk3328) ../arch/arm/include/asm/io.h:146:34: note: in definition of macro ?writel?
+(evb-rk3328) #define writel(v,c) ({ u32 __v = v; __iowmb(); __arch_putl(__v,c); __v; })
+(evb-rk3328) ^
+(db-88f6720) port->priv->mdio_base = (void *)mdio_addr;
+(db-88f6720) ^
w+(sandbox) ../drivers/core/read.c: In function ?dev_read_addr_ptr?:
w+(sandbox) ../drivers/core/read.c:64:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
w+(evb-rk3328) ../drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c: In function ?setdma_rx?:
w+(evb-rk3328) ../drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c:117:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
w+(db-88f6720) ../drivers/net/mvpp2.c: In function ?phy_info_parse?:
w+(db-88f6720) ../drivers/net/mvpp2.c:4751:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
52: Merge git://git.denx.de/u-boot-rockchip
aarch64: + p2571 p2371-2180 e2220-1170 p2371-0000
arm: am335x_hs_evm_uart
-(am335x_hs_evm_uart) make[2]: *** [am335x_hs_evm_uart_defconfig] Error 1
-(am335x_hs_evm_uart) make[1]: *** [am335x_hs_evm_uart_defconfig] Error 2
+(p2571,p2371-2180,p2371-0000,e2220-1170) In file included from ../arch/arm/include/asm/armv7.h:61:0,
+(p2571,p2371-2180,p2371-0000,e2220-1170) from ../arch/arm/mach-tegra/cache.c:10:
+(p2571,p2371-2180,p2371-0000,e2220-1170) #define __arch_getl(a) (*(volatile unsigned int *)(a))
+(p2571,p2371-2180,p2371-0000,e2220-1170) ^
+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/io.h:151:31: note: in expansion of macro ?__arch_getl?
+(p2571,p2371-2180,p2371-0000,e2220-1170) #define readl(c) ({ u32 __v = __arch_getl(c); __iormb(); __v; })
+(p2571,p2371-2180,p2371-0000,e2220-1170) ^~~~~~~~~~~
+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/armv7.h:117:9: note: in expansion of macro ?readl?
+(p2571,p2371-2180,p2371-0000,e2220-1170) temp = readl(address);
+(p2571,p2371-2180,p2371-0000,e2220-1170) ^~~~~
+(p2571,p2371-2180,p2371-0000,e2220-1170) In file included from ../arch/arm/mach-tegra/cache.c:10:0:
+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/armv7.h:124:2: error: ?CP15DSB? undeclared (first use in this function)
+(p2571,p2371-2180,p2371-0000,e2220-1170) CP15DSB;
+(p2571,p2371-2180,p2371-0000,e2220-1170) ^~~~~~~
+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/armv7.h:124:2: note: each undeclared identifier is reported only once for each function it appears in
+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/armv7.h:125:2: error: ?CP15ISB? undeclared (first use in this function)
+(p2571,p2371-2180,p2371-0000,e2220-1170) CP15ISB;
+(p2571,p2371-2180,p2371-0000,e2220-1170) make[2]: *** [arch/arm/mach-tegra/cache.o] Error 1
+(p2571,p2371-2180,p2371-0000,e2220-1170) make[1]: *** [arch/arm/mach-tegra] Error 2
w+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/armv7.h: In function ?v7_enable_smp?:
w+(p2571,p2371-2180,p2371-0000,e2220-1170) ../arch/arm/include/asm/io.h:73:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
aarch64: (for 92/96 boards) all +329.2 data +31.0 rodata +84.8 spl/u-boot-spl:all +95.2 spl/u-boot-spl:data +13.7 spl/u-boot-spl:rodata +18.5 spl/u-boot-spl:text +62.9 text +213.3
puma-rk3399 : all +2899 data +248 rodata +867 spl/u-boot-spl:all +9368 spl/u-boot-spl:data +1264 spl/u-boot-spl:rodata +1420 spl/u-boot-spl:text +6684 text +1784
evb-rk3328 : all +10604 data +1120 rodata +1872 text +7612
lion-rk3368 : all +2726 data +248 rodata +830 spl/u-boot-spl:all +180 spl/u-boot-spl:rodata +12 spl/u-boot-spl:text +168 text +1648
geekbox : all +2830 data +248 rodata +830 text +1752
sheep-rk3368 : all +2798 data +248 rodata +830 text +1720
evb-px5 : all +2798 data +248 rodata +830 text +1720
firefly-rk3399 : all +2810 data +248 rodata +866 spl/u-boot-spl:all -355 spl/u-boot-spl:rodata +137 spl/u-boot-spl:text -492 text +1696
evb-rk3399 : all +2810 data +248 rodata +866 spl/u-boot-spl:all -435 spl/u-boot-spl:rodata +137 spl/u-boot-spl:text -572 text +1696
uniphier_v8 : all +8 rodata +8
arm: (for 626/626 boards) all +78.9 bss -2.2 data +6.1 rodata +27.3 spl/u-boot-spl:all +4.1 spl/u-boot-spl:bss -0.1 spl/u-boot-spl:data -1.2 spl/u-boot-spl:rodata +4.2 spl/u-boot-spl:text +1.2 text +47.7
am3517_evm : all +13203 bss -1424 data +1280 rodata +2091 spl/u-boot-spl:all -3761 spl/u-boot-spl:bss -64 spl/u-boot-spl:data -820 spl/u-boot-spl:rodata +99 spl/u-boot-spl:text -2976 text +11256
vyasa-rk3288 : all +3309 bss +8 data +288 rodata +1381 spl/u-boot-spl:all +3951 spl/u-boot-spl:rodata +1643 spl/u-boot-spl:text +2308 text +1632
evb-rk3229 : all +2250 bss -40 data +212 rodata +838 spl/u-boot-spl:all +472 spl/u-boot-spl:data +72 spl/u-boot-spl:rodata +56 spl/u-boot-spl:text +344 text +1240
miqi-rk3288 : all +2014 bss +56 data +136 rodata +782 spl/u-boot-spl:all +80 spl/u-boot-spl:text +80 text +1040
rock2 : all +2014 bss +48 data +136 rodata +782 spl/u-boot-spl:all +80 spl/u-boot-spl:text +80 text +1048
phycore-rk3288 : all +1958 data +136 rodata +782 spl/u-boot-spl:all +108 spl/u-boot-spl:rodata +28 spl/u-boot-spl:text +80 text +1040
tinker-rk3288 : all +1950 bss -16 data +136 rodata +782 spl/u-boot-spl:all +108 spl/u-boot-spl:rodata +28 spl/u-boot-spl:text +80 text +1048
chromebook_jerry: all +1958 data +136 rodata +782 spl/u-boot-spl:all +100 spl/u-boot-spl:text +100 text +1040
chromebit_mickey: all +1954 bss -16 data +136 rodata +782 spl/u-boot-spl:all +96 spl/u-boot-spl:text +96 text +1052
chromebook_minnie: all +1950 bss -8 data +136 rodata +782 spl/u-boot-spl:all +100 spl/u-boot-spl:text +100 text +1040
firefly-rk3288 : all +1958 data +136 rodata +782 spl/u-boot-spl:all +80 spl/u-boot-spl:text +80 text +1040
evb-rk3288 : all +1958 bss +8 data +136 rodata +782 spl/u-boot-spl:all +72 spl/u-boot-spl:text +72 text +1032
evb-rv1108 : all +2030 bss +48 data +140 rodata +782 text +1060
fennec-rk3288 : all +1950 bss -16 data +136 rodata +782 spl/u-boot-spl:all +80 spl/u-boot-spl:text +80 text +1048
popmetal-rk3288: all +1950 bss -8 data +136 rodata +782 spl/u-boot-spl:all +80 spl/u-boot-spl:text +80 text +1040
kylin-rk3036 : all +1898 bss +8 data +140 rodata +782 text +968
rock : all +1886 bss +16 data +144 rodata +782 spl/u-boot-spl:all +8 spl/u-boot-spl:text +8 text +944
evb-rk3036 : all +1890 data +140 rodata +782 text +968
am57xx_hs_evm : all +207 rodata +171 spl/u-boot-spl:all +199 spl/u-boot-spl:rodata +171 spl/u-boot-spl:text +28 text +36
dra7xx_hs_evm : all +203 rodata +171 spl/u-boot-spl:all +136 spl/u-boot-spl:rodata +104 spl/u-boot-spl:text +32 text +32
am57xx_evm_nodt: all +161 rodata +161 spl/u-boot-spl:all +161 spl/u-boot-spl:rodata +161
am57xx_evm : all +161 rodata +161 spl/u-boot-spl:all +161 spl/u-boot-spl:rodata +161
dra7xx_evm : all +161 rodata +161 spl/u-boot-spl:all +94 spl/u-boot-spl:rodata +94
am43xx_hs_evm : all +184 bss -24 data +4 rodata +28 spl/u-boot-spl:all +42 spl/u-boot-spl:rodata +10 spl/u-boot-spl:text +32 text +176
omap5_uevm : all +126 bss +32 rodata +94 spl/u-boot-spl:all +94 spl/u-boot-spl:rodata +94
ventana : all +64 bss +56 text +8
medcom-wide : all +64 bss +56 text +8
am335x_hs_evm : all +10 bss -32 rodata +10 spl/u-boot-spl:all +42 spl/u-boot-spl:rodata +10 spl/u-boot-spl:text +32 text +32
k2g_hs_evm : all +3 bss -24 rodata +27
apalis_t30 : bss -8 text +8
opos6uldev : bss -8 rodata +8
tec : bss -8 text +8
beaver : bss -8 text +8
harmony : bss -8 text +8
colibri_t30 : bss -8 text +8
paz00 : bss -8 text +8
uniphier_v7 : all -1 bss -8 rodata +7
uniphier_ld4_sld8: all -2 bss -8 rodata +6
k2g_evm : all -5 bss -32 rodata +27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment