1 Nov 2002 02:02
Halloween release of PPCBoot: 2.0.0 - the Final Release.
Wolfgang Denk <wd <at> denx.de>
2002-11-01 01:02:28 GMT
2002-11-01 01:02:28 GMT
A new version of PPCBoot, labeled as PPCBOOT_2_0_0, is available on
the CVS and FTP servers.
Changes:
- mostly bug fixes
This release is special:
It is the last, ultimate, final release of PPCBoot!
The PPCBoot project will not be continued any more.
But: Don't Panic!
Le Roi Est Mort, Vive Le Roi!
Over time, the name PPCBoot has become inappropriate: there was a
time when all we supported was the MPC8xx CPU. Later support for
other PowerPC CPUs was added. And the name PPCBoot was OK. But this
is not true any more. Now there is also support for ARM7, ARM9,
StrongARM and XScale based boards. Ports for the ColdFire and even
for x86 CPUs are in the planning or already under way. Thus it's time
to acknowledge that this project has become a universal bootloader -
we will continue development under the new flag
"Das U-Boot" - the Universal Boot Loader
The new project is again hosted at SourceForge, you can find it at
http://sourceforge.net/projects/u-boot/
(Continue reading)
Another thing that would be nice to move things from
mv include/config/config_<someboard>.h boards/<someboard>/<someboard>.h
This way you have all relevant board info in one place. Way nicer!
(In my bootloader that I based on armboot I did
ln -s ../../include/configs/config_idppxa.h idppxa.h
so that I could stay in one directory while editing my project.
RSS Feed