summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2015-05-13arch: 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-09-14kconfig: 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/+18
2014-06-05openrisc: fix relocation codeFranck Jullien1-14/+41
2014-06-05openrisc: update SPR registers definitionFranck Jullien1-1/+12
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-13kbuild: delete redundant LDSCRIPT definitionMasahiro Yamada1-2/+0
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2013-10-31openrisc: convert makefiles to Kbuild styleMasahiro Yamada2-48/+5
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-2/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk26-352/+26
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-26Clarify bootm OS argumentsSimon Glass1-2/+2
2013-05-10openrisc: move board linker script(s) to a common in cpu/Stefan Kristiansson2-0/+79
2013-05-02lib: consolidate hang()Andreas Bießmann1-12/+0
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-04openrisc: Use generic global_dataSimon Glass1-24/+1
2013-02-02Add architecture-specific global dataSimon Glass1-0/+6
2012-10-20openrisc: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-10-02openrisc/bitops: add hweightX definesStefan Kristiansson1-0/+4
2012-10-02openrisc: implement get_ticks and get_tbclkStefan Kristiansson1-0/+10
2012-08-10openrisc: Work around potential relocation issuesJulius Baxter2-6/+13
2012-08-09global_data: unify global flag definesMike Frysinger1-21/+1
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-1/+0
2012-01-14openrisc: Add library functionsStefan Kristiansson4-0/+403
2012-01-14openrisc: Add cpu filesStefan Kristiansson7-0/+923
2012-01-14openrisc: Add architecture header filesStefan Kristiansson20-0/+1397