From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Andreas Färber'" <afaerber@suse.de>,
'linux-samsung-soc' <linux-samsung-soc@vger.kernel.org>
Cc: 'Doug Anderson' <dianders@chromium.org>,
'Kevin Hilman' <khilman@linaro.org>
Subject: RE: kgene's for-next branch broken, and boot regressions
Date: Mon, 28 Jul 2014 09:40:00 +0900 [thread overview]
Message-ID: <00ca01cfa9fc$7692d220$63b87660$@samsung.com> (raw)
In-Reply-To: <53D494DB.8030600@suse.de>
Andreas Färber wrote:
>
> Am 27.07.2014 05:08, schrieb Andreas Färber:
> > On the ODROID-XU (with local patches based on smdk5410) I get the
> > following with earlyprintk:
> >
> > Uncompressing Linux... done, booting the kernel.
> > [ 0.000000] Booting Linux on physical CPU 0x0
> > [ 0.000000] Linux version 3.16.0-rc6+ (andreas@droide) (gcc version
> > 4.8.2 20140404 [gcc-4_8-branch revision 209122] (SUSE Linux) ) #2 SMP
> > PREEMPT Sun Jul 27 02:31:31 CEST 2014
> > [ 0.000000] CPU: ARMv7 Processor [412fc0f3] revision 3 (ARMv7),
> > cr=30c5387d
> > [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction
> > cache
> > [ 0.000000] Machine model: ODROID-XU based on EXYNOS5410
> > [ 0.000000] bootconsole [earlycon0] enabled
> > [ 0.000000] Forcing write-allocate cache policy for SMP
> > [ 0.000000] Memory policy: Data cache writealloc
> > [ 0.000000] Running under secure firmware.
> > [ 0.000000] PERCPU: Embedded 7 pages/cpu @ee7b3000 s7872 r8192 d12608
> > u32768
> > [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
> > Total pages: 522256
> > [ 0.000000] Kernel command line: console=ttySAC2,115200n8 earlyprintk
> > root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait
> > [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
> > [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288
> > bytes)
> > [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144
> > bytes)
> > [ 0.000000] Memory: 2070984K/2095104K available (4364K kernel code,
> > 271K rwdata, 1420K rodata, 271K init, 283K bss, 24120K reserved,
> > 1316864K highmem)
> > [ 0.000000] Virtual kernel memory layout:
> > [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
> > [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
> > [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
> > [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
> > [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
> > [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
> > [ 0.000000] .text : 0xc0008000 - 0xc05ae384 (5785 kB)
> > [ 0.000000] .init : 0xc05af000 - 0xc05f2ec0 ( 272 kB)
> > [ 0.000000] .data : 0xc05f4000 - 0xc0637d80 ( 272 kB)
> > [ 0.000000] .bss : 0xc0637d8c - 0xc067eb00 ( 284 kB)
> > [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
> > [ 0.000000] Preemptible hierarchical RCU implementation.
> > [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
> > [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
> > [ 0.000000] NR_IRQS:16 nr_irqs:16 16
> > [ 0.000000] GIC physical location is 0x10481000
> > [ 0.000000] Kernel panic - not syncing: failed to find exynos pmu
> > register
> > [ 0.000000]
> > [ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.16.0-rc6+ #2
> > [ 0.000000] [<c0022214>] (unwind_backtrace) from [<c001f3b4>]
> > (show_stack+0x10/0x14)
> > [ 0.000000] [<c001f3b4>] (show_stack) from [<c04204d4>]
> > (dump_stack+0x80/0xc0)
> > [ 0.000000] [<c04204d4>] (dump_stack) from [<c041d9a4>]
> > (panic+0xa4/0x200)
> > [ 0.000000] [<c041d9a4>] (panic) from [<c05b745c>]
> > (exynos_reserve+0x0/0x4c)
> > [ 0.000000] [<c05b745c>] (exynos_reserve) from [<00000000>] ( (null))
> > [ 0.000000] ---[ end Kernel panic - not syncing: failed to find
> > exynos pmu register
> > [ 0.000000]
> >
> > Reverting "ARM: EXYNOS: Refactored code for using PMU address via DT"
> > and "ARM: EXYNOS: Add support for mapping PMU base address via DT" fixed
> > the latter.
>
> Adding a "samsung,exynos5410-pmu" system-controller node like on 5420
> fixes this as well. Patchset being prepared.
>
Thanks again ;)
- Kukjin
next prev parent reply other threads:[~2014-07-28 0:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-27 3:08 kgene's for-next branch broken, and boot regressions Andreas Färber
2014-07-27 5:57 ` Andreas Färber
2014-07-27 12:33 ` Andreas Färber
2014-07-28 0:40 ` Kukjin Kim [this message]
2014-07-27 15:49 ` Andreas Färber
2014-07-28 0:30 ` Kukjin Kim
2014-07-28 3:30 ` Doug Anderson
2014-07-28 3:44 ` Olof Johansson
2014-07-28 5:24 ` Olof Johansson
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='00ca01cfa9fc$7692d220$63b87660$@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=afaerber@suse.de \
--cc=dianders@chromium.org \
--cc=khilman@linaro.org \
--cc=linux-samsung-soc@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.