1. e1f0f8a Correct SPL use of BOOTSTAGE_FDT by Simon Glass · 1 year, 8 months ago
  2. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  3. 1f391c3 lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years ago
  4. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  5. e207f22 global: Move from bi_memstart/memsize -> gd->ram_base/ram_size by Stefan Roese · 4 years, 1 month ago
  6. dd1bb42 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · 4 years, 2 months ago
  7. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  8. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  9. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  10. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  11. 7105973 mips: add support to restore exception vector base before booting linux by Weijie Gao · 4 years, 5 months ago
  12. 4bfd1f5 env: Move env_init() to env.h by Simon Glass · 5 years ago
  13. 6943cc9 arch: mips: Update initrd_start and initrd_end by Horatiu Vultur · 5 years ago
  14. e515166 bootm: mips: Remove boot_reloc_ramdisk by Horatiu Vultur · 6 years ago
  15. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  16. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  17. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  18. 48bfc31 MIPS: bootm: Fix broken boot_env_legacy codepath by Zubair Lutfullah Kakakhel · 7 years ago
  19. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  20. 7a3e0f7 MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve by Paul Burton · 8 years ago
  21. e2f88df libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  22. fdff5b0 MIPS: bootm: Add fixup of '/memory' node. by Purna Chandra Mandal · 8 years ago
  23. 347ea94 MIPS: bootm: use CONFIG_IS_ENABLED() everywhere by Daniel Schwierzeck · 9 years ago
  24. 2bb5b63 MIPS: bootm: rework and fix broken bootm code by Daniel Schwierzeck · 9 years ago
  25. 4adcb23 MIPS: fix syntax for fdt_chosen/initrd. by Govindraj Raja · 9 years ago
  26. 90b1c9f MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · 10 years ago
  27. e13a50b MIPS: bootm: add bootstage reporting by Daniel Schwierzeck · 10 years ago
  28. 5002d8c MIPS: bootm: prepare a flattened device tree for the kernel by Daniel Schwierzeck · 10 years ago
  29. 8cec725 MIPS: bootm: add mem, rd_start and rd_size to kernel command line by Daniel Schwierzeck · 10 years ago
  30. ca65e58 MIPS: bootm: refactor preparation of Linux kernel environment by Daniel Schwierzeck · 10 years ago
  31. 25fc664 MIPS: bootm: refactor preparation of Linux kernel command line by Daniel Schwierzeck · 10 years ago
  32. 6cec63d MIPS: bootm: remove unused or redundant header files by Daniel Schwierzeck · 10 years ago
  33. c963942 MIPS: bootm: add missing initramfs relocation by Daniel Schwierzeck · 10 years ago
  34. d18d49d mips: don't hardcode Malta env baudrate by Paul Burton · 11 years ago
  35. 7a9d109 qemu-malta: rename to just "malta" by Paul Burton · 11 years ago
  36. b87493f MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta by Daniel Schwierzeck · 11 years ago
  37. 6c15455 MIPS: bootm: add support for generic relocation of init ramdisks by Daniel Schwierzeck · 11 years ago
  38. 15f8aa9 MIPS: bootm: refactor initialisation of kernel environment by Daniel Schwierzeck · 11 years ago
  39. 59e8cbd MIPS: bootm: refactor initialisation of kernel cmdline by Daniel Schwierzeck · 11 years ago
  40. f66cc1e MIPS: bootm: add support for LMB by Daniel Schwierzeck · 11 years ago
  41. c4b3784 MIPS: bootm: optimize kernel entry call by Daniel Schwierzeck · 11 years ago
  42. 45bde48 MIPS: bootm: fix checkpatch.pl warnings by Daniel Schwierzeck · 11 years ago
  43. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  44. 9c170e2 MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago
  45. 0ea7213 MIPS: bootm.c: separate environment initialization by Gabor Juhos · 12 years ago
  46. e08634c MIPS: bootm.c: separate linux jump code by Gabor Juhos · 12 years ago
  47. 75a279c MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · 12 years ago
  48. e51a6b7 MIPS: bootm.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  49. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  50. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  51. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  52. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago[Renamed from lib_mips/bootm.c]
  53. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  54. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  55. 72f1b65 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start" by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. 40d7e99 bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  57. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  58. c160a95 bootm: refactor entry point code by Kumar Gala · 16 years ago
  59. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  60. 25dbe98 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  61. e7c3745 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment by Jason McMullan · 16 years ago
  62. cb1c489 Restore the ability to continue booting after legacy image overwrite by Marian Balakowicz · 16 years ago
  63. cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  64. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  65. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  66. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  67. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  68. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  69. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  70. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_mips/mips_linux.c]
  71. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  72. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  73. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  74. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  75. f013dac Code cleanup, especially MIPS for GCC 4.x by Wolfgang Denk · 19 years ago
  76. a2663ea * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  77. 5da627a * Patch by Steven Scholz, 10 Oct 2003 - Add support for Altera FPGA ACEX1K by wdenk · 21 years ago
  78. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  79. c021880 * Add support for MIPS32 4Kc CPUs by wdenk · 22 years ago