1. 09 7月, 2017 6 次提交
    • C
    • C
      73bc94c6
    • C
      ba3da734
    • C
      powerpc, 8xx: move specific reginfo · d7949665
      Christophe Leroy 提交于
      Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      d7949665
    • C
      powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ · debd1f3c
      Christophe Leroy 提交于
      immap.c used to be common to several CPUs. It is now
      only linked to the 8xx, so this patch moves it into
      arch/powerpc/cpu/mpc8xx/
      Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      debd1f3c
    • C
      powerpc: Partialy restore core of mpc8xx · 907208c4
      Christophe Leroy 提交于
      CS Systemes d'Information (CSSI) manufactures 8xx boards for
      critical communication systems. Those boards have been
      running U-Boot since 2010 and will have to be maintained
      until at least 2027.
      
      commit 5b8e76c3
      ("powerpc, 8xx: remove support for 8xx") orphaned those boards
      by removing support for the mpc8xx CPU.
      
      This commit partially restores support for the 8xx, with the
      following limitations:
      - Restores support for MPC866 and MPC885 only
      - Does not restore IDE, PCMCIA, I2C, USB
      - Does not restore examples
      - Does not restore POST
      - Does not restore Ethernet on SCC
      - Does not restore console on SCC
      - Does not restore bedbug and kgdb support
      
      As the 866 and 885 do not support the following features,
      they are not restored either:
      - VIDEO / LCD
      - RTC clock
      
      The CPM uCODE patch is not restored either, because:
      - 866 and 885 already have support for I2C and SPI relocation
      without a uCODE patch
      - relocation of SMC, I2C or SPI is only needed for using SCCs
      for Ethernet or QMC
      
      The dynamic setup/calculation of clocks is removed, we
      expect the target being use with the clock and PLPRCR register
      defined in the configuration.
      All the clock settings for 8xx prior to 866 is removed as
      well as we now only support 866 and 885.
      
      This code is mature and addresses mature boards. Therefore
      all code enclosed in '#if 0/#endif' and '#if XX_DEBUG/#endif'
      is unneeded.
      
      The following files are not restored by this patch:
      
      - arch/powerpc/cpu/mpc8xx/bedbug_860.c
      - arch/powerpc/cpu/mpc8xx/fec.h
      - arch/powerpc/cpu/mpc8xx/kgdb.S
      - arch/powerpc/cpu/mpc8xx/plprcr_write.S
      - arch/powerpc/cpu/mpc8xx/scc.c
      - arch/powerpc/cpu/mpc8xx/upatch.c
      - arch/powerpc/cpu/mpc8xx/video.c
      - arch/powerpc/include/asm/status_led.h
      - arch/powerpc/lib/ide.c
      - arch/powerpc/lib/ide.h
      - doc/README.MPC866
      - drivers/pcmcia/mpc8xx_pcmcia.c
      - drivers/rtc/mpc8xx.c
      - drivers/usb/gadget/mpc8xx_udc.c
      - drivers/video/mpc8xx_lcd.c
      - examples/standalone/test_burst.c
      - examples/standalone/test_burst.h
      - examples/standalone/test_burst_lib.S
      - examples/standalone/timer.c
      - include/mpc823_lcd.h
      - include/usb/mpc8xx_udc.h
      - post/cpu/mpc8xx/Makefile
      - post/cpu/mpc8xx/cache.c
      - post/cpu/mpc8xx/cache_8xx.S
      - post/cpu/mpc8xx/ether.c
      - post/cpu/mpc8xx/spr.c
      - post/cpu/mpc8xx/uart.c
      - post/cpu/mpc8xx/usb.c
      - post/cpu/mpc8xx/watchdog.c
      
      Some of the restored files are not located in a proper location.
      In order to keep traceability of the changes, they will be
      moved to their correct location and moved to Kconfig in a
      followup patch.
      
      This patch also declares CSSI as point of contact for the update
      of the 8xx platform, as those boards are the only ones still
      being maintained on the 8xx area. A later patch will add
      those boards to the tree.
      Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
      907208c4
  2. 07 7月, 2017 20 次提交
  3. 04 7月, 2017 7 次提交
  4. 03 7月, 2017 4 次提交
  5. 30 6月, 2017 3 次提交
    • F
      pico-imx7d: Remove bouncing email · 8d6040c7
      Fabio Estevam 提交于
      Wig Cheng's email bounces, so remove it from the maintainers list.
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      8d6040c7
    • C
      doc: restore doc/README.fsl-clk · 7826669d
      Christophe Leroy 提交于
      doc/README.fsl-clk was removed in commit
      5b8e76c3 ("powerpc, 8xx: remove support for 8xx")
      allthought CONFIG_SYS_FSL_CLK is defined in
      arch/arm/cpu/armv8/fsl-layerscape/Kconfig and still in use
      in the following configs:
      
      ./include/configs/mx53loco.h:21:#define CONFIG_SYS_FSL_CLK
      ./include/configs/m53evk.h:16:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx25pdk.h:17:#define CONFIG_SYS_FSL_CLK
      ./include/configs/usbarmory.h:14:#define CONFIG_SYS_FSL_CLK
      ./include/configs/ls1021aqds.h:14:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx53cx9020.h:22:#define CONFIG_SYS_FSL_CLK
      ./include/configs/colibri_vf.h:17:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx35pdk.h:21:#define CONFIG_SYS_FSL_CLK
      ./include/configs/woodburn_common.h:19:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx7_common.h:25:#define CONFIG_SYS_FSL_CLK
      ./include/configs/ls1021aiot.h:12:#define CONFIG_SYS_FSL_CLK
      ./include/configs/ls1021atwr.h:14:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx53ard.h:21:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx53smd.h:21:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx51evk.h:16:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx6_common.h:31:#define CONFIG_SYS_FSL_CLK
      ./include/configs/vf610twr.h:14:#define CONFIG_SYS_FSL_CLK
      ./include/configs/mx53evk.h:21:#define CONFIG_SYS_FSL_CLK
      Signed-off-by: NChristophe Leroy <christophe.leroy@c-s.fr>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      7826669d
    • T
      .travis.yml: All DENX boards are now under Aries · 626662e4
      Tom Rini 提交于
      DENX hardware is now under Aries Embedded, update the job.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      626662e4