summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
...
* blackfin: don't use 'bool' when it causes problemsWolfgang Denk2013-11-252-4/+4
* include: delete include/linux/config.hMasahiro Yamada2013-11-081-1/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-082-2/+0
* config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring2013-11-041-7/+0
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-11-044-1/+24
|\
| * blackfin: Move machine specific gpio_port_t structure back to blackfin arch f...Steven Miao2013-11-043-1/+21
| * blackfin: fix a warning in arch/blackfin/cpu/cpu.cMasahiro Yamada2013-11-041-0/+3
* | blackfin: convert makefiles to Kbuild styleMasahiro Yamada2013-11-012-74/+32
|/
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-142-2/+2
* blackfin: Fix using gd->baudrate before setting its valueAxel Lin2013-07-311-2/+1
* blackfin: gpio: Use proper mask for comparing functionAxel Lin2013-07-311-5/+6
* blackfin: gpio: Unreserve gpio in special_gpio_free()Axel Lin2013-07-311-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-0/+7
|\
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-0/+7
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2426-430/+26
|/
* blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-121-0/+2
* bfin: Move gpio support for bf54x and bf60x into the generic driver folder.Sonic Zhang2013-05-134-183/+31
* blackfin: Add comments for watchdog event initialization.Sonic Zhang2013-05-131-2/+10
* blackfin: Move blackfin serial driver out of blackfin arch folder.Sonic Zhang2013-05-138-419/+4
* blackfin: Move blackfin watchdog driver out of the blackfin arch folder.Sonic Zhang2013-05-135-35/+24
* bf609: add SPI register base addressScott Jiang2013-05-131-0/+3
* blackfin: Uart divisor should be set after their values are generated.Sonic Zhang2013-05-131-2/+5
* blackfin: Add memory virtual console to blackfin serial driver.Sonic Zhang2013-05-131-1/+59
* blackfin: Enable early print via the generic serial API.Sonic Zhang2013-05-132-52/+29
* blackfin: bf609: add softswitch config commandBob Liu2013-05-131-0/+18
* blackfin: Correct early serial mess output in BYPASS boot mode.Sonic Zhang2013-05-134-3/+27
* blackfin: Set correct early debug serial baudrate.Sonic Zhang2013-05-136-88/+123
* blackfin: run core1 from L1 code sram start address in uboot init code on core 0Sonic Zhang2013-05-133-0/+34
* blackfin: add baudrate to bdinfoBob Liu2013-05-131-0/+2
* Blackfin: adjust asm constraints with NMI workaroundMike Frysinger2013-05-131-1/+2
* blackfin: limit the max memory dma peripheral transfer size to 4 bytes.Sonic Zhang2013-05-131-3/+6
* blackfin: Change the member's type in dma structures.Sonic Zhang2013-05-131-12/+12
* lib: consolidate hang()Andreas Bießmann2013-05-011-14/+0
* Consolidate bool typeYork Sun2013-04-011-3/+0
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | blackfin: Remove noreturn attribute from cpu_init_f()Simon Glass2013-03-151-1/+0
* | blackfin: Fix up board_type global dataSimon Glass2013-03-152-1/+2
* | Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
|/
* blackfin: bf60x: add resume from hibernateSteven Miao2013-03-041-0/+46
* blackfin: bf60x: add hw watchdog supportBob Liu2013-03-042-0/+15
* blackfin: add bf6xx spi driverScott Jiang2013-03-041-0/+240
* blackfin: bf60x: add rsi/sdh supportSonic Zhang2013-03-041-2/+36
* blackfin: bf60x: add gpio supportBob Liu2013-03-043-8/+181
* blackfin: bf60x: support big cplb pageBob Liu2013-03-042-6/+44
* blackfin: bf60x: add dma supportBob Liu2013-03-043-76/+156
* blackfin: bf60x: add serial supportSonic Zhang2013-03-047-238/+642
* blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang2013-03-047-41/+468
* blackfin: bf60x: new processor header filesBob Liu2013-03-0413-1/+1090
* blackfin: Use generic global_dataSimon Glass2013-02-041-31/+1
OpenPOWER on IntegriCloud