1. f9f06e6 x86: coreboot: Sync up timestamp codes by Simon Glass · 3 years, 8 months ago
  2. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  3. 4f96023 x86: zboot: Allow overriding the command line by Simon Glass · 4 years, 2 months ago
  4. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  5. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  6. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  7. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
  8. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  9. bf4d8be x86: Don't generate a bootstage report in SPL by Simon Glass · 6 years ago
  10. c74e329 x86/bootm: fix error handling in boot_prep_linux(...) by Hannes Schmelzer · 6 years ago
  11. 329da48 Define board_quiesce_devices() in a shared location by Simon Glass · 6 years ago
  12. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  13. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  14. 2547524 Revert "x86: bootm: Fix FIT image booting on x86" by Anatolij Gustschin · 7 years ago
  15. 7025b05 x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup() by Stefan Roese · 8 years ago
  16. 13c531e x86: bootm: Fix FIT image booting on x86 by Stefan Roese · 8 years ago
  17. 23b89d4 x86: Don't build call64 and setjmp on 64-bit by Simon Glass · 8 years ago
  18. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  19. b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  20. 1e2f7b9 x86: Call board_final_cleanup() in last_stage_init() by Bin Meng · 8 years ago
  21. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  22. e49ccea x86: Handle running as EFI payload by Simon Glass · 9 years ago
  23. 8b09791 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  24. 2c363cb x86: Correct a few progress message nits by Simon Glass · 10 years ago
  25. 61643ae x86: bootm: Support booting a 64-bit raw kernel by Simon Glass · 10 years ago
  26. 7653938 x86: Move kernel boot function to arch/x86/lib/bootm.c by Simon Glass · 10 years ago
  27. 0d0ba59 x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · 10 years ago
  28. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  29. 7af26b1 blackfin: x86: bootm: Handle PREP stage of bootm by Simon Glass · 11 years ago
  30. bdc7d5c x86: Correct missing local variable in bootm by Simon Glass · 11 years ago
  31. 7949703 x86: Rationalise kernel booting logic and bootstage by Simon Glass · 12 years ago
  32. 69370d1 x86: Refactor the zboot innards so they can be reused with a vboot image by Gabe Black · 13 years ago
  33. 233dbc1 x86: Add support for booting Linux using the 32 bit boot protocol by Gabe Black · 13 years ago
  34. a76fc70 x86: Provide more configuration granularity by Graeme Russ · 13 years ago
  35. 83088af cosmetic: checkpatch cleanup of arch/x86/lib/*.c by Graeme Russ · 13 years ago
  36. fea2572 x86: Rename i386 to x86 by Graeme Russ · 14 years ago[Renamed from arch/i386/lib/bootm.c]
  37. dbf7115 x86: Code cleanup by Graeme Russ · 14 years ago
  38. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  39. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_i386/bootm.c]
  40. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  41. 49c3a86 bootm: Add subcommands by Kumar Gala · 16 years ago
  42. 3ef96de Update i386 code (sc520_cdp) by Graeme Russ · 16 years ago
  43. 40d7e99 bootm: refactor do_reset and os boot function args by Kumar Gala · 16 years ago
  44. c4f9419 bootm: refactor ramdisk locating code by Kumar Gala · 16 years ago
  45. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  46. dd22394 i386/bootm: remove unused var by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. cd7c596 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines by Marian Balakowicz · 17 years ago
  48. d985c84 [new uImage] Remove unnecessary arguments passed to ramdisk routines by Marian Balakowicz · 17 years ago
  49. 9a4daad [new uImage] Update naming convention for bootm/uImage related code by Marian Balakowicz · 17 years ago
  50. 75fa002 [new uImage] Respect autostart setting in linux bootm by Kumar Gala · 17 years ago
  51. 8a5ea3e [new uImage] Move image verify flag to bootm_headers structure by Marian Balakowicz · 17 years ago
  52. d5934ad [new uImage] Add dual format uImage support framework by Marian Balakowicz · 17 years ago
  53. 5ad03eb [new uImage] Factor out common image_get_ramdisk() routine by Marian Balakowicz · 17 years ago
  54. 4a995ed [new uImage] Rename architecture specific bootm code files by Marian Balakowicz · 17 years ago[Renamed from lib_i386/i386_linux.c]
  55. f13e7b2 [new uImage] Cleanup image header pointer use in bootm code by Marian Balakowicz · 17 years ago
  56. 1515897 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() by Marian Balakowicz · 17 years ago
  57. 261dcf4 [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago
  58. b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
  59. e644670 Fix multi-part image support on i386 platform. by Wolfgang Denk · 18 years ago
  60. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  61. ea909b7 * Added support for both PCMCIA slots (at the same time!) on MPC8xx by wdenk · 22 years ago
  62. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago