1. 15 5月, 2012 29 次提交
  2. 01 5月, 2012 1 次提交
  3. 30 4月, 2012 10 次提交
    • W
      Merge branch 'master' of /home/wd/git/u-boot/custodians · e0f6a4e8
      Wolfgang Denk 提交于
      * 'master' of /home/wd/git/u-boot/custodians:
        powerpc/ppc4xx: Remove typedefs for gdsys FPGA
        powerpc/ppc4xx: Fix typo in gdsys_fpga.h
        powerpc/ppc4xx: Update gdsys board configurations
        powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20
        powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes
        powerpc/ppc4xx: Make gdsys 405ep boards reset more generic
        powerpc/ppc4xx: Adjust environment size on neo
      e0f6a4e8
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx · 4212657c
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-ppc4xx:
        powerpc/ppc4xx: Remove typedefs for gdsys FPGA
        powerpc/ppc4xx: Fix typo in gdsys_fpga.h
        powerpc/ppc4xx: Update gdsys board configurations
        powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20
        powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes
        powerpc/ppc4xx: Make gdsys 405ep boards reset more generic
        powerpc/ppc4xx: Adjust environment size on neo
      4212657c
    • M
      lin_gadget: use common linux/compat.h · 6777a3cf
      Mike Frysinger 提交于
      Merge our duplicate definitions with the common header.
      
      Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to
      use min() instead of min_t() since we remove the latter
      from compat.h.
      
      Additionally use memalign() directly as the lin_gadget
      specific kmalloc() macro is removed from lin_gadget_compat.h
      by this patch.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      Signed-off-by: NAnatolij Gustschin <agust@denx.de>
      Cc: Lukasz Majewski <l.majewski@samsung.com>
      6777a3cf
    • M
      linux/compat.h: rename from linux/mtd/compat.h · 7b15e2bb
      Mike Frysinger 提交于
      This lets us use it in more places than just mtd code.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      7b15e2bb
    • M
      lin_gadget: use common mdelay · 4e2c0587
      Mike Frysinger 提交于
      No need to provide our own mdelay() macro when we have a func for it.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      4e2c0587
    • M
      gunzip: rename z{alloc, free} to gz{alloc, free} · e3ed0575
      Mike Frysinger 提交于
      This allows us to add a proper zalloc() func (one that does a zeroing
      alloc), and removes duplicate prototypes.
      Signed-off-by: NMike Frysinger <vapier@gentoo.org>
      e3ed0575
    • E
    • E
    • A
      Allow for parallel builds and saved output · f588bb03
      Andy Fleming 提交于
      The MAKEALL script cleverly runs make with the appropriate options
      to use all of the cores on the system, but your average U-Boot build
      can't make much use of more than a few cores.  If you happen to have
      a many-core server, your builds will leave most of the system idle.
      
      In order to make full use of such a system, we need to build multiple
      targets in parallel, and this requires directing make output into
      multiple directories. We add a BUILD_NBUILDS variable, which allows
      users to specify how many builds to run in parallel.
      When BUILD_NBUILDS is set greater than 1, we redefine BUILD_DIR for
      each build to be ${BUILD_DIR}/${target}. Also, we make "./build" the
      default BUILD_DIR when BUILD_NBUILDS is greater than 1.
      
      MAKEALL now tracks which builds are still running, and when one
      finishes, it starts a new build.
      
      Once each build finishes, we run "make tidy" on its directory, to reduce
      the footprint.
      
      As a result, we are left with a build directory with all of the built
      targets still there for use, which means anyone who wanted to use
      MAKEALL as part of a test harness can now do so.
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      f588bb03
    • W
      Merge branch 'master' of /home/wd/git/u-boot/custodians · 05f132d7
      Wolfgang Denk 提交于
      * 'master' of /home/wd/git/u-boot/custodians:
        powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSR
        powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during boot
        cmd_bdinfo: display the address map size (32-bit vs. 36-bit)
        PowerPC: correct the SATA for p1/p2 rdb-pc platform
        powerpc/corenet_ds: Slave core in holdoff when boot from SRIO
        powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO
        powerpc/corenet_ds: Slave uploads ucode when boot from SRIO
        powerpc/corenet_ds: Slave module for boot from SRIO
        powerpc/corenet_ds: Master module for boot from SRIO
        powerpc/corenet_ds: Document for the boot from SRIO
        powerpc/corenet_ds: Correct the compilation errors about ENV
        powerpc/srio: Rewrite the struct ccsr_rio
        powerpc/85xx:Fix lds for nand boot debug info
        powerpc/p2041rdb: add env in NAND support
        powerpc/p2041rdb: add NAND and NAND boot support
        powerpc/mpc8xxx: Fix CONFIG_DDR_RAW_TIMING for two boards
        powerpc/85xx:Avoid vector table compilation for nand_spl
        powerpc/85xx:Fix IVORs addr after vector table relocation
        powerpc/85xx:Avoid hardcoded vector address for IVORs
        powerpc/p1023rds: Disable nor flash node and enable nand flash node
      05f132d7