aboutsummaryrefslogtreecommitdiff
path: root/cpu/s3c44b0
AgeCommit message (Expand)AuthorFilesLines
2009-06-12arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD2-2/+5
2009-04-05Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-9/+0
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD1-9/+0
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-1/+0
2009-03-29s3c44b0: extract cache from cpu.cJean-Christophe PLAGNIOL-VILLARD3-63/+92
2009-03-29s3c44b0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-219/+1
2009-03-29s3c44b0: move rtc driver to drivers/rtcJean-Christophe PLAGNIOL-VILLARD1-77/+0
2009-03-29s3c44b0: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD1-291/+0
2008-12-13Remove compiler warning: target CPU does not support interworkingSergei Poselenov1-0/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2-5/+5
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD1-1/+3
2008-05-21Big white-space cleanup.Wolfgang Denk1-2/+2
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-1/+3
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel1-104/+0
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2005-10-04Update ARM Integrator boards:Wolfgang Denk1-1/+0
2005-10-04Make sure only supported compiler options are usedWolfgang Denk1-2/+10
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk1-1/+3
2005-04-04Fix timer code for ARM systems: make sure that udelay() does notwdenk1-8/+15
2005-04-03Patch by Steven Scholz, 25 Oct 2004:wdenk2-4/+0
2005-04-02Prepare for SoC rework of ARM code:wdenk1-2/+2
2004-10-17Code cleanup for GCC-3.3.x compilerswdenk2-4/+4
2004-03-14Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk1-10/+9
2004-02-24* Patch by Andrea Scian, 17 Feb 2004:wdenk6-0/+1306