aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Use ALL-y style instead of ifeq blocks for better readabilityDaniel Schwierzeck1-1/+1
2011-07-12Blackfin: jtag-console: fix timer usageMike Frysinger1-2/+2
2011-07-12Blackfin: switch to common display_options()Mike Frysinger1-1/+1
2011-07-12Blackfin: serial: move early debug strings into .rodata sectionMike Frysinger1-5/+5
2011-07-12Blackfin: update anomaly lists to latest public infoMike Frysinger8-221/+335
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: portmux: allow header to be included in assembly filesMike Frysinger1-0/+4
2011-07-12Blackfin: sync MMR read/write helpers with LinuxMike Frysinger1-46/+42
2011-07-12Blackfin: gpio: optimize free path a littleMike Frysinger2-1/+4
2011-07-12Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDRMike Frysinger1-0/+3
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 Frysinger4-55/+210
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 Frysinger2-4/+0
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger3-119/+53
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-04-08Blackfin: replace "bfin_reset_or_hang()" with "panic()"Kyle Moffett3-19/+2
2011-04-08Blackfin: bootrom.h: sync with toolchainMike Frysinger1-27/+59
2011-04-08Blackfin: default to L1 bank A when L1 bank B does not existMike Frysinger1-3/+7
2011-04-08Blackfin: turn off caches when self initializingMike Frysinger1-12/+33
2011-04-08Blackfin: only check for os log when we have external memoryMike Frysinger1-1/+1
2011-04-08Blackfin: BF537: unify duplicated headersMike Frysinger4-2446/+2419
2011-04-08Blackfin: BF52x: unify duplicated headersMike Frysinger8-2068/+1481
2011-04-08Blackfin: drop duplicate system mmr and L1 scratch definesMike Frysinger7-42/+1
2011-04-08Blackfin: BF50x: new processor portMike Frysinger14-17/+3193
2011-04-08Blackfin: fix bd_t handlingMike Frysinger2-9/+6
2011-04-08Blackfin: bf537: fix L1 data definesMike Frysinger1-1/+1
2011-04-08Blackfin: serial: clean up muxing a bitMike Frysinger1-31/+20
2011-04-08Blackfin: move CONFIG_BFIN_CPU back to board config.hMike Frysinger3-2/+13
2011-04-08Blackfin: unify bootmode based LDR_FLAGS setupMike Frysinger1-0/+3
2011-04-08Blackfin: drop CONFIG_SYS_TEXT_BASE from boardsMike Frysinger1-0/+4
2011-04-08Blackfin: skip RAM display for 0 mem systemsMike Frysinger1-2/+5
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang1-1/+1
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-1/+2
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-1/+2
2010-11-19Blackfin: drop initcode.o from combined objectMike Frysinger1-4/+0
2010-11-18Blackfin: make sure bss len is multiple of 4 bytesMike Frysinger1-0/+1
2010-11-18Blackfin: stick ins/outs funcs into their own .text sectionMike Frysinger2-0/+5
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2-2/+3
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-3/+0
2010-10-27Blackfin: config.mk: drop manual stripping of config varsMike Frysinger1-2/+0
2010-10-27Blackfin: fix building after asm-offsets.h introMike Frysinger1-0/+3
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk3-7/+4