Re: blob2 status on A1200 (etc.)

2008-07-03 Thread Daniel Ribeiro
GM Zhuo escreveu: > This step is not the first step,it is the last step. > We can see in APBOOT of A1200 and E6,the blob do the first two step in > start.S. > We also can see in moto's kernel the handshake only have the last one step. > the time of the third (last ) step is not so strictly on A1200

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread GM Zhuo
This step is not the first step,it is the last step. We can see in APBOOT of A1200 and E6,the blob do the first two step in start.S. We also can see in moto's kernel the handshake only have the last one step. the time of the third (last ) step is not so strictly on A1200 and E6,I think,or we can no

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread Daniel Ribeiro
gmzhuo escreveu: > I know this "last" step must be excute in Kernel special in E6,but > before I can't pass this step.I don't know if is there sth wrong about > PCAP register init,so I excute this step on in genblob! The first handshake step will start the watchdog, if you do this on gen-b

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread Daniel Ribeiro
gmzhuo escreveu: > I use nfs rootfs, only if I excute this or plug out and plug in usb > cable My PC can find usb0. > this code can make the usb device and usb host excute usbreset,I think. Sounds reasonable. I will do as you request. You seem to be pretty engaged on OpenEZX, i re

Re: Re: blob2 status on A1200 (etc.)

2008-07-03 Thread gmzhuo
: Re: blob2 status on A1200 (etc.) Daniel Ribeiro escreveu: > Please note that gen-blob is meant to run on all ezx phones, > I dont know about E6, but on A780 and E680 gpio99 has absolutely no > relation with usb. Sorry, pin99 is really somehow usb related, or the code i copied from a78

Re: Re: blob2 status on A1200 (etc.)

2008-07-03 Thread gmzhuo
gmzhuo 抄送: openezx-devel@lists.openezx.org 主题: Re: blob2 status on A1200 (etc.) gmzhuo escreveu: > I can get BP rdy signl in blob On my E6,but I can't get it in kernel > > > keypad_init(); > EnableLCD_8bit_active(); > while (1) { >

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread Daniel Ribeiro
gmzhuo escreveu: > I can get BP rdy signl in blob On my E6,but I can't get it in kernel > > > keypad_init(); > EnableLCD_8bit_active(); > while (1) { > if(GPLR(GPIO_BP_RDY)&GPIO_bit(GPIO_BP_RDY)){ > printf("RDY\n"); > } > u8 key = read_key(); >

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread Daniel Ribeiro
gmzhuo escreveu: > I strongly recommend to add > GPCR(99) = GPIO_bit(99); // USB_READY=low > { > int i = 5000 * 4; > while (i--) ; > } > GPSR(99) = GPIO_bit(99);// USB_READY =high > > to before util

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread Daniel Ribeiro
Daniel Ribeiro escreveu: > Please note that gen-blob is meant to run on all ezx phones, > I dont know about E6, but on A780 and E680 gpio99 has absolutely no > relation with usb. Sorry, pin99 is really somehow usb related, or the code i copied from a780-blob is not really needed for u

Re: blob2 status on A1200 (etc.)

2008-07-03 Thread gmzhuo
I strongly recommend to add GPCR(99) = GPIO_bit(99);// USB_READY=low { int i = 5000 * 4; while (i--) ; } GPSR(99) = GPIO_bit(99);// USB_READY =high to before util_jump_to_ram(nJumpAddr

Re: Re: Re: blob2 status on A1200 (etc.)

