* [U-Boot] Pull request: u-boot-arm/next into u-boot/next
@ 2012-10-09 15:34 Albert ARIBAUD
2012-10-09 21:45 ` Tom Rini
2012-10-09 22:24 ` [U-Boot] Pull request: u-boot-arm/next into u-boot/next Tom Rini
0 siblings, 2 replies; 10+ messages in thread
From: Albert ARIBAUD @ 2012-10-09 15:34 UTC (permalink / raw)
To: u-boot
Hi Tom,
The following changes since commit 661c21dd46e857b74682b0610d83cfea7f3ac3c2:
usb.h: Add udc_disconnect prototype to usb.h (2012-10-08 18:01:17 -0700)
are available in the git repository at:
git://git.denx.de/u-boot-arm next
for you to fetch changes up to 0d6b8f29a3c59306d6cd8f2baa92897f56b06695:
configs: mx6qsabre_common.h: Use default clock definitions (2012-10-09 16:52:18 +0200)
----------------------------------------------------------------
Beno?t Th?baudeau (26):
mx5/6: Define default SoC input clock frequencies
mx5 clocks: Cleanup
mx5: Use explicit clock gate names
mx5: Fix clock gate values
mx51: Fix USB PHY clocks
mx5 clocks: Add and use CCSR definitions
mx5 clocks: Fix get_lp_apm()
mx5 clocks: Fix get_periph_clk()
mx5 clocks: Fix get_ipg_per_clk()
mx5 clocks: Fix get_uart_clk()
mx5 clocks: Simplify imx_get_cspiclk()
mx5 clocks: Fix MXC_FEC_CLK
mx51: Fix I2C clock ID check
mx5/6 clocks: Fix SDHC clocks
mx25: Fix decode_pll
mx25: Clean up clock calculations
mx25: Define more standard clocks
mx25 clocks: Fix MXC_FEC_CLK
mx25: Clean up clocks API
mx25: Define cpu_eth_init() only if needed
mx25: Fix eSDHC support
mx5: Optimize lowlevel_init code size
mx31: Add more CCM access macros
mx35: Define MAX and AIPS registers
mx31: Fix PDR0_CSI_PODF
mx25: Clean up lowlevel_init
Eric Benard (1):
mx25: add CPU revision 1.2
Eric Nelson (7):
i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields
i.MX6: change register name for CCM_CHSCCDR to match ref. manual
i.MX6: define bitfields for CHSCCDR register
i.MX6: define IOMUX_GPR3 register bitfields
i.MX6: Add ANATOP_PFD_480 bitfield constants
i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfields
i.MX6: get rid of redundant struct src_regs (dupe of struct src)
Fabio Estevam (8):
mx6q: Factor out common DDR3 init code
mx6: Add basic support for mx6qsabresd board.
mx6qsabresd: Add Ethernet support
mx6qsabresd: Add 8-bit USDHC support
configs: mx6: Add a common config file
mx6q: Add basic support for mx6qsabreauto
mx6qsabreauto: Add Ethernet support
configs: mx6qsabre_common.h: Use default clock definitions
Lucas Stach (6):
tegra20: complete periph_id enum
tegra20: add clock_set_pllout function
tegra20: rework UART GPIO handling
tegra: add funcmux entry for NAND attached to KBC
tegra: clean up board include hell
tegra: nand: add board pinmux
Lukasz Dalek (2):
h2200: Add support for iPAQ h2200 palmtop
pxa: Add code to examine cpu model and revision
Matthias Weisser (1):
imx: Use MXC_I2C_CLK in imx i2c driver
Otavio Salvador (1):
mx6qsabreauto: Use ttymxc3 as console
Stephen Warren (1):
tegra: enable CONFIG_CMD_PART
Thierry Reding (2):
tegra: Update Avionic Design vendor prefix
tegra: Rename Medcom to Medcom-Wide
Tom Warren (2):
Tegra20: Move some code files to common directories for upcoming Tegra30 patches.
Tegra20: Move some include files to arch-tegra for sharing with Tegra30
MAINTAINERS | 4 +-
Makefile | 2 +
arch/arm/cpu/arm1136/mx31/generic.c | 1 +
arch/arm/cpu/arm1136/mx35/asm-offsets.c | 33 +-
arch/arm/cpu/arm1136/mx35/generic.c | 1 +
arch/arm/cpu/arm720t/tegra-common/Makefile | 47 ++
.../cpu/arm720t/{tegra20 => tegra-common}/cpu.h | 0
.../cpu/arm720t/{tegra20 => tegra-common}/spl.c | 18 +-
arch/arm/cpu/arm720t/tegra20/Makefile | 1 -
arch/arm/cpu/arm720t/tegra20/cpu.c | 12 +-
arch/arm/cpu/arm926ejs/mx25/generic.c | 66 +--
arch/arm/cpu/armv7/mx5/clock.c | 454 +++++++++++---------
arch/arm/cpu/armv7/mx5/lowlevel_init.S | 112 ++---
arch/arm/cpu/armv7/mx6/clock.c | 31 +-
arch/arm/cpu/armv7/mx6/soc.c | 2 +-
arch/arm/cpu/armv7/tegra-common/Makefile | 48 +++
.../armv7/{tegra20 => tegra-common}/cmd_enterrcm.c | 4 +-
arch/arm/cpu/armv7/tegra20/Makefile | 1 -
arch/arm/cpu/armv7/tegra20/usb.c | 8 +-
arch/arm/cpu/pxa/cpuinfo.c | 11 +-
arch/arm/cpu/tegra-common/Makefile | 48 +++
.../{tegra20-common/ap20.c => tegra-common/ap.c} | 12 +-
.../cpu/{tegra20-common => tegra-common}/board.c | 9 +-
.../lowlevel_init.S | 0
.../{tegra20-common => tegra-common}/sys_info.c | 0
.../cpu/{tegra20-common => tegra-common}/timer.c | 4 +-
arch/arm/cpu/tegra20-common/Makefile | 3 +-
arch/arm/cpu/tegra20-common/clock.c | 47 +-
arch/arm/cpu/tegra20-common/emc.c | 4 +-
arch/arm/cpu/tegra20-common/funcmux.c | 19 +-
arch/arm/cpu/tegra20-common/pinmux.c | 4 +-
arch/arm/cpu/tegra20-common/pmu.c | 8 +-
arch/arm/cpu/tegra20-common/warmboot.c | 18 +-
arch/arm/cpu/tegra20-common/warmboot_avp.c | 14 +-
arch/arm/imx-common/speed.c | 18 +-
arch/arm/imx-common/timer.c | 12 +-
arch/arm/include/asm/arch-mx25/clock.h | 14 +-
arch/arm/include/asm/arch-mx25/imx-regs.h | 1 +
arch/arm/include/asm/arch-mx25/macro.h | 87 +++-
arch/arm/include/asm/arch-mx31/clock.h | 1 +
arch/arm/include/asm/arch-mx31/imx-regs.h | 16 +-
arch/arm/include/asm/arch-mx35/clock.h | 1 +
arch/arm/include/asm/arch-mx35/imx-regs.h | 52 +++
arch/arm/include/asm/arch-mx5/clock.h | 22 +-
arch/arm/include/asm/arch-mx5/crm_regs.h | 419 +++++++++++++++++-
arch/arm/include/asm/arch-mx6/clock.h | 15 +
arch/arm/include/asm/arch-mx6/crm_regs.h | 364 ++++++++--------
arch/arm/include/asm/arch-mx6/imx-regs.h | 166 ++++++-
arch/arm/include/asm/arch-pxa/pxa.h | 13 +
.../asm/{arch-tegra20/ap20.h => arch-tegra/ap.h} | 0
.../asm/{arch-tegra20 => arch-tegra}/board.h | 20 +-
.../asm/{arch-tegra20 => arch-tegra}/clk_rst.h | 11 +-
arch/arm/include/asm/arch-tegra/clock.h | 265 ++++++++++++
.../asm/{arch-tegra20 => arch-tegra}/fuse.h | 0
.../arm/include/asm/arch-tegra/gpio.h | 27 +-
.../include/asm/{arch-tegra20 => arch-tegra}/mmc.h | 0
.../include/asm/{arch-tegra20 => arch-tegra}/pmc.h | 0
.../include/asm/{arch-tegra20 => arch-tegra}/scu.h | 0
.../asm/{arch-tegra20 => arch-tegra}/sys_proto.h | 0
.../{arch-tegra20/tegra20.h => arch-tegra/tegra.h} | 14 +-
.../asm/{arch-tegra20 => arch-tegra}/tegra_i2c.h | 4 +-
.../asm/{arch-tegra20 => arch-tegra}/tegra_mmc.h | 0
.../asm/{arch-tegra20 => arch-tegra}/tegra_spi.h | 0
.../asm/{arch-tegra20 => arch-tegra}/timer.h | 0
.../asm/{arch-tegra20 => arch-tegra}/uart.h | 0
.../asm/{arch-tegra20 => arch-tegra}/warmboot.h | 0
arch/arm/include/asm/arch-tegra20/clock-tables.h | 196 +++++++++
arch/arm/include/asm/arch-tegra20/clock.h | 388 +----------------
arch/arm/include/asm/arch-tegra20/funcmux.h | 1 +
arch/arm/include/asm/arch-tegra20/gpio.h | 22 +-
.../board.h => include/asm/arch-tegra20/tegra.h} | 17 +-
board/avionic-design/common/tamonten.c | 20 +-
...{tegra20-medcom.dts => tegra20-medcom-wide.dts} | 2 +-
board/avionic-design/dts/tegra20-plutux.dts | 2 +-
board/avionic-design/dts/tegra20-tec.dts | 2 +-
.../{medcom => medcom-wide}/Makefile | 0
board/compal/paz00/paz00.c | 11 +-
board/compulab/trimslice/trimslice.c | 13 +-
.../imximage.cfg => imx/ddr/mx6q_4x_mt41j128.cfg} | 0
board/freescale/mx31ads/lowlevel_init.S | 4 +-
board/freescale/mx53loco/mx53loco.c | 2 +-
board/freescale/mx6qsabreauto/Makefile | 41 ++
board/freescale/mx6qsabreauto/imximage.cfg | 159 +++++++
board/freescale/mx6qsabreauto/mx6qsabreauto.c | 192 +++++++++
board/freescale/mx6qsabresd/Makefile | 41 ++
board/freescale/mx6qsabresd/mx6qsabresd.c | 198 +++++++++
board/h2200/Makefile | 49 +++
board/h2200/h2200-header.S | 27 ++
board/h2200/h2200.c | 53 +++
board/hale/tt01/tt01.c | 2 +-
board/imx31_phycore/lowlevel_init.S | 2 +-
board/karo/tx25/lowlevel_init.S | 34 +-
board/logicpd/imx31_litekit/lowlevel_init.S | 2 +-
board/nvidia/common/board.c | 42 +-
board/nvidia/common/emc.c | 8 +-
board/nvidia/common/uart-spi-switch.c | 6 +-
board/nvidia/harmony/harmony.c | 11 +-
board/nvidia/seaboard/seaboard.c | 6 +-
board/nvidia/whistler/whistler.c | 13 +-
boards.cfg | 7 +-
drivers/gpio/tegra_gpio.c | 2 +-
drivers/i2c/mxc_i2c.c | 4 +-
drivers/i2c/tegra_i2c.c | 4 +-
drivers/input/tegra-kbc.c | 2 +-
drivers/mmc/tegra_mmc.c | 6 +-
drivers/mtd/nand/tegra_nand.c | 6 +-
drivers/spi/tegra_spi.c | 7 +-
drivers/usb/host/ehci-mx5.c | 3 +-
drivers/video/ipu_common.c | 12 +-
include/configs/h2200.h | 156 +++++++
include/configs/ima3-mx53.h | 3 -
include/configs/{medcom.h => medcom-wide.h} | 8 +-
include/configs/mx31pdk.h | 10 +-
include/configs/mx51_efikamx.h | 2 -
include/configs/mx51evk.h | 2 -
include/configs/mx53ard.h | 2 -
include/configs/mx53evk.h | 2 -
include/configs/mx53loco.h | 2 -
include/configs/mx53smd.h | 2 -
include/configs/mx6qarm2.h | 2 -
include/configs/mx6qsabre_common.h | 177 ++++++++
include/configs/mx6qsabreauto.h | 22 +
include/configs/mx6qsabrelite.h | 2 -
include/configs/mx6qsabresd.h | 27 ++
include/configs/tegra-common-post.h | 9 +
include/configs/tegra20-common.h | 4 +-
include/configs/vision2.h | 2 -
spl/Makefile | 2 +
128 files changed, 3423 insertions(+), 1220 deletions(-)
create mode 100644 arch/arm/cpu/arm720t/tegra-common/Makefile
rename arch/arm/cpu/arm720t/{tegra20 => tegra-common}/cpu.h (100%)
rename arch/arm/cpu/arm720t/{tegra20 => tegra-common}/spl.c (91%)
create mode 100644 arch/arm/cpu/armv7/tegra-common/Makefile
rename arch/arm/cpu/armv7/{tegra20 => tegra-common}/cmd_enterrcm.c (96%)
create mode 100644 arch/arm/cpu/tegra-common/Makefile
rename arch/arm/cpu/{tegra20-common/ap20.c => tegra-common/ap.c} (95%)
rename arch/arm/cpu/{tegra20-common => tegra-common}/board.c (94%)
rename arch/arm/cpu/{tegra20-common => tegra-common}/lowlevel_init.S (100%)
rename arch/arm/cpu/{tegra20-common => tegra-common}/sys_info.c (100%)
rename arch/arm/cpu/{tegra20-common => tegra-common}/timer.c (97%)
rename arch/arm/include/asm/{arch-tegra20/ap20.h => arch-tegra/ap.h} (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/board.h (54%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/clk_rst.h (95%)
create mode 100644 arch/arm/include/asm/arch-tegra/clock.h
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/fuse.h (100%)
rename board/nvidia/common/board.h => arch/arm/include/asm/arch-tegra/gpio.h (62%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/mmc.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/pmc.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/scu.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/sys_proto.h (100%)
rename arch/arm/include/asm/{arch-tegra20/tegra20.h => arch-tegra/tegra.h} (90%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/tegra_i2c.h (98%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/tegra_mmc.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/tegra_spi.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/timer.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/uart.h (100%)
rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/warmboot.h (100%)
create mode 100644 arch/arm/include/asm/arch-tegra20/clock-tables.h
rename arch/arm/{cpu/arm720t/tegra20/board.h => include/asm/arch-tegra20/tegra.h} (73%)
rename board/avionic-design/dts/{tegra20-medcom.dts => tegra20-medcom-wide.dts} (92%)
rename board/avionic-design/{medcom => medcom-wide}/Makefile (100%)
rename board/freescale/{mx6qsabrelite/imximage.cfg => imx/ddr/mx6q_4x_mt41j128.cfg} (100%)
create mode 100644 board/freescale/mx6qsabreauto/Makefile
create mode 100644 board/freescale/mx6qsabreauto/imximage.cfg
create mode 100644 board/freescale/mx6qsabreauto/mx6qsabreauto.c
create mode 100644 board/freescale/mx6qsabresd/Makefile
create mode 100644 board/freescale/mx6qsabresd/mx6qsabresd.c
create mode 100644 board/h2200/Makefile
create mode 100644 board/h2200/h2200-header.S
create mode 100644 board/h2200/h2200.c
create mode 100644 include/configs/h2200.h
rename include/configs/{medcom.h => medcom-wide.h} (89%)
create mode 100644 include/configs/mx6qsabre_common.h
create mode 100644 include/configs/mx6qsabreauto.h
create mode 100644 include/configs/mx6qsabresd.h
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 10+ messages in thread* [U-Boot] Pull request: u-boot-arm/next into u-boot/next 2012-10-09 15:34 [U-Boot] Pull request: u-boot-arm/next into u-boot/next Albert ARIBAUD @ 2012-10-09 21:45 ` Tom Rini 2012-10-09 22:27 ` [U-Boot] h2200 fails to build on current u-boot/next (was: Pull request: u-boot-arm/next into u-boot/next) Albert ARIBAUD 2012-10-09 22:24 ` [U-Boot] Pull request: u-boot-arm/next into u-boot/next Tom Rini 1 sibling, 1 reply; 10+ messages in thread From: Tom Rini @ 2012-10-09 21:45 UTC (permalink / raw) To: u-boot On Tue, Oct 09, 2012 at 05:34:13PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > The following changes since commit 661c21dd46e857b74682b0610d83cfea7f3ac3c2: > > usb.h: Add udc_disconnect prototype to usb.h (2012-10-08 18:01:17 -0700) > > are available in the git repository at: > > git://git.denx.de/u-boot-arm next > > for you to fetch changes up to 0d6b8f29a3c59306d6cd8f2baa92897f56b06695: > > configs: mx6qsabre_common.h: Use default clock definitions (2012-10-09 16:52:18 +0200) [snip] > Lukasz Dalek (2): > h2200: Add support for iPAQ h2200 palmtop This doesn't compile in next due to not having been updated for the serial changes: serial_pxa.c:297:2: error: #error "Bad CONFIG_CONS_INDEX." Do you want me to pull or do you want to fix this first? Thanks. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121009/e874a643/attachment.pgp> ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] h2200 fails to build on current u-boot/next (was: Pull request: u-boot-arm/next into u-boot/next) 2012-10-09 21:45 ` Tom Rini @ 2012-10-09 22:27 ` Albert ARIBAUD 2012-10-09 23:44 ` [U-Boot] h2200 fails to build on current u-boot/next Łukasz Dałek 2012-10-10 0:09 ` [U-Boot] [PATCH] h2200: Make use of default_serial_console Lukasz Dalek 0 siblings, 2 replies; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-09 22:27 UTC (permalink / raw) To: u-boot Hi ?ukasz, On Tue, 9 Oct 2012 14:45:33 -0700, Tom Rini <trini@ti.com> wrote: > On Tue, Oct 09, 2012 at 05:34:13PM +0200, Albert ARIBAUD wrote: > > > Hi Tom, > > > > The following changes since commit 661c21dd46e857b74682b0610d83cfea7f3ac3c2: > > > > usb.h: Add udc_disconnect prototype to usb.h (2012-10-08 18:01:17 -0700) > > > > are available in the git repository at: > > > > git://git.denx.de/u-boot-arm next > > > > for you to fetch changes up to 0d6b8f29a3c59306d6cd8f2baa92897f56b06695: > > > > configs: mx6qsabre_common.h: Use default clock definitions (2012-10-09 16:52:18 +0200) > [snip] > > Lukasz Dalek (2): > > h2200: Add support for iPAQ h2200 palmtop > > This doesn't compile in next due to not having been updated for the > serial changes: > serial_pxa.c:297:2: error: #error "Bad CONFIG_CONS_INDEX." > > Do you want me to pull or do you want to fix this first? Thanks. Cc:ing Marek as PXA custodian and serial patcher... ?ukasz, can you have a look at why h2200 above u-boot/next fails to build, and can you quickly provide a new patch version to fix it? Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] h2200 fails to build on current u-boot/next 2012-10-09 22:27 ` [U-Boot] h2200 fails to build on current u-boot/next (was: Pull request: u-boot-arm/next into u-boot/next) Albert ARIBAUD @ 2012-10-09 23:44 ` Łukasz Dałek 2012-10-10 0:09 ` [U-Boot] [PATCH] h2200: Make use of default_serial_console Lukasz Dalek 1 sibling, 0 replies; 10+ messages in thread From: Łukasz Dałek @ 2012-10-09 23:44 UTC (permalink / raw) To: u-boot On 10.10.2012 00:27, Albert ARIBAUD wrote: > Hi ?ukasz, > > On Tue, 9 Oct 2012 14:45:33 -0700, Tom Rini<trini@ti.com> wrote: > >> On Tue, Oct 09, 2012 at 05:34:13PM +0200, Albert ARIBAUD wrote: >> >>> Hi Tom, >>> >>> The following changes since commit 661c21dd46e857b74682b0610d83cfea7f3ac3c2: >>> >>> usb.h: Add udc_disconnect prototype to usb.h (2012-10-08 18:01:17 -0700) >>> >>> are available in the git repository at: >>> >>> git://git.denx.de/u-boot-arm next >>> >>> for you to fetch changes up to 0d6b8f29a3c59306d6cd8f2baa92897f56b06695: >>> >>> configs: mx6qsabre_common.h: Use default clock definitions (2012-10-09 16:52:18 +0200) >> [snip] >>> Lukasz Dalek (2): >>> h2200: Add support for iPAQ h2200 palmtop >> This doesn't compile in next due to not having been updated for the >> serial changes: >> serial_pxa.c:297:2: error: #error "Bad CONFIG_CONS_INDEX." >> >> Do you want me to pull or do you want to fix this first? Thanks. > Cc:ing Marek as PXA custodian and serial patcher... > > ?ukasz, can you have a look at why h2200 above u-boot/next fails to > build, and can you quickly provide a new patch version to fix it? > > Amicalement, Yes, I will prepare patch soon. ?ukasz Da?ek ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH] h2200: Make use of default_serial_console 2012-10-09 22:27 ` [U-Boot] h2200 fails to build on current u-boot/next (was: Pull request: u-boot-arm/next into u-boot/next) Albert ARIBAUD 2012-10-09 23:44 ` [U-Boot] h2200 fails to build on current u-boot/next Łukasz Dałek @ 2012-10-10 0:09 ` Lukasz Dalek 2012-10-10 1:21 ` Marek Vasut 2012-10-11 17:40 ` Albert ARIBAUD 1 sibling, 2 replies; 10+ messages in thread From: Lukasz Dalek @ 2012-10-10 0:09 UTC (permalink / raw) To: u-boot Define CONFIG_CONS_INDEX to use ffuart as default console and fix compilation error related to undefined CONFIG_CONS_INDEX. Signed-off-by: Lukasz Dalek <luk0104@gmail.com> --- include/configs/h2200.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/h2200.h b/include/configs/h2200.h index de5299b..ef14dd3 100644 --- a/include/configs/h2200.h +++ b/include/configs/h2200.h @@ -124,6 +124,7 @@ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART +#define CONFIG_CONS_INDEX 3 #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } -- 1.7.8.6 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH] h2200: Make use of default_serial_console 2012-10-10 0:09 ` [U-Boot] [PATCH] h2200: Make use of default_serial_console Lukasz Dalek @ 2012-10-10 1:21 ` Marek Vasut 2012-10-11 17:40 ` Albert ARIBAUD 1 sibling, 0 replies; 10+ messages in thread From: Marek Vasut @ 2012-10-10 1:21 UTC (permalink / raw) To: u-boot Dear Lukasz Dalek, > Define CONFIG_CONS_INDEX to use ffuart as default console and fix > compilation error related to undefined CONFIG_CONS_INDEX. > > Signed-off-by: Lukasz Dalek <luk0104@gmail.com> Acked-by: Marek Vasut <marex@denx.de> > --- > include/configs/h2200.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/h2200.h b/include/configs/h2200.h > index de5299b..ef14dd3 100644 > --- a/include/configs/h2200.h > +++ b/include/configs/h2200.h > @@ -124,6 +124,7 @@ > > #define CONFIG_PXA_SERIAL > #define CONFIG_FFUART > +#define CONFIG_CONS_INDEX 3 > > #define CONFIG_BAUDRATE 115200 > #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH] h2200: Make use of default_serial_console 2012-10-10 0:09 ` [U-Boot] [PATCH] h2200: Make use of default_serial_console Lukasz Dalek 2012-10-10 1:21 ` Marek Vasut @ 2012-10-11 17:40 ` Albert ARIBAUD 2012-10-11 17:59 ` Albert ARIBAUD 1 sibling, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-11 17:40 UTC (permalink / raw) To: u-boot Hi Lukasz, On Wed, 10 Oct 2012 02:09:59 +0200, Lukasz Dalek <luk0104@gmail.com> wrote: > Define CONFIG_CONS_INDEX to use ffuart as default console and fix > compilation error related to undefined CONFIG_CONS_INDEX. > > Signed-off-by: Lukasz Dalek <luk0104@gmail.com> > --- > include/configs/h2200.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/h2200.h b/include/configs/h2200.h > index de5299b..ef14dd3 100644 > --- a/include/configs/h2200.h > +++ b/include/configs/h2200.h > @@ -124,6 +124,7 @@ > > #define CONFIG_PXA_SERIAL > #define CONFIG_FFUART > +#define CONFIG_CONS_INDEX 3 > > #define CONFIG_BAUDRATE 115200 > #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } This is actually a second patch, applying only above the first h2200 patch, which was removed from next because it did not build. If I accepted that second patch, then I'd have to accept the first one, which is precisely what I did not do, because I did not want the first commit introducing h2200 to be non-buildable. :( Therefore I'd prefer that you squash both patches "h2200: Add support for iPAQ h2200" and "h2200: Make use of default_serial_console" together and post the result as "[PATCH V2] h2200: Add support for iPAQ h2200" with adequate version history, so that the commit in U-Boot which introduces h2200 actually builds successfully. Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH] h2200: Make use of default_serial_console 2012-10-11 17:40 ` Albert ARIBAUD @ 2012-10-11 17:59 ` Albert ARIBAUD 2012-10-15 17:46 ` [U-Boot] [PATCH v6] h2200: Add support for iPAQ h2200 palmtop Lukasz Dalek 0 siblings, 1 reply; 10+ messages in thread From: Albert ARIBAUD @ 2012-10-11 17:59 UTC (permalink / raw) To: u-boot On Thu, 11 Oct 2012 19:40:08 +0200, Albert ARIBAUD <albert.u.boot@aribaud.net> wrote: > Hi Lukasz, > > On Wed, 10 Oct 2012 02:09:59 +0200, Lukasz Dalek <luk0104@gmail.com> > wrote: > > > Define CONFIG_CONS_INDEX to use ffuart as default console and fix > > compilation error related to undefined CONFIG_CONS_INDEX. > > > > Signed-off-by: Lukasz Dalek <luk0104@gmail.com> > > --- > > include/configs/h2200.h | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/include/configs/h2200.h b/include/configs/h2200.h > > index de5299b..ef14dd3 100644 > > --- a/include/configs/h2200.h > > +++ b/include/configs/h2200.h > > @@ -124,6 +124,7 @@ > > > > #define CONFIG_PXA_SERIAL > > #define CONFIG_FFUART > > +#define CONFIG_CONS_INDEX 3 > > > > #define CONFIG_BAUDRATE 115200 > > #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } > > This is actually a second patch, applying only above the first h2200 > patch, which was removed from next because it did not build. If I > accepted that second patch, then I'd have to accept the first one, > which is precisely what I did not do, because I did not want the > first commit introducing h2200 to be non-buildable. :( > > Therefore I'd prefer that you squash both patches "h2200: Add support > for iPAQ h2200" and "h2200: Make use of default_serial_console" > together and post the result as "[PATCH V2] h2200: Add support for iPAQ > h2200" with adequate version history, so that the commit in U-Boot which > introduces h2200 actually builds successfully. ... plus you can add the missing MAINTAINERS entry. :) Amicalement, -- Albert. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] [PATCH v6] h2200: Add support for iPAQ h2200 palmtop 2012-10-11 17:59 ` Albert ARIBAUD @ 2012-10-15 17:46 ` Lukasz Dalek 0 siblings, 0 replies; 10+ messages in thread From: Lukasz Dalek @ 2012-10-15 17:46 UTC (permalink / raw) To: u-boot Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was shipped with Windows CE 4.2 operating system. Signed-off-by: Lukasz Dalek <luk0104@gmail.com> --- Changes for v6: - Defined CONFIG_CONS_INDEX - Added h2200 entry to MAINTAINERS Changes for v5: - Fixed Makefile to use $(obj) MAINTAINERS | 4 + board/h2200/Makefile | 49 ++++++++++++++ board/h2200/h2200-header.S | 27 ++++++++ board/h2200/h2200.c | 53 +++++++++++++++ boards.cfg | 1 + include/configs/h2200.h | 157 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 board/h2200/Makefile create mode 100644 board/h2200/h2200-header.S create mode 100644 board/h2200/h2200.c create mode 100644 include/configs/h2200.h diff --git a/MAINTAINERS b/MAINTAINERS index aa54fe1..1b70fb2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -589,6 +589,10 @@ Stefano Babic <sbabic@denx.de> twister omap3 vision2 i.MX51 +Lukasz Dalek <luk0104@gmail.com> + + h2200 xscale/pxa + Jason Liu <r64343@freescale.com> mx53evk i.MX53 diff --git a/board/h2200/Makefile b/board/h2200/Makefile new file mode 100644 index 0000000..51b1a9e --- /dev/null +++ b/board/h2200/Makefile @@ -0,0 +1,49 @@ +# +# h2200 Support +# +# Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com> +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of +# the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# + +include $(TOPDIR)/config.mk + +LIB = $(obj)lib$(BOARD).o + +COBJS := h2200.o + +SRCS := $(COBJS:.o=.c) h2200-header.S +OBJS := $(addprefix $(obj),$(COBJS)) + +all: $(LIB) $(obj)h2200-header.bin + +$(obj)h2200-header.o: h2200-header.S + $(CC) $(CFLAGS) -c -o $@ $< + +$(obj)h2200-header.bin: $(obj)h2200-header.o + $(OBJCOPY) -O binary $< $@ + +$(LIB): $(obj).depend $(OBJS) + $(call cmd_link_o_target, $(OBJS)) + +######################################################################### + +# defines $(obj).depend target +include $(SRCTREE)/rules.mk + +sinclude $(obj).depend + +######################################################################### diff --git a/board/h2200/h2200-header.S b/board/h2200/h2200-header.S new file mode 100644 index 0000000..c335bfe --- /dev/null +++ b/board/h2200/h2200-header.S @@ -0,0 +1,27 @@ +/* + * iPAQ h2200 header + * + * Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + + .word 0xea0003fe /* b 0x1000 */ + + .org 0x40 + .ascii "ECEC" + + .org 0x1000 - 1 + .byte 0x0 diff --git a/board/h2200/h2200.c b/board/h2200/h2200.c new file mode 100644 index 0000000..3076306 --- /dev/null +++ b/board/h2200/h2200.c @@ -0,0 +1,53 @@ +/* + * iPAQ h2200 board configuration + * + * Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#include <common.h> +#include <asm/arch/pxa.h> +#include <asm/arch/pxa-regs.h> +#include <asm/io.h> + +DECLARE_GLOBAL_DATA_PTR; + +int board_init(void) +{ + /* We have RAM, disable cache */ + dcache_disable(); + icache_disable(); + + gd->bd->bi_arch_number = MACH_TYPE_H2200; + + /* adress of boot parameters */ + gd->bd->bi_boot_params = 0xa0000100; + + return 0; +} + +int dram_init(void) +{ + /* + * Everything except MSC0 was already set up by + * 1st stage bootloader. + * + * This setting enables access to companion chip. + */ + clrsetbits_le32(MSC0, 0xffffffff, CONFIG_SYS_MSC0_VAL); + gd->ram_size = CONFIG_SYS_SDRAM_SIZE; + return 0; +} diff --git a/boards.cfg b/boards.cfg index b4e0d3c..ab10938 100644 --- a/boards.cfg +++ b/boards.cfg @@ -282,6 +282,7 @@ dvlhost arm ixp pdnb3 arm ixp pdnb3 prodrive scpu arm ixp pdnb3 prodrive - pdnb3:SCPU balloon3 arm pxa +h2200 arm pxa lubbock arm pxa palmld arm pxa palmtc arm pxa diff --git a/include/configs/h2200.h b/include/configs/h2200.h new file mode 100644 index 0000000..ef14dd3 --- /dev/null +++ b/include/configs/h2200.h @@ -0,0 +1,157 @@ +/* + * iPAQ h2200 board configuration + * + * Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __CONFIG_H +#define __CONFIG_H + +#define MACH_TYPE_H2200 341 +#define CONFIG_MACH_TYPE MACH_TYPE_H2200 + +#define CONFIG_CPU_PXA25X 1 +#define CONFIG_BOARD_H2200 + +#define CONFIG_SYS_NO_FLASH + +#define CONFIG_SYS_HZ 1000 + +#define CONFIG_NR_DRAM_BANKS 1 +#define PHYS_SDRAM_1 0xa0000000 /* SDRAM Bank #1 */ +#define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */ + +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 +#define CONFIG_SYS_SDRAM_SIZE PHYS_SDRAM_1_SIZE + +#define CONFIG_SYS_INIT_SP_ADDR 0xfffff800 + +#define CONFIG_ENV_SIZE 0x00040000 +#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024) + +#define CONFIG_ENV_IS_NOWHERE +#define CONFIG_SYS_MAXARGS 16 +#define CONFIG_SYS_LOAD_ADDR 0xa3000000 /* default load address */ + +/* + * iPAQ 1st stage bootloader loads 2nd stage bootloader + * at address 0xa0040000 but bootloader requires header + * which is 0x1000 long. + * + * --- Header begin --- + * .word 0xea0003fe ; b 0x1000 + * + * .org 0x40 + * .ascii "ECEC" + * + * .org 0x1000 + * --- Header end --- + */ + +#define CONFIG_SYS_TEXT_BASE 0xa0041000 + +/* + * Static chips + */ + +#define CONFIG_SYS_MSC0_VAL 0x246c7ffc +#define CONFIG_SYS_MSC1_VAL 0x7ff07ff0 +#define CONFIG_SYS_MSC2_VAL 0x7ff07ff0 + +/* + * PCMCIA and CF Interfaces + */ + +#define CONFIG_SYS_MECR_VAL 0x00000000 +#define CONFIG_SYS_MCMEM0_VAL 0x00000000 +#define CONFIG_SYS_MCMEM1_VAL 0x00000000 +#define CONFIG_SYS_MCATT0_VAL 0x00000000 +#define CONFIG_SYS_MCATT1_VAL 0x00000000 +#define CONFIG_SYS_MCIO0_VAL 0x00000000 +#define CONFIG_SYS_MCIO1_VAL 0x00000000 + +#define CONFIG_SYS_FLYCNFG_VAL 0x00000000 +#define CONFIG_SYS_SXCNFG_VAL 0x00040004 + +#define CONFIG_SYS_MDREFR_VAL 0x0099E018 +#define CONFIG_SYS_MDCNFG_VAL 0x01C801CB +#define CONFIG_SYS_MDMRS_VAL 0x00220022 + +#define CONFIG_SYS_PSSR_VAL 0x00000000 +#define CONFIG_SYS_CKEN 0x00004840 +#define CONFIG_SYS_CCCR 0x00000161 + +/* + * GPIOs + */ + +#define CONFIG_SYS_GPSR0_VAL 0x01000000 +#define CONFIG_SYS_GPSR1_VAL 0x00000000 +#define CONFIG_SYS_GPSR2_VAL 0x00010000 + +#define CONFIG_SYS_GPCR0_VAL 0x00000000 +#define CONFIG_SYS_GPCR1_VAL 0x00000000 +#define CONFIG_SYS_GPCR2_VAL 0x00000000 + +#define CONFIG_SYS_GPDR0_VAL 0xF7E38C00 +#define CONFIG_SYS_GPDR1_VAL 0xBCFFBF83 +#define CONFIG_SYS_GPDR2_VAL 0x000157FF + +#define CONFIG_SYS_GAFR0_L_VAL 0x80401000 +#define CONFIG_SYS_GAFR0_U_VAL 0x00000112 +#define CONFIG_SYS_GAFR1_L_VAL 0x600A9550 +#define CONFIG_SYS_GAFR1_U_VAL 0x0005AAAA +#define CONFIG_SYS_GAFR2_L_VAL 0x20000000 +#define CONFIG_SYS_GAFR2_U_VAL 0x00000000 + +/* + * Serial port + */ + +#define CONFIG_PXA_SERIAL +#define CONFIG_FFUART +#define CONFIG_CONS_INDEX 3 + +#define CONFIG_BAUDRATE 115200 +#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 38400, 115200 } + +#define CONFIG_CMD_IMPORTENV 1 +#define CONFIG_CMD_LOADB +#define CONFIG_CMD_SOURCE +#define CONFIG_CMD_RUN +#define CONFIG_CMD_IMI + +#define CONFIG_FIT +#define CONFIG_SETUP_MEMORY_TAGS +#define CONFIG_CMDLINE_TAG +#define CONFIG_INITRD_TAG + +/* Monitor Command Prompt */ +#define CONFIG_SYS_PROMPT "> " +#define CONFIG_SYS_HUSH_PARSER +#define CONFIG_SYS_PROMPT_HUSH_PS2 "$ " + +/* Console I/O Buffer Size */ +#define CONFIG_SYS_CBSIZE 256 + +/* Print Buffer Size */ +#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ + sizeof(CONFIG_SYS_PROMPT) + 16) + +#define CONFIG_BOOTARGS "root=/dev/ram0 ro console=ttyS0,115200n8" + +#endif /* __CONFIG_H */ -- 1.7.8.6 ^ permalink raw reply related [flat|nested] 10+ messages in thread
* [U-Boot] Pull request: u-boot-arm/next into u-boot/next 2012-10-09 15:34 [U-Boot] Pull request: u-boot-arm/next into u-boot/next Albert ARIBAUD 2012-10-09 21:45 ` Tom Rini @ 2012-10-09 22:24 ` Tom Rini 1 sibling, 0 replies; 10+ messages in thread From: Tom Rini @ 2012-10-09 22:24 UTC (permalink / raw) To: u-boot On Tue, Oct 09, 2012 at 05:34:13PM +0200, Albert ARIBAUD wrote: > Hi Tom, > > The following changes since commit 661c21dd46e857b74682b0610d83cfea7f3ac3c2: > > usb.h: Add udc_disconnect prototype to usb.h (2012-10-08 18:01:17 -0700) > > are available in the git repository at: > > git://git.denx.de/u-boot-arm next > > for you to fetch changes up to 0d6b8f29a3c59306d6cd8f2baa92897f56b06695: > > configs: mx6qsabre_common.h: Use default clock definitions (2012-10-09 16:52:18 +0200) > > ---------------------------------------------------------------- > Beno??t Th??baudeau (26): > mx5/6: Define default SoC input clock frequencies > mx5 clocks: Cleanup > mx5: Use explicit clock gate names > mx5: Fix clock gate values > mx51: Fix USB PHY clocks > mx5 clocks: Add and use CCSR definitions > mx5 clocks: Fix get_lp_apm() > mx5 clocks: Fix get_periph_clk() > mx5 clocks: Fix get_ipg_per_clk() > mx5 clocks: Fix get_uart_clk() > mx5 clocks: Simplify imx_get_cspiclk() > mx5 clocks: Fix MXC_FEC_CLK > mx51: Fix I2C clock ID check > mx5/6 clocks: Fix SDHC clocks > mx25: Fix decode_pll > mx25: Clean up clock calculations > mx25: Define more standard clocks > mx25 clocks: Fix MXC_FEC_CLK > mx25: Clean up clocks API > mx25: Define cpu_eth_init() only if needed > mx25: Fix eSDHC support > mx5: Optimize lowlevel_init code size > mx31: Add more CCM access macros > mx35: Define MAX and AIPS registers > mx31: Fix PDR0_CSI_PODF > mx25: Clean up lowlevel_init > > Eric Benard (1): > mx25: add CPU revision 1.2 > > Eric Nelson (7): > i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fields > i.MX6: change register name for CCM_CHSCCDR to match ref. manual > i.MX6: define bitfields for CHSCCDR register > i.MX6: define IOMUX_GPR3 register bitfields > i.MX6: Add ANATOP_PFD_480 bitfield constants > i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfields > i.MX6: get rid of redundant struct src_regs (dupe of struct src) > > Fabio Estevam (8): > mx6q: Factor out common DDR3 init code > mx6: Add basic support for mx6qsabresd board. > mx6qsabresd: Add Ethernet support > mx6qsabresd: Add 8-bit USDHC support > configs: mx6: Add a common config file > mx6q: Add basic support for mx6qsabreauto > mx6qsabreauto: Add Ethernet support > configs: mx6qsabre_common.h: Use default clock definitions > > Lucas Stach (6): > tegra20: complete periph_id enum > tegra20: add clock_set_pllout function > tegra20: rework UART GPIO handling > tegra: add funcmux entry for NAND attached to KBC > tegra: clean up board include hell > tegra: nand: add board pinmux > > Lukasz Dalek (2): > h2200: Add support for iPAQ h2200 palmtop > pxa: Add code to examine cpu model and revision > > Matthias Weisser (1): > imx: Use MXC_I2C_CLK in imx i2c driver > > Otavio Salvador (1): > mx6qsabreauto: Use ttymxc3 as console > > Stephen Warren (1): > tegra: enable CONFIG_CMD_PART > > Thierry Reding (2): > tegra: Update Avionic Design vendor prefix > tegra: Rename Medcom to Medcom-Wide > > Tom Warren (2): > Tegra20: Move some code files to common directories for upcoming Tegra30 patches. > Tegra20: Move some include files to arch-tegra for sharing with Tegra30 > > MAINTAINERS | 4 +- > Makefile | 2 + > arch/arm/cpu/arm1136/mx31/generic.c | 1 + > arch/arm/cpu/arm1136/mx35/asm-offsets.c | 33 +- > arch/arm/cpu/arm1136/mx35/generic.c | 1 + > arch/arm/cpu/arm720t/tegra-common/Makefile | 47 ++ > .../cpu/arm720t/{tegra20 => tegra-common}/cpu.h | 0 > .../cpu/arm720t/{tegra20 => tegra-common}/spl.c | 18 +- > arch/arm/cpu/arm720t/tegra20/Makefile | 1 - > arch/arm/cpu/arm720t/tegra20/cpu.c | 12 +- > arch/arm/cpu/arm926ejs/mx25/generic.c | 66 +-- > arch/arm/cpu/armv7/mx5/clock.c | 454 +++++++++++--------- > arch/arm/cpu/armv7/mx5/lowlevel_init.S | 112 ++--- > arch/arm/cpu/armv7/mx6/clock.c | 31 +- > arch/arm/cpu/armv7/mx6/soc.c | 2 +- > arch/arm/cpu/armv7/tegra-common/Makefile | 48 +++ > .../armv7/{tegra20 => tegra-common}/cmd_enterrcm.c | 4 +- > arch/arm/cpu/armv7/tegra20/Makefile | 1 - > arch/arm/cpu/armv7/tegra20/usb.c | 8 +- > arch/arm/cpu/pxa/cpuinfo.c | 11 +- > arch/arm/cpu/tegra-common/Makefile | 48 +++ > .../{tegra20-common/ap20.c => tegra-common/ap.c} | 12 +- > .../cpu/{tegra20-common => tegra-common}/board.c | 9 +- > .../lowlevel_init.S | 0 > .../{tegra20-common => tegra-common}/sys_info.c | 0 > .../cpu/{tegra20-common => tegra-common}/timer.c | 4 +- > arch/arm/cpu/tegra20-common/Makefile | 3 +- > arch/arm/cpu/tegra20-common/clock.c | 47 +- > arch/arm/cpu/tegra20-common/emc.c | 4 +- > arch/arm/cpu/tegra20-common/funcmux.c | 19 +- > arch/arm/cpu/tegra20-common/pinmux.c | 4 +- > arch/arm/cpu/tegra20-common/pmu.c | 8 +- > arch/arm/cpu/tegra20-common/warmboot.c | 18 +- > arch/arm/cpu/tegra20-common/warmboot_avp.c | 14 +- > arch/arm/imx-common/speed.c | 18 +- > arch/arm/imx-common/timer.c | 12 +- > arch/arm/include/asm/arch-mx25/clock.h | 14 +- > arch/arm/include/asm/arch-mx25/imx-regs.h | 1 + > arch/arm/include/asm/arch-mx25/macro.h | 87 +++- > arch/arm/include/asm/arch-mx31/clock.h | 1 + > arch/arm/include/asm/arch-mx31/imx-regs.h | 16 +- > arch/arm/include/asm/arch-mx35/clock.h | 1 + > arch/arm/include/asm/arch-mx35/imx-regs.h | 52 +++ > arch/arm/include/asm/arch-mx5/clock.h | 22 +- > arch/arm/include/asm/arch-mx5/crm_regs.h | 419 +++++++++++++++++- > arch/arm/include/asm/arch-mx6/clock.h | 15 + > arch/arm/include/asm/arch-mx6/crm_regs.h | 364 ++++++++-------- > arch/arm/include/asm/arch-mx6/imx-regs.h | 166 ++++++- > arch/arm/include/asm/arch-pxa/pxa.h | 13 + > .../asm/{arch-tegra20/ap20.h => arch-tegra/ap.h} | 0 > .../asm/{arch-tegra20 => arch-tegra}/board.h | 20 +- > .../asm/{arch-tegra20 => arch-tegra}/clk_rst.h | 11 +- > arch/arm/include/asm/arch-tegra/clock.h | 265 ++++++++++++ > .../asm/{arch-tegra20 => arch-tegra}/fuse.h | 0 > .../arm/include/asm/arch-tegra/gpio.h | 27 +- > .../include/asm/{arch-tegra20 => arch-tegra}/mmc.h | 0 > .../include/asm/{arch-tegra20 => arch-tegra}/pmc.h | 0 > .../include/asm/{arch-tegra20 => arch-tegra}/scu.h | 0 > .../asm/{arch-tegra20 => arch-tegra}/sys_proto.h | 0 > .../{arch-tegra20/tegra20.h => arch-tegra/tegra.h} | 14 +- > .../asm/{arch-tegra20 => arch-tegra}/tegra_i2c.h | 4 +- > .../asm/{arch-tegra20 => arch-tegra}/tegra_mmc.h | 0 > .../asm/{arch-tegra20 => arch-tegra}/tegra_spi.h | 0 > .../asm/{arch-tegra20 => arch-tegra}/timer.h | 0 > .../asm/{arch-tegra20 => arch-tegra}/uart.h | 0 > .../asm/{arch-tegra20 => arch-tegra}/warmboot.h | 0 > arch/arm/include/asm/arch-tegra20/clock-tables.h | 196 +++++++++ > arch/arm/include/asm/arch-tegra20/clock.h | 388 +---------------- > arch/arm/include/asm/arch-tegra20/funcmux.h | 1 + > arch/arm/include/asm/arch-tegra20/gpio.h | 22 +- > .../board.h => include/asm/arch-tegra20/tegra.h} | 17 +- > board/avionic-design/common/tamonten.c | 20 +- > ...{tegra20-medcom.dts => tegra20-medcom-wide.dts} | 2 +- > board/avionic-design/dts/tegra20-plutux.dts | 2 +- > board/avionic-design/dts/tegra20-tec.dts | 2 +- > .../{medcom => medcom-wide}/Makefile | 0 > board/compal/paz00/paz00.c | 11 +- > board/compulab/trimslice/trimslice.c | 13 +- > .../imximage.cfg => imx/ddr/mx6q_4x_mt41j128.cfg} | 0 > board/freescale/mx31ads/lowlevel_init.S | 4 +- > board/freescale/mx53loco/mx53loco.c | 2 +- > board/freescale/mx6qsabreauto/Makefile | 41 ++ > board/freescale/mx6qsabreauto/imximage.cfg | 159 +++++++ > board/freescale/mx6qsabreauto/mx6qsabreauto.c | 192 +++++++++ > board/freescale/mx6qsabresd/Makefile | 41 ++ > board/freescale/mx6qsabresd/mx6qsabresd.c | 198 +++++++++ > board/h2200/Makefile | 49 +++ > board/h2200/h2200-header.S | 27 ++ > board/h2200/h2200.c | 53 +++ > board/hale/tt01/tt01.c | 2 +- > board/imx31_phycore/lowlevel_init.S | 2 +- > board/karo/tx25/lowlevel_init.S | 34 +- > board/logicpd/imx31_litekit/lowlevel_init.S | 2 +- > board/nvidia/common/board.c | 42 +- > board/nvidia/common/emc.c | 8 +- > board/nvidia/common/uart-spi-switch.c | 6 +- > board/nvidia/harmony/harmony.c | 11 +- > board/nvidia/seaboard/seaboard.c | 6 +- > board/nvidia/whistler/whistler.c | 13 +- > boards.cfg | 7 +- > drivers/gpio/tegra_gpio.c | 2 +- > drivers/i2c/mxc_i2c.c | 4 +- > drivers/i2c/tegra_i2c.c | 4 +- > drivers/input/tegra-kbc.c | 2 +- > drivers/mmc/tegra_mmc.c | 6 +- > drivers/mtd/nand/tegra_nand.c | 6 +- > drivers/spi/tegra_spi.c | 7 +- > drivers/usb/host/ehci-mx5.c | 3 +- > drivers/video/ipu_common.c | 12 +- > include/configs/h2200.h | 156 +++++++ > include/configs/ima3-mx53.h | 3 - > include/configs/{medcom.h => medcom-wide.h} | 8 +- > include/configs/mx31pdk.h | 10 +- > include/configs/mx51_efikamx.h | 2 - > include/configs/mx51evk.h | 2 - > include/configs/mx53ard.h | 2 - > include/configs/mx53evk.h | 2 - > include/configs/mx53loco.h | 2 - > include/configs/mx53smd.h | 2 - > include/configs/mx6qarm2.h | 2 - > include/configs/mx6qsabre_common.h | 177 ++++++++ > include/configs/mx6qsabreauto.h | 22 + > include/configs/mx6qsabrelite.h | 2 - > include/configs/mx6qsabresd.h | 27 ++ > include/configs/tegra-common-post.h | 9 + > include/configs/tegra20-common.h | 4 +- > include/configs/vision2.h | 2 - > spl/Makefile | 2 + > 128 files changed, 3423 insertions(+), 1220 deletions(-) > create mode 100644 arch/arm/cpu/arm720t/tegra-common/Makefile > rename arch/arm/cpu/arm720t/{tegra20 => tegra-common}/cpu.h (100%) > rename arch/arm/cpu/arm720t/{tegra20 => tegra-common}/spl.c (91%) > create mode 100644 arch/arm/cpu/armv7/tegra-common/Makefile > rename arch/arm/cpu/armv7/{tegra20 => tegra-common}/cmd_enterrcm.c (96%) > create mode 100644 arch/arm/cpu/tegra-common/Makefile > rename arch/arm/cpu/{tegra20-common/ap20.c => tegra-common/ap.c} (95%) > rename arch/arm/cpu/{tegra20-common => tegra-common}/board.c (94%) > rename arch/arm/cpu/{tegra20-common => tegra-common}/lowlevel_init.S (100%) > rename arch/arm/cpu/{tegra20-common => tegra-common}/sys_info.c (100%) > rename arch/arm/cpu/{tegra20-common => tegra-common}/timer.c (97%) > rename arch/arm/include/asm/{arch-tegra20/ap20.h => arch-tegra/ap.h} (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/board.h (54%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/clk_rst.h (95%) > create mode 100644 arch/arm/include/asm/arch-tegra/clock.h > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/fuse.h (100%) > rename board/nvidia/common/board.h => arch/arm/include/asm/arch-tegra/gpio.h (62%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/mmc.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/pmc.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/scu.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/sys_proto.h (100%) > rename arch/arm/include/asm/{arch-tegra20/tegra20.h => arch-tegra/tegra.h} (90%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/tegra_i2c.h (98%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/tegra_mmc.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/tegra_spi.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/timer.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/uart.h (100%) > rename arch/arm/include/asm/{arch-tegra20 => arch-tegra}/warmboot.h (100%) > create mode 100644 arch/arm/include/asm/arch-tegra20/clock-tables.h > rename arch/arm/{cpu/arm720t/tegra20/board.h => include/asm/arch-tegra20/tegra.h} (73%) > rename board/avionic-design/dts/{tegra20-medcom.dts => tegra20-medcom-wide.dts} (92%) > rename board/avionic-design/{medcom => medcom-wide}/Makefile (100%) > rename board/freescale/{mx6qsabrelite/imximage.cfg => imx/ddr/mx6q_4x_mt41j128.cfg} (100%) > create mode 100644 board/freescale/mx6qsabreauto/Makefile > create mode 100644 board/freescale/mx6qsabreauto/imximage.cfg > create mode 100644 board/freescale/mx6qsabreauto/mx6qsabreauto.c > create mode 100644 board/freescale/mx6qsabresd/Makefile > create mode 100644 board/freescale/mx6qsabresd/mx6qsabresd.c > create mode 100644 board/h2200/Makefile > create mode 100644 board/h2200/h2200-header.S > create mode 100644 board/h2200/h2200.c > create mode 100644 include/configs/h2200.h > rename include/configs/{medcom.h => medcom-wide.h} (89%) > create mode 100644 include/configs/mx6qsabre_common.h > create mode 100644 include/configs/mx6qsabreauto.h > create mode 100644 include/configs/mx6qsabresd.h After checking with Albert, the above is applied to u-boot/next, except for the h2200 support patch as that needs to be reworked. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121009/34ede9a1/attachment.pgp> ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-10-15 17:46 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-10-09 15:34 [U-Boot] Pull request: u-boot-arm/next into u-boot/next Albert ARIBAUD 2012-10-09 21:45 ` Tom Rini 2012-10-09 22:27 ` [U-Boot] h2200 fails to build on current u-boot/next (was: Pull request: u-boot-arm/next into u-boot/next) Albert ARIBAUD 2012-10-09 23:44 ` [U-Boot] h2200 fails to build on current u-boot/next Łukasz Dałek 2012-10-10 0:09 ` [U-Boot] [PATCH] h2200: Make use of default_serial_console Lukasz Dalek 2012-10-10 1:21 ` Marek Vasut 2012-10-11 17:40 ` Albert ARIBAUD 2012-10-11 17:59 ` Albert ARIBAUD 2012-10-15 17:46 ` [U-Boot] [PATCH v6] h2200: Add support for iPAQ h2200 palmtop Lukasz Dalek 2012-10-09 22:24 ` [U-Boot] Pull request: u-boot-arm/next into u-boot/next Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox