00:00
ZaEarl has quit [Ping timeout: 240 seconds]
00:02
ZaEarl has joined #arm-netbook
00:18
Turl||| is now known as T|
00:18
T| is now known as ||||||||||||||||
00:19
CaCtus492 has joined #arm-netbook
00:19
|||||||||||||||| is now known as Turl_
00:22
CaCtus491 has quit [Ping timeout: 244 seconds]
00:25
Almamuerta has joined #arm-netbook
00:39
Turl_ has quit [Ping timeout: 245 seconds]
01:12
<
lundman >
what's the good word lads
01:12
<
ManoftheSea >
encephlogram
01:14
<
lundman >
elucidate
01:14
<
lundman >
aha, advanced MRI/eeg technique
01:14
mad_away has joined #arm-netbook
01:17
madmalkav has quit [Ping timeout: 255 seconds]
01:19
<
ManoftheSea >
it's a good word
03:47
P4R4N01D has quit [Quit: Konversation terminated!]
03:55
<
lukestuts >
hello lundman!
03:55
<
lukestuts >
Your posts have been massively helpful to my Mele A2000 efforts
03:55
<
lukestuts >
Many thanks
05:02
<
furan >
what would it take to get cedar to work with jb?
05:07
<
lundman >
i made posts?
05:13
<
lukestuts >
I would not have got started without that
05:34
Almamuerta has quit [Ping timeout: 245 seconds]
05:55
Quarx has joined #arm-netbook
06:05
TheLarch has quit [Quit: puff of smoke]
06:25
TheLarch has joined #arm-netbook
06:25
TheLarch has quit [Changing host]
06:25
TheLarch has joined #arm-netbook
06:25
TheLarch has quit [Remote host closed the connection]
07:15
TheLarch has joined #arm-netbook
07:15
TheLarch has quit [Changing host]
07:15
TheLarch has joined #arm-netbook
07:44
nibb_ has quit [Read error: Connection reset by peer]
07:44
nibb_ has joined #arm-netbook
07:51
lukestuts has quit [Ping timeout: 245 seconds]
07:52
rellla has joined #arm-netbook
08:25
ssspiff has joined #arm-netbook
08:25
ssspiff has quit [Changing host]
08:25
ssspiff has joined #arm-netbook
08:28
sspiff has quit [Ping timeout: 246 seconds]
08:31
ssspiff has quit [Ping timeout: 272 seconds]
08:46
<
rz2k >
if anyone will play with ly-f1 - touchscreen works ok with X if you disable multitouch define in ft5x_ts.c
08:46
<
rz2k >
sadly, I cant confirm it myself
08:47
<
lundman >
that it is
09:02
<
mnemoc >
rz2k: wiki? :)
09:04
lukestuts has joined #arm-netbook
09:11
Vayun has joined #arm-netbook
09:12
<
mnemoc >
rz2k: thanks :)
09:29
nibb__ has joined #arm-netbook
09:29
nibb_ has quit [Read error: Connection reset by peer]
09:45
sspiff has joined #arm-netbook
09:57
orly_owl has quit [Ping timeout: 265 seconds]
09:59
orly_owl has joined #arm-netbook
10:18
lukestuts has quit [Quit: Page closed]
10:55
<
CIA-122 >
rhombus-tech: Sebastijan master * reafaacf3fedd /allwinner_a10/orders/sv7874.mdwn:
10:55
<
CIA-122 >
rhombus-tech: Sebastijan master * r76c774c3a831 /allwinner_a10/orders/sv7874.mdwn:
11:05
<
CIA-122 >
rhombus-tech: Joshua master * r03443798ca71 /allwinner_a10/orders/joshuait.html:
11:07
<
mnemoc >
wth, early access to script.bin is only "working" because -1 is true :<
11:09
<
mnemoc >
what a bs api
11:21
Almamuetya has joined #arm-netbook
11:30
<
mnemoc >
hno: any idea why, at machine .reserve() time, in 3.0 we can read 0xc3000000 without problems but in 3.4 it just gives 0s?
11:38
<
RaYmAn >
not that I have any clue what 0xc3000000 is, but perhaps difference in mmu setup?
11:39
<
mnemoc >
0xc3000000 is PHYS_OFFSET + 0x3000000, where script.bin lives
11:39
<
RaYmAn >
is it being accesses through appropiate ioremaps or similar?
11:40
<
mnemoc >
.reserve() happens before that i think
11:40
<
RaYmAn >
before mmu is enabled?
11:41
<
mnemoc >
guts blame ARM_PATCH_PHYS_VIRT... but still far out of scope for me :<
11:41
<
RaYmAn >
I'd imagine ioremap should take care of mmu vs no mmu? so it's probably saner to do it?
11:43
<
mnemoc >
I'm kind of overwhelmed by new info at the moment... but shouldn't 0xc3000000 vs. bootloaders 0x43000000 mean it's already remapped?
11:44
<
mnemoc >
accessing 0x43000000 makes it hung :<
11:47
<
RaYmAn >
try something like IO_ADDRESS(0x43000000)
11:49
<
mnemoc >
#define IO_ADDRESS(x) ((x) + 0xf0000000)
11:49
<
mnemoc >
i.e. 0xc3000000
11:50
<
RaYmAn >
right, so that won't make any difference (but, still - you shouldn't hardcode the mapped address :S)
11:51
<
mnemoc >
arch/arm/mach-sun4i/include/mach/hardware.h:#define __io_address(n) __io(IO_ADDRESS(n))
11:51
<
mnemoc >
what is __io?
11:51
<
RaYmAn >
not sure tbh
11:51
<
RaYmAn >
I guess a compiler flag?
11:51
<
sspiff >
is there a way to run an android build for an Allwinner A10 device from SD instead of flashing it onto the device?
11:52
<
RaYmAn >
there should be if you build up a bootable sd and adjust android init scripts to correctly mount partitions on sd
11:53
<
RaYmAn >
(is there an easy-just-write-image-to-sdcard-solution? Not as far as I know, but it's possible)
11:53
<
phh >
changing init.*rc in the rootfs (usually an initramfs) should be enough
11:53
<
RaYmAn >
you also probably need to unpack the boot.img into seperate components that the sd-booting u-boot can read
11:53
<
RaYmAn >
iirc that one lacks boota(ndroid) command
11:55
<
mnemoc >
__io_address(0x43000000) is NULL :<
12:01
<
RaYmAn >
I'd try ioremap
12:01
<
RaYmAn >
just in case
12:02
<
mnemoc >
ioremap of what? 0x3000000 or 0x43000000?
12:02
<
RaYmAn >
and then use ioread32 on the result value
12:03
<
mnemoc >
0xc3000000 works fine at drivers-time
12:03
<
mnemoc >
the problem is at machine_desc.reserve()
12:04
<
mnemoc >
where 0xc3000000 work in 3.0 but not in 3.4, where it gives just zeros
12:04
<
RaYmAn >
does seem weird
12:07
<
RaYmAn >
but using 0xc3.... is wrong in any case :P Even if it did work (yeah, I know - doesn't really help you at all)
12:10
<
hno >
mnemoc, isn't phys_init before MMU setup?
12:10
xenoxaos has joined #arm-netbook
12:11
<
hno >
physical SDRAM base addr is 0x40000000.
12:14
* mnemoc
overwhelmed
12:16
<
WarheadsSE >
mornin
12:17
<
mnemoc >
moin WarheadsSE
12:20
<
hno >
mnemoc, no, .reserve is after MMU is enabled, but might be before full pagetable has been created.
12:23
<
hno >
SDRAM + 0x3000000 is out of reach until full pagetable is configured.
12:23
<
mnemoc >
so we would need to read the relevant values in another hook earlier than MMU i enabled?
12:23
<
mnemoc >
that explains why 0x43000000 hangs
12:25
<
hno >
There was code to add the script.bin region to the pagetable before I think.
12:30
<
mnemoc >
you mean the stuff in arch/arm/kernel/head.S?
12:30
<
mnemoc >
it's still there...
12:37
<
hno >
add r0, r4, #((0x3000000 + KERNEL_START) & 0xff000000) >> 18
12:38
<
WarheadsSE >
Reads about right to me
12:38
<
mnemoc >
it comes from 3.0
12:44
<
mnemoc >
maybe wrong part of head.S?
12:47
<
mnemoc >
I mean, place
12:52
rz2k has quit [Read error: Connection reset by peer]
12:53
<
RaYmAn >
I probably asked this before - does regular framebuffer work? E.g. boot into minimal linux -> simple app that reads/writes to framebuffer?
12:54
<
WarheadsSE >
Hmm.. I havent tried it in a while
12:56
rz2k has joined #arm-netbook
12:56
Almamuerta has joined #arm-netbook
12:59
<
WarheadsSE >
Yeah, fired up w/ fbdev driver
12:59
<
WarheadsSE >
Can't say I have a monitor attached atm though :P
13:00
<
RaYmAn >
I more meant non-x11 fbdev stuff, but i guess it's the same
13:28
rellla_ has joined #arm-netbook
13:28
rellla_ has quit [Client Quit]
13:29
* mnemoc
can't make any sense of __create_page_tables :<
13:31
rellla has quit [Ping timeout: 255 seconds]
13:32
<
rm >
it doesn't work
13:32
<
rm >
or rather... fb console doesn't work
13:32
<
rm >
which is different from what you asked, I suppose
13:39
CaCtus492 has quit [Remote host closed the connection]
13:39
CaCtus491 has joined #arm-netbook
13:39
<
sspiff >
are all out/target/product/mk802/*.img's included in the zip when a build is finished>
13:41
<
sspiff >
what I really want to know, is the recovery also flashed when I flash a zip? And what kind of recovery is it?
13:51
gimli has joined #arm-netbook
14:06
<
WarheadsSE >
lundman: I think I might use your bits in making a script for Arch installation
14:08
croys has quit [Quit: croys]
14:45
<
rm >
where's the Linux kernel on nand*???
14:45
<
rm >
cant find it in the filesystem on nanda
14:45
<
rm >
is it written raw on nandb/nandc?
14:47
<
mnemoc >
there is a linux file iirc
14:47
Almamuerta has quit [Quit: Page closed]
14:48
<
rm >
there's a "linux" directory
14:48
ZaEarl has quit [Ping timeout: 240 seconds]
14:48
<
rm >
in it I see linux.bmp, linux.ini and u-boot.bin (<- 245KB)
14:48
<
mnemoc >
and linux.ini doesn't hint the location?
14:48
<
rm >
linux.ini has: img_name = C:\linux\u-boot.bin
14:49
<
mnemoc >
so magic goes in uboot's env
14:50
<
mnemoc >
and there is a bImage file in nanda?
14:50
<
mnemoc >
here nandb is called "env", hno said that was u-boot's env
14:51
<
mnemoc >
with fw_env
14:52
Almamuetya has quit [Ping timeout: 264 seconds]
14:53
<
rm >
nandb and nandc dont seem to mount
14:54
<
mnemoc >
it's not mountable, it's raw
14:54
<
rm >
is bImage = uImage? :S
14:54
<
mnemoc >
you need to point /etc/fw_env.config to nandb
14:55
<
mnemoc >
iirc the unwrap uImage to get bImage
14:57
<
rm >
I don't get the part about pointing /etc/fw_env.config to nandb
14:58
<
rm >
what is /etc/fw_env.config, where is it
14:58
<
mnemoc >
fw_setenv and fw_printenv are part of uboot tools
14:58
<
mnemoc >
to read and write the uboot env from userspace
14:59
<
mnemoc >
(I've never done it myself)
15:01
<
mnemoc >
or well.... use the serial console :|
15:02
<
rm >
nandc begins with ANDROID!
15:02
<
mnemoc >
dmesg | grep 'disk name = env'
15:03
<
rm >
grep not found :D
15:03
<
mnemoc >
busydbox grep ?
15:04
<
mnemoc >
but i doubt you can do anything useful from android
15:04
<
mnemoc >
dump the env nand to a file and do it from linux
15:05
<
mnemoc >
afaik you can't just hexedit it, because some checksums
15:06
<
rm >
i cant see any reference to the kernel
15:06
<
mnemoc >
no fatload?
15:07
<
rm >
sorry im typing on a tiniest bluetooth keyboard
15:07
<
mnemoc >
hipboi's uboot repo has a branch for booting from nand
15:07
<
mnemoc >
maybe you can play with that one
15:08
<
rm >
there is: read 40007800 boot
15:08
<
rm >
and this number repeats several times
15:09
<
rm >
i have a feeling the kernel is written raw at some offset :/
15:09
<
mnemoc >
feels like
15:09
<
rm >
maybe i can just edit linux.ini
15:09
<
mnemoc >
ignore uboot and try linux directly
15:10
<
rm >
but how to get bImage from uImage?
15:10
<
mnemoc >
scripts/build_sun4i.sh: ${OBJCOPY} -R .note.gnu.build-id -S -O binary vmlinux output/bImage
15:11
<
mnemoc >
nope, manually
15:14
<
mnemoc >
[ 0.000000] sunxi: script: base: 0xc3000000
15:14
<
mnemoc >
[ 0.000000] sunxi: script: version: 0.0.0 count: 0
15:14
<
mnemoc >
[ 0.180000] sunxi: script: base: 0xc3000000
15:14
<
mnemoc >
[ 0.180000] sunxi: script: version: 0.1.2 count: 76
15:14
<
mnemoc >
I give up. no script.bin for .reserve(). sh*t happens
15:21
<
rm >
ahh, finally the proper keyboard back
15:21
<
rm >
wtf I don't even have 2 keyboards
15:28
QingPei has joined #arm-netbook
15:39
<
rm >
and it just occured to me that with this kind of setup I need to
*not* have anything bootable on the SD card
15:42
<
mnemoc >
i suppose it's better to find out why you can't boot from SD
15:43
<
mnemoc >
also, at least for me, SD is faster than nand
15:51
<
rz2k >
Last login: Wed Dec 31 18:00:24 CST 1969 on ttyS0
15:52
<
mnemoc >
wow, got the real epoch
15:53
<
mnemoc >
I assumed it always used 2010-01-01 00:00
16:13
<
rm >
so it now "kind of boots"
16:13
<
rm >
but all symptomps point to "unable to mount root fs"
16:15
<
rm >
which one of mmcX_para is the sd slot?
16:16
<
rm >
and how do I access nanda of a bricked device? :D
16:16
<
rm >
okay I know, adb, right
16:18
<
rm >
since they talk about a booted android
16:21
<
rm >
I know I can reflash it from LiveSuit
16:21
<
rm >
but then do all the android dance :S
16:21
<
rm >
just to also replace the script bin
16:22
<
rz2k >
god damn it, all this time I was poking that Renesas SoC, I've used wrong git branch without tons of fixes. who the hell decied to point HEAD to clear source code drop from authors :/
16:22
<
rm >
don't you hate it when you find your own unanswered mailing list post
16:22
<
rm >
when searching about your problem
16:23
QingPei has quit [Remote host closed the connection]
16:27
<
mnemoc >
rm: booting from uSD :)
16:29
<
mnemoc >
rm: booting from fel?
16:29
<
rm >
how/what is this
16:30
<
mnemoc >
fel is a low level usb protocol
16:30
<
mnemoc >
there is a `fel` tool in sunxi-tools
16:30
<
mnemoc >
you upload runnable stuff and then call it
16:31
<
mnemoc >
it's what livesuit uses
16:31
<
mnemoc >
no one has made fel-based installer yet, but it's your oportunity to become famous :)
16:31
<
rm >
is FEL the kind of device it shows up as when plugged in with the reset button pushed?
16:32
gimli has quit [Ping timeout: 244 seconds]
16:32
<
mnemoc >
you can read an address, write an address, and jump to an address
16:32
<
mnemoc >
very basic, but all you need :)
16:33
hipboi_ has joined #arm-netbook
16:34
<
mnemoc >
wb hipboi_
16:35
hipboi__ has quit [Ping timeout: 255 seconds]
16:36
<
orly_owl >
chinese internet
16:46
gimli has joined #arm-netbook
17:11
gimli_ has joined #arm-netbook
17:11
gimli has quit [Ping timeout: 272 seconds]
17:12
<
rm >
what's interesting is this bad MK802 has dram_clk = 433
17:13
<
rm >
whereas all others I have seen have =360
17:13
<
rm >
hm wait, this comes from the new firmware
17:14
<
rm >
so perhaps irrelevant
18:00
<
rm >
aaaand yesss it booted
18:01
<
rm >
1) had to use a different SD card (4GB class 10, previous one was 8GB class 4)
18:01
<
rm >
2) enters a reboot loop with the displaylink adapter connected - power issue?
18:03
<
Mazon >
fwiw, I had an raspberry pi that didn't want to boot - changed microsdhc-to-sd
*adapter* - not the actual microsdhc card - and then it worked, go figure
18:03
<
rm >
but this still does not solve my SD booting issue
18:03
<
rm >
I tried 3 different SD cards, none boot from SD directly
18:04
<
rm >
this time I only succeeded due to putting a kernel with hardcoded root= to nanda
18:05
<
rm >
[ 0.000000] Total Detected Memory: 16MB with 1 banks
18:05
<
rm >
[ 0.000000] 64 MB reserved for MALI
18:06
mad_away is now known as MaDMaLKaV
18:07
<
rm >
[ 0.000000] Memory: 640MB 16776528MB = 16777168MB total
18:07
<
rm >
[ 0.000000] Memory: 511960k/511960k available, 143404k reserved, 0K highmem
18:07
<
MaDMaLKaV >
some crazy numbers there
18:08
<
specing >
16 terabytes RAM?
18:08
<
specing >
must have been sent from the future
18:16
Vayun has quit [Ping timeout: 264 seconds]
18:17
<
mnemoc >
arch/arm/mach-sun4i/core.c: pr_info("Total Detected Memory: %uMB with %d banks\n", size, banks);
18:17
<
mnemoc >
uh, no. it's not that one
18:21
<
mnemoc >
rm: the hack that removes 64MB for mali isn't prepared for 16MB boards :)
18:21
<
rm >
I find it strange that I have full 512MB here
18:21
<
rm >
this kernel is compiled with Mali
18:21
<
rm >
or... maybe not
18:21
<
mnemoc >
IGNORE_ATAG_MEM enabled or disabled?
18:21
<
rm >
because this is supposed to be an 1GB board after all
18:22
<
rm >
# CONFIG_SUNXI_IGNORE_ATAG_MEM is not set
18:22
<
mnemoc >
then blame uboot
18:22
<
rm >
no uboot here!
18:22
<
rm >
the kernel is loaded directly by I dunno what
18:22
<
mnemoc >
then enable CONFIG_SUNXI_IGNORE_ATAG_MEM
18:23
<
rm >
so where will it get the RAM info then?
18:23
schwatter has joined #arm-netbook
18:23
<
mnemoc >
allwinner's hack, a magic address on dram
18:24
<
mnemoc >
some boards don't get any atag_mem by default, so we can fallback to the hack
18:25
<
mnemoc >
but you do receive an atag_mem... crappy but it's there
18:27
<
mnemoc >
I guess we can assume no board will have less than 256? or 512?
18:40
<
rm >
[ 2.580000] [cedar dev]: install start!!!
18:40
<
rm >
[ 2.590000] [cedar dev]: install end!!!
18:40
<
rm >
should also have had: zomg it worked!!!!
18:41
<
mnemoc >
got your full GB?
18:41
<
rm >
mnemoc, yes I got a ping by mail, I suppose github sends those whenever people are mentioned
18:41
<
rm >
mnemoc, nah, just was amused by a lot of !!! in kernel messages
18:42
<
rm >
and the generally specific style of them :)
18:48
<
rm >
btw it doesn't seem stable
18:48
<
rm >
I suppose the reservation areas are all wrong
18:49
<
mnemoc >
all reservations are in the first 512MB
18:49
<
rm >
apt-get install memtester => lockup
18:50
<
rm >
nope, a reboot
18:50
<
rm >
and also that reboot loop with the DisplayLink
18:50
<
rm >
mnemoc, I have Mali enabled and cedar and g2d and whatnot
18:50
<
rm >
yet Linux thinks it's got full 512 MB all to itself
18:51
<
mnemoc >
aha! have highmem enabled?
18:51
<
rm >
so it's either a problem with that, or a power issue
18:52
<
mnemoc >
highmem should give you the 1GB-64MB :(
18:52
<
rm >
but I didn't recompile with
18:52
<
rm >
IGNORE_ATAG yet
18:52
<
rm >
so I am running on that bozo 16MB RAM kernel
18:53
<
mnemoc >
i wouldn't expect that to be stable
19:06
Almamuerta has joined #arm-netbook
19:10
<
mnemoc >
ok, i'll merge it then
19:12
<
mnemoc >
rm: can you give me proper author info? :)
19:13
<
mnemoc >
rm: don't worry, found it on the ML
19:20
<
rm >
the ignore_atag kernel does not seem to boot :/
19:21
<
rm >
or maybe it botched a write to nanda
19:21
<
rm >
due to the broken kernel not being stable
19:21
<
rm >
but that's a small probability
19:21
<
rm >
I checked md5sums
19:22
<
rm >
theoretically they could've been checked from file cache
19:24
<
mnemoc >
if ignore_atag doesn't work, i can only think of mem=448@0x40000000 mem=512@0x60000000
19:30
j1nx_ has joined #arm-netbook
19:37
<
rm >
okay, building with that
19:42
<
hno >
mnemoc, have you figured out the script.bin early access problem?
19:46
schwatter has quit [Ping timeout: 245 seconds]
19:57
hackandfab has quit [Quit: Leaving]
20:02
markvandenborre has quit [Ping timeout: 252 seconds]
20:16
ZaEarl has joined #arm-netbook
20:28
markvandenborre has joined #arm-netbook
20:51
nibb__ has quit [Read error: Connection reset by peer]
20:51
nibb__ has joined #arm-netbook
20:55
<
rm >
argh, it trashed the FS while it was unstable
20:56
<
rm >
and I blamed all sorts of unrelated things
20:56
<
rm >
recompiled 2 times more
20:56
<
rm >
due to it not booting
20:58
<
Turl >
rm nanda is extremely fragile
20:59
<
Turl >
even if you unmount it cleanly the bootloader might not like it :/
20:59
<
rm >
I sync couple of times before and after unmount :)
20:59
<
Turl >
you shouldn't need to :)
21:00
<
rm >
yes but then I just pull the power
21:00
nibb__ has quit [Read error: Connection reset by peer]
21:00
<
Turl >
I copied a known good script.bin once
21:00
nibb__ has joined #arm-netbook
21:00
<
Turl >
issued a reboot
21:00
<
Turl >
and the device was dead
21:00
<
Turl >
nad to livesuite it
21:17
polvo has joined #arm-netbook
21:19
ka6sox-away is now known as ka6sox
21:21
MaDMaLKaV has quit [Quit: Leaving]
21:39
mpthompson has quit [Quit: Depression is merely anger without enthusiasm]
21:40
polvo has quit [Quit: ChatZilla 0.9.88.2 [Firefox 13.0/20120601045813]]
22:15
mshroyer has joined #arm-netbook
22:16
nibb_ has joined #arm-netbook
22:16
nibb__ has quit [Read error: Connection reset by peer]
22:27
<
CIA-122 >
rhombus-tech: lkcl master * r035b0119dfbb /allwinner_a10/orders/ (31 files in 2 dirs): order processing cleanup
22:30
<
CIA-122 >
rhombus-tech: Joshua master * r33bd6a8145ff /allwinner_a10/orders/joshuait.mdwn:
22:31
CaCtus491 has quit [Remote host closed the connection]
22:31
CaCtus491 has joined #arm-netbook
22:36
<
CIA-122 >
rhombus-tech: Joshua master * r97ba91cd4790 /allwinner_a10/orders/not_valid/joshuait.mdwn: Order Information
22:37
<
CIA-122 >
rhombus-tech: Joshua master * r21d59e075509 /allwinner_a10/orders/joshuait.mdwn:
22:39
<
CIA-122 >
rhombus-tech: Joshua master * r519058ed92ae /allwinner_a10/orders/not_valid/joshuait.mdwn:
22:40
<
CIA-122 >
rhombus-tech: Joshua master * r5eb7436bf4f6 /allwinner_a10/orders/not_valid/joshuait.mdwn:
22:42
<
CIA-122 >
rhombus-tech: Joshua master * r8110cffd9318 /allwinner_a10/orders/joshuait.mdwn:
22:45
<
CIA-122 >
rhombus-tech: Joshua master * r8283f4d7c842 /allwinner_a10/orders/joshuait.mdwn:
22:48
j1nx_ has quit [Quit: Few women admit their age. Few men act theirs.]
23:05
<
CIA-122 >
rhombus-tech: Joshua master * r91f39b2b60ab /allwinner_a10/orders/joshuait.mdwn:
23:08
gimli_ has quit [Quit: Verlassend]
23:12
Kraln- has joined #arm-netbook
23:14
mshroyer has left #arm-netbook ["ERC Version 5.3 (IRC client for Emacs)"]
23:16
Kraln has quit [Ping timeout: 260 seconds]
23:18
Vayun has joined #arm-netbook
23:45
<
mnemoc >
hno: no, I gave up. it's way over my current level :(
23:46
<
RaYmAn >
excuses! :P
23:46
<
mnemoc >
I commented out the parts that rely on that capability and moved on
23:47
<
RaYmAn >
I guess that works too :P
23:47
<
mnemoc >
at least it allows me to start cleaning up the gpio code
23:48
<
RaYmAn >
s/cleaning up/rewriting with just register setup used/
23:48
<
RaYmAn >
I suspect it'll have very little to do with the current drivers :)
23:48
<
RaYmAn >
I hope anyways :P
23:50
<
mnemoc >
i'm refactoring but keeping old api too
23:51
<
mnemoc >
baby steps ;-)
23:51
<
RaYmAn >
yeah, I know
23:51
<
RaYmAn >
can't you just keep the wrapper in seperate files? :>
23:52
<
mnemoc >
that's the idea, yes
23:52
<
RaYmAn >
okay, np then :)
23:53
<
mnemoc >
plat/compat.h :p
23:57
<
mnemoc >
going to sleep, cu tomorrow