public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCHv2 0/5] GE Bx50v3 cleanups
@ 2020-12-14 23:41 Sebastian Reichel
  2020-12-14 23:41 ` [PATCHv2 1/5] compiler.h: add host_build() Sebastian Reichel
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Sebastian Reichel @ 2020-12-14 23:41 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.29.2

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

end of thread, other threads:[~2021-01-05 19:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-14 23:41 [PATCHv2 0/5] GE Bx50v3 cleanups Sebastian Reichel
2020-12-14 23:41 ` [PATCHv2 1/5] compiler.h: add host_build() Sebastian Reichel
2020-12-19  2:28   ` Simon Glass
2020-12-26 15:53   ` sbabic at denx.de
2020-12-14 23:41 ` [PATCHv2 2/5] image: cleanup pre-processor usage Sebastian Reichel
2020-12-19  2:28   ` Simon Glass
2020-12-14 23:41 ` [PATCHv2 3/5] image: support board_fit_config_name_match Sebastian Reichel
2020-12-19  2:28   ` Simon Glass
2020-12-28 11:39   ` Stefano Babic
2021-01-04 19:27     ` Sebastian Reichel
2021-01-04 19:41       ` Stefano Babic
2021-01-05 17:27         ` Sebastian Reichel
2021-01-05 19:33           ` Stefano Babic
2020-12-14 23:41 ` [PATCHv2 4/5] board: ge: bx50v3: remove confidx magic numbers Sebastian Reichel
2020-12-26 15:53   ` sbabic at denx.de
2020-12-14 23:41 ` [PATCHv2 5/5] board: ge: bx50v3: cleanup phy config Sebastian Reichel
2020-12-26 15:54   ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox