aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/cpu
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk3-51/+3
2013-05-13bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang2-126/+21
2013-05-13blackfin: Add comments for watchdog event initialization.Sonic Zhang1-2/+10
2013-05-13blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang8-1042/+4
2013-05-13blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang4-33/+22
2013-05-13blackfin: Uart divisor should be set after their values are generated.Sonic Zhang1-2/+5
2013-05-13blackfin: Add memory virtual console to blackfin serial driver.Sonic Zhang1-1/+59
2013-05-13blackfin: Enable early print via the generic serial API.Sonic Zhang2-52/+29
2013-05-13blackfin: Correct early serial mess output in BYPASS boot mode.Sonic Zhang3-2/+22
2013-05-13blackfin: Set correct early debug serial baudrate.Sonic Zhang4-77/+48
2013-05-13blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang1-0/+30
2013-05-13Blackfin: adjust asm constraints with NMI workaroundMike Frysinger1-1/+2
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15blackfin: Remove noreturn attribute from cpu_init_f()Simon Glass1-1/+0
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-04blackfin: bf60x: add resume from hibernateSteven Miao1-0/+46
2013-03-04blackfin: bf60x: add hw watchdog supportBob Liu2-0/+15
2013-03-04blackfin: bf60x: add gpio supportBob Liu1-7/+29
2013-03-04blackfin: bf60x: add serial supportSonic Zhang4-238/+574
2013-03-04blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang4-20/+367
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-6/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+4
2012-10-15serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTIMarek Vasut1-7/+30
2012-10-15serial: bfin: Adjust serial_register_bfin_uart()Marek Vasut1-1/+1
2012-10-15serial: Rename .init() and .uninit() in serial_deviceMarek Vasut1-2/+2
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese2-35/+0
2012-02-12linkage.h: move from blackfin to common includesMacpaul Lin1-1/+1
2011-11-18Blackfin: traps: fix up printf warnings from debugMike Frysinger1-5/+10
2011-09-29Blackfin: uart: implement loop callback for postMike Frysinger1-0/+40
2011-08-02Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk13-140/+367
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-12Blackfin: jtag-console: fix timer usageMike Frysinger1-2/+2
2011-07-12Blackfin: serial: move early debug strings into .rodata sectionMike Frysinger1-5/+5
2011-07-12Blackfin: serial: convert to bfin_{read,write} helpersMike Frysinger3-17/+19
2011-07-12Blackfin: split out async setupMike Frysinger3-50/+84
2011-07-12Blackfin: drop unused dma.h header from start codeMike Frysinger1-1/+0
2011-07-12Blackfin: gpio: optimize free path a littleMike Frysinger1-0/+2
2011-07-12Blackfin: uart: fix printf warningMike Frysinger1-1/+1
2011-07-12Blackfin: add init.elf helper codeMike Frysinger4-1/+43
2011-07-12Blackfin: dont reset SWRST on newer bf526 partsMike Frysinger1-1/+3
2011-07-12Blackfin: uart: add multiple serial supportMike Frysinger3-55/+206
2011-07-12Blackfin: uart: move debug buffers into local bssMike Frysinger1-8/+3
2011-06-03Blackfin: use on-chip reset func with newer partsMike Frysinger1-36/+34
2011-06-03Blackfin: use common LDSCRIPT logicMike Frysinger1-0/+158
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger2-119/+0
2011-04-08Blackfin: replace "bfin_reset_or_hang()" with "panic()"Kyle Moffett3-19/+2
2011-04-08Blackfin: turn off caches when self initializingMike Frysinger1-12/+33
2011-04-08Blackfin: BF50x: new processor portMike Frysinger3-17/+37
2011-04-08Blackfin: serial: clean up muxing a bitMike Frysinger1-31/+20
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-1/+2