summaryrefslogtreecommitdiff
path: root/arch/blackfin/cpu
AgeCommit message (Expand)AuthorFilesLines
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-08cppcheck cleanup: fix nullPointer errorsWolfgang Denk1-0/+1
2014-08-07blackfin: convert blackfin board_f and board_r to use generic board init func...Sonic Zhang3-39/+313
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-5/+5
2014-04-18blackfin: make name_to_gpio be a weak symbolIan Campbell1-0/+48
2014-02-25kbuild: use shorten logs for misc targetsMasahiro Yamada1-1/+5
2014-02-19kbuild: use scripts/Makefile.cleanMasahiro Yamada1-0/+1
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-3/+2
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-4/+4
2014-02-07blackfin: init bss earlyBob Liu1-1/+1
2014-02-07blackfin: The logic of the BF609 macro is opposite.Sonic Zhang1-3/+3
2013-12-16blackfin: remove build warningSonic Zhang1-8/+10
2013-12-06blackfin: Do not generate unused header bootrom-asm-offsets.hMasahiro Yamada4-65/+0
2013-12-06blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as defaultSonic Zhang1-1/+1
2013-12-02Blackfin: remove executable permission of AWK scriptMasahiro Yamada1-0/+0
2013-11-25blackfin: don't use 'bool' when it causes problemsWolfgang Denk1-3/+3
2013-11-04Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini3-1/+21
2013-11-04blackfin: Move machine specific gpio_port_t structure back to blackfin arch f...Steven Miao2-1/+18
2013-11-04blackfin: fix a warning in arch/blackfin/cpu/cpu.cMasahiro Yamada1-0/+3
2013-11-01blackfin: convert makefiles to Kbuild styleMasahiro Yamada1-38/+16
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-07-31blackfin: gpio: Use proper mask for comparing functionAxel Lin1-5/+6
2013-07-31blackfin: gpio: Unreserve gpio in special_gpio_free()Axel Lin1-2/+2
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-16blackfin: Remove noreturn attribute from cpu_init_f()Simon Glass1-1/+0
2013-03-13Refactor 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-13linkage.h: move from blackfin to common includesMacpaul Lin1-1/+1