X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG;h=44bbca553159eb604f08c9691e478650d04a54ed;hb=fe126d8b34d2e7c3c2dc1d4e61086018e016768c;hp=5c6d68fff06c147d41f34dc6454be587cd5de248;hpb=527b5a511c804074eebfc08c9ae7860b6717da85;p=platform%2Fkernel%2Fu-boot.git diff --git a/CHANGELOG b/CHANGELOG index 5c6d68f..44bbca5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,25 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Change all '$(...)' variable references into '${...}' + which makes the environment compatible with the hush shell. + WARNING: Support for the old '$(...)' syntax will be + discontinued in a later version. + +* Minor changes to init flags in TQM834x PCI. + +* Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM) + Patch by Stefan Roese, 15 Nov 2005 + +* New PPC 405EP board added: CMS700 + Added CONFIG_NET_MULTI for VOM405 board. + Added reset_phy() for VOM405 board. + Patch by Matthias Fuchs, 09 Nov 2005 + +* Updated PCI mapping for esd CPCI2DP board. + Add support for error LED. + Patch by Matthias Fuchs, 07 Nov 2005 + * Fix MPC85xx PCI support (pci_register_hose() before pci config access) Patch by Stefan Roese, 07 Nov 2005