Age | Commit message (Expand) | Author |
2012-10-19 | microblaze: Change bi_baudrate and global data baudrate to int | Simon Glass |
2012-10-15 | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut |
2012-09-11 | microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE | Michal Simek |
2012-09-11 | microblaze: Clean microblaze initialization | Michal Simek |
2012-09-11 | microblaze: timer: Prepare for device-tree initialization | Michal Simek |
2012-09-11 | microblaze: intc: Coding style cleanup | Michal Simek |
2012-09-11 | microblaze: intc: Registering interrupt should return value | Michal Simek |
2012-09-11 | microblaze: board: Remove compilation warning | Michal Simek |
2012-09-11 | microblaze: Add support for device tree driven board configuration | Michal Simek |
2012-08-09 | global_data: unify global flag defines | Mike Frysinger |
2012-07-10 | microblaze: intc: Clear interrupt code | Michal Simek |
2012-07-10 | microblaze: Call serial multi initialization | Michal Simek |
2012-07-10 | microblaze: Move __udelay implementation | Michal Simek |
2012-07-10 | microblaze: Remove extern from board.c | Michal Simek |
2012-07-09 | microblaze: Move individual board linker scripts to common script in cpu tree. | Michal Simek |
2012-07-09 | microblaze: Add gpio.h | Michal Simek |
2012-05-15 | net: move bootfile init into eth_initialize | Mike Frysinger |
2012-05-15 | net: punt bd->bi_ip_addr | Mike Frysinger |
2012-03-18 | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass |
2012-03-18 | bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() | Simon Glass |
2012-02-23 | microblaze: avoid interrupt race conditions | Stephan Linz |
2012-02-23 | microblaze: fix build failure due to undefined reference to `get_ticks' | Stephan Linz |
2011-10-24 | microblaze: Fix strict-aliasing rules for in_be32 | Michal Simek |
2011-10-23 | microblaze: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass |
2011-10-23 | microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf |
2011-10-10 | microblaze: Copy bootfile from variables | Michal Simek |
2011-10-10 | microblaze: Fix unaligned.h for endians | Michal Simek |
2011-10-10 | microblaze: Initialize jumptable and console | Michal Simek |
2011-10-10 | microblaze: Support flashes on lower addresses | Michal Simek |
2011-10-10 | microblaze: Call common console_init_f initialization function | Michal Simek |
2011-10-05 | image: push default arch values to arch headers | Mike Frysinger |
2011-10-05 | console: Implement pre-console buffer | Graeme Russ |
2011-10-03 | microblaze: Clean up reset asm code | Michal Simek |
2011-10-03 | microblaze: Save and restore first unused vector | Michal Simek |
2011-10-03 | microblaze: Setup MB vectors if feature is enable for u-boot | Michal Simek |
2011-10-03 | microblaze: Remove debug saving value | Michal Simek |
2011-07-28 | unify version_string | Andreas Bießmann |
2011-07-26 | Timer: Remove reset_timer() for non-Nios2 arches | Graeme Russ |
2011-07-26 | Timer: Remove set_timer completely | Graeme Russ |
2011-04-12 | Make STANDALONE_LOAD_ADDR configurable per board | Wolfgang Denk |
2011-02-15 | microblaze: Fix msr handling in interrupt_handler | Michal Simek |
2011-02-15 | microblaze: Fix systems with MSR=0 | Michal Simek |
2011-01-19 | Replace "FLASH" strings with "Flash" or "flash" | Peter Tyser |
2011-01-10 | microblaze: Fix bd_info pointer | Michal Simek |
2011-01-10 | microblaze: Disabling interrupt should return 1 if was enabled | Michal Simek |
2010-11-17 | Switch from archive libraries to partial linking | Sebastien Carlier |
2010-10-29 | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk |
2010-10-27 | Coding Style cleanup | Wolfgang Denk |
2010-10-26 | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk |
2010-10-18 | FDT: only call boot_get_fdt from generic code | John Rigby |