Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
fb1cdfcec7f630ea9af572caf787352bf223220a
/
boot
/
bootm.c
8728c0b
boot: Support decompressing non-kernel OS images
by Simon Glass
· Fri Dec 15 16:54:16 2023 -0700
13692b3
Merge patch series "Complete decoupling of bootm logic from commands"
by Tom Rini
· Thu Dec 21 16:10:00 2023 -0500
6568e4b
bootm: Create a new boot_run() function to handle booting
by Simon Glass
· Fri Dec 15 20:14:26 2023 -0700
2d043a6
bootm: Create a function to run through the booti states
by Simon Glass
· Fri Dec 15 20:14:25 2023 -0700
e176bb1
bootm: Create a function to run through the bootz states
by Simon Glass
· Fri Dec 15 20:14:23 2023 -0700
bd73cac
bootm: Create a function to run through the bootm states
by Simon Glass
· Fri Dec 15 20:14:21 2023 -0700
454746d
bootm: Tidy up boot_selected_os()
by Simon Glass
· Fri Dec 15 20:14:20 2023 -0700
d90f94f
bootm: Rename do_bootm_states() to bootm_run_states()
by Simon Glass
· Fri Dec 15 20:14:19 2023 -0700
50fa2fe
bootm: Drop arguments from do_bootm_states()
by Simon Glass
· Fri Dec 15 20:14:18 2023 -0700
839e9e4
bootm: Move do_bootm_states() comment to header file
by Simon Glass
· Fri Dec 15 20:14:15 2023 -0700
112b020
bootm: Add more fields to bootm_info
by Simon Glass
· Fri Dec 15 20:14:14 2023 -0700
0726d9d
bootm: Adjust arguments of boot_os_fn
by Simon Glass
· Fri Dec 15 20:14:13 2023 -0700
b890c08
bootm: Adjust how the board is reset
by Simon Glass
· Fri Dec 15 20:14:10 2023 -0700
c975d8b
bootm: Fix flags used for bootargs string substitution
by Piotr Kubik
· Fri Nov 24 17:30:46 2023 +0100
a0e7612
Merge patch series "bootm: Handle compressed arm64 images with bootm"
by Tom Rini
· Fri Dec 15 09:41:44 2023 -0500
50b8be3
bootm: Support kernel_noload with compression
by Simon Glass
· Sun Nov 19 07:43:34 2023 -0700
b1f90ca
bootm: Move arm64-image processing later
by Simon Glass
· Sun Nov 19 07:43:33 2023 -0700
793a98e
command: Introduce functions to obtain command arguments
by Simon Glass
· Sat Nov 18 14:05:20 2023 -0700
aba60d1
bootm: Reduce arguments to bootm_find_other()
by Simon Glass
· Sat Nov 18 14:05:18 2023 -0700
ab48be5
bootm: Add a function to check overlap
by Simon Glass
· Sat Nov 18 14:05:17 2023 -0700
d46c81e
bootm: Adjust the parameters of bootm_find_images()
by Simon Glass
· Sat Nov 18 14:05:16 2023 -0700
28eafe6
bootm: optee: Drop special call to bootm_find_other()
by Simon Glass
· Sat Nov 18 14:05:15 2023 -0700
3f2dcbe
bootm: efi: Drop special call to bootm_find_other()
by Simon Glass
· Sat Nov 18 14:05:14 2023 -0700
5fb729b
bootm: Simplify Android ramdisk addr in bootm_find_images()
by Simon Glass
· Sat Nov 18 14:05:13 2023 -0700
4fdc559
bootm: Reduce arguments to boot_get_loadables()
by Simon Glass
· Sat Nov 18 14:05:12 2023 -0700
01080ab
bootm: Reduce arguments to boot_get_fpga()
by Simon Glass
· Sat Nov 18 14:05:11 2023 -0700
db125e0
bootm: Reduce arguments to boot_get_fdt()
by Simon Glass
· Sat Nov 18 14:05:10 2023 -0700
af2c72c
bootm: Pass image buffer to boot_get_fdt()
by Simon Glass
· Sat Nov 18 14:05:09 2023 -0700
7f0a5a6
bootm: Drop #ifdef in bootm_find_images()
by Simon Glass
· Sat Nov 18 14:05:08 2023 -0700
8eef77e
bootm: Reduce arguments to boot_get_ramdisk()
by Simon Glass
· Sat Nov 18 14:05:06 2023 -0700
f3c57b6
bootm: Reduce arguments to bootm_find_os()
by Simon Glass
· Sat Nov 18 14:05:05 2023 -0700
c46784c
bootm: Move error printing out of boot_get_kernel()
by Simon Glass
· Sat Nov 18 14:05:04 2023 -0700
d6d6ed8
bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO
by Simon Glass
· Sat Nov 18 14:05:03 2023 -0700
a5d35f9
bootm: Use the error return from boot_get_kernel()
by Simon Glass
· Sat Nov 18 14:05:02 2023 -0700
ae217b3
bootm: Adjust position of unmap_sysmem() in boot_get_kernel()
by Simon Glass
· Sat Nov 18 14:05:01 2023 -0700
9d085c1
bootm: Adjust boot_get_kernel() to return an error
by Simon Glass
· Sat Nov 18 14:05:00 2023 -0700
8333dd5
bootm: Reduce arguments to boot_get_kernel()
by Simon Glass
· Sat Nov 18 14:04:58 2023 -0700
4e8ec47
image: Tidy up genimg_get_kernel_addr_fit()
by Simon Glass
· Sat Nov 18 14:04:57 2023 -0700
7715b31
bootm: Move boot_get_kernel() higher in the file
by Simon Glass
· Sat Nov 18 14:04:56 2023 -0700
2e719d5
bootm: Simplify arguments for bootm_pre_load()
by Simon Glass
· Sat Nov 18 14:04:55 2023 -0700
5f1f4f2
bootm: Drop arguments from bootm_start()
by Simon Glass
· Sat Nov 18 14:04:54 2023 -0700
0afe557
Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm
by Tom Rini
· Fri Oct 27 19:27:29 2023 -0400
32401ba
bootm: Support boot measurement
by Eddie James
· Tue Oct 24 10:43:50 2023 -0500
b3c2aa5
command: Include a required header in command.h
by Simon Glass
· Wed Sep 27 08:22:37 2023 -0600
1870026
bootstd: cros: Add ARM support
by Simon Glass
· Sun Jul 30 11:17:02 2023 -0600
d254b3e
bootm: don't call booti_setup for EFI images
by Heinrich Schuchardt
· Tue Jun 13 08:18:27 2023 +0200
51c981b
android: boot: support boot image header version 3 and 4
by Safae Ouajih
· Mon Feb 06 00:50:17 2023 +0100
c60ae10
android: boot: add vendor boot image to prepare for v3, v4 support
by Safae Ouajih
· Mon Feb 06 00:50:11 2023 +0100
e2d49d9
Correct SPL uses of CMD_FDT
by Simon Glass
· Sun Feb 05 15:36:30 2023 -0700
88b6f92
Correct SPL uses of CMD_BOOTM_PRE_LOAD
by Simon Glass
· Sun Feb 05 15:36:24 2023 -0700
df650d2
Correct SPL use of CMD_BOOTI
by Simon Glass
· Sun Feb 05 15:36:23 2023 -0700
68fc04c
net: Remove eth_legacy.c
by Tom Rini
· Sun Nov 27 10:25:36 2022 -0500
b90cf90
bootm: Change incorrect 'unsupported' error
by Simon Glass
· Tue Oct 11 09:47:07 2022 -0600
bb7d3bb
treewide: Drop image_header_t typedef
by Simon Glass
· Tue Sep 06 20:26:52 2022 -0600
74578f5
treewide: Drop image_info_t typedef
by Simon Glass
· Tue Sep 06 20:26:51 2022 -0600
df00afa
treewide: Drop bootm_headers_t typedef
by Simon Glass
· Tue Sep 06 20:26:50 2022 -0600
779a7b69
bootm: Fix upper bound of FDT overlap checks
by Pali Rohár
· Sat Aug 27 14:48:10 2022 +0200
2ebfd22
image-fit: don't set compression if it can't be read
by Daniel Golle
· Sat Aug 27 04:17:28 2022 +0100
905d4b7
bootm: fix typo imape_comp -> image_comp
by Daniel Golle
· Sat Aug 27 04:14:42 2022 +0100
f3c2f99
Convert CONFIG_SYS_BOOTM_LEN to Kconfig
by Tom Rini
· Sat Jun 25 19:29:46 2022 -0400
15bdcd4
bootm: Fix Linux silent console on newer kernels
by Sean Anderson
· Thu May 19 18:26:05 2022 -0400
ae1f2ca
cmd: bootm: add a stage pre-load
by Philippe Reynes
· Mon Mar 28 22:57:00 2022 +0200
47b4c02
doc: replace @return by Return:
by Heinrich Schuchardt
· Wed Jan 19 18:05:50 2022 +0100
91944df
Create a new boot/ directory
by Simon Glass
· Thu Oct 14 12:47:54 2021 -0600
[Renamed from common/bootm.c]
d538700
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Thu Nov 11 09:04:20 2021 -0500