Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b91f739bb073ef3620d9ea64729400f2afd3989c
/
arch
/
microblaze
db41d65
common: Move hang() to the same header as panic()
by Simon Glass
· 4 years, 11 months ago
36bf446
common: Move enable/disable_interrupts out of common.h
by Simon Glass
· 5 years ago
c30b7ad
common: Move interrupt functions into a new header
by Simon Glass
· 5 years ago
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
9edefc2
common: Move some cache and MMU functions out of common.h
by Simon Glass
· 5 years ago
6cc915b
arm: powerpc: Tidy up code style for cache functions
by Simon Glass
· 5 years ago
1045315
common: Move get_ticks() function out of common.h
by Simon Glass
· 5 years ago
3ad95ed
microblaze: Fix tab indentation in start.S
by Michal Simek
· 5 years ago
f3035cf
microblaze: Unify Linux bootm process
by Michal Simek
· 5 years ago
4ab8d63
microblaze: Fix FDT message in boot_prep_linux()
by Michal Simek
· 5 years ago
e041834
microblaze: Setup initrd_high and fdt_high at run time
by Michal Simek
· 5 years ago
0905046
microblaze: Switch to generic bootm implementation
by Michal Simek
· 5 years ago
6131a36
microblaze: Define arch_lmb_reserve
by Michal Simek
· 5 years ago
9d877c2
microblaze: Move CONFIG_LMB from board file to config.h
by Michal Simek
· 5 years ago
7b51b57
env: Move env_get() to env.h
by Simon Glass
· 5 years ago
1b1d8c1
spl: fix linker size check off-by-one errors
by Simon Goldschmidt
· 6 years ago
3747bdb
arch: types.h: factor out fixed width typedefs to int-ll64.h
by Masahiro Yamada
· 6 years ago
86cf1c8
configs: Migrate CONFIG_NR_DRAM_BANKS
by Tom Rini
· 6 years ago
08a00cb
dm: Change CMD_DM enabling
by Michal Simek
· 6 years ago
5ed063d
Kconfig: Sort bool, default, select and imply options
by Michal Simek
· 6 years ago
28a961a
microblaze: Do not force saving variables to flash
by Michal Simek
· 6 years ago
4a69366
microblaze: Convert generic platform to DM gpio
by Michal Simek
· 6 years ago
35912528
microblaze: Cosmetic changes in Microblaze related files
by Shreenidhi Shedi
· 6 years ago
3567066
microblaze: Do not call timer init that early
by Michal Simek
· 6 years ago
4ab11ec
microblaze: Use default implementation from include/linux/io.h
by Michal Simek
· 6 years ago
28b538b
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
by Masahiro Yamada
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
4280342
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
244ce78
microblaze: bootm: Fix compiler warning
by Bin Meng
· 7 years ago
dbee715
microblaze: Use asm-generic/io.h
by Paul Burton
· 7 years ago
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
b529993
spl: add hierarchical defaults for SPL_LDSCRIPT
by Philipp Tomsich
· 7 years ago
9eea501
microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
85fc970
Convert CONFIG_ENV_IS_IN_FLASH to Kconfig
by Simon Glass
· 7 years ago
41f59f6
microblaze: Build only DTBs for selected target
by Michal Simek
· 8 years ago
5bf5250
spl: make image arg or fdt blob address reconfigurable
by Vikas Manocha
· 8 years ago
1d82e2c
microblaze: Fix endif macro command
by Michal Simek
· 8 years ago
e5ec481
Kconfig: Migrate BOARD_LATE_INIT to a select
by Tom Rini
· 8 years ago
63c0941
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
a0b49bc
efi: Use asmlinkage for EFIAPI
by Simon Glass
· 8 years ago
ca12e65
spl: Add a parameter to jump_to_image_linux()
by Simon Glass
· 8 years ago
4491327
Remove arch/${ARCH}/include/asm/errno.h
by Masahiro Yamada
· 8 years ago
25bab53
Remove unneeded remnants of bcopy().
by Robert P. J. Day
· 8 years ago
ac551e3
microblaze: Move MSR instruction selection to Kconfig
by Michal Simek
· 8 years ago
a359eaa
microblaze: Remove !OF_CONTROL code for timer and interrupt
by Michal Simek
· 9 years ago
9aa65ca
microblaze: Read information about timer/interrupts from DT
by Michal Simek
· 9 years ago
73223f0
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
20434c8
microblaze: Add missing chosen node
by Michal Simek
· 9 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
85916e2
microblaze: Remove empty file - cpu.c
by Michal Simek
· 9 years ago
48470b7
microblaze: Wire-up debug_uart in asm
by Michal Simek
· 9 years ago
9376839
serial: uartlite: Move driver to DM
by Michal Simek
· 9 years ago
ecc3066
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
4280f50
microblaze: Enable DM by default
by Michal Simek
· 9 years ago
ef159ab
microblaze: Enable OF_CONTROL by default
by Michal Simek
· 9 years ago
e0f21e1
microblaze: Fix C99/gnu99 compatiblity for inline functions
by Nathan Rossi
· 9 years ago
7cb7373
microblaze: Fix style issues in header files
by Nathan Rossi
· 9 years ago
da58dec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
e6e7b7c
microblaze: Use the generic bitops headers
by Fabio Estevam
· 9 years ago
cd2bee3
microblaze: Add a TODO to call board_init_f_mem()
by Simon Glass
· 9 years ago
a26cd04
arch: Make board selection choices optional
by Joe Hershberger
· 9 years ago
0a9e7ee
generic-board: select SYS_GENERIC_BOARD for some architectures
by Masahiro Yamada
· 10 years ago
0a12e68
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· 10 years ago
7682a99
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
7f33899
microblaze: spl: Add LISTS to linker script
by Michal Simek
· 10 years ago
ca7d226
microblaze: spl: Do not call mem_malloc_init and use early alloc
by Michal Simek
· 10 years ago
405e651
microblaze: Add support for CONFIG_SYS_MALLOC_F_LEN
by Michal Simek
· 10 years ago
0510b14
microblaze: Do not use CONFIG_SYS_GENERIC_GLOBAL_DATA
by Michal Simek
· 10 years ago
7c4dd54
microblaze: Speedup code copy
by Michal Simek
· 10 years ago
e945f6d
microblaze: Move architecture to use generic board init
by Michal Simek
· 11 years ago
9cef20b
microblaze: Fix gd_t address which is placed at the end of BRAM
by Michal Simek
· 10 years ago
e4a4743
microblaze: Remove unused asm label
by Michal Simek
· 10 years ago
2c7c32f
microblaze: Use standard interrupt_init() function
by Michal Simek
· 10 years ago
7c6814f
microblaze: Remove unneeded data section adding from DTB
by Michal Simek
· 10 years ago
070b8e0
microblaze: Add debug message about enabling interrupts
by Michal Simek
· 10 years ago
e217b0d
microblaze: Fix coding style
by Michal Simek
· 10 years ago
4c0922f
microblaze: Remove DEBUG_INT macro and use debug() instead
by Michal Simek
· 10 years ago
5e2fc80
microblaze: Fix coding style in exception.c
by Michal Simek
· 10 years ago
1c424d2
microblaze: Show return address from exception
by Michal Simek
· 10 years ago
cd8574c
microblaze: Fix stack usage in interrupt handler
by Michal Simek
· 10 years ago
da931af
microblaze: Support stack protection feature
by Michal Simek
· 10 years ago
822d43a
microblaze: Enable hardware exception by default
by Michal Simek
· 10 years ago
e19db55
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· 10 years ago
0262735
kconfig: add CONFIG_SUPPORT_SPL
by Masahiro Yamada
· 10 years ago
461be2f
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
c6fcb60
microblaze: Fix printf size_t format related warnings (again...)
by Vasili Galka
· 10 years ago
dd84058
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
5957ac2
Makefile: Support include files for .dts files
by Simon Glass
· 10 years ago
dbe963a
fdt_support: delete force argument of fdt_initrd()
by Masahiro Yamada
· 11 years ago
8e26157
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· 11 years ago
323762e
kbuild: delete redundant LDSCRIPT definition
by Masahiro Yamada
· 11 years ago
9b6e2c3
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
3284c8b
dts: generate multiple device tree blobs
by Masahiro Yamada
· 11 years ago
5ab502c
dts: move device tree sources to arch/$(ARCH)/dts/
by Masahiro Yamada
· 11 years ago
6ab6b2a
dts: re-write dts/Makefile more simply with Kbuild
by Masahiro Yamada
· 11 years ago
56746d8
microblaze: remove an empty file arch/microblaze/lib/time.c
by Masahiro Yamada
· 11 years ago
9d24274
microblaze: Add SPL support
by Michal Simek
· 11 years ago
ef2c1d8
microblaze: Report priviledged or stack protection exception
by Michal Simek
· 11 years ago
6ba64f2
microblaze: Show u-boot banner
by Michal Simek
· 11 years ago
Next »