All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH u-boot-marvell 00/12] Small Turris MOX and Omnia changes
@ 2021-10-09 17:33 Marek Behún
  2021-10-09 17:33 ` [PATCH u-boot-marvell 01/12] arm: mvebu: turris_mox: Drop SF_DEFAULT_MODE from defconfig Marek Behún
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: Marek Behún @ 2021-10-09 17:33 UTC (permalink / raw)
  To: Stefan Roese; +Cc: u-boot, pali, Marek Behún

From: Marek Behún <marek.behun@nic.cz>

Hi Stefan,

these are some small changes for Turris Omnia and MOX, mainly moving
options from board config header to Kconfig, but also some other.

Two patchs are touching other mvebu boards.

Marek

Marek Behún (12):
  arm: mvebu: turris_mox: Drop SF_DEFAULT_MODE from defconfig
  arm: mvebu: turris_mox: Move options to defconfig
  arm: mvebu: a3720: Create Kconfig option for I2C_MV
  arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option
  arm: mvebu: turris_mox: Cosmetic update for board config header
  arm: mvebu: turris_mox: Use show_board_info()
  arm: mvebu: turris_mox: Always handle reset button
  arm: mvebu: turris_mox: Better check for valid ethernet addresses in
    env
  arm: mvebu: turris_omnia: Overwrite ethaddr only if invalid
  arm: mvebu: turris_omnia: Use show_board_info()
  arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to Kconfig
  arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC to Kconfig

 arch/arm/mach-mvebu/Kconfig                 |  2 +
 board/CZ.NIC/turris_mox/turris_mox.c        | 86 +++++++++++----------
 board/CZ.NIC/turris_omnia/turris_omnia.c    | 26 ++++---
 configs/mvebu_db-88f3720_defconfig          |  1 +
 configs/mvebu_espressobin-88f3720_defconfig |  1 +
 configs/turris_mox_defconfig                |  4 +-
 configs/uDPU_defconfig                      |  1 +
 drivers/i2c/Kconfig                         |  6 ++
 drivers/i2c/Makefile                        |  2 +-
 include/configs/SBx81LIFKW.h                |  5 --
 include/configs/SBx81LIFXCAT.h              |  5 --
 include/configs/edminiv2.h                  |  6 --
 include/configs/mv-common.h                 |  1 -
 include/configs/mvebu_armada-37xx.h         |  6 --
 include/configs/mvebu_armada-8k.h           |  1 -
 include/configs/turris_mox.h                | 74 ++++++------------
 include/configs/turris_omnia.h              |  5 --
 include/configs/x530.h                      |  5 --
 scripts/config_whitelist.txt                |  1 -
 19 files changed, 95 insertions(+), 143 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2021-10-21  7:47 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09 17:33 [PATCH u-boot-marvell 00/12] Small Turris MOX and Omnia changes Marek Behún
2021-10-09 17:33 ` [PATCH u-boot-marvell 01/12] arm: mvebu: turris_mox: Drop SF_DEFAULT_MODE from defconfig Marek Behún
2021-10-21  5:30   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 02/12] arm: mvebu: turris_mox: Move options to defconfig Marek Behún
2021-10-21  5:31   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 03/12] arm: mvebu: a3720: Create Kconfig option for I2C_MV Marek Behún
2021-10-21  5:31   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 04/12] arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option Marek Behún
2021-10-21  5:31   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 05/12] arm: mvebu: turris_mox: Cosmetic update for board config header Marek Behún
2021-10-21  5:32   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 06/12] arm: mvebu: turris_mox: Use show_board_info() Marek Behún
2021-10-21  5:32   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 07/12] arm: mvebu: turris_mox: Always handle reset button Marek Behún
2021-10-21  5:32   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 08/12] arm: mvebu: turris_mox: Better check for valid ethernet addresses in env Marek Behún
2021-10-21  5:33   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 09/12] arm: mvebu: turris_omnia: Overwrite ethaddr only if invalid Marek Behún
2021-10-21  5:33   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 10/12] arm: mvebu: turris_omnia: Use show_board_info() Marek Behún
2021-10-21  5:34   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 11/12] arm: mvebu: turris_omnia: Move SPL's SYS_MALLOC_SIMPLE to Kconfig Marek Behún
2021-10-21  5:34   ` Stefan Roese
2021-10-09 17:33 ` [PATCH u-boot-marvell 12/12] arm: mvebu: turris_omnia: Move CONFIG_SPL_DRIVERS_MISC " Marek Behún
2021-10-21  5:34   ` Stefan Roese
2021-10-21  7:47 ` [PATCH u-boot-marvell 00/12] Small Turris MOX and Omnia changes Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.