]> Git Repo - u-boot.git/commit
zynq: Kconfig: extend the bootstrap malloc() pool
authorAnton Gerasimov <[email protected]>
Mon, 24 Dec 2018 01:29:04 +0000 (02:29 +0100)
committerMichal Simek <[email protected]>
Thu, 24 Jan 2019 09:03:45 +0000 (10:03 +0100)
commit8a2607020c97095d39e260372b28ea5e13bbc977
tree106ed313994016cf9cccd0d97f046e5364f1c3e1
parentacc58a4aca6ff28aef3d3ba33d5f94c7bff9cc96
zynq: Kconfig: extend the bootstrap malloc() pool

Most of the memory is being consumed by device binding code,
more space needed for other data structures.

Z-turn board has already hit the limit, others may follow soon.

Measuring only the memory consumed in device_bind_common, I've got
the following results (in decimal):

  root_driver:               108
  mod_exp_sw:                108
  amba:                      120
  serial@e0000000 aka uart0: 112
  serial@e0001000 aka uart1: 88
  spi@e000d000 aka qspi:     120
  sdhci@e0100000 aka mmc0:   455
  sdhci@e0100000.blk:        208
  slcr@f8000000:             96
  clkc@100:                  72
  (total)                    1487 = 0x5cf of 0x600

Signed-off-by: Anton Gerasimov <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/mach-zynq/Kconfig
This page took 0.03492 seconds and 4 git commands to generate.