Re: [U-Boot] Sunxi (Allwinner A20) GPIO problems on u-boot 2016.1 and 2016.3-rc3 but not on 2015.10

2016-03-03 Thread Hendrik
10/A20 boards (I checked A20-SOM, A20-LIME2, A20-Lime and A10-Lime). Regards, Hendrik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Sunxi (Allwinner A20) GPIO problems on u-boot 2016.1 and 2016.3-rc3 but not on 2015.10

2016-03-02 Thread Hendrik
oes not seem to have any specific runtime option for enabling or disabling pull ups or downs, but I didn't really look into this as u-boot already misbehaves and some of our peripherals won't start on boot because of this. I hope anyone can help me out. Regards, Hendrik __

Re: [U-Boot] U-Boot Sunxi breaks LCD output on Olimex Lime A10

2014-10-06 Thread Hendrik
Hi, I now tried to get the latest version from git://git.denx.de/u-boot-sunxi.git and then replaced the dram.c/h files with the ones from https://github.com/linux-sunxi/u-boot-sunxi. That seems to work. The LCD screen no longer flickers! Regards, Hendrik

Re: [U-Boot] U-Boot Sunxi breaks LCD output on Olimex Lime A10

2014-10-06 Thread Hendrik
between the mainline and sunxi sources that could cause this? That was the opposite of what I am doing now (so sunxi-uboot with mainline kernel instead of now mainline sunxi with sunxi-kernel) Regards, Hendrik On 03-10-14 11:19, Hans de Goede wrote: Hi, On 10/03/2014 10:49 AM, Siarhei Siamashka

[U-Boot] U-Boot Sunxi breaks LCD output on Olimex Lime A10

2014-10-01 Thread Hendrik
igin) of U-boot. Can anybody shine some light on this? Maybe Hans de Goede? I have seen his name pop-up a lot of times with the Sunxi branch. Regards, Hendrik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] MPC8548 CPU v2 errata

2009-02-16 Thread hendrik
Jens Gehrlein wrote: > Hi hendrik, > > hendrik schrieb: >> Hi all >> >> could someone pls point me to where i can find documentation >> regarding changes and the implications there of between die Freescale >> mpc8548 v1 and v2 silicone CPUs. I have searched

[U-Boot] BDI 2000 strangeness on MPC8548 v2

2009-02-16 Thread hendrik
Hi all this is probably a beginers question, but I am finding strange things when booting with the BDI2000 on my mpc8548 CPU v2 board. I am using the bdi config for rev2 silicon as shown below: Am i missing something? ;bdiGDB configuration file for SDH/SONET Gateway (MPC8548) ; based on

[U-Boot] MPC8548 CPU v2 errata

2009-02-16 Thread hendrik
™ III Integrated Host Processor Family Reference Manual, Rev. 2 thanks hendrik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] SDRAM error for RD_EN and 2T_EN

2009-02-16 Thread hendrik
o to get rid of this error? My initial efforts show by hacking RD_en = 0 is the only way to get my board to boot. but this roes not feel like the way to go. I would appreciate any help. thanks Hendrik ___ U-Boot mailing list U-Boot@lists.denx.de ht

Re: [U-Boot] Vitesse Phy not recognized VSC8211

2009-02-15 Thread hendrik
Andy Fleming wrote: > On Fri, Feb 13, 2009 at 6:36 AM, hendrik wrote: > >> Hi all >> >> When i included the struct as is the my board with the MPC8548 ver1 cpu >> worked correctly but the board with ver2 CPU does not work. >> A would appeciate any help

[U-Boot] Vitesse Phy not recognized VSC8211

2009-02-13 Thread hendrik
C8548 ver1 cpu worked correctly but the board with ver2 CPU does not work. A would appeciate any help thanks Hendrik ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Cant Create FIT uImage

2009-02-12 Thread hendrik
Hi all I would like to boot using the new style FDT kernel booting. I have been using the guidelines in "u-boot-2009/doc/uImage.FIT/how to" and I have the latests dtc (v1.2) . But I am unable to compile the FIT image. I get a syntax error for line 1: #u-boot/tools/mkimage -f /work/kernel

[U-Boot] Problem booting CRAMFS with flattened device tree

2009-02-10 Thread hendrik
Kernel command line is: root=/dev/mtdblock0 ro console=ttyS0,115200 In the console output i dont see ant CFI interaction. I have been throug my board's default_config basing it closely on tqm8548_defconfig but coulf not get the CFI interface to work. a would appreciate any help, thanks He

[U-Boot] CRAMFS byte oder question

2009-02-06 Thread hendrik
Hi All The MPC8548 board i inherited used to boot a CRAMFS that was made by mkcramfs in ELDK4.1 using the "-r" option to reverse endian-ness of filesystem I have switched over ti ELDK4.2 and noted that there is no longer a "-r" for mkcramfs. I compile linux 2.6.27 using ppc_85xx cross compiler

[U-Boot] can't update U-boot when booting with BDI2000

2009-02-04 Thread hendrik
he board not using the BDI the bootregion shows the old uboot image and was not erased. I think the sram is mapped over the flash boot region and when i try to erase and cp to the bootreagion the commands and date gets lost. Can anyone help me find the problem? th