Jens Scharsig wrote:
> * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG
> * select via make eb_cpux9k2_config
> * this also demonstrates, how to use boards with AT91RM9200 cpu
> in at91 arch tree
>
> Signed-off-by: Jens Scharsig
> ---
> MAINTAINERS| 14 +-
Jens Scharsig wrote:
> * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
> * enable driver with CONFIG_DRIVER_AT91EMAC
> * generic PHY initialization
> * modify AT91RM9200 boards to use NET_MULTI driver
> * the drivers has been tested with LXT971 Phy and DM9161 Phy at
> MII and R
Jens Scharsig wrote:
> * prepare joining at91 and at91rm9200
> * please read README.soc-at91 for details
>
It looks like a lot of these files are copies.
Please explain in the commit log what you are
doing. Such as
cpu/arm920t/at91/timer.c is a copy of ..
These are the parts changed.
1.
2.
It
Jens Scharsig wrote:
> * convert at91sam9263ek board to use c stucture SoC access
> * demonstates how to use new SoC
'demonstrates'
>
> Signed-off-by: Jens Scharsig
> ---
> board/atmel/at91sam9263ek/at91sam9263ek.c | 147
> +++--
> board/atmel/at91sam9263ek/led.c
Jens Scharsig wrote:
> * convert common files in cpu/../at91 and a lot of drivers to use
> c stucture SoC access
> * add's a warning to all files, which need update to new SoC access
>
> Signed-off-by: Jens Scharsig
> ---
> cpu/arm926ejs/at91/at91cap9_devices.c |4 +
> cpu/arm926ejs
Jens Scharsig wrote:
> * convert all files cpu/../at91 to use at91_gpio driver syntax
> * change AT91_PINP([A-F])(\d+) to AT91_PORTPIN(\1, \2),
> this makes all 160 AT91_PINPxxx defines obsolete
> * AT91_PINPxxx defines can be remove if all boards converted
> to new SoC access
>
> Signed
Jens Scharsig wrote:
> * add a real AT91 GPIO driver instead of header inline code
> * change board config files to use new driver
>
> Signed-off-by: Jens Scharsig
> ---
> drivers/gpio/Makefile |1 +
> drivers/gpio/at91_gpio.c | 240
> +++
Jens Scharsig wrote:
> * add's c structures for SoC access to pheriperials head files
> * add's missing pheriperials head files (new SoC)
>
> Signed-off-by: Jens Scharsig
> ---
> include/asm-arm/arch-at91/at91_matrix.h | 125
> +++
> include/asm-arm/arch-at91/at91_p
Jens Scharsig wrote:
> * add's the new temporary CONFIG_AT91_LEGACY to all board configs
> * This will need for backward compatiblity, while change the SoC
> access to c structures. If CONFIG_AT91_LEGACY is defined, the
> deprecated SoC is used.
> * please see README.at91-soc for details
>
I received a new toy, one Atmel EVK 1105 evaluation board.
(MCU: AVR32, AT32 UC3A 0512).
The board is quite similar to the EVK 1100. Checking the schematic, the
changes are indeed minor, (like channel for SPI1 instead of SPI0 for
Flash memory)
As I saw on the list that there were some patches
Dear Chetan Nanda,
In message <7f245da81001300735x6d0727f8s2f530d6a3540e...@mail.gmail.com> you
wrote:
>
> Every time after this transfer get started but then aborted automatically
> with following error message:
...
> HINTS... If the preceding error message does not explain the failure:
> . Try
I received a new toy, one Atmel EVK 1105 evaluation board.
(MCU: AVR32, AT32 UC3A 0512).
The board is quite similar to the EVK 1100. Checking the schematic, the
changes are indeed minor, (like channel for SPI1 instead of SPI0 for
Flash memory)
As I saw on the list that there were some patches
HI all,
I am working on OMAP3 based SoC. I am trying to send uImage over serial port
using kermit.
I have followed folowing:
1. issued a loadb command on u-boot prompt.
2. On c-termit> send /bin uImage
Every time after this transfer get started but then aborted automatically
with following error
In today's update wrt ml u-boot, there was 1 regression.
VCMA9
cmd_ximg.c: In function 'do_imgextract':
cmd_ximg.c:234: error: 'i' undeclared (first use in this function)
cmd_ximg.c:234: error: (Each undeclared identifier is reported only once
cmd_ximg.c:234: error: for each function it appears in
From: Vaibhav Hiremath
This patch adds basic support for the AM3517EVM.
It includes:
- Header file and implementation for the board
- Default configuration
- Updates for makefile
- Board specific changes for NAND
Signed-off-by: Vaibhav Hiremath
Signed-off-by: Sanjeev Premi
---
MAINTAINERS
From: Vaibhav Hiremath
AM3517 device is high-performance, industrial applications processor designed
and developed keeping Software Compatible with OMAP3 Processors.
Differances :-
===
- The SDRC controller has been replaced with EMIF4.
- Some new IP's got added like, CAN
From: Vaibhav Hiremath
Consolidated all SDRC related functions/operations into separate
file - sdrc.c.
Signed-off-by: Vaibhav Hiremath
Signed-off-by: Sanjeev Premi
---
cpu/arm_cortexa8/omap3/Makefile|3 +
cpu/arm_cortexa8/omap3/board.c | 34 +--
cpu/arm_cortexa8/omap
From: Vaibhav Hiremath
This patch adds support for the EMIF4 interface
available in the AM35x processors.
Signed-off-by: Vaibhav Hiremath
Signed-off-by: Sanjeev Premi
---
cpu/arm_cortexa8/omap3/Makefile|3 +
cpu/arm_cortexa8/omap3/emif4.c | 160 +++
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of s-paul...@ti.com
> Sent: Friday, January 29, 2010 2:36 AM
> To: u-boot@lists.denx.de; tom@windriver.com
> Subject: [U-Boot] Please pull u-boot-ti master
>
> Tom,
>
> Please
Dear prathika,
In message <4b63cd35.9060...@deeopl.com> you wrote:
>
> I am right now working on a board with PPC440EP processor.
> I am loading the u-boot on to the board. the board has DDR SDRAM of CAS
> 3 latency, i have made changes accordingly in the u-boot.
Hm... what makes you so sure th
20 matches
Mail list logo