Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-26 Thread Altunbas Sabri (DC-IA/EAH2)
-Ursprüngliche Nachricht- Von: s...@google.com [mailto:s...@google.com] Im Auftrag von Simon Glass Gesendet: Mittwoch, 20. Mai 2015 01:16 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-26 Thread Altunbas Sabri (DC-IA/EAH2)
-Ursprüngliche Nachricht- Von: Masahiro Yamada [mailto:yamada.masah...@socionext.com] Gesendet: Samstag, 23. Mai 2015 09:56 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included Hi Altunbas

Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-21 Thread Altunbas Sabri (DC-IA/EAH2)
2015 01:16 An: Altunbas Sabri (DC-IA/EAH2) Cc: u-boot@lists.denx.de Betreff: Re: [U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included Hi, On 12 May 2015 at 07:53, Altunbas Sabri (DC-IA/EAH2) sabri.altun...@boschrexroth.de wrote: Hi All, I use u-boot for altera

[U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included

2015-05-12 Thread Altunbas Sabri (DC-IA/EAH2)
Hi All, I use u-boot for altera socfpga cyclone 5 and want to include gpio-functionality with #define CONFIG_CMD_GPIO in file uboot-socfpga/include/configs/ socfpga_cyclone5.h and get the following compilation error .. . In file included from

[U-Boot] u-boot and uefi

2013-10-22 Thread Altunbas Sabri (DC-IA/EAH2)
hi together, i deploy u-boot on x86 board. Conventional bios is replaced by uefi next time. Conventional bios works with u-boot very well. Is it with UEFI the same too or should I expect problems with ? Mit freundlichen Grüßen / Best regards Sabri Altunbas DC-IA/EAH2 Tel. +49(6062)78-526

[U-Boot] env-variable setting in u-boot-function

2013-05-15 Thread Altunbas Sabri (DC-IA/EAH2)
Hi, i want tos et an env. variable in a u-boot-function like this fs/fs.c: int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[], int fstype, int cmdline_base) { .. .. setenv(filesize, buf); .. .. } I tried it like following

[U-Boot] u-boot target coreboot: error: impossible constraint in 'asm'

2013-02-11 Thread Altunbas Sabri (DC-IA/EAH2)
Hi, I get following error if I compile without optimization (-Os ). I want to compile without optimization because I can debug better with my jtag debugger. gcc -g-ffunction-sections -fvisibility=hidden -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x01008000

[U-Boot] can i in u-boot partition a device and format it in fat ?

2013-01-30 Thread Altunbas Sabri (DC-IA/EAH2)
Hi, i had a look at the u-boot cmd's. I can read/write a file from/to a dos partition but I didn't find a command for partitioning and formatting a device. Pls ,I need help in this context Mit freundlichen Grüßen / Best regards Sabri Altunbas (DC-IA/EAH2) Tel. +49 (0) 6062/78-526 Fax +49

[U-Boot] ATA/CF support on u-boot

2012-05-15 Thread Altunbas Sabri (DC-IA/EAH2)
Hi All, I want to load linux-kernel from ATA/CF How can i do this ? My u-boot Version: uboot-2011.06 Thanx for any hints Best regards ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] i82559#0: Tx error buffer not ready

2011-09-14 Thread Altunbas Sabri (DC-IA/EAH2)
Hi, I port u-boot on my board with a i82559ER on PCI board. I have the command-line-menu and Can start commands. I get this error = ping 10.110.248.240 Trying i82559#0 i82559#0: Tx error buffer not ready FAIL ping failed; host 10.110.248.240 is not alive = If i start ping-cmd. CPU: SH7785

[U-Boot] Ns16550 doesn't send anything

2011-08-19 Thread Altunbas Sabri (DC-IA/EAH2)
Hi, I port u-boot last version on my board with SH7785. My board has no serial port (SCIF's are not connected). Therefore i try to communicate over a pci2s-card which has a ns16650 chip. i debug with Lauterbach-Debugger and can see the character in THR/RHR register. i can receive the