[U-Boot] [PATCH v4 0/3] DS1307 RTC update

Chris Packham judge.packham at gmail.com
Sat Apr 29 03:20:26 UTC 2017


The first patch is a cleanup that can be dropped if it's not wanted,

The second patch is the addition of a KConfig option for the date
command.

The third patch is the change I really want to see. As it allows me to
switch a board I'm working on over to the driver model. I've tried to
replicate the non-DM version of the driver faithfully but I've only got
access to a ds1340 device so I can't be sure that the mcp7941x specific
code is correct.

Changes in v4:
- remove unintended changes from configs/db-88f6820-amc_defconfig
- move #ifdef CONFIG_CMD_DATE inside the legacy block
- use driver data to identify specific chip
- terminate the #ifndef with a #endif rather than having backwards logic
  (off-list feedback).

Changes in v3:
- dropped unrelated defconfig churn
- ran with more toolchains installed to capture more boards
- remove CONFIG_CMD_DATE from whitelist

Changes in v2:
- run moveconfig.py

Chris Packham (3):
  configs: sync P101x, P102x, P202x defconfgs
  cmd: add Kconfig option for 'date' command
  rtc: Add DM support to ds1307

 cmd/Kconfig                                        |   6 +
 configs/B4420QDS_NAND_defconfig                    |   1 +
 configs/B4420QDS_SPIFLASH_defconfig                |   1 +
 configs/B4420QDS_defconfig                         |   1 +
 configs/B4860QDS_NAND_defconfig                    |   1 +
 configs/B4860QDS_SECURE_BOOT_defconfig             |   1 +
 configs/B4860QDS_SPIFLASH_defconfig                |   1 +
 configs/B4860QDS_SRIO_PCIE_BOOT_defconfig          |   1 +
 configs/B4860QDS_defconfig                         |   1 +
 configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig |   1 +
 configs/BSC9132QDS_NAND_DDRCLK100_defconfig        |   1 +
 configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig |   1 +
 configs/BSC9132QDS_NAND_DDRCLK133_defconfig        |   1 +
 configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig  |   1 +
 configs/BSC9132QDS_NOR_DDRCLK100_defconfig         |   1 +
 configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig  |   1 +
 configs/BSC9132QDS_NOR_DDRCLK133_defconfig         |   1 +
 .../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig   |   1 +
 configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig      |   1 +
 .../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig   |   1 +
 configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig      |   1 +
 .../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig |   1 +
 configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig    |   1 +
 .../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig |   1 +
 configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig    |   1 +
 configs/CPCI4052_defconfig                         |   1 +
 configs/Cyrus_P5020_defconfig                      |   1 +
 configs/Cyrus_P5040_defconfig                      |   1 +
 configs/M52277EVB_defconfig                        |   1 +
 configs/M52277EVB_stmicro_defconfig                |   1 +
 configs/M53017EVB_defconfig                        |   1 +
 configs/M5329AFEE_defconfig                        |   1 +
 configs/M5329BFEE_defconfig                        |   1 +
 configs/M5373EVB_defconfig                         |   1 +
 configs/M54451EVB_defconfig                        |   1 +
 configs/M54451EVB_stmicro_defconfig                |   1 +
 configs/M54455EVB_a66_defconfig                    |   1 +
 configs/M54455EVB_defconfig                        |   1 +
 configs/M54455EVB_i66_defconfig                    |   1 +
 configs/M54455EVB_intel_defconfig                  |   1 +
 configs/M54455EVB_stm33_defconfig                  |   1 +
 configs/MIP405T_defconfig                          |   1 +
 configs/MIP405_defconfig                           |   1 +
 configs/MPC8308RDB_defconfig                       |   1 +
 configs/MPC8313ERDB_33_defconfig                   |   1 +
 configs/MPC8313ERDB_66_defconfig                   |   1 +
 configs/MPC8313ERDB_NAND_33_defconfig              |   1 +
 configs/MPC8313ERDB_NAND_66_defconfig              |   1 +
 configs/MPC8315ERDB_defconfig                      |   1 +
 configs/MPC8349EMDS_defconfig                      |   1 +
 configs/MPC8349ITXGP_defconfig                     |   1 +
 configs/MPC8349ITX_LOWBOOT_defconfig               |   1 +
 configs/MPC8349ITX_defconfig                       |   1 +
 configs/MPC837XEMDS_HOST_defconfig                 |   1 +
 configs/MPC837XEMDS_defconfig                      |   1 +
 configs/MPC837XERDB_defconfig                      |   1 +
 configs/MiniFAP_defconfig                          |   1 +
 configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PA_36BIT_NAND_defconfig           |   7 +-
 configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig    |   1 +
 configs/P1010RDB-PA_36BIT_NOR_defconfig            |   1 +
 configs/P1010RDB-PA_36BIT_SDCARD_defconfig         |   1 +
 .../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1010RDB-PA_NAND_SECBOOT_defconfig         |   1 +
 configs/P1010RDB-PA_NAND_defconfig                 |   7 +-
 configs/P1010RDB-PA_NOR_SECBOOT_defconfig          |   1 +
 configs/P1010RDB-PA_NOR_defconfig                  |   1 +
 configs/P1010RDB-PA_SDCARD_defconfig               |   1 +
 configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig     |   1 +
 configs/P1010RDB-PA_SPIFLASH_defconfig             |   1 +
 configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PB_36BIT_NAND_defconfig           |   7 +-
 configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig    |   1 +
 configs/P1010RDB-PB_36BIT_NOR_defconfig            |   1 +
 configs/P1010RDB-PB_36BIT_SDCARD_defconfig         |   1 +
 .../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1010RDB-PB_NAND_SECBOOT_defconfig         |   1 +
 configs/P1010RDB-PB_NAND_defconfig                 |   7 +-
 configs/P1010RDB-PB_NOR_SECBOOT_defconfig          |   1 +
 configs/P1010RDB-PB_NOR_defconfig                  |   1 +
 configs/P1010RDB-PB_SDCARD_defconfig               |   1 +
 configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig     |   1 +
 configs/P1010RDB-PB_SPIFLASH_defconfig             |   1 +
 configs/P1020MBG-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1020MBG-PC_36BIT_defconfig                |   1 +
 configs/P1020MBG-PC_SDCARD_defconfig               |   1 +
 configs/P1020MBG-PC_defconfig                      |   1 +
 configs/P1020RDB-PC_36BIT_NAND_defconfig           |   7 +-
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1020RDB-PC_36BIT_defconfig                |   1 +
 configs/P1020RDB-PC_NAND_defconfig                 |   7 +-
 configs/P1020RDB-PC_SDCARD_defconfig               |   1 +
 configs/P1020RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P1020RDB-PC_defconfig                      |   1 +
 configs/P1020RDB-PD_NAND_defconfig                 |   7 +-
 configs/P1020RDB-PD_SDCARD_defconfig               |   1 +
 configs/P1020RDB-PD_SPIFLASH_defconfig             |   1 +
 configs/P1020RDB-PD_defconfig                      |   1 +
 configs/P1020UTM-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1020UTM-PC_36BIT_defconfig                |   1 +
 configs/P1020UTM-PC_SDCARD_defconfig               |   1 +
 configs/P1020UTM-PC_defconfig                      |   1 +
 configs/P1021RDB-PC_36BIT_NAND_defconfig           |   7 +-
 configs/P1021RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1021RDB-PC_36BIT_defconfig                |   1 +
 configs/P1021RDB-PC_NAND_defconfig                 |   7 +-
 configs/P1021RDB-PC_SDCARD_defconfig               |   1 +
 configs/P1021RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P1021RDB-PC_defconfig                      |   1 +
 configs/P1024RDB_36BIT_defconfig                   |   1 +
 configs/P1024RDB_NAND_defconfig                    |   7 +-
 configs/P1024RDB_SDCARD_defconfig                  |   1 +
 configs/P1024RDB_SPIFLASH_defconfig                |   1 +
 configs/P1024RDB_defconfig                         |   1 +
 configs/P1025RDB_36BIT_defconfig                   |   1 +
 configs/P1025RDB_NAND_defconfig                    |   7 +-
 configs/P1025RDB_SDCARD_defconfig                  |   1 +
 configs/P1025RDB_SPIFLASH_defconfig                |   1 +
 configs/P1025RDB_defconfig                         |   1 +
 configs/P2020RDB-PC_36BIT_NAND_defconfig           |   7 +-
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P2020RDB-PC_36BIT_defconfig                |   1 +
 configs/P2020RDB-PC_NAND_defconfig                 |   7 +-
 configs/P2020RDB-PC_SDCARD_defconfig               |   1 +
 configs/P2020RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P2020RDB-PC_defconfig                      |   1 +
 configs/PIP405_defconfig                           |   1 +
 configs/PLU405_defconfig                           |   1 +
 configs/PMC405DE_defconfig                         |   1 +
 configs/PMC440_defconfig                           |   1 +
 configs/T1023RDB_NAND_defconfig                    |   1 +
 configs/T1023RDB_SDCARD_defconfig                  |   1 +
 configs/T1023RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T1023RDB_SPIFLASH_defconfig                |   1 +
 configs/T1023RDB_defconfig                         |   1 +
 configs/T1024QDS_DDR4_SECURE_BOOT_defconfig        |   1 +
 configs/T1024QDS_DDR4_defconfig                    |   1 +
 configs/T1024QDS_NAND_defconfig                    |   1 +
 configs/T1024QDS_SDCARD_defconfig                  |   1 +
 configs/T1024QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T1024QDS_SPIFLASH_defconfig                |   1 +
 configs/T1024QDS_defconfig                         |   1 +
 configs/T1024RDB_NAND_defconfig                    |   1 +
 configs/T1024RDB_SDCARD_defconfig                  |   1 +
 configs/T1024RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T1024RDB_SPIFLASH_defconfig                |   1 +
 configs/T1024RDB_defconfig                         |   1 +
 configs/T1040QDS_DDR4_defconfig                    |   1 +
 configs/T1040QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T1040QDS_defconfig                         |   1 +
 configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig     |   1 +
 configs/T1042RDB_PI_NAND_defconfig                 |   1 +
 configs/T1042RDB_PI_SDCARD_defconfig               |   1 +
 configs/T1042RDB_PI_SPIFLASH_defconfig             |   1 +
 configs/T1042RDB_PI_defconfig                      |   1 +
 configs/TQM5200S_HIGHBOOT_defconfig                |   1 +
 configs/TQM5200S_defconfig                         |   1 +
 configs/TQM5200_B_HIGHBOOT_defconfig               |   1 +
 configs/TQM5200_B_defconfig                        |   1 +
 configs/TQM5200_STK100_defconfig                   |   1 +
 configs/TQM5200_defconfig                          |   1 +
 configs/TQM823L_LCD_defconfig                      |   1 +
 configs/TQM823L_defconfig                          |   1 +
 configs/TQM823M_defconfig                          |   1 +
 configs/TQM834x_defconfig                          |   1 +
 configs/TQM850L_defconfig                          |   1 +
 configs/TQM850M_defconfig                          |   1 +
 configs/TQM855L_defconfig                          |   1 +
 configs/TQM855M_defconfig                          |   1 +
 configs/TQM860L_defconfig                          |   1 +
 configs/TQM860M_defconfig                          |   1 +
 configs/TQM862L_defconfig                          |   1 +
 configs/TQM862M_defconfig                          |   1 +
 configs/TQM885D_defconfig                          |   1 +
 configs/TTTech_defconfig                           |   1 +
 configs/UCP1020_SPIFLASH_defconfig                 |   1 +
 configs/UCP1020_defconfig                          |   1 +
 configs/apf27_defconfig                            |   1 +
 configs/apx4devkit_defconfig                       |   1 +
 configs/aristainetos2_defconfig                    |   1 +
 configs/aristainetos2b_defconfig                   |   1 +
 configs/aristainetos_defconfig                     |   1 +
 configs/astro_mcf5373l_defconfig                   |   1 +
 configs/bamboo_defconfig                           |   1 +
 configs/bayleybay_defconfig                        |   1 +
 configs/bk4r1_defconfig                            |   1 +
 configs/bubinga_defconfig                          |   1 +
 configs/caddy2_defconfig                           |   1 +
 configs/cam5200_defconfig                          |   1 +
 configs/cam5200_niosflash_defconfig                |   1 +
 configs/canmb_defconfig                            |   1 +
 configs/canyonlands_defconfig                      |   1 +
 configs/chromebook_link64_defconfig                |   1 +
 configs/chromebook_link_defconfig                  |   1 +
 configs/chromebook_samus_defconfig                 |   1 +
 configs/chromebox_panther_defconfig                |   1 +
 configs/cm5200_defconfig                           |   1 +
 ...conga-qeval20-qa3-e3845-internal-uart_defconfig |   1 +
 configs/conga-qeval20-qa3-e3845_defconfig          |   1 +
 configs/coreboot-x86_defconfig                     |   1 +
 configs/cougarcanyon2_defconfig                    |   1 +
 configs/crownbay_defconfig                         |   1 +
 configs/devconcenter_defconfig                     |   1 +
 configs/dfi-bt700-q7x-151_defconfig                |   1 +
 configs/digsy_mtc_RAMBOOT_defconfig                |   1 +
 configs/digsy_mtc_defconfig                        |   1 +
 configs/digsy_mtc_rev5_RAMBOOT_defconfig           |   1 +
 configs/digsy_mtc_rev5_defconfig                   |   1 +
 configs/dns325_defconfig                           |   1 +
 configs/dreamplug_defconfig                        |   1 +
 configs/ds109_defconfig                            |   1 +
 configs/eb_cpu5282_defconfig                       |   1 +
 configs/eb_cpu5282_internal_defconfig              |   1 +
 configs/efi-x86_defconfig                          |   1 +
 configs/ethernut5_defconfig                        |   1 +
 configs/fo300_defconfig                            |   1 +
 configs/galileo_defconfig                          |   1 +
 configs/glacier_defconfig                          |   1 +
 configs/glacier_ramboot_defconfig                  |   1 +
 configs/goflexhome_defconfig                       |   1 +
 configs/guruplug_defconfig                         |   1 +
 configs/haleakala_defconfig                        |   1 +
 configs/icon_defconfig                             |   1 +
 configs/ids8313_defconfig                          |   1 +
 configs/inka4x0_defconfig                          |   1 +
 configs/intip_defconfig                            |   1 +
 configs/ipek01_defconfig                           |   1 +
 configs/katmai_defconfig                           |   1 +
 configs/kilauea_defconfig                          |   1 +
 configs/ls1012aqds_qspi_defconfig                  |   1 +
 configs/ls2080aqds_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080aqds_defconfig                       |   2 +-
 configs/ls2080aqds_nand_defconfig                  |   1 +
 configs/ls2080aqds_qspi_defconfig                  |   1 +
 configs/ls2080ardb_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080ardb_defconfig                       |   2 +-
 configs/ls2080ardb_nand_defconfig                  |   1 +
 configs/lwmon5_defconfig                           |   1 +
 configs/m28evk_defconfig                           |   1 +
 configs/m53evk_defconfig                           |   1 +
 configs/makalu_defconfig                           |   1 +
 configs/malta64_defconfig                          |   1 +
 configs/malta64el_defconfig                        |   1 +
 configs/malta_defconfig                            |   1 +
 configs/maltael_defconfig                          |   1 +
 configs/mcx_defconfig                              |   1 +
 configs/mecp5123_defconfig                         |   1 +
 configs/minnowmax_defconfig                        |   1 +
 configs/motionpro_defconfig                        |   1 +
 configs/mpc5121ads_defconfig                       |   1 +
 configs/mpc5121ads_rev2_defconfig                  |   1 +
 configs/mx25pdk_defconfig                          |   1 +
 configs/mx28evk_auart_console_defconfig            |   1 +
 configs/mx28evk_defconfig                          |   1 +
 configs/mx28evk_nand_defconfig                     |   1 +
 configs/mx28evk_spi_defconfig                      |   1 +
 configs/mx31ads_defconfig                          |   1 +
 configs/mx31pdk_defconfig                          |   1 +
 configs/mx35pdk_defconfig                          |   1 +
 configs/mx51evk_defconfig                          |   1 +
 configs/mx53evk_defconfig                          |   1 +
 configs/nas220_defconfig                           |   1 +
 configs/pcm030_LOWBOOT_defconfig                   |   1 +
 configs/pcm030_defconfig                           |   1 +
 configs/pcm052_defconfig                           |   1 +
 configs/pdm360ng_defconfig                         |   1 +
 configs/qemu-x86_64_defconfig                      |   1 +
 configs/qemu-x86_defconfig                         |   1 +
 configs/qemu-x86_efi_payload32_defconfig           |   1 +
 configs/qemu-x86_efi_payload64_defconfig           |   1 +
 configs/sandbox_defconfig                          |   1 +
 configs/sandbox_noblk_defconfig                    |   1 +
 configs/sandbox_spl_defconfig                      |   1 +
 configs/sheevaplug_defconfig                       |   1 +
 configs/socrates_defconfig                         |   1 +
 configs/som-db5800-som-6867_defconfig              |   1 +
 configs/sycamore_defconfig                         |   1 +
 configs/tbs2910_defconfig                          |   1 +
 configs/theadorable-x86-dfi-bt700_defconfig        |   1 +
 configs/tqma6s_wru4_mmc_defconfig                  |   1 +
 configs/v38b_defconfig                             |   1 +
 configs/vme8349_defconfig                          |   1 +
 configs/walnut_defconfig                           |   1 +
 configs/woodburn_defconfig                         |   1 +
 configs/woodburn_sd_defconfig                      |   1 +
 configs/work_92105_defconfig                       |   1 +
 configs/wtk_defconfig                              |   1 +
 configs/x600_defconfig                             |   1 +
 configs/xpedite1000_defconfig                      |   1 +
 configs/xpedite517x_defconfig                      |   1 +
 configs/xpedite520x_defconfig                      |   1 +
 configs/xpedite537x_defconfig                      |   1 +
 configs/xpedite550x_defconfig                      |   1 +
 drivers/rtc/Kconfig                                |   7 +
 drivers/rtc/ds1307.c                               | 209 +++++++++++++++++++--
 include/config_cmd_all.h                           |   1 -
 include/configs/B4860QDS.h                         |   1 -
 include/configs/BSC9132QDS.h                       |   1 -
 include/configs/CPCI4052.h                         |   1 -
 include/configs/M52277EVB.h                        |   1 -
 include/configs/M53017EVB.h                        |   1 -
 include/configs/M5329EVB.h                         |   1 -
 include/configs/M5373EVB.h                         |   1 -
 include/configs/M54418TWR.h                        |   1 -
 include/configs/M54451EVB.h                        |   1 -
 include/configs/M54455EVB.h                        |   1 -
 include/configs/M5475EVB.h                         |   1 -
 include/configs/M5485EVB.h                         |   1 -
 include/configs/MIP405.h                           |   1 -
 include/configs/MPC8308RDB.h                       |   1 -
 include/configs/MPC8313ERDB.h                      |   1 -
 include/configs/MPC8315ERDB.h                      |   1 -
 include/configs/MPC8349EMDS.h                      |   1 -
 include/configs/MPC8349ITX.h                       |   1 -
 include/configs/MPC837XEMDS.h                      |   1 -
 include/configs/MPC837XERDB.h                      |   1 -
 include/configs/P1010RDB.h                         |   1 -
 include/configs/PIP405.h                           |   1 -
 include/configs/PLU405.h                           |   1 -
 include/configs/PMC405DE.h                         |   1 -
 include/configs/PMC440.h                           |   1 -
 include/configs/T102xQDS.h                         |   1 -
 include/configs/T102xRDB.h                         |   1 -
 include/configs/T1040QDS.h                         |   1 -
 include/configs/T104xRDB.h                         |   3 -
 include/configs/TQM5200.h                          |   1 -
 include/configs/TQM823L.h                          |   1 -
 include/configs/TQM823M.h                          |   1 -
 include/configs/TQM834x.h                          |   1 -
 include/configs/TQM850L.h                          |   1 -
 include/configs/TQM850M.h                          |   1 -
 include/configs/TQM855L.h                          |   1 -
 include/configs/TQM855M.h                          |   1 -
 include/configs/TQM860L.h                          |   1 -
 include/configs/TQM860M.h                          |   1 -
 include/configs/TQM862L.h                          |   1 -
 include/configs/TQM862M.h                          |   1 -
 include/configs/TQM885D.h                          |   1 -
 include/configs/UCP1020.h                          |   1 -
 include/configs/adp-ag101p.h                       |   1 -
 include/configs/apf27.h                            |   1 -
 include/configs/apx4devkit.h                       |   1 -
 include/configs/aristainetos-common.h              |   1 -
 include/configs/astro_mcf5373l.h                   |   1 -
 include/configs/bamboo.h                           |   1 -
 include/configs/bubinga.h                          |   1 -
 include/configs/canmb.h                            |   1 -
 include/configs/canyonlands.h                      |   2 -
 include/configs/charon.h                           |   1 -
 include/configs/cm5200.h                           |   1 -
 include/configs/cyrus.h                            |   1 -
 include/configs/digsy_mtc.h                        |   1 -
 include/configs/dns325.h                           |   1 -
 include/configs/eb_cpu5282.h                       |   1 -
 include/configs/edb93xx.h                          |   1 -
 include/configs/ethernut5.h                        |   1 -
 include/configs/goflexhome.h                       |   1 -
 include/configs/icon.h                             |   1 -
 include/configs/ids8313.h                          |   1 -
 include/configs/inka4x0.h                          |   1 -
 include/configs/intip.h                            |   1 -
 include/configs/ipek01.h                           |   1 -
 include/configs/katmai.h                           |   1 -
 include/configs/kilauea.h                          |   1 -
 include/configs/ls1012aqds.h                       |   1 -
 include/configs/ls2080aqds.h                       |   1 -
 include/configs/ls2080ardb.h                       |   1 -
 include/configs/lwmon5.h                           |   1 -
 include/configs/m28evk.h                           |   1 -
 include/configs/m53evk.h                           |   1 -
 include/configs/makalu.h                           |   1 -
 include/configs/malta.h                            |   1 -
 include/configs/manroland/common.h                 |   1 -
 include/configs/mcx.h                              |   1 -
 include/configs/mecp5123.h                         |   1 -
 include/configs/motionpro.h                        |   1 -
 include/configs/mpc5121ads.h                       |   1 -
 include/configs/mv-plug-common.h                   |   1 -
 include/configs/mx25pdk.h                          |   1 -
 include/configs/mx28evk.h                          |   1 -
 include/configs/mx31ads.h                          |   1 -
 include/configs/mx31pdk.h                          |   1 -
 include/configs/mx35pdk.h                          |   1 -
 include/configs/mx51evk.h                          |   2 -
 include/configs/mx53evk.h                          |   2 -
 include/configs/nas220.h                           |   1 -
 include/configs/p1_p2_rdb_pc.h                     |   1 -
 include/configs/pcm030.h                           |   1 -
 include/configs/pcm052.h                           |   1 -
 include/configs/pdm360ng.h                         |   1 -
 include/configs/sandbox.h                          |   1 -
 include/configs/socrates.h                         |   1 -
 include/configs/tbs2910.h                          |   1 -
 include/configs/tqma6_wru4.h                       |   1 -
 include/configs/v38b.h                             |   1 -
 include/configs/vme8349.h                          |   1 -
 include/configs/walnut.h                           |   1 -
 include/configs/woodburn_common.h                  |   1 -
 include/configs/work_92105.h                       |   1 -
 include/configs/x600.h                             |   1 -
 include/configs/x86-common.h                       |   1 -
 include/configs/xpedite1000.h                      |   1 -
 include/configs/xpedite517x.h                      |   1 -
 include/configs/xpedite520x.h                      |   1 -
 include/configs/xpedite537x.h                      |   1 -
 include/configs/xpedite550x.h                      |   1 -
 scripts/config_whitelist.txt                       |   1 -
 412 files changed, 538 insertions(+), 178 deletions(-)

-- 
2.10.1



More information about the U-Boot mailing list