All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] arm: zynq: Add mini u-boot configuration for zynq
Date: Tue, 21 Nov 2017 08:23:10 +0100	[thread overview]
Message-ID: <932fc307-7f8d-ba6e-8853-298ce1c6d8e9@xilinx.com> (raw)
In-Reply-To: <CAPnjgZ2YVUhm6uCo8pOriEKexa_j4O_G_Eao2Vb9B3E6ChgVog@mail.gmail.com>

On 20.11.2017 16:38, Simon Glass wrote:
> On 6 November 2017 at 04:45, Michal Simek <michal.simek@xilinx.com> wrote:
>> Add configuration files/dtses for mini u-boot configurations which runs
>> out of OCM.
>>
>> ram top is calculated from 0 that's why +#define CONFIG_SYS_SDRAM_BASE
>> 0xfffc0000
>> +#define CONFIG_SYS_SDRAM_SIZE  0x40000
>> was hardcoded.
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>> ---
>>
>>  arch/arm/dts/Makefile                  |   1 +
>>  arch/arm/dts/zynq-cse-qspi-single.dts  |  13 ++++
>>  arch/arm/dts/zynq-cse-qspi.dtsi        | 126 +++++++++++++++++++++++++++++++++
>>  board/xilinx/zynq/zynq-cse-qspi-single |   1 +
>>  configs/zynq_cse_qspi_defconfig        |  62 ++++++++++++++++
>>  include/configs/zynq_cse.h             |  53 ++++++++++++++
>>  6 files changed, 256 insertions(+)
>>  create mode 100644 arch/arm/dts/zynq-cse-qspi-single.dts
>>  create mode 100644 arch/arm/dts/zynq-cse-qspi.dtsi
>>  create mode 120000 board/xilinx/zynq/zynq-cse-qspi-single
>>  create mode 100644 configs/zynq_cse_qspi_defconfig
>>  create mode 100644 include/configs/zynq_cse.h
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> 
> It's sad to see that we still have so many CONFIG options not
> converted to Kconfig.

Unfortunately. That was the reason I wanted to push this to mainline.
It is very minimal configuration which requires just a minimum stuff.

Did someone convert CONFIG_SYS_MALLOC_LEN?
I have another 2 configurations for NOR and NAND only mini
configurations which depend on this to be converted.

Thanks,
Michal

  reply	other threads:[~2017-11-21  7:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-06 11:45 [U-Boot] [PATCH 1/5] arm: zynq: Return value from fdtdec_setup_memory_banksize directly Michal Simek
2017-11-06 11:45 ` [U-Boot] [PATCH 2/5] arm: zynq: Enable FPGA/FPGA_XILINX via Kconfig Michal Simek
2017-11-06 11:45 ` [U-Boot] [PATCH 3/5] arm: zynq: Move ZYNQ_SERIAL to Kconfig Michal Simek
2017-11-20 15:38   ` Simon Glass
2017-11-06 11:45 ` [U-Boot] [PATCH 4/5] arm: zynq: Sort dts names Michal Simek
2017-11-20 15:38   ` Simon Glass
2017-11-06 11:45 ` [U-Boot] [PATCH 5/5] arm: zynq: Add mini u-boot configuration for zynq Michal Simek
2017-11-20 15:38   ` Simon Glass
2017-11-21  7:23     ` Michal Simek [this message]
2017-11-24 22:36       ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=932fc307-7f8d-ba6e-8853-298ce1c6d8e9@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.