mbox series

[U-Boot,PULL] u-boot-mips

Message ID 20191130220115.7189-1-daniel.schwierzeck@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-mips | expand

Pull-request

git://git.denx.de/u-boot-mips.git master

Message

Daniel Schwierzeck Nov. 30, 2019, 10:01 p.m. UTC
Hi Tom,

please pull the removal of the MIPS Micronas VCT boards for 2020.01.

Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454
Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/618647984


The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67cd832d27:

  Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot (2019-11-25 12:56:27 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 2a250ae9b6f1437f13dba272b690b24341b8e1d7:

  MIPS: remove Micronas VCT boards (2019-11-29 16:18:35 +0100)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      MIPS: remove Micronas VCT boards

 arch/mips/Kconfig                               |   1 -
 board/micronas/vct/Kconfig                      |  52 --
 board/micronas/vct/MAINTAINERS                  |  17 -
 board/micronas/vct/Makefile                     |  12 -
 board/micronas/vct/bcu.h                        | 156 ------
 board/micronas/vct/dcgu.c                       | 244 ---------
 board/micronas/vct/dcgu.h                       | 165 ------
 board/micronas/vct/ebi.c                        |  34 --
 board/micronas/vct/ebi.h                        |  81 ---
 board/micronas/vct/ebi_nor_flash.c              | 117 -----
 board/micronas/vct/ebi_onenand.c                | 185 -------
 board/micronas/vct/ebi_smc911x.c                |  94 ----
 board/micronas/vct/ehci.c                       |  96 ----
 board/micronas/vct/gpio.c                       |  74 ---
 board/micronas/vct/scc.c                        | 657 ------------------------
 board/micronas/vct/scc.h                        | 191 -------
 board/micronas/vct/smc_eeprom.c                 | 394 --------------
 board/micronas/vct/top.c                        | 275 ----------
 board/micronas/vct/vct.c                        | 119 -----
 board/micronas/vct/vct.h                        |  92 ----
 board/micronas/vct/vcth/reg_dcgu.h              |  22 -
 board/micronas/vct/vcth/reg_ebi.h               | 228 --------
 board/micronas/vct/vcth/reg_fwsram.h            |  59 ---
 board/micronas/vct/vcth/reg_gpio.h              |  18 -
 board/micronas/vct/vcth/reg_scc.h               |  88 ----
 board/micronas/vct/vcth/reg_usbh.h              |  19 -
 board/micronas/vct/vcth/reg_wdt.h               |  10 -
 board/micronas/vct/vcth2/reg_ebi.h              | 276 ----------
 board/micronas/vct/vctv/reg_dcgu.h              |  11 -
 board/micronas/vct/vctv/reg_ebi.h               | 276 ----------
 board/micronas/vct/vctv/reg_gpio.h              |  18 -
 board/micronas/vct/vctv/reg_wdt.h               |  10 -
 configs/vct_platinum_defconfig                  |  32 --
 configs/vct_platinum_onenand_defconfig          |  35 --
 configs/vct_platinum_onenand_small_defconfig    |  35 --
 configs/vct_platinum_small_defconfig            |  32 --
 configs/vct_platinumavc_defconfig               |  24 -
 configs/vct_platinumavc_onenand_defconfig       |  27 -
 configs/vct_platinumavc_onenand_small_defconfig |  35 --
 configs/vct_platinumavc_small_defconfig         |  32 --
 configs/vct_premium_defconfig                   |  32 --
 configs/vct_premium_onenand_defconfig           |  35 --
 configs/vct_premium_onenand_small_defconfig     |  35 --
 configs/vct_premium_small_defconfig             |  32 --
 include/configs/vct.h                           | 194 -------
 45 files changed, 4671 deletions(-)
 delete mode 100644 board/micronas/vct/Kconfig
 delete mode 100644 board/micronas/vct/MAINTAINERS
 delete mode 100644 board/micronas/vct/Makefile
 delete mode 100644 board/micronas/vct/bcu.h
 delete mode 100644 board/micronas/vct/dcgu.c
 delete mode 100644 board/micronas/vct/dcgu.h
 delete mode 100644 board/micronas/vct/ebi.c
 delete mode 100644 board/micronas/vct/ebi.h
 delete mode 100644 board/micronas/vct/ebi_nor_flash.c
 delete mode 100644 board/micronas/vct/ebi_onenand.c
 delete mode 100644 board/micronas/vct/ebi_smc911x.c
 delete mode 100644 board/micronas/vct/ehci.c
 delete mode 100644 board/micronas/vct/gpio.c
 delete mode 100644 board/micronas/vct/scc.c
 delete mode 100644 board/micronas/vct/scc.h
 delete mode 100644 board/micronas/vct/smc_eeprom.c
 delete mode 100644 board/micronas/vct/top.c
 delete mode 100644 board/micronas/vct/vct.c
 delete mode 100644 board/micronas/vct/vct.h
 delete mode 100644 board/micronas/vct/vcth/reg_dcgu.h
 delete mode 100644 board/micronas/vct/vcth/reg_ebi.h
 delete mode 100644 board/micronas/vct/vcth/reg_fwsram.h
 delete mode 100644 board/micronas/vct/vcth/reg_gpio.h
 delete mode 100644 board/micronas/vct/vcth/reg_scc.h
 delete mode 100644 board/micronas/vct/vcth/reg_usbh.h
 delete mode 100644 board/micronas/vct/vcth/reg_wdt.h
 delete mode 100644 board/micronas/vct/vcth2/reg_ebi.h
 delete mode 100644 board/micronas/vct/vctv/reg_dcgu.h
 delete mode 100644 board/micronas/vct/vctv/reg_ebi.h
 delete mode 100644 board/micronas/vct/vctv/reg_gpio.h
 delete mode 100644 board/micronas/vct/vctv/reg_wdt.h
 delete mode 100644 configs/vct_platinum_defconfig
 delete mode 100644 configs/vct_platinum_onenand_defconfig
 delete mode 100644 configs/vct_platinum_onenand_small_defconfig
 delete mode 100644 configs/vct_platinum_small_defconfig
 delete mode 100644 configs/vct_platinumavc_defconfig
 delete mode 100644 configs/vct_platinumavc_onenand_defconfig
 delete mode 100644 configs/vct_platinumavc_onenand_small_defconfig
 delete mode 100644 configs/vct_platinumavc_small_defconfig
 delete mode 100644 configs/vct_premium_defconfig
 delete mode 100644 configs/vct_premium_onenand_defconfig
 delete mode 100644 configs/vct_premium_onenand_small_defconfig
 delete mode 100644 configs/vct_premium_small_defconfig
 delete mode 100644 include/configs/vct.h

Comments

Tom Rini Dec. 3, 2019, 3:10 a.m. UTC | #1
On Sat, Nov 30, 2019 at 11:01:15PM +0100, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull the removal of the MIPS Micronas VCT boards for 2020.01.
> 
> Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/618647984
> 
> 
> The following changes since commit 4b19b89ca4a866b7baa642533e6dbd67cd832d27:
> 
>   Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot (2019-11-25 12:56:27 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to 2a250ae9b6f1437f13dba272b690b24341b8e1d7:
> 
>   MIPS: remove Micronas VCT boards (2019-11-29 16:18:35 +0100)
> 

Applied to u-boot/master, thanks!