Skip to content

Instantly share code, notes, and snippets.

@vDorst
Created April 3, 2013 20:17
Show Gist options
  • Save vDorst/5304836 to your computer and use it in GitHub Desktop.
Save vDorst/5304836 to your computer and use it in GitHub Desktop.
New boot with time.c from M6.
3565900 bytes read
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-3.0.8+
Image Type: ARM Linux Kernel Image (lzma compressed)
Data Size: 3565836 Bytes = 3.4 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Using machid 0xb8e from environment
Starting kernel ...
<6>Initializing cgroup subsys cpu
<5>Linux version 3.0.8+ (root@Thirsty) (gcc version 4.4.1 (Sourcery G++ Lite 201 0q1-202) ) #40 PREEMPT Wed Apr 3 22:10:14 CEST 2013
CPU: ARMv7 Processor [412fc094] revision 4 (ARMv7), cr=10c53c7f
CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Amlogic Meson3 reference development platform (legacy)
<4>Ignoring unrecognised tag 0x00000000
Memory policy: ECC disabled, Data cache writeback
<4>BUG: mapping for 0x84000000 at 0xc4000000 overlaps vmalloc space
<7>On node 0 totalpages: 246528
<7>free_area_init_node: node 0, pgdat c08c0bf0, node_mem_map c0a21000
<7> Normal zone: 1280 pages used for memmap
<7> Normal zone: 0 pages reserved
<7> Normal zone: 146944 pages, LIFO batch:31
<7> HighMem zone: 768 pages used for memmap
<7> HighMem zone: 97536 pages, LIFO batch:31
<7>pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
<7>pcpu-alloc: [0] 0
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 244480
<5>Kernel command line: root=/dev/mtdblock2 rw rootfstype=yaffs2 init=/sbin/init rootwait console=ttyS0,115200n8 mem=1024M nohlt a9_clk=800M clk81=187500000 roo t=/dev/mtdblock2 rw rootfstype=yaffs hdmitx=true init=/sbin/init mac=00:0d:fe:59 :a0:8e
(CTS_DDR_CLK) = 504MHz
(CTS_MALI_CLK) = 252MHz
(CTS_A9_CLK) = 800MHz
CLK81(Ìrom MSR_CLK_REG) = 188000000MHz, a9_clk(from args) = 187500000
set CLK81 to 177MHz
HDMI DEBUG: hdmitx_boot_para_setup [1629]
hdmi: disable cec function
HDMI hdmi_cec_func_config:0x0
******** uboot setup mac-addr: 0:d:fe:59:a0:8e
<6>PID hash table entries: 4096 (order: 2, 16384 bytes)
<6>Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
<6>Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>Memory: 64MB 387MB 512MB = 963MB total
<5>Memory: 967176k/967176k available, 18936k reserved, 393216K highmem
<5>Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
vmalloc : 0xe8800000 - 0xf0000000 ( 120 MB)
lowmem : 0xc0000000 - 0xe8000000 ( 640 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.init : 0xc0008000 - 0xc0030000 ( 160 kB)
.text : 0xc0030000 - 0xc086624c (8409 kB)
.data : 0xc0868000 - 0xc08c1560 ( 358 kB)
.bss : 0xc08c1584 - 0xc0a20cd8 (1406 kB)
<6>SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
<6>Preemptible hierarchical RCU implementation.
<6> RCU debugfs-based tracing is enabled.
<6>NR_IRQS:128
<6>sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4294967ms
<6>Console: colour dummy device 80x30
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.8+ (root@Thirsty) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #40 PREEMPT Wed Apr 3 22:10:14 CEST 2013
[ 0.000000] CPU: ARMv7 Processor [412fc094] revision 4 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Amlogic Meson3 reference development platform (legacy)
[ 0.000000] Ignoring unrecognised tag 0x00000000
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] BUG: mapping for 0x84000000 at 0xc4000000 overlaps vmalloc space
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 244480
[ 0.000000] Kernel command line: root=/dev/mtdblock2 rw rootfstype=yaffs2 ini t=/sbin/init rootwait console=ttyS0,115200n8 mem=1024M nohlt a9_clk=800M clk81=1 87500000 root=/dev/mtdblock2 rw rootfstype=yaffs hdmitx=true init=/sbin/init mac =00:0d:fe:59:a0:8e
[ 0.000000] (CTS_DDR_CLK) = 504MHz
[ 0.000000] (CTS_MALI_CLK) = 252MHz
[ 0.000000] (CTS_A9_CLK) = 800MHz
[ 0.000000] CLK81(from MSR_CLK_REG) = 188000000MHz, a9_clk(from args) = 18750 0000
[ 0.000000] set CLK81 to 177MHz
[ 0.000000] HDMI DEBUG: hdmitx_boot_para_setup [1629]
[ 0.000000] hdmi: disable cec function
[ 0.000000] HDMI hdmi_cec_func_config:0x0
[ 0.000000] ******** uboot setup mac-addr: 0:d:fe:59:a0:8e
[ 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: 64MB 387MB 512MB = 963MB total
[ 0.000000] Memory: 967176k/967176k available, 18936k reserved, 393216K highm em
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xe8800000 - 0xf0000000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe8000000 ( 640 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0030000 ( 160 kB)
[ 0.000000] .text : 0xc0030000 - 0xc086624c (8409 kB)
[ 0.000000] .data : 0xc0868000 - 0xc08c1560 ( 358 kB)
[ 0.000000] .bss : 0xc08c1584 - 0xc0a20cd8 (1406 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, N odes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU debugfs-based tracing is enabled.
[ 0.000000] NR_IRQS:128
[ 0.000000] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 4 294967ms
[ 0.000000] Console: colour dummy device 80x30
<6>console [ttyS0] enabled
[ 0.000000] console [ttyS0] enabled
<6>Calibrating delay loop... [ 0.267103] Calibrating delay loop...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment