Phytec Messtechnik GmbH Date 02.02.2011 Version 1.1 History : 1.0 first release 1.1 corrected compiling syntax Contents: ========= README.txt => This file. phytec.bmp => phytec-logo, should be copied into the folder tools/logos. u-boot-2010.09.tar.bz2 => unpatched version of u-boot source. u-boot-2010.09_patched.tgz => already patched version including phytec-logo. quilt_patchset.tgz => patchset for usage with quilt. unified_diff.patch.tgz => big unified patch for standard usage (patch -p1 < unified_diff.patch) smc91111_eeprom_pcm969.bin => tool to set the MAC address for usage with pcm969 u-boot smc91111_eeprom_pcm990.bin => tool to set the MAC address for usage with pcm990 u-boot u-boot-pcm969.bin => u-boot binary for usage on pcm969 with 256P33 flash u-boot-pcm990.bin => u-boot binary for usage on pcm990 with 256P33 flash This source can be compiled for the following baseboards: PCM-990 => standard phyCORE-PXA270 baseboard. PCM-969 => RTG baseboard for the phyCORE-PXA270. To select between theese boards, edit the file "include/configs/phycore_pxa270.h" and set the correct define to 1 and the other to 0. #define PHYCORE_PXA270_ON_PCM990 0 #define PHYCORE_PXA270_ON_PCM969 1 If you want to use this u-boot source on your own baseboard, it is strongly recommended to adapt the settings according your needs. The features can be switched in the following include files ./board/phytec/phycore_pxa270/phycore_on_pcm969.h ./board/phytec/phycore_pxa270/phycore_on_pcm990.h In this U-Boot version the patches for the Axcel/Numonyx/Micron errata are already included. This was done by the following commit: ====== commit 54652991caedc39b2ec2e5b49e750669bfcd1e2e Author: Philippe De Muyter Date: Tue Aug 17 18:40:25 2010 +0200 Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips. ===== This source can be compiled with: make ARCH=arm CROSS_COMPILE=PATH_TO_YOUR_TOOLCHAN/TOOLCHAIN-PREFIX- phycore_pxa270_config and make ARCH=arm CROSS_COMPILE=PATH_TO_YOUR_TOOLCHAN/TOOLCHAIN-PREFIX-