summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2006-01-11 16:54:53 -0600
committerKumar Gala <galak@kernel.crashing.org>2006-01-11 16:54:53 -0600
commit21a3cbd0d80b6db06604622732a0467240e378f7 (patch)
tree3c03d0facddf893caf98b671438af24be9239e12 /CHANGELOG
parent304ad60f7da7f14135bdfcdcfefe1020fff80cac (diff)
parent62ec6418d417b1fc887f979441c15fbd6602edc9 (diff)
downloadu-boot-imx-21a3cbd0d80b6db06604622732a0467240e378f7.zip
u-boot-imx-21a3cbd0d80b6db06604622732a0467240e378f7.tar.gz
u-boot-imx-21a3cbd0d80b6db06604622732a0467240e378f7.tar.bz2
Merge branch 'ft_infr'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1aa8f31..e1d1ac6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,34 @@
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
+
* Report back PCI bus when doing table based device config
Patch by Kumar Gala 11 Jan 2006