1. 21 7月, 2009 9 次提交
    • P
      Move architecture specific config.mk files into subdirs · b220c64d
      Peter Tyser 提交于
      This cleans up U-Boot's toplevel directory a bit and makes the
      architecture 'config.mk' file naming and location similar to board
      and cpu 'config.mk' files
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      b220c64d
    • P
      Add "tags" to .gitignore file. · 082becd0
      Po-Yu Chuang 提交于
      Signed-off-by: NPo-Yu Chuang <ratbert@faraday-tech.com>
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      082becd0
    • H
      powerpc: updates for the keymile boards · dc71b248
      Heiko Schocher 提交于
      - CONFIG_SYS_MAX_I2C_BUS changed to 1
        We use only one I2C hardwarecontroller on this boards, so
        change the CONFIG_SYS_MAX_I2C_BUS to 1.
      - common: dont print errormsg if second IVM Block lacks.
      - 82xx, mgcoge: fix double mtdpart entry in environment
      - 82xx, mgcoge: activate on second Flash the second bank.
      - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
      - common: Change malloc size to 1MByte for all Keymile boards
          We need a bigger malloc area for the environment support (128k)
          on some Keymile boards (kmeter1) and the upcoming UBI support.
          Change it to 1MB for all Keymile boards to be on the save side.
          Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
          UBI/UBIFS support.
      - Add UBI support to all Keymile boards
      - change manner of writing "/localbus/ranges" node
          instead of writting the complete "/localbus/ranges" node
          before booting Linux, only update the ranges entries
          which gets dynamical detected (size of flashes).
          This is needed, because keymile adds in the DTS
          "/localbus/ranges" node entries, which u-boot must
          not overwrite/delete.
      - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
          The Intel P30 chip has 2 non-identical chips on
          one die, so we need to define 2 seperate regions
          that are scanned by physmap_of independantly.
      - kmeter1: Add MTD concat support to Keymile boards
      - 82xx, mgcoge: add "unlock=yes" to default environment
      - added CONFIG_MTD_DEVICE to get in sync with mainline code
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Signed-off-by: NStefan Roese <sr@denx.de>
      dc71b248
    • G
      fsl_sata: Fix compiler warnings shown by gcc-4.4 · f14d8105
      galak 提交于
      Update fsl_sata to use common structures instead of casting
      back and forth between the fsl specific ones and the common ones
      (which are identical).
      
      fsl_sata.c: In function 'scan_sata':
      fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:545: note: initialized from here
      fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
      ...
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      f14d8105
    • S
      Add unaligned.h for arm · 20938e54
      Simon Kagstrom 提交于
      This patch adds unaligned.h for ARM (needed to build with LZO
      compression). The file is taken from the linux kernel, but includes
      u-boot headers instead.
      Signed-off-by: NSimon Kagstrom <simon.kagstrom@netinsight.net>
      Acked-by: NStefan Roese <sr@denx.de>
      20938e54
    • P
      Remove last remanants of unused CONFIG_I2C_CMD_TREE · 433ea8ab
      Peter Tyser 提交于
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      433ea8ab
    • A
      ubi: help message correction · f6ca3b70
      Andrzej Wolski 提交于
      Fix incorrect information about size units and correct typo.
      Signed-off-by: NAndrzej Wolski <awolski@poczta.fm>
      Signed-off-by: NStefan Roese <sr@denx.de>
      f6ca3b70
    • W
      725e53a7
    • W
      23b5b1d3
  2. 20 7月, 2009 9 次提交
  3. 19 7月, 2009 18 次提交
  4. 18 7月, 2009 4 次提交