summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-4/+4
* Use correct spelling of "U-Boot"Bin Meng2016-02-062-2/+2
* sparc: Remove non-generic board init files: board.c, time.cFrancois Retief2015-12-039-662/+7
* sparc: leon3: Added busy wait function, made wait_ms() work when IRQ is disabledDaniel Hellstrom2015-12-031-2/+30
* sparc: leon3: Added CPU count and frequency detection.Daniel Hellstrom2015-12-032-1/+58
* sparc: Removed USB stop from linux bootm, arch-independent bootm stop USBDaniel Hellstrom2015-12-031-8/+0
* sparc: Add CONFIG_DISPLAY_BOARDINFO variable to all LEON boardsFrancois Retief2015-12-032-0/+20
* sparc: Update PROM initialization code for generic boardFrancois Retief2015-12-034-28/+32
* sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief2015-12-035-74/+104
* sparc: leon2: Updates for generic board initializationFrancois Retief2015-12-032-75/+107
* sparc: leon3: Updates for generic board initializationFrancois Retief2015-12-032-116/+143
* sparc: leon3: Clear all unused GPTIMER registers.Daniel Hellstrom2015-12-031-1/+9
* sparc: leon3: Move ambapp_bus_init() call to arch_cpu_init() functionFrancois Retief2015-12-032-5/+6
* sparc: leon3: Move snoop detection from startup.S to arch_cpu_init()Francois Retief2015-12-034-21/+21
* sparc: Initial ground work for generic board initializationFrancois Retief2015-12-037-25/+40
* sparc: Fix whitespace in cpu/leon2/cpu_init.cFrancois Retief2015-12-031-5/+5
* sparc: leon3: Updated serial driver to use CONFIG_CONS_INDEXFrancois Retief2015-12-031-0/+5
* sparc: Serial baud rate register support multiple buses with different frequencyDaniel Hellstrom2015-12-033-4/+16
* sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failureFrancois Retief2015-12-031-0/+1
* sparc: Added function that checks if IRQ is on or offDaniel Hellstrom2015-12-032-0/+10
* sparc: Remove version_string variable from start.S fileFrancois Retief2015-12-032-21/+6
* sparc: Move SYS_SPARC_NWINDOWS to KconfigFrancois Retief2015-12-032-0/+14
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* sparc: leon3: Add debug_uart support to LEON3 serial driver.Francois Retief2015-11-132-2/+30
* sparc: ambapp: Removed warning and unnecessary printout.Daniel Hellstrom2015-11-131-1/+2
* sparc: leon3: Moved GRLIB core header files to common include/grlib directoryDaniel Hellstrom2015-11-134-17/+20
* sparc: leon3: Added memory controller initialization using new AMBA PnP routi...Daniel Hellstrom2015-11-135-2/+621
* sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.Daniel Hellstrom2015-11-137-415/+1225
* sparc: Update startup code to take PIC mode into accountFrancois Retief2015-11-132-38/+82
* sparc: Update LEON serial drivers to use readl/writel macrosFrancois Retief2015-11-135-138/+157
* sparc: Add -mcpu= compiler flags for LEON2/LEON3Francois Retief2015-11-131-4/+10
* sparc: Fix broken files during license changesFrancois Retief2015-11-132-130/+0
* Replace "extern inline" with "static inline"Måns Rullgård2015-11-093-20/+20
* sparc: Use the generic bitops headersFabio Estevam2015-11-051-0/+5
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR definesMasahiro Yamada2014-11-041-3/+10
* sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mkMasahiro Yamada2014-11-043-16/+2
* sparc: move CONFIG_{LEON, LEON2, LEON3} to KconfigMasahiro Yamada2014-11-043-4/+16
* sparc: Use nicer prompt for board select menuMasahiro Yamada2014-11-041-6/+10
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+34
* sparc: merge LEON2 and LEON3 linker scriptsMasahiro Yamada2014-07-221-4/+2
* sparc: merge LEON3 linker scriptsMasahiro Yamada2014-07-221-0/+144
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* leon: implement missing get_tbclk()Daniel Hellstrom2014-05-082-0/+10
* leon: use CONFIG_SYS_HZ to config timer prescalerDaniel Hellstrom2014-05-082-16/+18
* sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definitionMasahiro Yamada2014-03-212-2/+2
OpenPOWER on IntegriCloud