| Commit message (Expand) | Author | Age | Lines |
* | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | -7/+0 |
* | microblaze: fix style in board.c | Andreas Bießmann | 2013-05-01 | -32/+31 |
* | watchdog: Add support for Xilinx Microblaze watchdog | Michal Simek | 2013-04-30 | -0/+7 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | -1/+1 |
|\ |
|
| * | Refactor linker-generated arrays | Albert ARIBAUD | 2013-03-12 | -1/+1 |
* | | Introduce generic link section.h symbol files | Simon Glass | 2013-03-15 | -0/+27 |
|/ |
|
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze | Tom Rini | 2013-02-04 | -0/+92 |
|\ |
|
| * | microblaze: Add muldi3.c which contains routines for _muldi3 | David Holsgrove | 2013-02-04 | -0/+92 |
* | | microblaze: Use generic global_data | Simon Glass | 2013-02-04 | -26/+1 |
* | | Add architecture-specific global data | Simon Glass | 2013-02-01 | -0/+6 |
|/ |
|
* | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | -3/+1 |
* | microblaze: Fix compilation failure because of missing libdts | Michal Simek | 2012-11-08 | -0/+2 |
* | microblaze: Remove asm/bitops.h from asm/posix_types.h | Michal Simek | 2012-11-07 | -3/+0 |
* | microblaze: Flush caches before enabling them | Michal Simek | 2012-11-07 | -10/+6 |
* | microblaze: Fix byteorder for microblaze | Michal Simek | 2012-11-07 | -23/+0 |
* | microblaze: Fix compilation warning in ext2_find_next_zero_bit | Michal Simek | 2012-11-07 | -1/+2 |
* | common: Discard the __u_boot_cmd section | Marek Vasut | 2012-10-22 | -8/+0 |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | -0/+5 |
* | microblaze: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -2/+2 |
* | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut | 2012-10-15 | -2/+0 |
* | microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE | Michal Simek | 2012-09-11 | -4/+6 |
* | microblaze: Clean microblaze initialization | Michal Simek | 2012-09-11 | -15/+7 |
* | microblaze: timer: Prepare for device-tree initialization | Michal Simek | 2012-09-11 | -38/+39 |
* | microblaze: intc: Coding style cleanup | Michal Simek | 2012-09-11 | -13/+13 |
* | microblaze: intc: Registering interrupt should return value | Michal Simek | 2012-09-11 | -8/+19 |
* | microblaze: board: Remove compilation warning | Michal Simek | 2012-09-11 | -1/+2 |
* | microblaze: Add support for device tree driven board configuration | Michal Simek | 2012-09-11 | -0/+28 |
* | global_data: unify global flag defines | Mike Frysinger | 2012-08-09 | -13/+1 |
* | microblaze: intc: Clear interrupt code | Michal Simek | 2012-07-10 | -47/+54 |
* | microblaze: Call serial multi initialization | Michal Simek | 2012-07-10 | -0/+5 |
* | microblaze: Move __udelay implementation | Michal Simek | 2012-07-10 | -43/+19 |
* | microblaze: Remove extern from board.c | Michal Simek | 2012-07-10 | -4/+0 |
* | microblaze: Move individual board linker scripts to common script in cpu tree. | Michal Simek | 2012-07-09 | -0/+73 |
* | microblaze: Add gpio.h | Michal Simek | 2012-07-09 | -0/+41 |
* | net: move bootfile init into eth_initialize | Mike Frysinger | 2012-05-15 | -4/+0 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | -4/+0 |
* | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass | 2012-03-18 | -1/+1 |
* | bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() | Simon Glass | 2012-03-18 | -1/+1 |
* | microblaze: avoid interrupt race conditions | Stephan Linz | 2012-02-23 | -2/+2 |
* | microblaze: fix build failure due to undefined reference to `get_ticks' | Stephan Linz | 2012-02-23 | -0/+18 |
* | microblaze: Fix strict-aliasing rules for in_be32 | Michal Simek | 2011-10-24 | -1/+1 |
* | microblaze: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -3/+2 |
* | microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+37 |
* | microblaze: Copy bootfile from variables | Michal Simek | 2011-10-10 | -0/+4 |
* | microblaze: Fix unaligned.h for endians | Michal Simek | 2011-10-10 | -16/+1 |
* | microblaze: Initialize jumptable and console | Michal Simek | 2011-10-10 | -0/+6 |
* | microblaze: Support flashes on lower addresses | Michal Simek | 2011-10-10 | -1/+36 |
* | microblaze: Call common console_init_f initialization function | Michal Simek | 2011-10-10 | -0/+1 |
* | image: push default arch values to arch headers | Mike Frysinger | 2011-10-05 | -0/+2 |
* | console: Implement pre-console buffer | Graeme Russ | 2011-10-05 | -0/+3 |