Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
56621644069a944ab475669356496e465f9ac335
/
arch
/
microblaze
/
lib
f7ae49f
common: Drop log.h from common header
by Simon Glass
· 4 years, 6 months ago
0914011
command: Remove the cmd_tbl_t typedef
by Simon Glass
· 4 years, 6 months ago
4d72caa
common: Drop image.h from common header
by Simon Glass
· 4 years, 6 months ago
52f2423
common: Drop bootstage.h from common header
by Simon Glass
· 4 years, 6 months ago
90526e9
common: Drop net.h from common header
by Simon Glass
· 4 years, 6 months ago
db41d65
common: Move hang() to the same header as panic()
by Simon Glass
· 4 years, 11 months ago
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 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
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
7b51b57
env: Move env_get() to env.h
by Simon Glass
· 5 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
00caae6
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
63c0941
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
73223f0
Kconfig: Move CONFIG_FIT and related options to Kconfig
by Simon Glass
· 9 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
e945f6d
microblaze: Move architecture to use generic board init
by Michal Simek
· 11 years ago
2c7c32f
microblaze: Use standard interrupt_init() function
by Michal Simek
· 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
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
6ba64f2
microblaze: Show u-boot banner
by Michal Simek
· 11 years ago
a71a36f
microblaze: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
8c4dba1
microblaze: Fix watchdog initialization
by Michal Simek
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
07a16f2
microblaze: Call spi_init function
by Michal Simek
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
b8eee43
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· 11 years ago
2cb0e55
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· 11 years ago
983c72f
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
a8425d5
microblaze: bootm: Add support for loading initrd
by Michal Simek
· 12 years ago
1e71fa4
microblaze: bootm: Fix coding style issues
by Michal Simek
· 12 years ago
d2eae43
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
50ffb11
microblaze: fix style in board.c
by Andreas Bießmann
· 12 years ago
0f21f98
watchdog: Add support for Xilinx Microblaze watchdog
by Michal Simek
· 12 years ago
2281ba5
microblaze: Add muldi3.c which contains routines for _muldi3
by David Holsgrove
· 12 years ago
ec8a252
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
5811830
microblaze: Flush caches before enabling them
by Michal Simek
· 12 years ago
036036d
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
by Marek Vasut
· 12 years ago
c60a579
microblaze: board: Use bi_flashstart instead of CONFIG_SYS_FLASH_BASE
by Michal Simek
· 12 years ago
2380b8f
microblaze: Clean microblaze initialization
by Michal Simek
· 12 years ago
bcbb046
microblaze: timer: Prepare for device-tree initialization
by Michal Simek
· 12 years ago
e35c05b
microblaze: board: Remove compilation warning
by Michal Simek
· 12 years ago
b710d9d
microblaze: Add support for device tree driven board configuration
by Michal Simek
· 12 years ago
575a3d2
microblaze: intc: Clear interrupt code
by Michal Simek
· 12 years ago
e0bb305
microblaze: Call serial multi initialization
by Michal Simek
· 12 years ago
779bf42
microblaze: Move __udelay implementation
by Michal Simek
· 12 years ago
36c7e6e
microblaze: Remove extern from board.c
by Michal Simek
· 12 years ago
de30122
net: move bootfile init into eth_initialize
by Mike Frysinger
· 13 years ago
50a47d0
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
578ac1e
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
94e4dae
microblaze: Use getenv_ulong() in place of getenv(), strtoul
by Simon Glass
· 13 years ago
2267e2d
microblaze: Copy bootfile from variables
by Michal Simek
· 13 years ago
aa7acdd
microblaze: Initialize jumptable and console
by Michal Simek
· 13 years ago
a93c1a1
microblaze: Support flashes on lower addresses
by Michal Simek
· 13 years ago
077a4e6
microblaze: Call common console_init_f initialization function
by Michal Simek
· 13 years ago
09c2e90
unify version_string
by Andreas Bießmann
· 13 years ago
eddf52b
Replace "FLASH" strings with "Flash" or "flash"
by Peter Tyser
· 14 years ago
1020286
microblaze: Fix bd_info pointer
by Michal Simek
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
5a75e12
FDT: only call boot_get_fdt from generic code
by John Rigby
· 14 years ago
14d0a02
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
d69f8f4
microblaze: Add support for NET_MULTI api
by Michal Simek
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
8ff972c
microblaze: Consolidate cache code
by Michal Simek
· 15 years ago
9b4d905
microblaze: Flush cache before jumping to kernel
by Michal Simek
· 15 years ago
7052488
microblaze: Support system with WB cache
by Michal Simek
· 15 years ago
9769b73
microblaze: Change initialization sequence
by Michal Simek
· 15 years ago
e6177b3
microblaze: Change cache report messages
by Michal Simek
· 15 years ago
b266409
microblaze: Move FSL initialization to board.c
by Michal Simek
· 15 years ago
5bbcb6c
microblaze: Move timer initialization to board.c
by Michal Simek
· 15 years ago
398b1d5
microblaze: Add FDT support
by Arun Bhanu
· 15 years ago
ea0364f
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago