aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-4/+4
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-2/+2
2015-12-03sparc: Remove non-generic board init files: board.c, time.cFrancois Retief9-662/+7
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 Hellstrom2-1/+58
2015-12-03sparc: Removed USB stop from linux bootm, arch-independent bootm stop USBDaniel Hellstrom1-8/+0
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 Retief5-74/+104
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 Retief4-21/+21
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief7-25/+40
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 Hellstrom3-4/+16
2015-12-03sparc: leon3: Clear GD_FLAG_SERIAL_READY flag on AMBA failureFrancois Retief1-0/+1
2015-12-03sparc: Added function that checks if IRQ is on or offDaniel Hellstrom2-0/+10
2015-12-03sparc: Remove version_string variable from start.S fileFrancois Retief2-21/+6
2015-12-03sparc: Move SYS_SPARC_NWINDOWS to KconfigFrancois Retief2-0/+14
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
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 Retief5-138/+157
2015-11-13sparc: Add -mcpu= compiler flags for LEON2/LEON3Francois Retief1-4/+10
2015-11-13sparc: Fix broken files during license changesFrancois Retief2-130/+0
2015-11-09Replace "extern inline" with "static inline"Måns Rullgård3-20/+20
2015-11-05sparc: Use the generic bitops headersFabio Estevam1-0/+5
2015-05-12arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-04sparc: merge CONFIG_SYS_CPU and CONFIG_SYS_VENDOR definesMasahiro Yamada1-3/+10
2014-11-04sparc: merge arch/sparc/cpu/*/config.mk to arch/sparc/config.mkMasahiro Yamada3-16/+2
2014-11-04sparc: move CONFIG_{LEON, LEON2, LEON3} to KconfigMasahiro Yamada3-4/+16
2014-11-04sparc: Use nicer prompt for board select menuMasahiro Yamada1-6/+10
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+34
2014-07-22sparc: merge LEON2 and LEON3 linker scriptsMasahiro Yamada1-4/+2
2014-07-22sparc: merge LEON3 linker scriptsMasahiro Yamada1-0/+144
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
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