From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform
Date: Fri, 20 Mar 2015 17:16:39 -0700 [thread overview]
Message-ID: <550CB867.5090309@freescale.com> (raw)
In-Reply-To: <1426896751.27998.246.camel@freescale.com>
On 03/20/2015 05:12 PM, Scott Wood wrote:
> On Fri, 2015-03-20 at 17:08 -0700, York Sun wrote:
>>
>> On 03/20/2015 04:01 PM, Scott Wood wrote:
>>> On Thu, 2015-03-19 at 09:45 -0700, York Sun wrote:
>>>> #ifndef __ASSEMBLY__
>>>> unsigned long get_board_sys_clk(void);
>>>> -unsigned long get_board_ddr_clk(void);
>>>> #endif
>>>>
>>>> #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
>>>> -#define CONFIG_DDR_CLK_FREQ get_board_ddr_clk()
>>>> +#define CONFIG_DDR_CLK_FREQ 133333333
>>>> #define COUNTER_FREQUENCY_REAL (CONFIG_SYS_CLK_FREQ/4)
>>>
>>> Why?
>>
>> The timer clock source is not a fixed clock. It derives from system clock,
>> dividing by 4. For this board, the system clock is fixed on board. But I don't
>> think the timer clock should be hard-coded.
>
> I was referring to the DDR clock change.
DDR reference clock is fixed on RDB.
>
>>>> @@ -148,6 +140,7 @@ unsigned long get_board_ddr_clk(void);
>>>> #define QIXIS_LBMAP_DFLTBANK 0x00
>>>> #define QIXIS_LBMAP_ALTBANK 0x04
>>>> #define QIXIS_RST_CTL_RESET 0x31
>>>> +#define QIXIS_RST_CTL_RESET_EN 0x30
>>>> #define QIXIS_RCFG_CTL_RECONFIG_IDLE 0x20
>>>> #define QIXIS_RCFG_CTL_RECONFIG_START 0x21
>>>> #define QIXIS_RCFG_CTL_WATCHDOG_ENBLE 0x08
>>>
>>> Is this really a difference between the two boards?
>>>
>>
>> RDB is designed to be compatible in many ways to QDS, but it is still different.
>> The QIXIS is compatible with most common registers, but not all of them.
>
> OK. I wasn't sure if it was just something that got added by someone
> working on RDB, that also exists on QDS.
>
The RST_CTL_RESET_EN bit? It was enabled by default on QDS, but disable on RDB.
We need to enable it in order to use "reset" command.
York
next prev parent reply other threads:[~2015-03-21 0:16 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 16:45 [U-Boot] [PATCH 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585 York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 02/28] armv8/ls2085a: Update common header file York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 03/28] armv8/fsl-lsch3: Fix platform clock calculation York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 04/28] armv8/ls2085a: Fix generic timer clock source York Sun
2015-03-19 18:08 ` Mark Rutland
2015-03-19 18:16 ` York Sun
2015-03-19 18:17 ` Mark Rutland
2015-03-19 18:24 ` York Sun
2015-03-19 18:46 ` Mark Rutland
2015-03-19 19:26 ` York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 05/28] armv8/ls2085a: Add support for reset request York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 06/28] armv8/fsl-lsch3: Set nodes in DVM domain York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 07/28] armv8/fsl-lsch3: Update early MMU table York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 08/28] fsl-lsch3: Introduce place for common early SoC init York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 09/28] armv8/ls2085a: Add workaround for USB erratum A-008751 York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 10/28] armv8/fsl-lsch3: Use correct compatible for serial clock fixup York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 11/28] driver/ldpaa_eth: Update ldpaa ethernet driver York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 12/28] armv8: Add SerDes framework for LayerScape Architecture York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 13/28] net/phy/cortina: Fix compilation warning York Sun
2015-03-19 17:17 ` Joe Hershberger
2015-03-19 16:45 ` [U-Boot] [PATCH 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture York Sun
2015-03-19 17:53 ` Kim Phillips
2015-03-23 20:06 ` Jose Rivera
2015-03-23 20:34 ` Kim Phillips
2015-03-23 21:15 ` Jose Rivera
2015-03-23 22:05 ` Kim Phillips
2015-03-24 15:14 ` Jose Rivera
2015-03-24 15:35 ` Kim Phillips
[not found] ` <CALRxmdDfZKYh3QOSnz1LzvkpWuS2OzontG_fLECuMgzz2N68uA@mail.gmail.com>
2015-03-25 21:12 ` Kim Phillips
2015-03-26 23:57 ` Jose Rivera
2015-03-27 16:01 ` Kim Phillips
2015-03-19 16:45 ` [U-Boot] [PATCH 15/28] net/memac_phy: reuse driver for little endian SoCs York Sun
2015-03-19 18:03 ` Joe Hershberger
2015-03-20 3:06 ` Shaohui Xie
2015-03-20 3:33 ` Joe Hershberger
2015-03-20 3:48 ` Shaohui Xie
2015-03-20 3:58 ` Joe Hershberger
2015-03-19 16:45 ` [U-Boot] [PATCH 16/28] armv8/fsl-ch3: Add support to print RCW configuration York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 17/28] armv8/fsl-lsch3: Enable system error aborts York Sun
2015-03-19 18:14 ` Mark Rutland
2015-03-19 19:52 ` Scott Wood
2015-03-19 19:54 ` York Sun
2015-03-19 19:58 ` Scott Wood
2015-03-19 20:02 ` York Sun
2015-03-19 20:06 ` Scott Wood
2015-03-19 20:27 ` York Sun
2015-03-19 20:37 ` Scott Wood
2015-03-19 20:47 ` York Sun
2015-03-19 20:51 ` Scott Wood
2015-03-19 20:56 ` York Sun
2015-03-19 21:34 ` Scott Wood
2015-03-20 11:31 ` Mark Rutland
2015-03-19 16:45 ` [U-Boot] [PATCH 18/28] driver/ldpaa: Add support of WRIOP static data structure York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 19/28] armv8/ls2085aqds: Add support of LS2085AQDS platform York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform York Sun
2015-03-20 23:01 ` Scott Wood
2015-03-21 0:08 ` York Sun
2015-03-21 0:12 ` Scott Wood
2015-03-21 0:16 ` York Sun [this message]
2015-03-19 16:45 ` [U-Boot] [PATCH 21/28] drivers/fsl-mc: Autoload AOIP image from NOR flash York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 22/28] board/ls2085qds: Add support ethernet York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 23/28] driver/ifc: Add 64KB page support York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 24/28] armv8/ls2085aqds: NAND boot support York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 25/28] freescale/qixis: Add support for booting from NAND York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 26/28] armv8/ls2085ardb: Enable NAND SPL support York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 27/28] ls2085a: esdhc: Add esdhc support for ls2085a York Sun
2015-03-19 16:45 ` [U-Boot] [PATCH 28/28] armv8/fsl-lsch3: Implement workaround for I2C issue York Sun
2015-03-20 5:35 ` Heiko Schocher
2015-03-20 16:08 ` York Sun
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=550CB867.5090309@freescale.com \
--to=yorksun@freescale.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox