Good UTC evening! I've tried test2 branch and uboot from the branch. Doesn't work yet. Are there any kernel configuration options I might have missed? I've used defconfig. Or maybe the addresses to load are wrong? Here's what i see in the log.
On Sun, Dec 15, 2013 at 1:35 AM, Hans de Goede <[email protected]> wrote: > Hi, > > On 12/12/2013 03:08 PM, [email protected] wrote: > >> Good day, all! >> >> Thank you for the good work, i'm in to test, because i need to run fresh >> kernel on A13-linuxino. >> Will be back tuesday:) >> Atm sunxi-test didn't work, but that you appear to know already. >> https://www.olimex.com/forum/index.php?topic=2260.0 >> > > Right, I've just finished sun5i mmc support today. You can find it here > now: > https://github.com/jwrdegoede/linux-sunxi/commits/sunxi-test2 > > Note for this to work you also need a u-boot fix, for now you must build > u-boot > from this git branch to get working mmc with upstream kernels: > https://github.com/jwrdegoede/u-boot-sunxi/tree/sunxi-test > > Regards, > > Hans > > > > > >> среда, 11 декабря 2013 г., 19:54:03 UTC+4 пользователь Hans de Goede >> написал: >> >>> Hi, >>> >>> >>> >>> >>> On 12/10/2013 11:42 PM, David Lanzend�rfer wrote: >>> >>> Good to hear that you're still around and I'm glad to hear that you want >>>>> >>>> >>> to stay on as the maintainer of the mmc driver. Since I'm already >>>>> heavily >>>>> >>>> >>> invested in this, I'm going to finish my cleanup (and partial rewrite >>>>> >>>> >>> in some cases), and post a first version to the linux-mmc list for >>>>> review. >>>>> >>>> >>> Ok. If you have some first version to have a look at, please feel free >>>> >>> >>> to show it to me by pushing it to a WIP-branch. >>>> >>> >>> >>> >>> I've put my current work here: >>> >>> https://github.com/jwrdegoede/linux-sunxi/commits/sunxi-mmc-incremental >>> >>> >>> >>> Note this is an incremental version, so that you can review the changes >>> >>> I've made. My latest testing has been done in a local tree which has all >>> >>> the commits squashed together, reflecting how the driver will be send >>> >>> upstream (I know I need to break out the dts bits) so although this >>> >>> should work, I make not promises about it. I should be ready to push >>> >>> my tree which the combined commits soon-ish (likely tomorrow). >>> >>> >>> >>> Regards, >>> >>> >>> >>> Hans >>> >> >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "linux-sunxi" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/linux-sunxi/prLRvZAHFvc/unsubscribe. > To unsubscribe from this group and all of its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Point of presence: http://aikipooh.ipernity.com -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
## Booting kernel from Legacy Image at 46000000 ... Image Name: Linux-3.13.0-rc3 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 1776056 Bytes = 1.7 MiB Load Address: 40008000 Entry Point: 40008000 Verifying Checksum ... OK ## Flattened Device Tree blob at 49000000 Booting using the fdt blob at 0x49000000 Loading Kernel Image ... OK Using Device Tree in place at 49000000, end 49005058 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.13.0-rc3 (root@localhost) (gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) ) #2 SMP Wed Dec 18 18:50:17 MSK 2013 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Olimex A13-Olinuxino [ 0.000000] Memory policy: Data cache writeback [ 0.000000] On node 0 totalpages: 131072 [ 0.000000] free_area_init_node: node 0, pgdat c034da80, node_mem_map c0386000 [ 0.000000] Normal zone: 1024 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 131072 pages, LIFO batch:31 [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] PERCPU: Embedded 5 pages/cpu @c078d000 s6528 r0 d13952 u32768 [ 0.000000] pcpu-alloc: s6528 r0 d13952 u32768 alloc=8*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048 [ 0.000000] Kernel command line: console=ttyS0,115200 loglevel=9 root=/dev/mmcblk0p1 rootwait earlyprintk rw panic=10 [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 516124K/524288K available (2535K kernel code, 153K rwdata, 484K rodata, 170K init, 219K bss, 8164K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] .text : 0xc0008000 - 0xc02fb010 (3021 kB) [ 0.000000] .init : 0xc02fc000 - 0xc0326980 ( 171 kB) [ 0.000000] .data : 0xc0328000 - 0xc034e520 ( 154 kB) [ 0.000000] .bss : 0xc034e528 - 0xc0385210 ( 220 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns [ 0.000000] Console: colour dummy device 80x30 [ 0.000230] Calibrating delay loop... 1001.88 BogoMIPS (lpj=5009408) [ 0.090061] pid_max: default: 32768 minimum: 301 [ 0.090189] Mount-cache hash table entries: 512 [ 0.090780] CPU: Testing write buffer coherency: ok [ 0.091056] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.091116] Setting up static identity map for 0x40267c78 - 0x40267cd0 [ 0.091793] Brought up 1 CPUs [ 0.091805] SMP: Total of 1 processors activated. [ 0.091811] CPU: All CPU(s) started in SVC mode. [ 0.092307] devtmpfs: initialized [ 0.092756] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.092915] pinctrl core: initialized pinctrl subsystem [ 0.093194] regulator-dummy: no parameters [ 0.093392] NET: Registered protocol family 16 [ 0.093899] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.097403] bio: create slab <bio-0> at 0 [ 0.098443] Switched to clocksource timer [ 0.104426] NET: Registered protocol family 2 [ 0.104923] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.104971] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) [ 0.105031] TCP: Hash tables configured (established 4096 bind 4096) [ 0.105111] TCP: reno registered [ 0.105124] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.105143] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.105321] NET: Registered protocol family 1 [ 0.105716] RPC: Registered named UNIX socket transport module. [ 0.105732] RPC: Registered udp transport module. [ 0.105737] RPC: Registered tcp transport module. [ 0.105743] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.112740] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.112761] io scheduler noop registered [ 0.112771] io scheduler deadline registered [ 0.112906] io scheduler cfq registered (default) [ 0.113877] sunxi-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 0.151425] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.173812] 1c28400.serial: ttyS0 at MMIO 0x1c28400 (irq = 19, base_baud = 1500000) is a U6_16550A [ 0.591222] console [ttyS0] enabled [ 0.595426] mousedev: PS/2 mouse device common for all mice [ 0.601296] i2c /dev entries driver [ 0.606211] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 0.614950] TCP: cubic registered [ 0.618272] NET: Registered protocol family 17 [ 0.622853] Registering SWP/SWPB emulation handler [ 0.631516] Waiting for root device /dev/mmcblk0p1...
