summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-4/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-4/+0
2012-03-19bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-02-23microblaze: avoid interrupt race conditionsStephan Linz1-2/+2
2012-02-23microblaze: fix build failure due to undefined reference to `get_ticks'Stephan Linz1-0/+18
2011-10-24microblaze: Fix strict-aliasing rules for in_be32Michal Simek1-1/+1
2011-10-24microblaze: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-3/+2
2011-10-23microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+37
2011-10-10microblaze: Copy bootfile from variablesMichal Simek1-0/+4
2011-10-10microblaze: Fix unaligned.h for endiansMichal Simek1-16/+1
2011-10-10microblaze: Initialize jumptable and consoleMichal Simek1-0/+6
2011-10-10microblaze: Support flashes on lower addressesMichal Simek2-1/+36
2011-10-10microblaze: Call common console_init_f initialization functionMichal Simek1-0/+1
2011-10-06image: push default arch values to arch headersMike Frysinger1-0/+2
2011-10-06console: Implement pre-console bufferGraeme Russ1-0/+3
2011-10-03microblaze: Clean up reset asm codeMichal Simek1-20/+5
2011-10-03microblaze: Save and restore first unused vectorMichal Simek1-2/+4
2011-10-03microblaze: Setup MB vectors if feature is enable for u-bootMichal Simek1-12/+22
2011-10-03microblaze: Remove debug saving valueMichal Simek1-2/+0
2011-07-28unify version_stringAndreas Bießmann1-3/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-6/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-04-13Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-02-15microblaze: Fix msr handling in interrupt_handlerMichal Simek1-18/+1
2011-02-15microblaze: Fix systems with MSR=0Michal Simek1-1/+1
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-1/+1
2011-01-10microblaze: Fix bd_info pointerMichal Simek1-3/+5
2011-01-10microblaze: Disabling interrupt should return 1 if was enabledMichal Simek1-1/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-3/+0
2010-10-28Coding Style cleanupWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk3-2/+3
2010-10-19FDT: only call boot_get_fdt from generic codeJohn Rigby1-9/+5
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2-3/+3
2010-10-12microblaze: Support little-endian microblaze targetMichal Simek2-9/+55
2010-10-12microblaze: Add support for NET_MULTI apiMichal Simek1-2/+10
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-1/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-3/+3
2010-04-16microblaze: Consolidate cache codeMichal Simek3-44/+28
2010-04-16microblaze: Flush cache before jumping to kernelMichal Simek1-0/+8
2010-04-16microblaze: Support system with WB cacheMichal Simek1-1/+1
2010-04-16microblaze: Change initialization sequenceMichal Simek1-3/+12
2010-04-16microblaze: Change cache report messagesMichal Simek1-2/+2
2010-04-16microblaze: Fix interrupt handler codeMichal Simek1-17/+11
2010-04-16microblaze: Move FSL initialization to board.cMichal Simek2-8/+6
2010-04-16microblaze: Move timer initialization to board.cMichal Simek3-7/+9
2010-04-16microblaze: Fix irq.S codeMichal Simek1-120/+62
2010-04-16microblaze: Add FDT supportArun Bhanu1-5/+34