index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
lib
/
bootm.c
Age
Commit message (
Expand
)
Author
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-18
fdt: Implement weak arch_fixup_fdt()
Alexey Brodkin
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-07-25
MIPS: bootm: Fix broken boot_env_legacy codepath
Zubair Lutfullah Kakakhel
2016-12-02
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-11-30
MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve
Paul Burton
2016-07-31
libfdt: Introduce new ARCH_FIXUP_FDT option
Michal Simek
2016-04-19
MIPS: bootm: Add fixup of '/memory' node.
Purna Chandra Mandal
2015-11-06
MIPS: bootm: use CONFIG_IS_ENABLED() everywhere
Daniel Schwierzeck
2015-11-06
MIPS: bootm: rework and fix broken bootm code
Daniel Schwierzeck
2015-08-21
MIPS: fix syntax for fdt_chosen/initrd.
Govindraj Raja
2015-04-24
MIPS: implement device-tree handover to Linux kernel
Daniel Schwierzeck
2015-01-21
MIPS: bootm: add bootstage reporting
Daniel Schwierzeck
2015-01-21
MIPS: bootm: prepare a flattened device tree for the kernel
Daniel Schwierzeck
2015-01-21
MIPS: bootm: add mem, rd_start and rd_size to kernel command line
Daniel Schwierzeck
2015-01-21
MIPS: bootm: refactor preparation of Linux kernel environment
Daniel Schwierzeck
2015-01-21
MIPS: bootm: refactor preparation of Linux kernel command line
Daniel Schwierzeck
2014-11-27
MIPS: bootm: remove unused or redundant header files
Daniel Schwierzeck
2014-11-27
MIPS: bootm: add missing initramfs relocation
Daniel Schwierzeck
2013-11-26
mips: don't hardcode Malta env baudrate
Paul Burton
2013-11-09
qemu-malta: rename to just "malta"
Paul Burton
2013-08-13
MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta
Daniel Schwierzeck
2013-08-13
MIPS: bootm: add support for generic relocation of init ramdisks
Daniel Schwierzeck
2013-08-13
MIPS: bootm: refactor initialisation of kernel environment
Daniel Schwierzeck
2013-08-13
MIPS: bootm: refactor initialisation of kernel cmdline
Daniel Schwierzeck
2013-08-13
MIPS: bootm: add support for LMB
Daniel Schwierzeck
2013-08-13
MIPS: bootm: optimize kernel entry call
Daniel Schwierzeck
2013-08-13
MIPS: bootm: fix checkpatch.pl warnings
Daniel Schwierzeck
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-01-16
MIPS: bootm.c: add support for 'prep' and 'go' subcommands
Gabor Juhos
2013-01-16
MIPS: bootm.c: separate environment initialization
Gabor Juhos
2013-01-16
MIPS: bootm.c: separate linux jump code
Gabor Juhos
2013-01-16
MIPS: bootm.c: use debug macro to print debug message
Gabor Juhos
2012-06-03
MIPS: bootm.c: make checkpatch.pl clean
Daniel Schwierzeck
2012-03-18
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-04-13
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser