| Commit message (Expand) | Author | Age | Files | Lines |
* | SPARC: Remove | Tom Rini | 2017-04-05 | 23 | -7950/+0 |
* | Fix spelling of "transferred". | Vagrant Cascadian | 2016-03-22 | 1 | -4/+4 |
* | sparc: Remove non-generic board init files: board.c, time.c | Francois Retief | 2015-12-03 | 4 | -129/+1 |
* | sparc: leon3: Added busy wait function, made wait_ms() work when IRQ is disabled | Daniel Hellstrom | 2015-12-03 | 1 | -2/+30 |
* | sparc: leon3: Added CPU count and frequency detection. | Daniel Hellstrom | 2015-12-03 | 1 | -1/+45 |
* | sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boards | Francois Retief | 2015-12-03 | 2 | -0/+20 |
* | sparc: Update PROM initialization code for generic board | Francois Retief | 2015-12-03 | 4 | -28/+32 |
* | sparc: Update cpu_init.c to use generic timer infrastructure | Francois Retief | 2015-12-03 | 2 | -69/+99 |
* | sparc: leon2: Updates for generic board initialization | Francois Retief | 2015-12-03 | 2 | -75/+107 |
* | sparc: leon3: Updates for generic board initialization | Francois Retief | 2015-12-03 | 2 | -116/+143 |
* | sparc: leon3: Clear all unused GPTIMER registers. | Daniel Hellstrom | 2015-12-03 | 1 | -1/+9 |
* | sparc: leon3: Move ambapp_bus_init() call to arch_cpu_init() function | Francois Retief | 2015-12-03 | 2 | -5/+6 |
* | sparc: leon3: Move snoop detection from startup.S to arch_cpu_init() | Francois Retief | 2015-12-03 | 3 | -19/+16 |
* | sparc: Initial ground work for generic board initialization | Francois Retief | 2015-12-03 | 4 | -22/+24 |
* | sparc: Fix whitespace in cpu/leon2/cpu_init.c | Francois Retief | 2015-12-03 | 1 | -5/+5 |
* | sparc: leon3: Updated serial driver to use CONFIG_CONS_INDEX | Francois Retief | 2015-12-03 | 1 | -0/+5 |
* | sparc: Serial baud rate register support multiple buses with different frequency | Daniel Hellstrom | 2015-12-03 | 2 | -4/+15 |
* | sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failure | Francois Retief | 2015-12-03 | 1 | -0/+1 |
* | sparc: Remove version_string variable from start.S file | Francois Retief | 2015-12-03 | 2 | -21/+6 |
* | sparc: Move SYS_SPARC_NWINDOWS to Kconfig | Francois Retief | 2015-12-03 | 1 | -0/+5 |
* | sparc: leon3: Add debug_uart support to LEON3 serial driver. | Francois Retief | 2015-11-13 | 2 | -2/+30 |
* | sparc: ambapp: Removed warning and unnecessary printout. | Daniel Hellstrom | 2015-11-13 | 1 | -1/+2 |
* | sparc: leon3: Moved GRLIB core header files to common include/grlib directory | Daniel Hellstrom | 2015-11-13 | 4 | -17/+20 |
* | sparc: leon3: Added memory controller initialization using new AMBA PnP routi... | Daniel Hellstrom | 2015-11-13 | 5 | -2/+621 |
* | sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. | Daniel Hellstrom | 2015-11-13 | 7 | -415/+1225 |
* | sparc: Update startup code to take PIC mode into account | Francois Retief | 2015-11-13 | 2 | -38/+82 |
* | sparc: Update LEON serial drivers to use readl/writel macros | Francois Retief | 2015-11-13 | 3 | -112/+118 |
* | sparc: Fix broken files during license changes | Francois Retief | 2015-11-13 | 1 | -3/+0 |
* | sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mk | Masahiro Yamada | 2014-11-04 | 2 | -16/+0 |
* | sparc: move CONFIG_{LEON, LEON2, LEON3} to Kconfig | Masahiro Yamada | 2014-11-04 | 2 | -4/+0 |
* | sparc: merge LEON2 and LEON3 linker scripts | Masahiro Yamada | 2014-07-22 | 1 | -4/+2 |
* | sparc: merge LEON3 linker scripts | Masahiro Yamada | 2014-07-22 | 1 | -0/+144 |
* | leon: implement missing get_tbclk() | Daniel Hellstrom | 2014-05-08 | 2 | -0/+10 |
* | leon: use CONFIG_SYS_HZ to config timer prescaler | Daniel Hellstrom | 2014-05-08 | 2 | -16/+18 |
* | sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definition | Masahiro Yamada | 2014-03-21 | 2 | -2/+2 |
* | usb: create common header virtual root hub descriptors | Stephen Warren | 2014-03-10 | 1 | -104/+3 |
* | sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversion | Tom Rini | 2013-11-25 | 1 | -29/+37 |
* | sparc: include config.h to start.S | Masahiro Yamada | 2013-11-08 | 1 | -0/+2 |
* | sparc: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 2 | -50/+4 |
* | usb: add enum usb_init_type parameter to usb_lowlevel_init | Troy Kisky | 2013-10-20 | 1 | -1/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 19 | -365/+45 |
* | sparc: Fix build warnings in serial.c | Simon Glass | 2013-03-15 | 2 | -20/+0 |
* | sparc: Fix out-of-tree building | Simon Glass | 2013-03-15 | 2 | -14/+0 |
* | serial: Use default_serial_puts() in drivers | Marek Vasut | 2012-10-17 | 2 | -16/+2 |
* | usb: lowlevel interface change to support multiple controllers | Lucas Stach | 2012-10-15 | 1 | -2/+2 |
* | serial: Remove CONFIG_SERIAL_MULTI from serial drivers | Marek Vasut | 2012-10-15 | 2 | -64/+0 |
* | serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driver | Marek Vasut | 2012-10-15 | 1 | -14/+69 |
* | serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driver | Marek Vasut | 2012-10-15 | 1 | -14/+69 |
* | dm: sparc: Fixup the compile warnings in sparc code | Marek Vasut | 2012-09-18 | 2 | -6/+6 |
* | usb: replace wait_ms() with mdelay() | Mike Frysinger | 2012-03-19 | 1 | -4/+4 |