Age | Commit message (Expand) | Author |
2013-05-01 | lib: consolidate hang() | Andreas Bießmann |
2013-03-15 | sparc: Fix build warnings in serial.c | Simon Glass |
2013-03-15 | sparc: Fix out-of-tree building | Simon Glass |
2013-03-15 | Introduce generic link section.h symbol files | Simon Glass |
2013-02-19 | malloc: make malloc_bin_reloc static | Gabor Juhos |
2013-02-04 | sparc: Use generic global_data | Simon Glass |
2013-02-04 | sparc: Drop kbd_status and reset_status from global_data | Simon Glass |
2013-02-01 | Add architecture-specific global data | Simon Glass |
2012-12-13 | env: Use getenv_yesno() more generally | Joe Hershberger |
2012-12-11 | Add strcasecmp() and strncasecmp() | Simon Glass |
2012-10-22 | common: Convert the U-Boot commands to LG-arrays | Marek Vasut |
2012-10-19 | sparc: Change bi_baudrate and global data baudrate to int | Simon Glass |
2012-10-17 | serial: Use default_serial_puts() in drivers | Marek Vasut |
2012-10-15 | usb: lowlevel interface change to support multiple controllers | Lucas Stach |
2012-10-15 | serial: Remove CONFIG_SERIAL_MULTI from serial drivers | Marek Vasut |
2012-10-15 | serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver | Marek Vasut |
2012-10-15 | serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver | Marek Vasut |
2012-09-26 | malloc: remove extern declarations of malloc_bin_reloc() in board.c files | Daniel Schwierzeck |
2012-09-18 | dm: sparc: Fixup the compile warnings in sparc code | Marek Vasut |
2012-08-09 | global_data: unify global flag defines | Mike Frysinger |
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-19 | usb: replace wait_ms() with mdelay() | Mike Frysinger |
2012-03-18 | bootstage: Replace show_boot_progress/error() with bootstage_...() | Simon Glass |
2012-03-18 | bootstage: Convert progress numbers 20-41 to enums | Simon Glass |
2012-03-18 | bootstage: Use show_boot_error() for -ve progress numbers | Simon Glass |
2011-12-05 | sparc: fix unused variable warnings | Mike Frysinger |
2011-10-23 | sparc: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass |
2011-10-23 | sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf |
2011-10-05 | net: drop !NET_MULTI code | Mike Frysinger |
2011-10-05 | image: push default arch values to arch headers | Mike Frysinger |
2011-10-05 | POST: add post_log_res field for post results in global data | Valentin Longchamp |
2011-10-05 | console: Implement pre-console buffer | Graeme Russ |
2011-08-04 | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD |
2011-07-28 | cleanup: Fix typos and misspellings in various files. | Mike Williams |
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-04-12 | Fix misc spelling errors found by lintian | Loïc Minier |
2011-01-19 | Replace "FLASH" strings with "Flash" or "flash" | Peter Tyser |
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 | Merge branch 'master' of git://git.denx.de/u-boot-sparc | Wolfgang Denk |
2010-10-26 | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk |
2010-10-22 | SPARC: added unaligned definitions | Magnus Sjalander |
2010-10-18 | boot: change some arch ifdefs to feature ifdefs | John Rigby |
2010-10-18 | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk |
2010-09-23 | Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature | Stefan Roese |
2010-09-19 | relocation: fixup cmdtable | Heiko Schocher |