summaryrefslogtreecommitdiff
path: root/arch/sparc
Commit message (Expand)AuthorAgeLines
* sparc: Fix build warnings in serial.cSimon Glass2013-03-15-20/+0
* sparc: Fix out-of-tree buildingSimon Glass2013-03-15-14/+0
* Introduce generic link section.h symbol filesSimon Glass2013-03-15-0/+27
* malloc: make malloc_bin_reloc staticGabor Juhos2013-02-19-1/+0
* sparc: Use generic global_dataSimon Glass2013-02-04-45/+1
* sparc: Drop kbd_status and reset_status from global_dataSimon Glass2013-02-04-4/+0
* Add architecture-specific global dataSimon Glass2013-02-01-0/+5
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-13-2/+1
* Add strcasecmp() and strncasecmp()Simon Glass2012-12-11-1/+1
* common: Convert the U-Boot commands to LG-arraysMarek Vasut2012-10-22-2/+2
* sparc: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-19-2/+2
* serial: Use default_serial_puts() in driversMarek Vasut2012-10-17-16/+2
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-15-3/+3
* serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2012-10-15-64/+0
* serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut2012-10-15-14/+69
* serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut2012-10-15-14/+69
* malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck2012-09-26-1/+0
* dm: sparc: Fixup the compile warnings in sparc codeMarek Vasut2012-09-18-7/+6
* global_data: unify global flag definesMike Frysinger2012-08-09-13/+1
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15-5/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15-3/+0
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-4/+4
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-18-1/+1
* bootstage: Convert progress numbers 20-41 to enumsSimon Glass2012-03-18-1/+1
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-18-1/+1
* sparc: fix unused variable warningsMike Frysinger2011-12-05-5/+0
* sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass2011-10-23-10/+3
* sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf2011-10-23-0/+10
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-2/+0
* image: push default arch values to arch headersMike Frysinger2011-10-05-0/+4
* POST: add post_log_res field for post results in global dataValentin Longchamp2011-10-05-0/+1
* console: Implement pre-console bufferGraeme Russ2011-10-05-0/+3
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-04-1/+1
* cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-28-1/+1
* unify version_stringAndreas Bießmann2011-07-28-8/+2
* Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2011-07-26-6/+1
* Timer: Remove set_timer completelyGraeme Russ2011-07-26-7/+0
* Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk2011-04-12-1/+1
* Fix misc spelling errors found by lintianLoïc Minier2011-04-12-4/+4
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-19-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-6/+6
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-2/+4
* Merge branch 'master' of git://git.denx.de/u-boot-sparcWolfgang Denk2010-10-27-0/+11
|\
| * SPARC: added unaligned definitionsMagnus Sjalander2010-10-22-0/+11
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-26-2/+4
|/
* boot: change some arch ifdefs to feature ifdefsJohn Rigby2010-10-18-0/+1
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-14/+16
* Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-23-4/+0
* relocation: fixup cmdtableHeiko Schocher2010-09-19-24/+4
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-19-7/+8