Commit Graph

36 Commits (00caae6d47645e68d6e5277aceb69592b49381a6)

Author SHA1 Message Date
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Zubair Lutfullah Kakakhel 48bfc31b64 MIPS: bootm: Fix broken boot_env_legacy codepath 7 years ago
Masahiro Yamada 63c0941726 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY 8 years ago
Paul Burton 7a3e0f74a7 MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve 8 years ago
Michal Simek e2f88dfd2d libfdt: Introduce new ARCH_FIXUP_FDT option 8 years ago
Purna Chandra Mandal fdff5b0598 MIPS: bootm: Add fixup of '/memory' node. 8 years ago
Daniel Schwierzeck 347ea94e2a MIPS: bootm: use CONFIG_IS_ENABLED() everywhere 9 years ago
Daniel Schwierzeck 2bb5b63879 MIPS: bootm: rework and fix broken bootm code 9 years ago
Govindraj Raja 4adcb2380c MIPS: fix syntax for fdt_chosen/initrd. 9 years ago
Daniel Schwierzeck 90b1c9fad7 MIPS: implement device-tree handover to Linux kernel 9 years ago
Daniel Schwierzeck e13a50b34b MIPS: bootm: add bootstage reporting 9 years ago
Daniel Schwierzeck 5002d8cc54 MIPS: bootm: prepare a flattened device tree for the kernel 9 years ago
Daniel Schwierzeck 8cec725ad5 MIPS: bootm: add mem, rd_start and rd_size to kernel command line 9 years ago
Daniel Schwierzeck ca65e5851f MIPS: bootm: refactor preparation of Linux kernel environment 9 years ago
Daniel Schwierzeck 25fc664f40 MIPS: bootm: refactor preparation of Linux kernel command line 9 years ago
Daniel Schwierzeck 6cec63d59d MIPS: bootm: remove unused or redundant header files 10 years ago
Daniel Schwierzeck c9639421fd MIPS: bootm: add missing initramfs relocation 10 years ago
Paul Burton d18d49d7ad mips: don't hardcode Malta env baudrate 11 years ago
Paul Burton 7a9d109b00 qemu-malta: rename to just "malta" 11 years ago
Daniel Schwierzeck b87493f49a MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta 11 years ago
Daniel Schwierzeck 6c154552b0 MIPS: bootm: add support for generic relocation of init ramdisks 11 years ago
Daniel Schwierzeck 15f8aa9093 MIPS: bootm: refactor initialisation of kernel environment 11 years ago
Daniel Schwierzeck 59e8cbdb15 MIPS: bootm: refactor initialisation of kernel cmdline 11 years ago
Daniel Schwierzeck f66cc1e348 MIPS: bootm: add support for LMB 11 years ago
Daniel Schwierzeck c4b37847d3 MIPS: bootm: optimize kernel entry call 11 years ago
Daniel Schwierzeck 45bde489e3 MIPS: bootm: fix checkpatch.pl warnings 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Gabor Juhos 9c170e2ef4 MIPS: bootm.c: add support for 'prep' and 'go' subcommands 12 years ago
Gabor Juhos 0ea7213f63 MIPS: bootm.c: separate environment initialization 12 years ago
Gabor Juhos e08634c7bf MIPS: bootm.c: separate linux jump code 12 years ago
Gabor Juhos 75a279c8f2 MIPS: bootm.c: use debug macro to print debug message 12 years ago
Daniel Schwierzeck e51a6b7a6c MIPS: bootm.c: make checkpatch.pl clean 12 years ago
Simon Glass 770605e4f9 bootstage: Replace show_boot_progress/error() with bootstage_...() 12 years ago
Simon Glass 578ac1e9ba bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() 12 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Peter Tyser ea0364f1bb Move lib_$ARCH directories to arch/$ARCH/lib 14 years ago
Jean-Christophe PLAGNIOL-VILLARD a31e091ad7 rename include/zlib.h to include/u-boot/zlib.h 15 years ago
Kumar Gala 49c3a861d1 bootm: Add subcommands 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 72f1b65f1b mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start" 16 years ago
Kumar Gala 40d7e99d37 bootm: refactor do_reset and os boot function args 16 years ago
Kumar Gala c4f9419c6b bootm: refactor ramdisk locating code 16 years ago
Kumar Gala c160a95447 bootm: refactor entry point code 16 years ago
Kumar Gala 3216ca9692 Fix fallout from autostart revert 16 years ago
Wolfgang Denk 25dbe98abb Fix some more printf() format issues. 16 years ago
Jason McMullan e7c374529c mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment 16 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 16 years ago
Marian Balakowicz cd7c596e9f [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines 16 years ago
Marian Balakowicz d985c8498c [new uImage] Remove unnecessary arguments passed to ramdisk routines 16 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 16 years ago
Kumar Gala 75fa002c47 [new uImage] Respect autostart setting in linux bootm 16 years ago