summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-12 19:11:42 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-12 19:11:42 +0100
commita3f0169880a44ac06de5177e7926d7c732368663 (patch)
tree34d2fcde4020719ecb435acce0ecf698c63dd86e /CHANGELOG
parent3b2e4fd9b0348d49e7b55a19a0c919f6c83d9a43 (diff)
parent62ec6418d417b1fc887f979441c15fbd6602edc9 (diff)
downloadtalos-obmc-uboot-a3f0169880a44ac06de5177e7926d7c732368663.tar.gz
talos-obmc-uboot-a3f0169880a44ac06de5177e7926d7c732368663.zip
Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 82538e9be2..6e83895cfc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,33 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Add helper function for generic flat device tree fixups for mpc83xx
+ Patch by Kumar Gala, 11 Jan 2006
+
+* Add support for passing initrd information via flat device tree
+ Patch by Kumar Gala, 11 Jan 2006
+
+* Added OF_STDOUT_PATH and OF_SOC
+
+ OF_STDOUT_PATH specifies the path to the device the kernel can use
+ for console output
+
+ OF_SOC specifies the proper name of the SOC node if one exists.
+ Patch by Kumar Gala, 11 Jan 2006
+
+* Allow board code to fixup the flat device tree before booting a kernel
+ Patch by Kumar Gala, 11 Jan 2006
+
+* Added CONFIG_ options for bd_t and env in flat dev tree
+
+ CONFIG_OF_HAS_BD_T will put a copy of the bd_t
+ into the resulting flat device tree.
+
+ CONFIG_OF_HAS_UBOOT_ENV will copy the environment
+ variables from u-boot into the flat device tree
+
+ Patch by Kumar Gala, 11 Jan 2006
+
* Add support for the DHCP vendor optional bootfile (#67).
Ignores the vendor TFTP server name option (#66).
Patch by Murray Jensen, 30 Jun 2005
OpenPOWER on IntegriCloud