Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
25c9dc53c865a0b54e5ec799795fcacead6f2af8
/
arch
/
sh
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
e66afd8
sh: Use the generic bitops headers
by Fabio Estevam
· Thu Nov 05 12:43:28 2015 -0200
17491a8
Move default y configs out of arch/board Kconfig
by Joe Hershberger
· Mon Jun 22 16:15:29 2015 -0500
f069960
arch: Make board selection choices optional
by Joe Hershberger
· Tue May 12 14:46:23 2015 -0500
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· Sun Mar 22 17:09:06 2015 -0500
ffdb488
remove unnecessary version.h includes
by Rob Herring
· Tue Mar 17 15:28:55 2015 -0500
03e517a
sh: enable CONFIG_USE_PRIVATE_LIBGCC by default
by Masahiro Yamada
· Tue Feb 10 21:37:02 2015 +0900
24edb7e
sh: import missing private libraries from Linux 3.19
by Masahiro Yamada
· Tue Feb 10 21:37:01 2015 +0900
b421ae0
sh: rename some private libraries
by Masahiro Yamada
· Tue Feb 10 21:37:00 2015 +0900
e722852
Replace <compiler.h> with <linux/compiler.h>
by Masahiro Yamada
· Wed Nov 26 16:00:58 2014 +0900
17def7d
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· Fri Nov 21 23:51:33 2014 +0100
9773e70
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· Mon Nov 17 08:43:40 2014 -0500
3c01f36
sh: Move SH_32BIT to Kconfig
by Nobuhiro Iwamatsu
· Fri Nov 14 12:52:47 2014 +0900
39f0528
sh: define CONFIG_CPU_SH4A for some boards
by Masahiro Yamada
· Thu Nov 06 15:55:23 2014 +0900
a759b1a
sh: consolidate CONFIG_SYS_CPU defines
by Masahiro Yamada
· Thu Nov 06 15:55:22 2014 +0900
4770e41
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
by Masahiro Yamada
· Thu Nov 06 15:55:21 2014 +0900
7085d7d
sh: use more descriptive prompts for board select menu
by Masahiro Yamada
· Thu Nov 06 15:55:20 2014 +0900
6ae8083
cppcheck cleanup: fix nullPointer errors
by Wolfgang Denk
· Thu Nov 06 14:02:57 2014 +0100
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· Sun Sep 14 03:01:49 2014 +0900
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· Wed Jul 30 14:08:14 2014 +0900
a9b82be
sh: unify sh2/sh3/sh4 linker scripts
by Masahiro Yamada
· Fri Jun 20 16:40:14 2014 +0900
197c720
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· Fri Apr 04 20:09:58 2014 +0900
1320bc2
sh: delete an unused source file
by Masahiro Yamada
· Mon Mar 31 13:09:13 2014 +0900
e5d150e
sh: fix PFC registers definition for SH772{2, 3, 4}
by Baruch Siach
· Mon Mar 10 15:05:33 2014 +0200
e1a211d
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
by Masahiro Yamada
· Wed Mar 05 16:59:38 2014 +0900
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· Fri Feb 28 14:33:30 2014 +0900
b3bd004
sh: merge compiler flag -ffixed-r13
by Masahiro Yamada
· Wed Feb 26 14:51:03 2014 +0900
c1b7ddd
sh: Do not define -ffreestanding twice
by Masahiro Yamada
· Wed Feb 26 14:51:02 2014 +0900
d09a635
sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h
by Nobuhiro Iwamatsu
· Thu Jan 09 12:31:35 2014 +0900
a12b8d8
sh: sh4: Remove CONFIG_SH4A definition from source code
by Nobuhiro Iwamatsu
· Thu Jan 09 12:22:12 2014 +0900
befb5cc
sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQ
by Nobuhiro Iwamatsu
· Wed Jan 08 14:57:30 2014 +0900
2ce6378
sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
by Nobuhiro Iwamatsu
· Wed Jan 08 14:09:32 2014 +0900
6a7f2c8
sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3
by Nobuhiro Iwamatsu
· Wed Jan 08 13:46:11 2014 +0900
bc2f60b
sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2
by Nobuhiro Iwamatsu
· Wed Jan 08 13:46:06 2014 +0900
95abe5f
sh: add support for sh7753evb board
by Yoshihiro Shimoda
· Wed Dec 18 16:03:44 2013 +0900
7a626f0
sh: convert to common timer code
by Rob Herring
· Fri Oct 04 10:22:42 2013 -0500
f408ace
sh: convert makefiles to Kbuild style
by Masahiro Yamada
· Mon Oct 21 11:53:27 2013 +0900
9c69e30
sh: Do not include start.o in lib$(CPU).o
by Masahiro Yamada
· Mon Oct 21 11:53:25 2013 +0900
5b96baf
sh: cache: Change cache API to defines as U-Boot
by Nobuhiro Iwamatsu
· Thu Aug 22 08:43:47 2013 +0900
4547782
sh: timer: Remove static global variable
by Nobuhiro Iwamatsu
· Tue Aug 20 14:33:15 2013 +0900
cc18f8d
sh: timer: Mask bit of timer prescaler
by Nobuhiro Iwamatsu
· Tue Jul 23 13:57:24 2013 +0900
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
d2df811
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· Wed Jun 26 15:55:16 2013 +0200
da233ce
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· Tue Jul 02 13:57:44 2013 +0200
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· Thu Apr 18 22:48:50 2013 +0000
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· Mon Mar 18 12:31:00 2013 -0400
6f98490
Declare watchdog functions in watchdog.h
by Simon Glass
· Tue Mar 05 14:39:42 2013 +0000
9bce37c
Introduce generic link section.h symbol files
by Simon Glass
· Tue Mar 05 14:39:37 2013 +0000
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· Thu Mar 14 06:54:53 2013 +0000
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· Mon Feb 25 00:59:00 2013 +0000
f97c17f
sh: Use generic global_data
by Simon Glass
· Thu Dec 13 20:49:25 2012 +0000
3ac47d7
Add architecture-specific global data
by Simon Glass
· Thu Dec 13 20:48:30 2012 +0000
07fecef
sh: add support for sh7752evb board
by Yoshihiro Shimoda
· Sun Nov 04 15:53:22 2012 +0000
fdc3dc6
sh: fix trigger_address_error()
by Yoshihiro Shimoda
· Sun Nov 04 15:53:13 2012 +0000
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· Wed Oct 17 00:45:46 2012 +0000
607092a
common: Add .u_boot_list into all linker files
by Marek Vasut
· Fri Oct 12 10:27:03 2012 +0000
d9a4462
sh: Change bi_baudrate and global data baudrate to int
by Simon Glass
· Fri Oct 12 14:21:08 2012 +0000
a8027ca
sh: tmu: Removed arch/sh/include/asm/clk.h
by Nobuhiro Iwamatsu
· Tue Aug 21 14:37:34 2012 +0900
f7be78e
sh: tmu: Changed switch statement to shift operation
by Nobuhiro Iwamatsu
· Tue Aug 21 13:24:43 2012 +0900
e763f1a
sh: tmu: Changed TMU driver using array of structures
by Nobuhiro Iwamatsu
· Tue Aug 21 13:14:46 2012 +0900
211c210
global_data: unify global flag defines
by Mike Frysinger
· Sun Mar 18 14:31:24 2012 +0000
1d01319
sh: modify checkcpu() for SH-4A
by Yoshihiro Shimoda
· Mon Jul 23 14:53:42 2012 +0000
04a6275
sh: Add SH7269 device and RSK2+SH7269 board
by Phil Edworthy
· Tue May 15 22:15:51 2012 +0000
fa65164
sh: Add register definition of PFC for SH7734
by Nobuhiro Iwamatsu
· Wed May 09 16:00:01 2012 +0900
7675646
sh: Add bit control functions
by Nobuhiro Iwamatsu
· Wed Feb 15 16:47:01 2012 +0900
73bbe6d
sh: Add support Renesas SH7734
by Nobuhiro Iwamatsu
· Wed Jan 11 10:45:01 2012 +0900
36fe7db
net: move bootfile init into eth_initialize
by Mike Frysinger
· Wed Apr 04 18:53:41 2012 +0000
04b63f2
net: punt bd->bi_ip_addr
by Mike Frysinger
· Wed Apr 04 18:53:40 2012 +0000
97753b1
Prepare v2012.04-rc2; minor Coding Style cleanup
by Wolfgang Denk
· Mon Apr 16 23:13:51 2012 +0200
2ba44e1
sh: Add header file of MMC framework
by Nobuhiro Iwamatsu
· Wed Mar 21 14:48:34 2012 +0900
118338c
sh: Add header file for interface of SH MMC
by Nobuhiro Iwamatsu
· Wed Mar 21 14:46:55 2012 +0900
51fbfb9
sh: timer: Remove unnecessary variable 'ticks'
by Nobuhiro Iwamatsu
· Thu Mar 01 13:29:38 2012 +0900
b60c557
Coding Style cleanup
by Wolfgang Denk
· Mon Dec 19 12:03:40 2011 +0100
db57d71
sh: Add support Renesas SH7724
by Nobuhiro Iwamatsu
· Tue Nov 15 11:00:01 2011 +0900
b99910e
sh: avoid multiple definition errors with cache funcs
by Mike Frysinger
· Thu Oct 27 04:59:59 2011 -0400
6be2a53
sh: Add ashrsi3 libgcc function
by Phil Edworthy
· Mon Oct 24 10:24:12 2011 +0100
a632790
sh: only add -mno-fdpic if the compiler supports it
by Mike Frysinger
· Thu Oct 13 00:45:47 2011 -0400
d5a184b
cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
by Helmut Raiger
· Thu Oct 20 04:19:47 2011 +0000
18798f1
sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment
by Anton Staaf
· Mon Oct 17 16:46:07 2011 -0700
ab2b7e1
punt unused clean/distclean targets
by Mike Frysinger
· Thu Oct 13 06:54:57 2011 +0000
5da0bed
image: push default arch values to arch headers
by Mike Frysinger
· Mon Oct 03 14:50:33 2011 +0000
3c28f48
console: Implement pre-console buffer
by Graeme Russ
· Thu Sep 01 00:48:27 2011 +0000
062fbbf
sh: add calling mmc_initialize in board.c
by Yoshihiro Shimoda
· Tue Jul 05 17:18:38 2011 +0900
90520ab
sh: sh2a: Add sh2a optimize to config.mk
by Nobuhiro Iwamatsu
· Thu Jun 09 15:03:34 2011 +0900
8e5ab4b
sh: Add support for SH2A freestanding build
by Phil Edworthy
· Thu Jun 02 22:15:27 2011 +0000
2b3228d
sh: Add Renesas rsk7264 board
by Phil Edworthy
· Wed Jun 01 07:35:13 2011 +0100
61d0195
unify version_string
by Andreas Bießmann
· Mon Jul 18 20:24:04 2011 +0200
139d6cf
Timer: Remove reset_timer() for non-Nios2 arches
by Graeme Russ
· Fri Jul 15 02:19:44 2011 +0000
5e669ff
Timer: Remove set_timer completely
by Graeme Russ
· Fri Jul 15 02:18:12 2011 +0000
34c6dd2
Handle most LDSCRIPT setting centrally
by Scott Wood
· Wed Apr 06 13:31:37 2011 +0000
33a5734
Make STANDALONE_LOAD_ADDR configurable per board
by Wolfgang Denk
· Fri Feb 04 14:25:17 2011 +0100
1a0ce28
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· Sun Mar 27 21:48:08 2011 +0200
cedbf4b
rename _end to __bss_end__
by Po-Yu Chuang
· Tue Mar 01 22:59:59 2011 +0000
3935873
Introduce a new linker flag LDFLAGS_FINAL
by Haiying Wang
· Tue Feb 22 16:38:05 2011 -0500
cb4148c
sh: Add KEEP order to start.o section
by Nobuhiro Iwamatsu
· Mon Mar 07 16:36:21 2011 +0900
e657167
sh: Add handling of CONFIG_SYS_NO_FLASH for board.c
by Nobuhiro Iwamatsu
· Mon Mar 07 11:21:40 2011 +0900
a7d382c
sh: add support for sh7757lcr board
by Yoshihiro Shimoda
· Wed Feb 02 10:05:36 2011 +0900
95c5c72
sh: add support the CONFIG_SYS_LDSCRIPT
by Yoshihiro Shimoda
· Thu Jan 27 10:06:14 2011 +0900
b859b8c
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS
by Nobuhiro Iwamatsu
· Thu Jan 06 10:23:54 2011 +0900
0b5a263
Replace "FLASH" strings with "Flash" or "flash"
by Peter Tyser
· Tue Dec 28 18:12:05 2010 -0600
Next »