[U-Boot] Disable phy in application init

2018-11-27 Thread Zvi Vered
Hello, Upon 'ping', u-boot is trying to initialize PHY. In my case, the PHY is initialized by external hardware, not by MDC\MDIO. In menuconfig, there is no option to exclude CONFIG_PHYLIB -*- Ethernet PHY How should I modify u-boot so that the CPU will not try to initialize PHY ? Thank you,

[U-Boot] Creating of ramdisk image causes: No space left on device

2018-07-07 Thread Zvi Vered
Hello, I'm using u-boot for xilinx zcu102. In order to create ramdisk image I used the command: genextfs -d $ROOTFS -b 65536 -D rootfs_devices.tab ramdisk But during linux boot, linux writes many message: mdev: can't create '': No space left on device I tried to use 262144 instead of 65536

[U-Boot] Encryption of FIT image

2016-11-10 Thread Zvi Vered
Hello, Can you tell if this is possible ? How ? Thank you, Zvika Vered ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Booting ELF image of Integrity on p2041rdb using u-boot

2013-06-07 Thread Zvi Vered
Hello, According to README in /board/freescale/p2041rdb there are 2 files I should burn except uboot.bin: rcw.bin ucode.bin I tried to google those file names and found nothing. 1. Can you tell (a link will be great) what is the purpose of those files ? How should I create them ? Using

[U-Boot] u-boot for x86 Core2Duo target

2011-02-18 Thread Zvi Vered
Hello, I'm using u-boot on PPC405 (ML405) for about 3 years. It is a great boot loader ! On my next project, the target is Core2Duo (AMPRO's COM840). Is it a wise decision to use u-boot on this target ? I prefare u-boot over grub or vxworks bootloader because it has many features. If I

[U-Boot] u-boot for P2020-RDB

2010-12-15 Thread Zvi Vered
Hello, I built u-boot-2010.09 for Freescale's P2020-RDB. It works great !!! The setup I used for SW4 is according to the startup guide. SW4[7] is on. When SW4[7] is off u-boot hangs. It means: boot sequencer enabled and configuration information loaded from I2C ROM. A valid ROM must be

[U-Boot] u-boot for P2020-RDP

2010-12-14 Thread Zvi Vered
Hello, I built u-boot-2010.09 for Freescale's P2020-RDB. It works great !!! The setup I used for SW4 is according to the startup guide. SW4[7] is on. When SW4[7] is off u-boot hangs. It means: boot sequencer enabled and configuration information loaded from I2C ROM. A valid ROM must be

[U-Boot] Booting X86 using uboot

2009-05-17 Thread Zvi Vered
Hello, Is it possible to boot an X86 machine (with ATOM or Core2Duo) using uboot ? If yes, how uboot is loaded to the master boot record of the disk from which the machine is booted ? What file in include/configs fits to x86 board ? Thanks.___