2008-07-02 Thread gmzhuo
penezx.org 主题: Re: Re: blob2 status on A1200 (etc.) My boot_usb was too old 2008-06-29 gmzhuo 发件人: Daniel Ribeiro 发送时间: 2008-06-29 20:52:33 收件人: gmzhuo 抄送: openezx-devel@lists.openezx.org 主题: Re: blob2 status on A1200 (etc.) gmzhuo escreveu: > now I copy the > { &qu

Re: blob2 status on A1200 (etc.)

2008-07-02 Thread Daniel Ribeiro
Daniel Ribeiro escreveu: > gmzhuo escreveu: >> There is more problem on my E6 is that after boot from default ,the >> orignal kernel can't find SD card,even if I plug out and plug in the SD >> card. > > This is bad. :( > Moto kernel is relying on the bootloader leaving the card powered

Re: blob2 status on A1200 (etc.)

2008-07-02 Thread Daniel Ribeiro
gmzhuo escreveu: > There is more problem on my E6 is that after boot from default ,the > orignal kernel can't find SD card,even if I plug out and plug in the SD > card. This is bad. :( Moto kernel is relying on the bootloader leaving the card powered on instead of powering the card

Re: blob2 status on A1200 (etc.)

2008-07-02 Thread gmzhuo
d and do nothing! 2008-07-02 gmzhuo 发件人: Daniel Ribeiro 发送时间: 2008-06-29 20:52:33 收件人: gmzhuo 抄送: openezx-devel@lists.openezx.org 主题: Re: blob2 status on A1200 (etc.) gmzhuo escreveu: > now I copy the > { "E2/A1200/E6/A910", 0x6023, 0x01, 0x82, 0xa0de, /*F

Re: blob2 status on A1200 (etc.)

2008-06-29 Thread Daniel Ribeiro
Daniel Ribeiro escreveu: Todo: >>> * add a910 and e2 keypad mapping. >>> * find brave volunteers to flash it on a910 and e2 > * add support for mmc card on spi for a910 > * fix a1200-2.4 booting after the FB is touched I fixed machid, and ATAGS today, there is

Re: blob2 status on A1200 (etc.)

2008-06-29 Thread Daniel Ribeiro
gmzhuo escreveu: > now I copy the > { "E2/A1200/E6/A910", 0x6023, 0x01, 0x82, 0xa0de, /*FIXME*/0, > 0xa0f6, pxa_code, pxa_code_s }, > as > { "E2/A1200/E6/A910", 0x6023, 0x02, 0x81, 0xa0de, /*FIXME*/0, > 0xa0f6, pxa_code, pxa_code_s }, > > the boot_usb work well with gen_blob. Err

Re: Re: blob2 status on A1200 (etc.)

2008-06-29 Thread gmzhuo
My boot_usb was too old 2008-06-29 gmzhuo 发件人: Daniel Ribeiro 发送时间: 2008-06-29 20:52:33 收件人: gmzhuo 抄送: openezx-devel@lists.openezx.org 主题: Re: blob2 status on A1200 (etc.) gmzhuo escreveu: > now I copy the > { "E2/A1200/E6/A910", 0x6023, 0x01, 0x82, 0xa0de

Re: blob2 status on A1200 (etc.)

2008-06-29 Thread gmzhuo
Daniel Ribeiro escreveu: > As of r2185, some more fix-ups were done, here is the current status > (tested): > flashable usb mmc/sd 2.6 2.4 BP > a780 Yes Yes Yes Yes Yes Yes > e680 Yes Yes Yes Yes Yes Yes > a1200 Yes Yes Yes Yes Yes[*] Yes > e6[**] Yes No Yes Yes ?? ?? > > [*] A1200 2.4 boots on

Re: blob2 status on A1200 (etc.)

2008-06-16 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ribeiro escreveu: > As of r2185, some more fix-ups were done, here is the current status > (tested): > flashable usb mmc/sd 2.6 2.4 BP > a780 Yes Yes Yes Yes Yes Yes > e

Re: blob2 status on A1200 (etc.)

2008-06-16 Thread Stefan Schmidt
Hello. On Mon, 2008-06-16 at 01:20, Daniel Ribeiro wrote: > > As of r2185, some more fix-ups were done, here is the current status > (tested): > flashable usb mmc/sd 2.6 2.4 BP > a780 Yes Yes Yes Yes Yes Yes > e680

Re: blob2 status on A1200 (etc.)

2008-06-15 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ribeiro escreveu: Since the last email you can find the change list on the svn log. No more updates here. As of r2185, some more fix-ups were done, here is the current status (tested): flashable usb mm

Re: Re: blob2 status on A1200 (etc.)

2008-06-15 Thread gmzhuo
no key Ok0x21 2008-06-15 gmzhuo 发件人: Daniel Ribeiro 发送时间: 2008-06-15 07:33:19 收件人: GM Zhuo 抄送: openezx-devel@lists.openezx.org 主题: Re: blob2 status on A1200 (etc.) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 GM Zhuo escreveu: > >*The above gu

Re: blob2 status on A1200 (etc.)

2008-06-14 Thread gmzhuo
>By the way, which software are you using to flash the E6? Or are you >using the patch you sent me some time ago (ive read your irc messages >;)), which fixes the mtd for a1200 and flashing with mtd-tools? I had download it,because of the ldscript the address is not correct,so at the first t

Re: blob2 status on A1200 (etc.)

2008-06-14 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 GM Zhuo escreveu: > >*The above guide is valid for all phones, but on e2, e6, > e680, a910 > gen-blob will not recognize any keys, or will not be able to read > the card* >*The preview[1] was not flashed on A1200, i

Re: blob2 status on A1200 (etc.)

2008-06-14 Thread GM Zhuo
>*The above guide is valid for all phones, but on e2, e6, e680, a910 > gen-blob will not recognize any keys, or will not be able to read the card* >*The preview[1] was not flashed on A1200, it was tested on flash > (kernel partition, 0x0002) only on a780.* > >The (chaoti

Re: blob2 status on A1200 (etc.)

2008-06-08 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ribeiro escreveu: > Daniel Ribeiro escreveu: >> Already done: >> * Based on Alex Zhang code >> * Relocatable first stage (may be uploaded to any RAM address on a780, >> on a1200 MBM restrictions apply (0xa0de only)) >> *

Re: blob2 status on A1200 (etc.)

2008-06-07 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Ribeiro escreveu: > Already done: > * Based on Alex Zhang code > * Relocatable first stage (may be uploaded to any RAM address on a780, > on a1200 MBM restrictions apply (0xa0de only)) > * Same build works on a780 and

Re: blob2 status on A1200 (etc.)

2008-06-07 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Zhang escreveu: > Happy to see my code helps. Thanks to drwyrm. :) Thanks to you! Your code helped a lot! > My codes support menu.lst like grub, so you can do any boot cases > potentially :) > see: > http://thisvip.wordpress.com/ > and h

