hp__ has quit [Read error: Connection reset by peer]
mSquare1 has joined #arm-netbook
Dessimat0r has joined #arm-netbook
mSquare has quit [Ping timeout: 256 seconds]
slime_mawmag has joined #arm-netbook
cnxsoft has joined #arm-netbook
tuliom has quit [Quit: Konversation terminated!]
tuliom has joined #arm-netbook
hramrach__ has quit [Ping timeout: 240 seconds]
hramrach__ has joined #arm-netbook
Dessimat0r has quit [Quit: Computer has gone to sleep.]
focus_it has joined #arm-netbook
Guest15556 has joined #arm-netbook
mSquare1 has quit [Quit: Leaving.]
tuliom has quit [Quit: Konversation terminated!]
bromide has quit [Read error: Connection reset by peer]
Dessimat0r has joined #arm-netbook
andoma has quit [Ping timeout: 264 seconds]
Guest15556 has quit [Ping timeout: 245 seconds]
Guest15556 has joined #arm-netbook
slime_mawmag has quit [Read error: Connection reset by peer]
victhor_ has joined #arm-netbook
Guest15556 has quit [Read error: Operation timed out]
<leviathanch>
focus_it: hi. we don't have a differential clock output for the RAM at the A31
<leviathanch>
what should we do?
<leviathanch>
put an inverter gate at the output of the SoC clock output? doesn't seem elegant...
alcides has joined #arm-netbook
cnxsoft has left #arm-netbook [#arm-netbook]
herdingcat has joined #arm-netbook
slime_mawmag has joined #arm-netbook
Dessimat0r has quit [Quit: Computer has gone to sleep.]
<focus_it>
levianthanch: the S0CK and S0CKB seem to be the differential pair. Likewise S1CK S1CKB for the second slot. Cannot use inverter - if anything a single drive to differential line interface converter - but reasonably sure the two pairs given are differential (poor documentation - may be email Allwinner for clarification - just explain to them you are designing a board).
victhor_ has quit [Ping timeout: 245 seconds]
alcides has quit [Remote host closed the connection]
alcides has joined #arm-netbook
alcides has joined #arm-netbook
<penguin42>
ssvb: Ah fun with knowing how to optimisie routines not based just on a particular core name, but core versions - it's so hard!
<ssvb>
penguin42: :)
<penguin42>
ssvb: I seem to remember that there are some configurable flags for prefetch on A8 as well and then it's just down to whether the firmware (or uboot??) set them
<ssvb>
for cortex-a8 the important configuration bit is L1NEON
<ssvb>
if it is set, NEON memory accesses go through L1 cache, which is blocking on cache misses
<ssvb>
if it is not set, then NEON can bypass L1 cache and stream data from/to L2 cache or memory