1. 17 10月, 2013 3 次提交
  2. 15 10月, 2013 1 次提交
  3. 20 9月, 2013 1 次提交
    • W
      SPDX: fix IBM-pibs license identifier · 1b387ef5
      Wolfgang Denk 提交于
      The SPDX License List version 1.19 now contains an official entry for
      the IBM-pibs license.  However, instead of our suggestion "ibm-pibs",
      the SPDX License List uses "IBM-pibs", with the following rationale:
      "The reason being that all other SPDX License List short identifiers
      tend towards using capital letters unless spelling a word.  I'd prefer
      to be consistent to this end".
      
      Change the license IDs to use the official name.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      1b387ef5
  4. 11 9月, 2013 1 次提交
    • Y
      powerpc/mpc85xx: Add workaround for erratum A-005125 · 954a1a47
      York Sun 提交于
      In a very rare condition, a system hang is possible when the e500 core
      initiates a guarded load to PCI / PCIe /SRIO performs a coherent write
      to memory. Please refer to errata document for more details. This erratum
      applies to the following SoCs and their variants, if any.
      
      BSC9132
      BSC9131
      MPC8536
      MPC8544
      MPC8548
      MPC8569
      MPC8572
      P1010
      P1020
      P1021
      P1022
      P1023
      P2020
      C29x
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      CC: Scott Wood <scottwood@freescale.com>
      954a1a47
  5. 21 8月, 2013 1 次提交
  6. 20 8月, 2013 3 次提交
    • M
      ppc4xx: Remove support for PPC405CR CPUs · 3fb85889
      Matthias Fuchs 提交于
      This patch removes support for the APM 405CR CPU.
      This CPU is EOL and no board uses this chip.
      Signed-off-by: NMatthias Fuchs <matthias.fuchs@esd.eu>
      3fb85889
    • C
      fsl_i2c: add workaround for the erratum I2C A004447 · 9c3f77eb
      Chunhe Lan 提交于
      This workaround is for the erratum I2C A004447. Device reference
      manual provides a scheme that allows the I2C master controller
      to generate nine SCL pulses, which enable an I2C slave device
      that held SDA low to release SDA. However, due to this erratum,
      this scheme no longer works. In addition, when I2C is used as
      a source of the PBL, the state machine is not able to recover.
      
      At the same time, delete the reduplicative definition of SVR_VER
      and SVR_REV. The SVR_REV is the low 8 bits rather than the low 16
      bits of svr. And we use the CONFIG_SYS_FSL_A004447_SVR_REV macro
      instead of hard-code value 0x10, 0x11 and 0x20.
      
      The CONFIG_SYS_FSL_A004447_SVR_REV = 0x00 represents that one
      version of platform has this I2C errata. So enable this errata
      by IS_SVR_REV(svr, maj, min) function.
      Signed-off-by: NZhao Chenhui <chenhui.zhao@freescale.com>
      Signed-off-by: NChunhe Lan <Chunhe.Lan@freescale.com>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Heiko Schocher <hs@denx.de>
      9c3f77eb
    • W
      SPDX-License-Identifier: convert PIBS licensed files · 46263f2d
      Wolfgang Denk 提交于
      This commit adapts the files that were derived from PIBS (PowerPC
      Initialization and Boot Software) codeto using SPDX License
      Identifiers.
      
      So far, SPDX has not assigned an official License ID for the PIBS
      license yet, so this should be considered preliminary.
      
      Note that the following files contained incorrect license information:
      
      	arch/powerpc/cpu/ppc4xx/4xx_uart.c
      	arch/powerpc/cpu/ppc4xx/start.S
      	arch/powerpc/include/asm/ppc440.h
      
      These files included, in addition to the GPL-2.0 / ibm-pibs dual
      license as inherited from PIBS, a GPL-2.0+ license header which was
      obviously incorrect.  This has been removed.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      
      Conflicts:
      	Licenses/README
      Acked-by: NStefan Roese <sr@denx.de>
      46263f2d
  7. 15 8月, 2013 2 次提交
  8. 10 8月, 2013 14 次提交
  9. 24 7月, 2013 1 次提交
  10. 23 7月, 2013 1 次提交
  11. 21 6月, 2013 8 次提交
  12. 12 6月, 2013 1 次提交
  13. 25 5月, 2013 3 次提交