Cleanup out-or-tree building for some boards (.depend)Signed-off-by: Wolfgang Denk <wd@denx.de>
Coding Style CleanupSigned-off-by: Wolfgang Denk <wd@denx.de>
Change initdram() return type to phys_size_tThis patch changes the return type of initdram() from long int to phys_size_t.This is required for a couple of reasons: long int limits the amount of dr
Change initdram() return type to phys_size_tThis patch changes the return type of initdram() from long int to phys_size_t.This is required for a couple of reasons: long int limits the amount of dramto 2GB, and u-boot in general is moving over to phys_size_t to represent thesize of physical memory. phys_size_t is defined as an unsigned long on almostall current platforms.This patch *only* changes the return type of the initdram function (ininclude/common.h, as well as in each board's implementation of initdram). Itdoes not actually modify the code inside the function on any of the platforms;platforms which wish to support more than 2GB of DRAM will need to modifytheir initdram() function code.Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpcMPC8641HPCN.Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
show more ...
85xx/86xx: Move to dynamic mgmt of LAWsWith the new LAW interface (set_next_law) we can move to letting thesystem allocate which LAWs are used for what purpose. This makes lifea bit easier going
85xx/86xx: Move to dynamic mgmt of LAWsWith the new LAW interface (set_next_law) we can move to letting thesystem allocate which LAWs are used for what purpose. This makes lifea bit easier going forward with the new DDR code.Signed-off-by: Kumar Gala <galak@kernel.crashing.org>Signed-off-by: Andy Fleming <afleming@freescale.com>Acked-by: Jon Loeliger <jdl@freescale.com>Acked-by: Becky Bruce <becky.bruce@freescale.com>
Socrates: Added FPGA base address update in FDT.Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Socrates: NAND support added. Changed the U-Boot base address andSigned-off-by: Sergei Poselenov <sposelenov@emcraft.com>
Socrates: added missed file with UPMA configuration data.Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
Socrates: Added FPGA mapping. LAWs and TLBs cleanup.Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
socrates: Fix PCI clk fix patchThe submitted patch seems to have been more up-to-date, but an older patch wasalready in the repository. This patch encompasses the differencesTaken entirely from
socrates: Fix PCI clk fix patchThe submitted patch seems to have been more up-to-date, but an older patch wasalready in the repository. This patch encompasses the differencesTaken entirely from Sergei Poselenov <sposelenov@emcraft.com>Signed-off-by: Andy Fleming <afleming@freescale.com>
Socrates: Fix PCI bus frequency reportSigned-off-by: Sergei Poselenov <sposelenov@emcraft.com>
socrates: changes to support FDTSigned-off-by: Sergei Poselenov <sposelenov@emcraft.com>Signed-off-by: Wolfgang Denk <wd@denx.de>
Initial support for "Socrates" boardSigned-off-by: Sergei Poselenov <sposelenov@emcraft.com>
123