From: Kumar Gala Date: Thu, 12 Jan 2006 21:48:43 +0000 (-0600) Subject: Merge branch 'pci' X-Git-Tag: v2008.10-rc1~1230^2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5e78b7bf4f54e3ec6b3720716331643fdc13bf8;p=platform%2Fkernel%2Fu-boot.git Merge branch 'pci' --- d5e78b7bf4f54e3ec6b3720716331643fdc13bf8 diff --cc CHANGELOG index 9612c57,9ed9dff..28133ba --- a/CHANGELOG +++ b/CHANGELOG @@@ -2,34 -2,11 +2,39 @@@ Changes since U-Boot 1.1.4: ====================================================================== + * Fixed PCI indirect config ops to handle multiple PCI controllers + We need to adjust the bus number we are trying to access based + on which PCI controller its on + Patch by Kumar Gala 12 Jan 2006 + +* 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