From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 01 Apr 2009 22:18:25 +0200 Subject: [U-Boot] [PATCH v4] board support patch for phyCORE-MPC5200B-tiny In-Reply-To: References: <20090324155637.12279.60059.stgit@localhost> <9e4733910903251214y1058215l6f4b78ab0b2870a7@mail.gmail.com> <20090327201217.58C92832E406@gemini.denx.de> <9e4733910903271348r19317a71m1a7cea7edbe8ac50@mail.gmail.com> <9e4733910903290729n7f10f704xbd191729a99457ad@mail.gmail.com> <49D0EF8F.7050002@denx.de> <9e4733910903301009h4373cdb7y82d872b9285a6e18@mail.gmail.com> Message-ID: <49D3CC11.2020902@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Markus Rathgeb wrote: > An undocumented register? Are the specifications not released for the > series <= r700? But I have to confess to never read the specifications > of ATI/AMD. > > Have you found something? I'm not aware of a released TRM for RV280. And after successful video BIOS run the video memory size of your card should be recognized correctly, isn't it? You can check this with 'DEBUG enabled' drivers/video/ati_radeon_fb.c. > Are you able to try to build pcm030_config with a recent checkout? > powerpc-603e-linux-gnu-gcc -g -Os -fPIC -ffixed-r14 -meabi > -D__KERNEL__ -DTEXT_BASE=0xFFF00000 > -I/home/maggu2810/phytec/u-boot/u-boot.git_20090401/include > -fno-builtin -ffreestanding -nostdinc -isystem > /home/maggu2810/phytec/OSELAS.Toolchain-1.99.3/powerpc-603e-linux-gnu/gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized/lib/gcc/powerpc-603e-linux-gnu/4.3.2/include > -pipe -DCONFIG_PPC -D__powerpc__ -DCONFIG_MPC5xxx -ffixed-r2 -mstring > -mcpu=603e -mmultiple -DTEXT_BASE=0xFFF00000 > -I/home/maggu2810/phytec/u-boot/u-boot.git_20090401/board -Wall > -Wstrict-prototypes -fno-stack-protector -c -o pcf8563.o pcf8563.c > pcf8563.c:37: error: static declaration of 'rtc_read' follows > non-static declaration > /home/maggu2810/phytec/u-boot/u-boot.git_20090401/include/rtc.h:64: > error: previous declaration of 'rtc_read' was here > pcf8563.c:38: error: static declaration of 'rtc_write' follows > non-static declaration > /home/maggu2810/phytec/u-boot/u-boot.git_20090401/include/rtc.h:65: > error: previous declaration of 'rtc_write' was here > make[1]: *** [pcf8563.o] Error 1 > make[1]: Leaving directory > `/home/maggu2810/phytec/u-boot/u-boot.git_20090401/drivers/rtc' > make: *** [drivers/rtc/librtc.a] Error 2 apply following patch to fix the build breakage: http://lists.denx.de/pipermail/u-boot/2009-March/049880.html Best regards, Anatolij