Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
4fde71c85a0288c925931b33b5b0cf5af4f59197
/
arch
/
microblaze
c3d51b9
microblaze: Remove !OF_CONTROL code for timer and interrupt
by Michal Simek
· 9 years ago
cf84885
microblaze: Read information about timer/interrupts from DT
by Michal Simek
· 9 years ago
e3ee2fb
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
4a74160
microblaze: Add missing chosen node
by Michal Simek
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
f2b3451
microblaze: Remove empty file - cpu.c
by Michal Simek
· 9 years ago
b590411
microblaze: Wire-up debug_uart in asm
by Michal Simek
· 9 years ago
7e4372a
serial: uartlite: Move driver to DM
by Michal Simek
· 9 years ago
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
7956102
microblaze: Enable DM by default
by Michal Simek
· 9 years ago
d99fbcc
microblaze: Enable OF_CONTROL by default
by Michal Simek
· 9 years ago
14c96dc
microblaze: Fix C99/gnu99 compatiblity for inline functions
by Nathan Rossi
· 9 years ago
8888839
microblaze: Fix style issues in header files
by Nathan Rossi
· 9 years ago
0cab3ec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
6c36ca0
microblaze: Use the generic bitops headers
by Fabio Estevam
· 9 years ago
c6187a4
microblaze: Add a TODO to call board_init_f_mem()
by Simon Glass
· 9 years ago
f069960
arch: Make board selection choices optional
by Joe Hershberger
· 10 years ago
57a11eb
generic-board: select SYS_GENERIC_BOARD for some architectures
by Masahiro Yamada
· 10 years ago
9e4af83
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· 10 years ago
ffdb488
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
fb089f0
microblaze: spl: Add LISTS to linker script
by Michal Simek
· 10 years ago
fb8e384
microblaze: spl: Do not call mem_malloc_init and use early alloc
by Michal Simek
· 10 years ago
9ea6744
microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN
by Michal Simek
· 10 years ago
a79d658
microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA
by Michal Simek
· 10 years ago
a9228f6
microblaze: Speedup code copy
by Michal Simek
· 10 years ago
65e915c
microblaze: Move architecture to use generic board init
by Michal Simek
· 11 years ago
3f0a5cb
microblaze: Fix gd_t address which is placed at the end of BRAM
by Michal Simek
· 10 years ago
23162f4
microblaze: Remove unused asm label
by Michal Simek
· 10 years ago
b78df3d
microblaze: Use standard interrupt_init() function
by Michal Simek
· 10 years ago
7218061
microblaze: Remove unneeded data section adding from DTB
by Michal Simek
· 10 years ago
056dbe8
microblaze: Add debug message about enabling interrupts
by Michal Simek
· 10 years ago
5e6c747
microblaze: Fix coding style
by Michal Simek
· 10 years ago
baf5175
microblaze: Remove DEBUG_INT macro and use debug() instead
by Michal Simek
· 10 years ago
f73749b
microblaze: Fix coding style in exception.c
by Michal Simek
· 10 years ago
924819c
microblaze: Show return address from exception
by Michal Simek
· 10 years ago
94ea28f
microblaze: Fix stack usage in interrupt handler
by Michal Simek
· 10 years ago
a5e9d6e
microblaze: Support stack protection feature
by Michal Simek
· 10 years ago
2876938
microblaze: Enable hardware exception by default
by Michal Simek
· 10 years ago
17def7d
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· 10 years ago
6e0971b
kconfig: add CONFIG_SUPPORT_SPL
by Masahiro Yamada
· 10 years ago
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
d85395f
microblaze: Fix printf size_t format related warnings (again...)
by Vasili Galka
· 10 years ago
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
0123ee2
Makefile: Support include files for .dts files
by Simon Glass
· 10 years ago
5b11489
fdt_support: delete force argument of fdt_initrd()
by Masahiro Yamada
· 11 years ago
197c720
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· 11 years ago
f7f4794
kbuild: delete redundant LDSCRIPT definition
by Masahiro Yamada
· 11 years ago
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
e7a579f
dts: generate multiple device tree blobs
by Masahiro Yamada
· 11 years ago
884ef15
dts: move device tree sources to arch/$(ARCH)/dts/
by Masahiro Yamada
· 11 years ago
43c0893
dts: re-write dts/Makefile more simply with Kbuild
by Masahiro Yamada
· 11 years ago
1f7e48d
microblaze: remove an empty file arch/microblaze/lib/time.c
by Masahiro Yamada
· 11 years ago
26acb3e
microblaze: Add SPL support
by Michal Simek
· 11 years ago
9856529
microblaze: Report priviledged or stack protection exception
by Michal Simek
· 11 years ago
7a50310
microblaze: Show u-boot banner
by Michal Simek
· 11 years ago
30a198b
Makefile: rename all libraries to built-in.o
by Masahiro Yamada
· 11 years ago
4e56395
include: delete include/linux/config.h
by Masahiro Yamada
· 11 years ago
04e7e5a
microblaze: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
8173ce7
microblaze: Fix watchdog initialization
by Michal Simek
· 11 years ago
18ab2f0
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
6c3110c
microblaze: Call spi_init function
by Michal Simek
· 11 years ago
9215e0b
config: don't define CONFIG_ARCH_DEVICE_TREE
by Stephen Warren
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
d2df811
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· 11 years ago
da233ce
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· 11 years ago
794a921
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
23ccda0
gpio: Add support for microblaze xilinx GPIO
by Michal Simek
· 12 years ago
70b1c49
microblaze: bootm: Add support for loading initrd
by Michal Simek
· 12 years ago
c78ce29
microblaze: bootm: Fix coding style issues
by Michal Simek
· 12 years ago
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
7c87cc1
microblaze: fix style in board.c
by Andreas Bießmann
· 12 years ago
80e045f
watchdog: Add support for Xilinx Microblaze watchdog
by Michal Simek
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
9bce37c
Introduce generic link section.h symbol files
by Simon Glass
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
94f1948
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 12 years ago
8d0820e
microblaze: Use generic global_data
by Simon Glass
· 12 years ago
38716278
microblaze: Add muldi3.c which contains routines for _muldi3
by David Holsgrove
· 12 years ago
3ac47d7
Add architecture-specific global data
by Simon Glass
· 12 years ago
864ec56
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
a62b904
microblaze: Fix compilation failure because of missing libdts
by Michal Simek
· 12 years ago
c1b1493
microblaze: Remove asm/bitops.h from asm/posix_types.h
by Michal Simek
· 12 years ago
e3aa3d5
microblaze: Flush caches before enabling them
by Michal Simek
· 12 years ago
48c0d48
microblaze: Fix byteorder for microblaze
by Michal Simek
· 12 years ago
59085d3
microblaze: Fix compilation warning in ext2_find_next_zero_bit
by Michal Simek
· 12 years ago
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
607092a
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
fb20d45
microblaze: Change bi_baudrate and global data baudrate to int
by Simon Glass
· 12 years ago
52039da
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
by Marek Vasut
· 12 years ago
ab43dbe
microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE
by Michal Simek
· 12 years ago
9cabb36
microblaze: Clean microblaze initialization
by Michal Simek
· 12 years ago
06ac651
microblaze: timer: Prepare for device-tree initialization
by Michal Simek
· 12 years ago
8b4bb3a
microblaze: intc: Coding style cleanup
by Michal Simek
· 12 years ago
e76a06e
microblaze: intc: Registering interrupt should return value
by Michal Simek
· 12 years ago
58a5dd2
microblaze: board: Remove compilation warning
by Michal Simek
· 12 years ago
f0300ea
microblaze: Add support for device tree driven board configuration
by Michal Simek
· 12 years ago
211c210
global_data: unify global flag defines
by Mike Frysinger
· 13 years ago
251ed2c
microblaze: intc: Clear interrupt code
by Michal Simek
· 12 years ago
3b6f438
microblaze: Call serial multi initialization
by Michal Simek
· 12 years ago
Next »