Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
16d64cd5d8c64416ffbc17c4b03b23dd7eee50fe
/
arch
/
nios2
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
0143be9
arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
by Simon Glass
· Wed Dec 23 08:11:15 2020 -0700
791fa45
cpu: Convert the methods to use a const udevice *
by Simon Glass
· Sun Jan 26 22:06:27 2020 -0700
5a9ecb2
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
by Tom Rini
· Fri Jul 24 08:42:06 2020 -0400
7a6b641
cpu: Convert the methods to use a const udevice *
by Simon Glass
· Sun Jan 26 22:06:27 2020 -0700
a0a71d3b
Remove CROSS_COMPILE default from arch/*/config.mk
by Tom Rini
· Tue May 19 10:32:33 2020 -0400
4dcacfc
common: Drop linux/bitops.h from common header
by Simon Glass
· Sun May 10 11:40:13 2020 -0600
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
9758973
common: Drop init.h from common header
by Simon Glass
· Sun May 10 11:40:02 2020 -0600
2dc9c34
common: Drop image.h from common header
by Simon Glass
· Sun May 10 11:40:01 2020 -0600
f11478f
common: Move hang() to the same header as panic()
by Simon Glass
· Sat Dec 28 10:45:07 2019 -0700
284f71b
common: Move relocate_code() to init.h
by Simon Glass
· Sat Dec 28 10:44:45 2019 -0700
8f3f761
common: Move enable/disable_interrupts out of common.h
by Simon Glass
· Thu Nov 14 12:57:42 2019 -0700
9b61c7c
common: Move interrupt functions into a new header
by Simon Glass
· Thu Nov 14 12:57:41 2019 -0700
f87959b
arm: powerpc: Tidy up code style for interrupt functions
by Simon Glass
· Thu Nov 14 12:57:40 2019 -0700
6333448
common: Move ARM cache operations out of common.h
by Simon Glass
· Thu Nov 14 12:57:39 2019 -0700
1d91ba7
common: Move some cache and MMU functions out of common.h
by Simon Glass
· Thu Nov 14 12:57:37 2019 -0700
b290956
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
by Masahiro Yamada
· Mon Jun 11 16:21:50 2018 +0900
455bf67
nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
by Bryan O'Donoghue
· Mon Apr 30 15:56:06 2018 +0100
b9215ce
nios2: Define PLATFORM__SET_BIT for generic_set_bit()
by Bryan O'Donoghue
· Mon Apr 30 15:56:05 2018 +0100
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
5c7738e
nios2: 10m50: Add CPU pre-relocation in device tree
by Gan, Yau Wai
· Thu Jul 27 22:07:17 2017 -0700
24ec63a
nios2: Use asm-generic/io.h
by Paul Burton
· Thu Sep 14 15:05:11 2017 -0700
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· Thu Aug 03 12:22:12 2017 -0600
78548ea
fdt: Move fdt_fixup_ethernet to a common place
by Tom Rini
· Fri Apr 28 08:51:44 2017 -0400
d35f338
board_f: Rename initdram() to dram_init()
by Simon Glass
· Thu Apr 06 12:47:05 2017 -0600
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· Tue Jan 17 16:52:55 2017 -0700
cc02256
efi: Use asmlinkage for EFIAPI
by Simon Glass
· Sun Sep 25 15:27:31 2016 -0600
83e3ed1
Remove arch/${ARCH}/include/asm/errno.h
by Masahiro Yamada
· Wed Sep 21 11:28:56 2016 +0900
3c75700
Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP
by Robert P. J. Day
· Thu May 19 15:23:12 2016 -0400
c7298e7
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· Thu Feb 11 13:23:26 2016 -0700
a92c6152
nios2: set up the debug UART early
by Thomas Chou
· Wed Dec 30 20:29:18 2015 +0800
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· Wed Nov 25 17:56:32 2015 +0100
48b42e6
nios2: display altera sysid at startup
by Thomas Chou
· Wed Dec 16 16:07:06 2015 +0800
8e27fd6
nios2: 10m50: change to ns16550 uart
by Thomas Chou
· Thu Nov 19 21:48:15 2015 +0800
12cafc6
nios2: zap ioremap
by Thomas Chou
· Sat Nov 14 11:30:30 2015 +0800
71d9031
nios2: dma-mapping.h: change ioremap to map_physmem
by Thomas Chou
· Sat Nov 14 11:34:09 2015 +0800
7fdee74
nios2: add 10m50 devboard support
by Thomas Chou
· Mon Nov 09 14:45:06 2015 +0800
c46e51b
nios2: add memcpy_fromio and memcpy_toio
by Thomas Chou
· Thu Nov 05 15:09:57 2015 +0800
0cab3ec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· Tue Nov 10 01:06:16 2015 +0000
7f30312
Merge branch 'master' of git://git.denx.de/u-boot-nios
by Tom Rini
· Fri Nov 06 09:21:33 2015 -0500
9e0cf7b
nios2: fix cached mode in clearing the BSS
by Thomas Chou
· Tue Nov 03 13:52:15 2015 +0800
804a551
nios2: remove CONFIG_SYS_INIT_SP macro
by Thomas Chou
· Tue Nov 03 13:47:02 2015 +0800
043a497
nios2: change virt_to_phys to use physaddr_mask in global data
by Thomas Chou
· Tue Oct 27 09:02:17 2015 +0800
8392e2f
nios2: remove the useless parenthesis in asm/io.h
by Thomas Chou
· Thu Oct 29 21:00:32 2015 +0800
ebf8aac
nios2: fix map_physmem to do real cache mapping
by Thomas Chou
· Tue Oct 27 08:30:22 2015 +0800
fa3414d
nios2: Use the generic bitops headers
by Fabio Estevam
· Thu Nov 05 12:43:34 2015 -0200
9f36cbc
nios2: fix virt_to_phys for nios2 with MMU
by Thomas Chou
· Thu Oct 22 15:38:24 2015 +0800
4d7d92f
nios2: zap nios2-generic board dir
by Thomas Chou
· Fri Oct 23 14:55:36 2015 +0800
8e1e96d
nios2: convert dma_alloc_coherent to use malloc_cache_aligned
by Thomas Chou
· Sun Oct 18 20:03:53 2015 +0800
93f9646
nios2: convert copy_exception_trampoline to use dm cpu data
by Thomas Chou
· Tue Oct 06 14:09:19 2015 +0800
741085b
nios2: convert cache flush to use dm cpu data
by Thomas Chou
· Fri Oct 23 07:58:20 2015 +0800
3982617
nios2: set default cache configuration in start.S
by Thomas Chou
· Fri Oct 09 20:09:17 2015 +0800
f8efd77
nios2: clean up comments style in start.S
by Thomas Chou
· Tue Oct 06 10:12:59 2015 +0800
8701cc3
nios2: convert ioremap to use dm cpu data
by Thomas Chou
· Mon Oct 05 10:37:19 2015 +0800
72b6198
nios2: convert do_reset to use dm cpu data
by Thomas Chou
· Fri Oct 09 09:43:52 2015 +0800
e0fa55f
nios2: remove asm/psr.h
by Thomas Chou
· Fri Oct 09 09:32:00 2015 +0800
36b9c9a
nios2: convert altera sysid to driver model
by Thomas Chou
· Wed Oct 14 08:43:31 2015 +0800
221d2ac
nios2: convert altera timer to driver model
by Thomas Chou
· Thu Oct 22 22:28:53 2015 +0800
c617026
nios2: convert nios2 cpu to driver model
by Thomas Chou
· Wed Oct 21 21:34:57 2015 +0800
fb1a4bf
nios2 : convert altera_pio to driver model
by Thomas Chou
· Wed Oct 21 21:33:45 2015 +0800
99b336a
nios2: add clear and set bits macros
by Thomas Chou
· Wed Sep 30 20:56:53 2015 +0800
26066df
nios2: convert altera_jtag_uart to driver model
by Thomas Chou
· Fri Oct 23 07:36:37 2015 +0800
4e1acb7
nios2: map physical address to uncached virtual address
by Thomas Chou
· Sat Oct 03 21:02:30 2015 +0800
c3c6ab1
nios2: call board_init_f_mem
by Thomas Chou
· Wed Sep 09 15:09:43 2015 +0800
60a3b1b
nios2: zap version_string
by Thomas Chou
· Wed Sep 09 13:41:32 2015 +0800
a646271
nios2: zap dly_clks
by Thomas Chou
· Wed Sep 09 13:08:05 2015 +0800
16dc04b
nios2: Split timer code into timer.c
by Thomas Chou
· Thu Oct 08 21:23:37 2015 +0800
47903a6
nios2: Switch to generic timer
by Thomas Chou
· Thu Oct 08 21:17:42 2015 +0800
0d5f5e1
nios2: enable device tree control of U-Boot
by Thomas Chou
· Sun Oct 18 19:42:09 2015 +0800
93a7842
nios2: define _end in link script
by Thomas Chou
· Sun Sep 06 20:13:34 2015 +0800
63ed255
nios2: remove gp assignments in link script
by Thomas Chou
· Sun Sep 06 20:18:10 2015 +0800
f2bec0e
nios2: enlarge the code relocation range
by Thomas Chou
· Fri Sep 04 16:39:16 2015 +0800
fb731f2
nios2: BSS should be cleared only after board_init_f
by Thomas Chou
· Mon Sep 07 08:57:14 2015 +0800
f069960
arch: Make board selection choices optional
by Joe Hershberger
· Tue May 12 14:46:23 2015 -0500
9a3fe06
fdt: nios: Fix warning in ft_cpu_setup()
by Simon Glass
· Fri Apr 03 17:57:24 2015 -0600
57a11eb
generic-board: select SYS_GENERIC_BOARD for some architectures
by Masahiro Yamada
· Thu Mar 19 19:42:52 2015 +0900
9e4af83
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· Thu Mar 19 19:42:51 2015 +0900
17def7d
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· Fri Nov 21 23:51:33 2014 +0100
2aec3cc
fdt: Allow ft_board_setup() to report failure
by Simon Glass
· Thu Oct 23 18:58:47 2014 -0600
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· Sun Sep 14 03:01:49 2014 +0900
a174b91
nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hook
by Thomas Chou
· Thu Aug 28 17:29:06 2014 +0800
0f9763f
nios2: move nios2.h to arch asm directory
by Thomas Chou
· Mon Aug 25 17:09:07 2014 +0800
769cb5c
nios2: divide nios2-io.h into each specific drivers and remove it
by Thomas Chou
· Mon Aug 25 16:50:14 2014 +0800
febc391
nios2: remove EPCS driver
by Thomas Chou
· Sat Aug 23 09:10:34 2014 +0800
cce3e75
nios2: add generic board support
by Thomas Chou
· Fri Aug 22 11:36:47 2014 +0800
bd13eab
nios2: remove obsolete PCI5441 and PK1C20 boards
by Thomas Chou
· Thu Aug 21 14:36:30 2014 +0800
4b4ef68
nios2: Fix printf size_t format related warnings (again...)
by Vasili Galka
· Thu Aug 14 17:42:05 2014 +0300
4869aee
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· Wed Jul 30 14:08:23 2014 +0900
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· Wed Jul 30 14:08: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
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· Fri Feb 28 14:33:30 2014 +0900
07bcebf
nios2: convert makefiles to Kbuild style
by Masahiro Yamada
· Mon Oct 21 11:53:33 2013 +0900
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· Fri Oct 04 17:43:24 2013 +0200
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· Mon Oct 07 13:07:26 2013 +0200
a4a0f42
nios2: fix missing comment terminator from SPDX License commit
by Thomas Chou
· Tue Sep 03 09:36:04 2013 +0800
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
Next »