[PATCH 00/12] Random Fixes for the CHIP Pro

Maxime Ripard maxime at cerno.tech
Fri Jun 25 15:05:35 CEST 2021


Hi,

These patches fix the NextThingCo CHIP Pro support in upstream U-Boot.

The three reverts are not supposed to be merged at this point: the first two
will break the NAND support on newer Allwinner SoCs, and it's not clear what
the fastboot one does exactly, so I'm a bit concerned about the side effects.

The following patches fixes a couple of things around the GR8, CHIP Pro, and
fastboot support in general.

Let me know what you think,
Maxime

Maxime Ripard (12):
  Revert "sunxi: spl: remove DMA related settings of the NAND
    controller"
  Revert "spl: nand: sunxi: use PIO instead of DMA"
  Revert "usb: gadget: fastboot: use correct max packet size"
  Kconfig: Migrate SPL_PANIC_ON_RAW_IMAGE
  mtd: Allow for a longer mtdparts table
  fastboot: Add missing newlines
  configs: chip pro: Disable video output
  clk: sunxi: Add missing clock compatible
  fastboot: nand: Fix return error code
  configs: chip pro: Disable UMS
  configs: chip pro: fix the offsets
  configs: chip pro: Fix NAND Controller name

 README                                |  10 --
 board/sunxi/board.c                   |   5 +
 common/spl/Kconfig                    |  14 +++
 configs/CHIP_pro_defconfig            |   8 +-
 drivers/clk/sunxi/clk_a10s.c          |   2 +
 drivers/fastboot/fb_nand.c            |  14 +--
 drivers/mtd/mtd_uboot.c               |   2 +-
 drivers/mtd/nand/raw/sunxi_nand_spl.c | 141 ++++++++++++++++----------
 drivers/usb/gadget/f_fastboot.c       |   2 +-
 scripts/config_whitelist.txt          |   1 -
 10 files changed, 120 insertions(+), 79 deletions(-)

-- 
2.31.1



More information about the U-Boot mailing list