1. 4c55ab4 MIPS: bootm: Fix broken boot_env_legacy codepath by Zubair Lutfullah Kakakhel · 7 years ago
  2. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  3. 0ecd903 MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve by Paul Burton · 8 years ago
  4. 8ff8689 libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  5. 432549f MIPS: bootm: Add fixup of '/memory' node. by Purna Chandra Mandal · 9 years ago
  6. 735bb01 MIPS: bootm: use CONFIG_IS_ENABLED() everywhere by Daniel Schwierzeck · 9 years ago
  7. 20a8b1c MIPS: bootm: rework and fix broken bootm code by Daniel Schwierzeck · 9 years ago
  8. c7e758e MIPS: fix syntax for fdt_chosen/initrd. by Govindraj Raja · 9 years ago
  9. d1b29d2 MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · 10 years ago
  10. 1a4797c MIPS: bootm: add bootstage reporting by Daniel Schwierzeck · 10 years ago
  11. 8d7ff4d MIPS: bootm: prepare a flattened device tree for the kernel by Daniel Schwierzeck · 10 years ago
  12. 2edd528 MIPS: bootm: add mem, rd_start and rd_size to kernel command line by Daniel Schwierzeck · 10 years ago
  13. c07dc60 MIPS: bootm: refactor preparation of Linux kernel environment by Daniel Schwierzeck · 10 years ago
  14. f9749fa MIPS: bootm: refactor preparation of Linux kernel command line by Daniel Schwierzeck · 10 years ago
  15. ea7e328 MIPS: bootm: remove unused or redundant header files by Daniel Schwierzeck · 10 years ago
  16. 0665838 MIPS: bootm: add missing initramfs relocation by Daniel Schwierzeck · 10 years ago
  17. 43c4f59 mips: don't hardcode Malta env baudrate by Paul Burton · 11 years ago
  18. 10a74b5 qemu-malta: rename to just "malta" by Paul Burton · 11 years ago
  19. 0dfa0b3 MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta by Daniel Schwierzeck · 12 years ago
  20. eaadb1a MIPS: bootm: add support for generic relocation of init ramdisks by Daniel Schwierzeck · 12 years ago
  21. 46145fb MIPS: bootm: refactor initialisation of kernel environment by Daniel Schwierzeck · 12 years ago
  22. eb782d6 MIPS: bootm: refactor initialisation of kernel cmdline by Daniel Schwierzeck · 12 years ago
  23. 22d1c23 MIPS: bootm: add support for LMB by Daniel Schwierzeck · 12 years ago
  24. 0b95a7c MIPS: bootm: optimize kernel entry call by Daniel Schwierzeck · 12 years ago
  25. 40f30c0 MIPS: bootm: fix checkpatch.pl warnings by Daniel Schwierzeck · 12 years ago
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  27. 7f959fd MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago
  28. 72cb5f0 MIPS: bootm.c: separate environment initialization by Gabor Juhos · 12 years ago
  29. e0d783b MIPS: bootm.c: separate linux jump code by Gabor Juhos · 12 years ago
  30. a89c233 MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · 12 years ago
  31. 83010eb MIPS: bootm.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  32. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  33. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  34. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  35. cede5d8 Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_mips/bootm.c]
  36. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. 18178bc bootm: Add subcommands by Kumar Gala · 16 years ago
  38. 11ec478 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start" by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  39. 48626aa bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  40. fffb143 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  41. 93467bc bootm: refactor entry point code by Kumar Gala · 16 years ago
  42. 026e4ac Fix fallout from autostart revert by Kumar Gala · 16 years ago
  43. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  44. cfbe457 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment by Jason McMullan · 16 years ago
  45. ab00e02 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 17 years ago
  46. df8ff33 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  47. a0ffb42 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  48. d7c88a4 [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  49. aa0826b [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  50. 61fde55 [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  51. dbdd16a [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  52. 9541850 [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  53. 79fcab8 [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_mips/mips_linux.c]
  54. b4a12a9 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  55. 41d71ed [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  56. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  57. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  58. f6a692b Code cleanup, especially MIPS for GCC 4.x by Wolfgang Denk · 19 years ago
  59. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  60. 9b7f384 * Patch by Steven Scholz, 10 Oct 2003 - Add support for Altera FPGA ACEX1K by wdenk · 21 years ago
  61. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  62. bb1b826 * Add support for MIPS32 4Kc CPUs by wdenk · 22 years ago