From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support
Date: Sat, 30 May 2009 00:22:21 +0200 [thread overview]
Message-ID: <20090529222221.GC28736@game.jcrosoft.org> (raw)
In-Reply-To: <1243626217-9232-3-git-send-email-prafulla@marvell.com>
> + *
> + * Reference Documentation:
> + * Mbus-L to Mbus Bridge Registers Configuration.
> + * (Sec 25.1 and 25.3 of Datasheet)
> + */
> +int kw_config_adr_windows(void)
> +{
> + struct kwwin_registers *winregs =
> + (struct kwwin_registers *)KW_CPU_WIN_BASE;
> +
> + writel(KWCPU_WIN_CTRL_DATA(0xc0000, KWCPU_TARGET_PCIE,
> + KWCPU_ATTR_PCIE_MEM, KWCPU_WIN_ENABLE),
> + &winregs[0].ctrl);
> +
> + writel(0x90000000, &winregs[0].base);
any chance to have some macro for the 0x90000000 & co...
other fine
Best Regards,
J.
next prev parent reply other threads:[~2009-05-29 22:22 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-29 19:43 [U-Boot] [PATCH] cpu_misc_init support for ARM architectures Prafulla Wadaskar
2009-05-29 16:28 ` Mike Frysinger
2009-05-30 5:40 ` Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: generic cache.h " Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] nand: Add Marvell Kirkwood NAND driver Prafulla Wadaskar
2009-05-29 19:40 ` Scott Wood
2009-06-08 4:57 ` Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] Marvell Sheevaplug " Prafulla Wadaskar
2009-05-30 6:25 ` Prafulla Wadaskar
2009-05-31 21:37 ` Wolfgang Denk
2009-05-31 21:34 ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE " Wolfgang Denk
2009-05-29 22:29 ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 23:21 ` Ben Warren
2009-05-30 6:41 ` Prafulla Wadaskar
2009-06-01 3:55 ` Ben Warren
2009-05-31 21:28 ` Wolfgang Denk
2009-05-29 22:24 ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 22:45 ` Andy Fleming
2009-05-31 21:21 ` Wolfgang Denk
2009-06-25 22:59 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-26 5:57 ` Prafulla Wadaskar
2009-06-27 3:52 ` Prafulla Wadaskar
2009-06-27 5:39 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-28 11:31 ` Prafulla Wadaskar
2009-05-29 22:22 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-05-30 7:16 ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Prafulla Wadaskar
2009-05-31 11:52 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-04 9:21 ` [U-Boot] [PATCH] arm: generic cache.h for ARM architectures Prafulla Wadaskar
2009-06-07 11:56 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-31 21:29 ` [U-Boot] [PATCH] cpu_misc_init support " Wolfgang Denk
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=20090529222221.GC28736@game.jcrosoft.org \
--to=plagnioj@jcrosoft.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