From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org,
avifishman70-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
raltherr-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
openbmc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
Brendan Higgins
<brendanhiggins-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH v1 1/3] arm: npcm: add basic support for Nuvoton BMCs
Date: Thu, 24 Aug 2017 03:14:03 +0800 [thread overview]
Message-ID: <201708240359.VARhpnvP%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170822033502.4100-2-brendanhiggins-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2146 bytes --]
Hi Brendan,
[auto build test ERROR on linus/master]
[also build test ERROR on v4.13-rc6 next-20170823]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Brendan-Higgins/arm-npcm-add-basic-support-for-Nuvoton-BMCs/20170824-031106
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm
All errors (new ones prefixed by >>):
arch/arm/mach-npcm/headsmp.S: Assembler messages:
>> arch/arm/mach-npcm/headsmp.S:73: Error: selected processor does not support `dsb' in ARM mode
>> arch/arm/mach-npcm/headsmp.S:74: Error: selected processor does not support `isb' in ARM mode
vim +73 arch/arm/mach-npcm/headsmp.S
42
43 ENTRY(v7_invalidate_l1_npcmX50)
44 mov r0, #0
45 mcr p15, 0, r0, c7, c5, 0 /* invalidate I cache */
46 mcr p15, 2, r0, c0, c0, 0
47 mrc p15, 1, r0, c0, c0, 0
48
49 ldr r1, =0x7fff
50 and r2, r1, r0, lsr #13
51
52 ldr r1, =0x3ff
53
54 and r3, r1, r0, lsr #3 /* NumWays - 1 */
55 add r2, r2, #1 /* NumSets */
56
57 and r0, r0, #0x7
58 add r0, r0, #4 /* SetShift */
59
60 clz r1, r3 /* WayShift */
61 add r4, r3, #1 /* NumWays */
62 1: sub r2, r2, #1 /* NumSets-- */
63 mov r3, r4 /* Temp = NumWays */
64 2: subs r3, r3, #1 /* Temp-- */
65 mov r5, r3, lsl r1
66 mov r6, r2, lsl r0
67 /* Reg = (Temp << WayShift) | (NumSets << SetShift) */
68 orr r5, r5, r6
69 mcr p15, 0, r5, c7, c6, 2
70 bgt 2b
71 cmp r2, #0
72 bgt 1b
> 73 dsb
> 74 isb
75 mov pc, lr
76 ENDPROC(v7_invalidate_l1_npcmX50)
77
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 62836 bytes --]
next prev parent reply other threads:[~2017-08-23 19:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-22 3:34 [PATCH v1 0/3] arm: npcm: add basic support for Nuvoton BMCs Brendan Higgins
2017-08-22 3:35 ` [PATCH v1 1/3] " Brendan Higgins
[not found] ` <20170822033502.4100-2-brendanhiggins-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2017-08-23 13:59 ` kbuild test robot
2017-08-23 19:14 ` kbuild test robot [this message]
2017-08-22 3:35 ` [PATCH v1 2/3] arm: dts: add Nuvoton NPCM750 device tree Brendan Higgins
[not found] ` <20170822033502.4100-3-brendanhiggins-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2017-08-25 18:26 ` Rob Herring
2017-08-22 3:35 ` [PATCH v1 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture Brendan Higgins
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201708240359.VARhpnvP%fengguang.wu@intel.com \
--to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=avifishman70-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=brendanhiggins-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
--cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=openbmc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=raltherr-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=tmaimon77-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).