aboutsummaryrefslogtreecommitdiff
path: root/cpu/blackfin
AgeCommit message (Expand)AuthorFilesLines
2010-04-13blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*Peter Tyser18-2757/+0
2010-01-17Blackfin: add support for kgdbRobin Getz2-5/+157
2010-01-17Blackfin: handle anomaly 05000257Robin Getz1-1/+10
2010-01-17Blackfin: keep hwtrace on CPLB missRobin Getz1-0/+9
2010-01-17Blackfin: use new bfin read/write mmr helper funcsMike Frysinger4-79/+90
2010-01-17Blackfin: move watchdog config check to MakefileMike Frysinger2-4/+2
2010-01-17Blackfin: support boards with no external memoryMike Frysinger2-1/+21
2010-01-17Blackfin: re-architect initcodeMike Frysinger1-52/+169
2010-01-17Blackfin: move section length calculation to linker scriptMike Frysinger2-16/+13
2009-12-05Generic udelay() with watchdog supportIngo van Lil1-1/+1
2009-10-13Blackfin: reset watchdog in udelay()Mike Frysinger1-0/+3
2009-09-02Blackfin: use scratch pad for exception stackMike Frysinger1-0/+5
2009-07-18Blackfin: split cpu COBJS into multilinesMike Frysinger1-1/+7
2009-07-18Blackfin: add os log functionsMike Frysinger2-1/+31
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-3/+3
2009-06-15Blackfin: bump up default JTAG console timeoutVivi Li1-1/+1
2009-06-12Add support for Linux-like kallsysmsMike Frysinger2-48/+5
2009-05-19Blackfin: fix timer_init()/timer_reset()Graf Yang1-2/+3
2009-05-06Blackfin: avoid get_sclk() with early serial debugMike Frysinger1-5/+5
2009-05-06Blackfin: fix booting with older bootroms (no EVT1)Mike Frysinger2-1/+11
2009-05-06Blackfin: recurse with early serial initcodeMike Frysinger1-1/+1
2009-04-06Blackfin: audit UART for all known anomaliesMike Frysinger2-2/+21
2009-04-06Blackfin: add check for anomaly 05000362Mike Frysinger1-0/+9
2009-04-06Blackfin: add comment about anomaly 05000430 avoidanceMike Frysinger1-0/+2
2009-04-06Blackfin: add workaround for anomaly 05000242Mike Frysinger1-1/+1
2009-04-06Blackfin: add workaround for anomaly 05000171Mike Frysinger1-0/+4
2009-04-02Blackfin: do not delay on output bytesMike Frysinger1-4/+0
2009-04-02Blackfin: fix crash when booting from external memoryMike Frysinger2-0/+11
2009-03-23Blackfin: put memory into self-refresh before/after programming clocksMike Frysinger2-82/+190
2009-03-23Blackfin: do not program voltage regulator on parts that do not have oneMike Frysinger1-3/+20
2009-03-23Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllersMike Frysinger1-0/+33
2009-03-23Blackfin: handle reboot anomaly 432Mike Frysinger1-0/+6
2009-03-23Blackfin: kill off LDR jump blockMike Frysinger2-7/+5
2009-03-23Blackfin: simplify symbol_lookup() a bitMike Frysinger1-1/+1
2009-03-23Blackfin: mark bfin_reset staticMike Frysinger1-1/+1
2009-03-23Blackfin: fix jtag console tstcMike Frysinger1-4/+11
2009-02-21Blackfin: disable syscontrol code for nowMike Frysinger1-0/+1
2009-02-05Blackfin: dynamically update UART speed when initializingMike Frysinger2-91/+43
2009-02-05Blackfin: add support for fast SPI reads with Boot ROMMike Frysinger1-8/+17
2009-02-05Blackfin: check for reserved settings in DDR MMRsMike Frysinger1-0/+7
2009-02-05Blackfin: set default voltage levels for BF538/BF539 partsMike Frysinger1-0/+3
2009-02-05Blackfin: use on-chip syscontrol() rom function when availableMike Frysinger1-22/+38
2009-02-02Blackfin: rewrite cache handling functionsMike Frysinger1-46/+72
2009-02-02Blackfin: enable --gc-sectionsMike Frysinger1-0/+1
2009-02-02Blackfin: dont check baud if it wont actually get usedMike Frysinger1-1/+5
2009-01-28Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger1-10/+11
2009-01-28Blackfin: allow serial console to be disabledMike Frysinger2-0/+8
2009-01-28Blackfin: support console-over-JTAGMike Frysinger2-4/+130
2009-01-28Blackfin: handle new anomalies with resetMike Frysinger1-5/+15
2009-01-28Blackfin: pass RETX to LinuxMike Frysinger1-0/+6