All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 00/12] sunxi: arm64 binary size fixes
@ 2018-01-16  8:44 Maxime Ripard
  2018-01-16  8:44 ` [U-Boot] [PATCH v2 01/12] dfu: select HASH Maxime Ripard
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Maxime Ripard @ 2018-01-16  8:44 UTC (permalink / raw)
  To: u-boot

Hi,

As we discussed already, this is the list of options that we will need
to disable by default.

I also added to the mix a size check, which even though it's not
really optimal, is temporary and will be removed in a future (and
hopefully close) release.

Tom, is this still something we can merge for 2018.01?

Thanks!
Maxime

Changes from v1:
  - Fixed a couple of nitpicks
  - Rebased on top of current master
  - Fixed a build error with boards using DFU

Andre Heider (1):
  sunxi: imply CONFIG_OF_LIBFDT_OVERLAY

Maxime Ripard (11):
  dfu: select HASH
  cmd: crc32: Disable by default on sunXi
  cmd: unzip: Disable by default on sunXi
  cmd: loadb: Disable by default on sunXi
  cmd: loads: Disable by default on sunXi
  cmd: misc: Disable by default on sunXi
  video: bpp8: Disable by default on sunXi
  video: bpp16: Disable by default on sunXi
  net: regex: Disable by default on sunXi
  Makefile: Add size check to the u-boot.itb make target
  sunxi: Add limit with the MMC environment

 Makefile                       |  1 +
 arch/arm/Kconfig               |  1 +
 cmd/Kconfig                    |  5 +++++
 configs/CHIP_defconfig         |  1 -
 configs/CHIP_pro_defconfig     |  1 -
 drivers/dfu/Kconfig            |  1 +
 drivers/video/Kconfig          |  2 ++
 include/configs/sunxi-common.h | 10 ++++++++++
 lib/Kconfig                    |  1 +
 9 files changed, 21 insertions(+), 2 deletions(-)

-- 
2.14.3

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

end of thread, other threads:[~2018-01-26 14:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-16  8:44 [U-Boot] [PATCH v2 00/12] sunxi: arm64 binary size fixes Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 01/12] dfu: select HASH Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 02/12] cmd: crc32: Disable by default on sunXi Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 03/12] cmd: unzip: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 04/12] cmd: loadb: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 05/12] cmd: loads: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 06/12] cmd: misc: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 07/12] video: bpp8: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 08/12] video: bpp16: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 09/12] net: regex: " Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 10/12] sunxi: imply CONFIG_OF_LIBFDT_OVERLAY Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 11/12] Makefile: Add size check to the u-boot.itb make target Maxime Ripard
2018-01-16  8:44 ` [U-Boot] [PATCH v2 12/12] sunxi: Add limit with the MMC environment Maxime Ripard
2018-01-24 16:42 ` [U-Boot] [PATCH v2 00/12] sunxi: arm64 binary size fixes Jagan Teki
2018-01-26 14:32   ` Jagan Teki

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.