| Commit message (Expand) | Author | Age | Lines |
* | Consolidate bootcount code into drivers/bootcount | Stefan Roese | 2012-09-01 | -35/+0 |
* | global_data: unify global flag defines | Mike Frysinger | 2012-08-09 | -13/+1 |
* | Blackfin: easylogo: add lzma logos | Mike Frysinger | 2012-02-03 | -0/+2898 |
* | CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there | Tom Rini | 2012-06-20 | -3/+0 |
* | net: move bootfile init into eth_initialize | Mike Frysinger | 2012-05-15 | -6/+1 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | -4/+0 |
* | Blackfin: move gd/bd to bss by default | Mike Frysinger | 2012-04-22 | -23/+43 |
* | Blackfin: gd_t: relocate volatile markings | Mike Frysinger | 2012-04-22 | -1/+1 |
* | linkage.h: move from blackfin to common includes | Macpaul Lin | 2012-02-12 | -53/+7 |
* | Blackfin: add in/out le32 variants | Mike Frysinger | 2012-02-12 | -0/+2 |
* | Blackfin: cache result of cpp check | Mike Frysinger | 2011-11-18 | -1/+2 |
* | Blackfin: traps: fix up printf warnings from debug | Mike Frysinger | 2011-11-18 | -5/+10 |
* | Blackfin: drop now unused local variable | Mike Frysinger | 2011-11-18 | -1/+0 |
* | blackfin: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -7/+2 |
* | Blackfin: define CONFIG_SYS_CACHELINE_SIZE | Mike Frysinger | 2011-10-16 | -0/+74 |
* | image: push default arch values to arch headers | Mike Frysinger | 2011-10-05 | -0/+3 |
* | POST: add post_log_res field for post results in global data | Valentin Longchamp | 2011-10-05 | -0/+1 |
* | console: Implement pre-console buffer | Graeme Russ | 2011-10-05 | -0/+3 |
* | Blackfin: uart: implement loop callback for post | Mike Frysinger | 2011-09-29 | -0/+40 |
* | Blackfin: post: generalize led/button tests with GPIOs | Mike Frysinger | 2011-09-29 | -0/+104 |
* | Blackfin: post: drop custom test list | Mike Frysinger | 2011-09-29 | -251/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2011-08-02 | -409/+758 |
|\ |
|
| * | Blackfin: jtag-console: fix timer usage | Mike Frysinger | 2011-07-12 | -2/+2 |
| * | Blackfin: switch to common display_options() | Mike Frysinger | 2011-07-12 | -1/+1 |
| * | Blackfin: serial: move early debug strings into .rodata section | Mike Frysinger | 2011-07-12 | -5/+5 |
| * | Blackfin: update anomaly lists to latest public info | Mike Frysinger | 2011-07-12 | -221/+335 |
| * | Blackfin: serial: convert to bfin_{read,write} helpers | Mike Frysinger | 2011-07-12 | -17/+19 |
| * | Blackfin: split out async setup | Mike Frysinger | 2011-07-12 | -50/+84 |
| * | Blackfin: drop unused dma.h header from start code | Mike Frysinger | 2011-07-12 | -1/+0 |
| * | Blackfin: portmux: allow header to be included in assembly files | Mike Frysinger | 2011-07-12 | -0/+4 |
| * | Blackfin: sync MMR read/write helpers with Linux | Mike Frysinger | 2011-07-12 | -46/+42 |
| * | Blackfin: gpio: optimize free path a little | Mike Frysinger | 2011-07-12 | -1/+4 |
| * | Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDR | Mike Frysinger | 2011-07-12 | -0/+3 |
| * | Blackfin: uart: fix printf warning | Mike Frysinger | 2011-07-12 | -1/+1 |
| * | Blackfin: add init.elf helper code | Mike Frysinger | 2011-07-12 | -1/+43 |
| * | Blackfin: dont reset SWRST on newer bf526 parts | Mike Frysinger | 2011-07-12 | -1/+3 |
| * | Blackfin: uart: add multiple serial support | Mike Frysinger | 2011-07-12 | -55/+210 |
| * | Blackfin: uart: move debug buffers into local bss | Mike Frysinger | 2011-07-12 | -8/+3 |
* | | unify version_string | Andreas Bießmann | 2011-07-28 | -3/+0 |
* | | Timer: Remove reset_timer() for non-Nios2 arches | Graeme Russ | 2011-07-26 | -5/+0 |
* | | Use ALL-y style instead of ifeq blocks for better readability | Daniel Schwierzeck | 2011-07-26 | -1/+1 |
|/ |
|
* | Blackfin: use on-chip reset func with newer parts | Mike Frysinger | 2011-06-03 | -36/+34 |
* | Blackfin: use common LDSCRIPT logic | Mike Frysinger | 2011-06-03 | -4/+0 |
* | gpio: generalize for all generic gpio providers | Mike Frysinger | 2011-04-13 | -119/+53 |
* | Make STANDALONE_LOAD_ADDR configurable per board | Wolfgang Denk | 2011-04-12 | -1/+1 |
* | Blackfin: replace "bfin_reset_or_hang()" with "panic()" | Kyle Moffett | 2011-04-08 | -19/+2 |
* | Blackfin: bootrom.h: sync with toolchain | Mike Frysinger | 2011-04-08 | -27/+59 |
* | Blackfin: default to L1 bank A when L1 bank B does not exist | Mike Frysinger | 2011-04-08 | -3/+7 |
* | Blackfin: turn off caches when self initializing | Mike Frysinger | 2011-04-08 | -12/+33 |
* | Blackfin: only check for os log when we have external memory | Mike Frysinger | 2011-04-08 | -1/+1 |