mbox series

[PATCHv2,0/5] GE Bx50v3 cleanups

Message ID 20201214234157.202120-1-sebastian.reichel@collabora.com
Headers show
Series GE Bx50v3 cleanups | expand

Message

Sebastian Reichel Dec. 14, 2020, 11:41 p.m. UTC
Here are some further cleanups for the GE Bx50v3 board(s):

PATCH 1+2: cleanup preprocessor usage in common/image-fit.c,
           introduced after feedback from Simon Glass in PATCHv1

PATCH 3+4: replace magic numbers by analyzing name string from
           the fitImage config node

PATCH 5: rely on PHY driver as much as possible

Changes since PATCHv1:
 * introduce patch 1 & 2
 * update patch 3 to avoid #if

-- Sebastian

Sebastian Reichel (5):
  compiler.h: add host_build()
  image: cleanup pre-processor usage
  image: support board_fit_config_name_match
  board: ge: bx50v3: remove confidx magic numbers
  board: ge: bx50v3: cleanup phy config

 arch/arm/dts/imx6q-ba16.dtsi |  11 ++
 board/ge/bx50v3/bx50v3.c     |  51 ++++-----
 common/image-fit.c           | 212 +++++++++++++++++------------------
 include/compiler.h           |   9 ++
 include/configs/ge_bx50v3.h  |   4 +-
 include/image.h              |   4 +
 6 files changed, 153 insertions(+), 138 deletions(-)