Re: blob2 status on A1200 (etc.)

2008-06-07 Thread Alex Zhang
On Saturday 07 June 2008 08:37:14 Daniel Ribeiro wrote: Already done: * Based on Alex Zhang code Happy to see my code helps. Thanks to drwyrm. :) Ah, I see. That's interesting, as this is leading towards a good road for general consumption. So can we have the following

Re: blob2 status on A1200 (etc.)

2008-06-07 Thread Michael 'Mickey' Lauer
On Saturday 07 June 2008 08:37:14 Daniel Ribeiro wrote: > Already done: > * Based on Alex Zhang code > * Relocatable first stage (may be uploaded to any RAM address on a780, > on a1200 MBM restrictions apply (0xa0de only)) > * Same build works on a780 and a1200 (via boot

Re: blob2 status on A1200 (etc.)

2008-06-06 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael 'Mickey' Lauer escreveu: >> I will work on one, you may expect it to be ready until next monday. >> I will make one that works on all phones, the only shortcomming is that >> there will be no FB driver, nothing will appear on the scre

Re: blob2 status on A1200 (etc.)

2008-06-04 Thread Michael 'Mickey' Lauer
On Wednesday 04 June 2008 16:11:18 Daniel Ribeiro wrote: > >> The time has come for me to do work on the integration of the EZX > >> specifics > >> into ophoned (the open phone server), since the way EZX multiplexes > >> the GSM > >> is quite different from the way the TI Calypso (found in the Open

Re: blob2 status on A1200 (etc.)

2008-06-04 Thread Daniel Ribeiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Op 4 jun 2008, om 13:39 heeft Michael 'Mickey' Lauer het volgende > geschreven: > >> Hi Ho, > >> thanks to rapid progress on the Openmoko Framework initiative (see >> wiki page >> and my blog posts), within the next couple of months, we will have a

Re: blob2 status on A1200 (etc.)

2008-06-04 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 4 jun 2008, om 13:39 heeft Michael 'Mickey' Lauer het volgende geschreven: Hi Ho, thanks to rapid progress on the Openmoko Framework initiative (see wiki page and my blog posts), within the next couple of months, we will have a userland

blob2 status on A1200 (etc.)

2008-06-04 Thread Michael 'Mickey' Lauer
Hi Ho, thanks to rapid progress on the Openmoko Framework initiative (see wiki page and my blog posts), within the next couple of months, we will have a userland that looks nice and works as a phone and sms application on EZX phones. The time has come for me to do work on the integration of the