From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Tue, 29 Apr 2014 09:37:17 +0300 Subject: [U-Boot] [PATCH 03/12] MX6: add common SPL configuration In-Reply-To: <535F2722.60203@boundarydevices.com> References: <1398716258-8420-1-git-send-email-tharvey@gateworks.com> <1398716258-8420-4-git-send-email-tharvey@gateworks.com> <535F2722.60203@boundarydevices.com> Message-ID: <535F489D.9030106@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 04/29/14 07:14, Eric Nelson wrote: > Hi Tim, > > On 04/28/2014 01:17 PM, Tim Harvey wrote: >> Add a common header which can hopefully be shared amon imx6 SPL users >> >> Signed-off-by: Tim Harvey >> --- >> v2: >> - adjust CONFIG_SPL_TEXT_BASE, CONFIG_SPL_STACK and CONFIG_SPL_MAX_SIZE >> to accomodate the IMX6SOLO/DUALLITE which have half the iRAM of the >> IMX6DUAL/IMX6QUAD >> --- >> include/configs/imx6_spl.h | 71 ++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 71 insertions(+) >> create mode 100644 include/configs/imx6_spl.h >> >> diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h >> new file mode 100644 >> index 0000000..20078cc >> --- /dev/null >> +++ b/include/configs/imx6_spl.h >> @@ -0,0 +1,71 @@ >> +/* >> + * Copyright (C) 2014 Gateworks Corporation >> + * Author: Tim Harvey >> + * >> + * SPDX-License-Identifier: GPL-2.0+ >> + */ >> +#ifndef __IMX6_SPL_CONFIG_H >> +#define __IMX6_SPL_CONFIG_H >> + >> +#ifdef CONFIG_SPL >> + >> +#define CONFIG_SPL_FRAMEWORK >> + >> +/* >> + * see Figure 8-3 in IMX6DQ/IMX6SDL Reference manuals: > > s/IMX6SLD/IMX6SDL/g > >> + * - IMX6 OCRAM (IRAM) is from 0x00907000 to 0x0091FFFF (IMX6SLD) >> + * - IMX6DQ has 2x IRAM of IMX6SLD but we intend to support IMX6SLD as well > > ... I was about to complain about the use of IMX6SLD (the nomenclature > i.MX6DL/S seems more common), but the RM __is__ named SDL... SDL stands for Solo/Dual Lite, so SLD is plain wrong... (Solo Lite and Dual are so different...) -- Regards, Igor.