Skip to content
Snippets Groups Projects
  1. Jul 19, 2009
    • Mike Frysinger's avatar
      push CROSS_COMPILE out to $(ARCH)_config.mk · 1ea6bcd8
      Mike Frysinger authored
      
      Each arch should handle setting a proper default CROSS_COMPILE value in
      their own config.mk file rather than having to maintain a large ugly list
      in the Makefile.  By using conditional assignment, we don't have to worry
      about the variable already being set (env/cmdline/etc...).
      
      The common config.mk file takes care of exporting CROSS_COMPILE already,
      and while a few variables (toolchain ones) utilize CROSS_COMPILE before
      including the arch config.mk, they do so with deferred assignment.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      1ea6bcd8
    • Jean-Christophe PLAGNIOL-VILLARD's avatar
    • Wolfgang Denk's avatar
      Fix boards broken after removal of legacy NAND and DoC support · 7640f419
      Wolfgang Denk authored
      
      Commit 2419169f removed support for legacy NAND and disk on chip but
      missed to update the code for a few boards. This patch fixes the
      resulting build issues.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      7640f419
    • Wolfgang Denk's avatar
      cmd_flash.c: fix fix compile error for boards with DataFlash · 1a4664b5
      Wolfgang Denk authored
      
      Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
      'addr_first'/'addr_last'") changed the #ifdef logic areound the
      declaration of these variables and missed a combination of settings
      of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
      
      Also spotted by Alessandro Rubini <rubini@gnudd.com>
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      1a4664b5
    • Wolfgang Denk's avatar
      pcm030: fix out-of-tree building · 341245a2
      Wolfgang Denk authored
      
      Commit 0a87dd90 that was supposed to fix out-of-tree building for the
      pcm030 board was unfortunately incomplete.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      341245a2
    • Kazuaki Ichinohe's avatar
      Canyonlands SATA harddisk driver · e405afab
      Kazuaki Ichinohe authored
      This patch adds a SATA harddisk driver for the canyonlands.
      This patch is kernel driver's porting.
      This patch corresponded to not cmd_scsi but cmd_sata.
      This patch divided an unused member with ifndef __U_BOOT__ in the structure.
      
      [environment variable, boot script]
      setenv bootargs root=/dev/sda7 rw
      setenv bootargs ${bootargs} console=ttyS0,115200
      ext2load sata 0:2 0x400000 /canyonlands/uImage
      ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
      fdt addr 0x800000 0x4000
      bootm 0x400000 - 0x800000
      
      If you drive SATA-2 disk on Canyonlands, you must change parts from
      PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
      following disks:
      
      1.Vendor: Fujitsu	 Type: MHW2040BS
      2.Vendor: Fujitsu	 Type: MHW2060BK
      3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
      4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
      5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
      6.Vendor: Hitachi	 Type: HTS543232L9A300 (CONFIG_LBA48 required)
      7.Vendor: Seagate	 Type: ST31000333AS (CONFIG_LBA48 required)
      8.Vendor: Transcend	 Type: TS32GSSD25S-M
      9.Vendor: MTRON		 Type: MSD-SATA1525-016
      
      Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
      e405afab
    • Reinhard Arlt's avatar
      Add support for the Tundra TSI148 VME-bridge · 52a0e2de
      Reinhard Arlt authored
      
      From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
      
      This patch adds support for the Tundra TSI148 VME-bridge. It's used on
      the upcoming esd VME8349 board.
      
      Signed-off-by: default avatarReinhard Arlt <reinhard.arlt@esd-electronics.com>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      52a0e2de
  2. Jul 18, 2009
  3. Jul 17, 2009
Loading