aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-04-05SPARC: RemoveTom Rini23-7950/+0
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-4/+4
2015-12-03sparc: Remove non-generic board init files: board.c, time.cFrancois Retief4-129/+1
2015-12-03sparc: leon3: Added busy wait function, made wait_ms() work when IRQ is disabledDaniel Hellstrom1-2/+30
2015-12-03sparc: leon3: Added CPU count and frequency detection.Daniel Hellstrom1-1/+45
2015-12-03sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boardsFrancois Retief2-0/+20
2015-12-03sparc: Update PROM initialization code for generic boardFrancois Retief4-28/+32
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief2-69/+99
2015-12-03sparc: leon2: Updates for generic board initializationFrancois Retief2-75/+107
2015-12-03sparc: leon3: Updates for generic board initializationFrancois Retief2-116/+143
2015-12-03sparc: leon3: Clear all unused GPTIMER registers.Daniel Hellstrom1-1/+9
2015-12-03sparc: leon3: Move ambapp_bus_init() call to arch_cpu_init() functionFrancois Retief2-5/+6
2015-12-03sparc: leon3: Move snoop detection from startup.S to arch_cpu_init()Francois Retief3-19/+16
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief4-22/+24
2015-12-03sparc: Fix whitespace in cpu/leon2/cpu_init.cFrancois Retief1-5/+5
2015-12-03sparc: leon3: Updated serial driver to use CONFIG_CONS_INDEXFrancois Retief1-0/+5
2015-12-03sparc: Serial baud rate register support multiple buses with different frequencyDaniel Hellstrom2-4/+15
2015-12-03sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failureFrancois Retief1-0/+1
2015-12-03sparc: Remove version_string variable from start.S fileFrancois Retief2-21/+6
2015-12-03sparc: Move SYS_SPARC_NWINDOWS to KconfigFrancois Retief1-0/+5
2015-11-13sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief2-2/+30
2015-11-13sparc: ambapp: Removed warning and unnecessary printout.Daniel Hellstrom1-1/+2
2015-11-13sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom4-17/+20
2015-11-13sparc: leon3: Added memory controller initialization using new AMBA PnP routi...Daniel Hellstrom5-2/+621
2015-11-13sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom7-415/+1225
2015-11-13sparc: Update startup code to take PIC mode into accountFrancois Retief2-38/+82
2015-11-13sparc: Update LEON serial drivers to use readl/writel macrosFrancois Retief3-112/+118
2015-11-13sparc: Fix broken files during license changesFrancois Retief1-3/+0
2014-11-04sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mkMasahiro Yamada2-16/+0
2014-11-04sparc: move CONFIG_{LEON, LEON2, LEON3} to KconfigMasahiro Yamada2-4/+0
2014-07-22sparc: merge LEON2 and LEON3 linker scriptsMasahiro Yamada1-4/+2
2014-07-22sparc: merge LEON3 linker scriptsMasahiro Yamada1-0/+144
2014-05-08leon: implement missing get_tbclk()Daniel Hellstrom2-0/+10
2014-05-08leon: use CONFIG_SYS_HZ to config timer prescalerDaniel Hellstrom2-16/+18
2014-03-21sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definitionMasahiro Yamada2-2/+2
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-104/+3
2013-11-25sparc: Correct arch/sparc/cpu/leon3/start.S from SPDX conversionTom Rini1-29/+37
2013-11-08sparc: include config.h to start.SMasahiro Yamada1-0/+2
2013-10-31sparc: convert makefiles to Kbuild styleMasahiro Yamada2-50/+4
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk19-365/+45
2013-03-15sparc: Fix build warnings in serial.cSimon Glass2-20/+0
2013-03-15sparc: Fix out-of-tree buildingSimon Glass2-14/+0
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut2-16/+2
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2-64/+0
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 serial driverMarek Vasut1-14/+69
2012-10-15serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 serial driverMarek Vasut1-14/+69
2012-09-18dm: sparc: Fixup the compile warnings in sparc codeMarek Vasut2-6/+6
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-4/+4