[U-Boot-Users] RE: u-boot patches for BUBINGA

Bill,
Great job with the coding! U-boot came up on the first build(with your patches), with no mods <BUBINGA405EP>.
Just a quick note... The memory config on the 405EP Eval board is still incorrect. The Physical DIMM is 64-bit, but the memory bus is 32-bit... therefore, only half of the memory gets used...
In spd_sdram.c, I added a line after 354 that divided 'total_size' by two. This appears to do the init correctly.
BTW-Is anyone able to get a uImage built kernel to boot off a 405EP Eval board? I'd love to know what version... My kernel dies pretty early...
Regards,
Bruce Boettjer Sr Hardware Design Engineer Momentum Computer 1815 Aston Ave Suite 107 Carlsbad, CA 92008 (760)-431-8663
PS-
U-Boot 1.0.1 (Dec 12 2003 - 15:26:54)
CPU: IBM PowerPC 405EP Rev. B at 266.666 MHz (PLB=133, OPB=66, EBC=66 MHz) IIC Boot EEPROM disabled PCI async ext clock used, internal PCI arbiter enabled 16 kB I-Cache 16 kB D-Cache Board: IBM 405EP Eval Board I2C: ready DRAM: 64 MB FLASH: 512 kB PCI: Bus Dev VenId DevId Class Int In: serial Out: serial Err: serial KGDB: kgdb ready ready Hit any key to stop autoboot: 0 => dhcp ENET Speed is 100 Mbps - FULL duplex connection BOOTP broadcast 1 DHCP client bound to address 192.168.1.40 *** Warning: no boot file name; using '2801A8C0.img' TFTP from server 192.168.1.1; our IP address is 192.168.1.40 Filename '2801A8C0.img'. Load address: 0x100000 Loading: ################################################################# ################################################################# ##### done Bytes transferred = 688039 (a7fa7 hex) => bootm ## Booting image at 00100000 ... Image Name: Linux-2.4.23 Created: 2003-12-12 20:50:14 UTC Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 687975 Bytes = 671.9 kB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK id mach(): done MMU:enter MMU:hw init MMU:mapin <<No More Output, it hangs here...>>
participants (1)
-
Bruce Boettjer