summaryrefslogtreecommitdiff
path: root/board/keymile/common
AgeCommit message (Expand)AuthorFilesLines
2022-02-01km: common: implement field fail-safe u-boot updateAleksandar Gerasimovski2-0/+54
2022-02-01km: qrio: add access functions for ebootcountAleksandar Gerasimovski2-0/+41
2022-02-01km: qrio: add function to read PGY_PRES pin statusAleksandar Gerasimovski2-0/+14
2022-02-01km: qrio: add function to read SLFTEST pin statusAleksandar Gerasimovski2-0/+14
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-08-30keymile: Use CONFIG_SYS_IVM_EEPROM_ADRTom Rini1-3/+3
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-06-17keymile: common: fix hexadecimal env variable formatAleksandar Gerasimovski1-3/+8
2021-04-15board/km: add support for seli8 design based on nxp ls102xAleksandar Gerasimovski1-5/+14
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-08board/km: move km i2c deblock declarations to a km/common.hAleksandar Gerasimovski1-0/+5
2021-02-08PowerPC: keymile: Add support for kmcent2 boardNiel Fourie1-0/+5
2021-02-08keymile: common: update to set_env_hex(), fix "pram" radixNiel Fourie1-16/+6
2021-02-08board/km/common: fix pnvramaddr and varaddrAleksandar Gerasimovski1-3/+4
2021-02-08keymile: common: qrio: print QRIO id and revision numberAleksandar Gerasimovski2-0/+13
2021-02-08board: keymile: common: fix qrio compilation for armAleksandar Gerasimovski1-3/+4
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-01km/arm: coding style clean upHolger Brunck2-65/+63
2020-07-17board/km: update MAINTAINERS emailHolger Brunck1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-6/+6
2020-03-04ARM: socfpga: Add initial support for the ABB SECU boardHolger Brunck1-1/+18
2020-01-23km/common: fix for CPUWD reset reasonRainer Boschung1-4/+3
2020-01-23KM/kmp204x: qrio and i2c deblock code moved to commonHolger Brunck2-0/+320
2020-01-10km/boards: add MAC address offset as argument to ivm_populate_envHolger Brunck2-7/+7
2020-01-10km/boards: fix typo for MAC address offset config optionHolger Brunck1-3/+3
2019-08-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-9/+0
2019-08-12powerpc/km: remove unmaintained target KMVECT1Holger Brunck1-5/+0
2019-08-12km: remove obsolete definitions in KM header filesPascal Linder1-4/+0
2019-08-11env: Move env_set() to env.hSimon Glass2-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-6/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-6/+6
2017-08-16env: Rename setenv() to env_set()Simon Glass2-12/+12
2017-07-23km/ivm: allow to set locally administred MAC addressesHolger Brunck1-3/+21
2017-07-23km/ivm: always set ethaddr after reading IVMHolger Brunck1-6/+3
2017-07-10km/common: remove unused function declarationsHolger Brunck1-9/+0
2017-07-06km/common: remove unused codeHolger Brunck1-3/+0
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-2/+2
2015-11-18powerpc/82xx/km: add testpin detection for mgcoge3neHolger Brunck2-1/+6
2015-02-16KM/IVM: remove ivm_read_eeprom(void)Valentin Longchamp2-22/+2
2015-02-16KM/IVM: split the IVM reading and parsing in 2 partsValentin Longchamp2-25/+63
2014-11-08cppcheck cleanup: fix nullPointer errorsWolfgang Denk1-0/+1
2014-06-12board:keymile: remove unnecessary double bracesJeroen Hofstee1-1/+1
2014-05-30Rename hush to cli_hushSimon Glass2-2/+2
2013-10-24KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth initValentin Longchamp1-0/+2
2013-10-24KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned boardValentin Longchamp1-25/+0