[U-Boot] [PATCH v2 00/13] Convert bootcount drivers to Kconfig
Alex Kiernan
alex.kiernan at gmail.com
Thu Feb 15 13:55:13 UTC 2018
This patch set converts bootcount drivers to Kconfig, it also merges
CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT.
Green Travis build:
https://travis-ci.org/akiernan/u-boot/builds/341811354
This patch has been applied on top of u-boot/master:
SHA1: 7d531e8a4f9265ade08bc1d35135ff8888381a15
This patch series shall be applied on top of:
[U-Boot,1/2] Convert CONFIG_BOOTCOUNT_LIMIT to Kconfig
http://patchwork.ozlabs.org/patch/871585/
[U-Boot,2/2] Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to Kconfig
http://patchwork.ozlabs.org/patch/871586/
Changes in v2:
- Fix erroneously removed line in README
- Convert CONFIG_BOOTCOUNT_EXT too - it had only been partially done
- Reword CONFIG_BOOTCOUNT_DRAM
- Update README for AT91 driver
- Remove CONFIG_BOOTCOUNT_LIMIT and CONFIG_SYS_BOOTCOUNT_SINGLEWORD
from whitelist
- Rename CONFIG_SYS_BOOTCOUNT_ADDR to BOOTCOUNT_ADDR and remove from
Kconfig
- Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig
Alex Kiernan (13):
Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT
Prepare for multiple bootcount drivers
Convert CONFIG_BOOTCOUNT_AM33XX to Kconfig
Convert CONFIG_BOOTCOUNT_ENV to Kconfig
Convert CONFIG_BOOTCOUNT_RAM to Kconfig
Convert CONFIG_BOOTCOUNT_I2C to Kconfig
Convert CONFIG_BOOTCOUNT_EXT to Kconfig
Integrate AT91 bootcount driver
Migrate generic bootcount to Kconfig
Remove SYS_BOOTCOUNT_ADDR from Kconfig
Rename CONFIG_SYS_BOOTCOUNT_ADDR to BOOTCOUNT_ADDR
Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
README | 32 -----------
configs/draco_defconfig | 1 +
configs/etamin_defconfig | 1 +
configs/ge_b450v3_defconfig | 2 +
configs/ge_b650v3_defconfig | 2 +
configs/ge_b850v3_defconfig | 2 +
configs/ids8313_defconfig | 1 +
configs/km_kirkwood_128m16_defconfig | 1 +
configs/km_kirkwood_defconfig | 1 +
configs/km_kirkwood_pci_defconfig | 1 +
configs/kmcoge5un_defconfig | 1 +
configs/kmnusa_defconfig | 1 +
configs/kmsugp1_defconfig | 1 +
configs/kmsuv31_defconfig | 1 +
configs/mgcoge3un_defconfig | 1 +
configs/mx53ppd_defconfig | 1 -
configs/portl2_defconfig | 1 +
configs/pxm2_defconfig | 1 +
configs/rastaban_defconfig | 1 +
configs/rut_defconfig | 1 +
configs/theadorable_debug_defconfig | 1 +
configs/thuban_defconfig | 1 +
drivers/bootcount/Kconfig | 98 ++++++++++++++++++++++++----------
drivers/bootcount/Makefile | 5 +-
drivers/bootcount/bootcount.c | 16 +++---
drivers/bootcount/bootcount_davinci.c | 4 +-
drivers/bootcount/bootcount_ext.c | 8 +--
drivers/bootcount/bootcount_i2c.c | 6 +--
include/configs/am335x_evm.h | 1 -
include/configs/am335x_sl50.h | 1 -
include/configs/baltos.h | 2 -
include/configs/bav335x.h | 1 -
include/configs/brppt1.h | 3 +-
include/configs/calimain.h | 2 +-
include/configs/chiliboard.h | 1 -
include/configs/dh_imx6.h | 2 +-
include/configs/ge_bx50v3.h | 6 +--
include/configs/highbank.h | 2 +-
include/configs/ids8313.h | 4 +-
include/configs/km/km_arm.h | 2 -
include/configs/km/kmp204x-common.h | 2 +-
include/configs/mx53ppd.h | 2 +
include/configs/siemens-am33x-common.h | 2 -
include/configs/socfpga_is1.h | 2 +-
include/configs/socfpga_sr1500.h | 2 +-
include/configs/theadorable.h | 1 -
include/configs/ti_am335x_common.h | 2 +-
include/configs/tqma6_wru4.h | 2 +-
include/configs/x600.h | 2 +-
scripts/config_whitelist.txt | 7 ---
50 files changed, 127 insertions(+), 117 deletions(-)
--
2.7.4
More information about the U-Boot
mailing list