summaryrefslogtreecommitdiff
path: root/cpu/arm920t
AgeCommit message (Expand)AuthorFilesLines
2009-10-14Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 codekevin.morfitt@fearnside-systems.co.uk7-830/+915
2009-10-14CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boardskevin.morfitt@fearnside-systems.co.uk1-16/+20
2009-10-13Add support for Eukrea CPUAT91 SBCTom Rix2-2/+252
2009-09-05arm: Remove -fno-strict-aliasingKumar Gala1-2/+1
2009-08-22ARM: compiler options cleanup - improve tool chain supportWolfgang Denk1-2/+0
2009-08-03rm9200 lowevel_init: don't touch reserved/readonly registersDavid Brownell1-12/+2
2009-07-27cpu/arm920t/start.S: include <common.h> to have ROUND() definedWolfgang Denk1-2/+1
2009-07-23rm9200 ethernet driver: board-specific quirk (csb337)David Brownell1-4/+18
2009-07-06S3C24x0: extract interrupts from timerJean-Christophe PLAGNIOL-VILLARD4-21/+56
2009-07-06arm920t/interrupts: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-6/+6
2009-06-12arm: remove cpu_initJean-Christophe PLAGNIOL-VILLARD1-5/+0
2009-06-12arm: unify interrupt initJean-Christophe PLAGNIOL-VILLARD1-11/+0
2009-06-12arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD1-0/+64
2009-06-12arm920/926/926: remove non needed headerJean-Christophe PLAGNIOL-VILLARD4-4/+0
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD8-15/+17
2009-06-12at91rm9200: move reset code to reset.cJean-Christophe PLAGNIOL-VILLARD3-40/+82
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-10/+0
2009-05-16Fix e-mail address of Gary Jennejohn.Detlev Zundel7-7/+7
2009-04-28Replace __attribute references with __attribute__Peter Tyser2-6/+7
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD1-8/+0
2009-04-05arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD1-63/+10
2009-04-05arm: update co-processor 15 accessJean-Christophe PLAGNIOL-VILLARD1-56/+13
2009-04-04at91rm9200: Reset updateJean-Christophe PLAGNIOL-VILLARD1-10/+4
2009-04-04at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD1-10/+3
2009-04-04at91rm9200: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-114/+1
2009-04-04Add support for the AT91RM9200EK Board.Ulf Samuelsson1-3/+1
2009-03-30s3c2410: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2-180/+1
2009-03-30s3c24x0: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2-448/+1
2009-03-30s3c24x0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-306/+1
2009-03-30imx: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-228/+1
2009-03-30ks8695: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-118/+1
2009-03-21cpu/: get mac address from environmentMike Frysinger1-3/+5
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger1-3/+1
2009-01-06at91rm9200: move define from lowlevel_init to headerJean-Christophe PLAGNIOL-VILLARD1-48/+22
2009-01-06at91rm9200: rename lowlevel init value to CONFIG_SYS_Jean-Christophe PLAGNIOL-VILLARD1-44/+44
2008-12-16i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-14/+0
2008-12-14Remove compiler warning: target CPU does not support interworkingSergei Poselenov1-0/+1
2008-12-02AT91: remove non supported board AT91RM9200DF macroJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-11-25AT91RM9200DK: fix broken boot from NOR flashWolfgang Denk1-1/+1
2008-11-25at91rm9200: fix broken boot from nor flashJens Scharsig1-4/+1
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher12-28/+28
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD12-28/+28
2008-10-14The PIPE_INTERRUPT flag is used wrongRemy Bohmer1-4/+4
2008-09-12at91rm9200: fix errors with CONFIG_CMD_I2C_TREEJens Scharsig1-0/+10
2008-09-12i.mx change get_timer(base) to return time since baseAndrew Dyer1-1/+1
2008-09-12i.MX use u-boot baud rate and don't assume UART master clockAndrew Dyer1-15/+41
2008-09-12arm920t fix constant error in start.SAndrew Dyer1-2/+4
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-32/+32
2008-08-14s3c24x0: Update NAND driver to new API.Scott Wood1-32/+32
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1