summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-at91
Commit message (Collapse)AuthorAgeFilesLines
* AT91: add header file for the Shutdown ControllerReinhard Meyer2010-11-022-0/+39
| | | | | | and SHDWN address entry in at91sam9260.h Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91: add 2nd SPI to 9260/9XE/9G20Reinhard Meyer2010-10-302-0/+2
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* at91rm9200: enable USB supportAndreas Bießmann2010-10-191-0/+1
| | | | | | | | This patch fixes arch-at91/hardware.h to have the relevant defines for at91rm9200 devices to support existing at91 usb driver. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* at91_emac.h: fix typo in register definitionAndreas Bießmann2010-10-051-1/+1
| | | | | Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Acked-by: Jens Scharsig <js_at_ng@scharsoft.de>
* at91_pit: Fix AT91_PIT_MR_PIV_MASK macroAlexander Stein2010-09-031-1/+1
| | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
* AT91: fix at91sam9260.h for AT91SAM9XEReinhard Meyer2010-09-031-4/+14
| | | | | | | Define the different location of the GPBRs for the 9XE Define the proper CPU Name Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91SAM9XE: add embedded flash supportReinhard Meyer2010-09-032-0/+92
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91: add RTT and GPBR based RTCReinhard Meyer2010-09-032-0/+81
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer2010-09-033-0/+7
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* USB OHCI support for at91sam9g45 SoCSergey Matyukevich2010-06-301-2/+12
| | | | | | | | | | Add USB OHCI support for at91sam9g45ekes/at91sam9m10g45ek boards. Note that according to errata from Atmel, OHCI is not operational on the first revision of at91sam9g45 chip. So this patch enables OHCI support for later revisions. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
* at91: define matrix registers bit fieldsAsen Dimov2010-04-301-0/+138
| | | | Signed-off-by: Asen Dimov <dimov@ronetix.at>
* at91: add defines for RTT and GPBRAlexander Holler2010-04-303-0/+7
| | | | Signed-off-by: Alexander Holler <holler@ahsoftware.de>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-1334-0/+3617
This helps to clean up the include/ directory so that it only contains non-architecture-specific headers and also matches Linux's directory layout which many U-Boot developers are already familiar with. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
OpenPOWER on IntegriCloud