Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
505e94a85e099c0d6d15d759ed647cd22317d8ff
/
boot
7d08a85
bootstd: android: avoid possible null pointer dereference
by Gary Bisson
· Wed Apr 02 16:42:19 2025 +0200
74a3f8f
Merge branch 'next'
by Tom Rini
· Mon Apr 07 16:40:02 2025 -0600
6388b6b
Revert "Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE""
by Tom Rini
· Mon Apr 07 12:35:13 2025 -0600
33df5cd
boot: call dhcp_run in pxe bootmethod
by Heiko Stuebner
· Wed Apr 02 23:50:25 2025 +0200
e0cedb8
Merge patch series "membuff: Add tests and update to support a flag for empty/full"
by Tom Rini
· Thu Apr 03 16:54:59 2025 -0600
f7e87f9
membuf: Rename struct
by Simon Glass
· Tue Mar 18 16:20:44 2025 +0100
ceefc78
membuff: Rename functions to have membuf_ prefix
by Simon Glass
· Tue Mar 18 16:20:42 2025 +0100
de59358
boot: Support IO UARTs for earlycon and console
by Simon Glass
· Sat Mar 15 14:26:00 2025 +0000
60d3c51
boot: Handle running out of labels
by Simon Glass
· Sat Mar 15 14:25:59 2025 +0000
3c63a87
boot: Consider non-bootable partitions
by Simon Glass
· Sat Mar 15 14:25:58 2025 +0000
0caea89
onenand: Remove ONENAND_BOOT option
by Tom Rini
· Thu Mar 13 11:17:29 2025 -0600
8231d03
blkmap: pass information on ISO image to the OS
by Sughosh Ganu
· Mon Mar 17 14:04:02 2025 +0530
4bd6206
fdt: add support for adding pmem nodes
by Masahisa Kojima
· Mon Mar 17 14:03:57 2025 +0530
8b2f125
Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE"
by Tom Rini
· Tue Mar 18 13:12:51 2025 -0600
92beb243
boot: pxe: Refactor label_run_boot() to avoid cmdline
by Simon Glass
· Wed Mar 05 17:25:14 2025 -0700
60acbbc
pxe_utils: Simplify default fdt in label_run_boot()
by Simon Glass
· Wed Mar 05 17:25:13 2025 -0700
b3beb6f
boot: pxe: Use bootm_...() functions where possible
by Simon Glass
· Wed Mar 05 17:25:12 2025 -0700
e5dcf7d
boot: Support compressed booti images in bootm
by Simon Glass
· Wed Mar 05 17:25:11 2025 -0700
7c39983
boot: Support booti format in bootm
by Simon Glass
· Wed Mar 05 17:25:10 2025 -0700
5047fcc
boot: arm: riscv: sandbox: Add a format for the booti file
by Simon Glass
· Wed Mar 05 17:25:09 2025 -0700
2f93767
boot: Convert IMAGE_FORMAT into an enum
by Simon Glass
· Wed Mar 05 17:25:08 2025 -0700
1cdfab5
bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN
by Simon Glass
· Wed Mar 05 17:25:07 2025 -0700
08d0f4a
boot: Pass just the FDT argument to label_process_fdt()
by Simon Glass
· Wed Mar 05 17:25:06 2025 -0700
09786df
boot: Split pxe label_run_boot() into two parts
by Simon Glass
· Wed Mar 05 17:25:05 2025 -0700
827cd9c
boot: Split pxe label_boot() into two parts
by Simon Glass
· Wed Mar 05 17:25:04 2025 -0700
1a47ebb
boot: Use strlcpy() in label_boot()
by Simon Glass
· Wed Mar 05 17:25:03 2025 -0700
0951937
x86: Rename zboot_run() to zboot_run_args()
by Simon Glass
· Wed Mar 05 17:24:56 2025 -0700
a8c9234
boot: Add support of the pre-load signature for host tools
by Paul HENRYS
· Mon Feb 24 22:20:52 2025 +0100
6cacddc
image: Add support for starting TFA BL31 as fitImage loadables
by Marek Vasut
· Wed Jan 29 22:59:19 2025 +0100
da658ae
boot: android: handle boot images with missing DTB
by Sam Day
· Thu Jan 23 14:35:01 2025 +0000
8d1ce6b
image: apply FDTOs on FDT image node without a load property
by Quentin Schulz
· Wed Jan 22 16:53:15 2025 +0100
c221308
vbe: Add an implementation of VBE-ABrec
by Simon Glass
· Sun Jan 26 11:43:29 2025 -0700
d431552
vbe: Allow VBE to disable adding loadables to the FDT
by Simon Glass
· Sun Jan 26 11:43:28 2025 -0700
d1ed584
vbe: Tidy up a few comments
by Simon Glass
· Sun Jan 26 11:43:27 2025 -0700
74c58db
vbe: Support selecting images based on phase in FIT
by Simon Glass
· Sun Jan 26 11:43:18 2025 -0700
ff055b0
bootmeth_efi: Support PXE booting
by Simon Glass
· Thu Jan 23 15:07:24 2025 -0700
fce5777
efi_loader: Pass in the required parameters from EFI bootmeth
by Simon Glass
· Thu Jan 23 15:07:23 2025 -0700
1bb662d
bootstd: android: Allow boot with AVB failures when unlocked
by Mattijs Korpershoek
· Wed Jan 08 15:38:42 2025 +0100
2c22ec2
bootstd: android: Add missing NULL in the avb partition list
by Mattijs Korpershoek
· Wed Jan 08 15:38:41 2025 +0100
22354ba
boot: android: Check kcmdline's for NULL in android_image_get_kernel()
by Aaron Kling
· Mon Jan 13 10:11:45 2025 +0100
5593f8b
Merge patch series "upl: Prerequite patches for updated spec"
by Tom Rini
· Wed Jan 22 16:08:34 2025 -0600
833445d
boot: Rename fit_image_get_data_and_size()
by Simon Glass
· Fri Jan 10 17:00:13 2025 -0700
d3ca401
boot: Rename fit_image_get_data()
by Simon Glass
· Fri Jan 10 17:00:12 2025 -0700
e40b0af
Merge patch series "vbe: Series part F"
by Tom Rini
· Wed Jan 22 09:48:24 2025 -0600
0fcc6c4
vbe: Update simple-fw to support using the SPL loader
by Simon Glass
· Wed Jan 15 18:27:23 2025 -0700
edd2236
vbe: Support loading SPL images
by Simon Glass
· Wed Jan 15 18:27:22 2025 -0700
7d243eb
vbe: Support loading an FDT with the relocating loader
by Simon Glass
· Wed Jan 15 18:27:21 2025 -0700
14894b9
vbe: Support loading an FDT from the FIT
by Simon Glass
· Wed Jan 15 18:27:16 2025 -0700
51c9122
vbe: Allow loading loadables if there is no firmware
by Simon Glass
· Wed Jan 15 18:27:15 2025 -0700
e36d01a
vbe: Handle loading from an unaligned offset
by Simon Glass
· Wed Jan 15 18:27:14 2025 -0700
4588f95
vbe: Tidy up error checking with blk_read()
by Simon Glass
· Wed Jan 15 18:27:13 2025 -0700
3993bd4
vbe: Allow VBE to load FITs on any architecture
by Simon Glass
· Wed Jan 15 18:27:12 2025 -0700
b6bb70d
vbe: Allocate space for the FIT header
by Simon Glass
· Wed Jan 15 18:27:11 2025 -0700
988f16a
vbe: Split out reading a FIT into the common file
by Simon Glass
· Wed Jan 15 18:27:10 2025 -0700
72424b8
vbe: Move reading the nvdata into the common file
by Simon Glass
· Wed Jan 15 18:27:09 2025 -0700
9846e5f
vbe: Move reading the version into the common file
by Simon Glass
· Wed Jan 15 18:27:08 2025 -0700
15d320d
vbe: Create a common function to get the block device
by Simon Glass
· Wed Jan 15 18:27:07 2025 -0700
2a70f08
vbe: Convert some checks to assertions
by Simon Glass
· Wed Jan 15 18:27:06 2025 -0700
1833c26
vbe: Pass simple_priv to internal functions
by Simon Glass
· Wed Jan 15 18:27:05 2025 -0700
e06c254
vbe: Use a block device instead of descriptor
by Simon Glass
· Wed Jan 15 18:27:04 2025 -0700
fdacd50
vbe: Start a common header file
by Simon Glass
· Wed Jan 15 18:27:03 2025 -0700
ee848f3
vbe: Use blk_read() to read blocks
by Simon Glass
· Wed Jan 15 18:27:02 2025 -0700
0160b2c
Merge patch series "bootstd: Support recording images"
by Tom Rini
· Wed Jan 15 17:34:26 2025 -0600
c869478
bootstd: Export bootdev_get_from_blk()
by Simon Glass
· Fri Nov 15 16:19:24 2024 -0700
c6a52e7
bootstd: Add a simple command to list images
by Simon Glass
· Fri Nov 15 16:19:23 2024 -0700
8c87012
bootstd: Update cros bootmeth to record images
by Simon Glass
· Fri Nov 15 16:19:22 2024 -0700
62632b2
Update bootmeth_alloc_other() to record images
by Simon Glass
· Fri Nov 15 16:19:21 2024 -0700
392eac4
boot: Update pxe bootmeth to record images
by Simon Glass
· Fri Nov 15 16:19:20 2024 -0700
a686ba6
boot: Update extlinux pxe_getfile_func() to include type
by Simon Glass
· Fri Nov 15 16:19:19 2024 -0700
5864891
bootmeth_efi: Check the filename-allocation in the network path
by Simon Glass
· Fri Nov 15 16:19:18 2024 -0700
f39b559
bootmeth: Update the read_file() method to include a type
by Simon Glass
· Fri Nov 15 16:19:17 2024 -0700
5f27d16
bootmeth_efi: Simplify reading files by using the common function
by Simon Glass
· Fri Nov 15 16:19:16 2024 -0700
07c8606
boot: pxe: Drop the duplicate comment on get_pxe_file()
by Simon Glass
· Fri Nov 15 16:19:15 2024 -0700
8db2a38
bootstd: Update bootmeth_alloc_file() to record images
by Simon Glass
· Fri Nov 15 16:19:14 2024 -0700
c2a16c9
bootstd: Maintain a list of images
by Simon Glass
· Fri Nov 15 16:19:13 2024 -0700
199f588
bootstd: Move the bootflow list into an alist
by Simon Glass
· Fri Nov 15 16:19:12 2024 -0700
1d8f864
bootstd: Drop the bootdev-specific list of bootflows
by Simon Glass
· Fri Nov 15 16:19:11 2024 -0700
2bcd9ea
bootstd: Add a function to get bootstd only if available
by Simon Glass
· Fri Nov 15 16:19:10 2024 -0700
346ab5d
bootstd: Move bootflow-clearing to bootstd
by Simon Glass
· Fri Nov 15 16:19:09 2024 -0700
c01d83f
bootstd: Move bootflow-adding to bootstd
by Simon Glass
· Fri Nov 15 16:19:08 2024 -0700
7eb4f25
Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flexibility"
by Tom Rini
· Tue Jan 14 15:43:07 2025 -0600
b1f13d7
common: fdt: hand over original fdt bootargs into board chosen handler
by Dmitry Rokosov
· Fri Dec 20 00:42:10 2024 +0300
c652d51
fdt_support: board_fdt_chosen_bootargs() should return const char*
by Dmitry Rokosov
· Fri Dec 20 00:42:09 2024 +0300
d1e9a26
lmb: Remove lmb_alloc_base_flags()
by Ilias Apalodimas
· Wed Dec 18 09:02:36 2024 +0200
f72c55e
lmb: Remove lmb_reserve_flags()
by Ilias Apalodimas
· Wed Dec 18 09:02:32 2024 +0200
d8462bf
lmb: Move enum lmb_flags to a u32
by Ilias Apalodimas
· Wed Dec 18 09:02:31 2024 +0200
b6e13a9
Merge patch series "vbe: Series part E"
by Tom Rini
· Fri Dec 27 15:16:39 2024 -0600
8886052
boot: Imply CRC8 with VBE
by Simon Glass
· Thu Dec 19 11:29:06 2024 -0700
943cbf0
boot: Allow use of FIT in TPL and VPL
by Simon Glass
· Thu Dec 19 11:29:04 2024 -0700
a7346d0
boot: Respect the load_op in fit_image_load()
by Simon Glass
· Thu Dec 19 11:28:53 2024 -0700
a73f23c
bootstd: Avoid sprintf() in SPL when creating bootdevs
by Simon Glass
· Thu Dec 19 11:28:52 2024 -0700
c27f3e2
boot: Allow FIT to fall back from best-match option
by Simon Glass
· Thu Dec 19 11:28:51 2024 -0700
f8ab6ba
Merge tag 'v2025.01-rc5' into next
by Tom Rini
· Wed Dec 25 22:31:04 2024 -0600
5799ab1
boot: android: rework bootargs concatenation
by Nicolas Belin
· Tue Dec 17 14:29:10 2024 +0100
52d1c2e
boot: android: free newbootargs when done
by Nicolas Belin
· Tue Dec 17 14:29:09 2024 +0100
b7ea2a5
boot: android: fix extra command line support
by Nicolas Belin
· Tue Dec 17 14:29:08 2024 +0100
4055823
boot: Use correct PHASE_ variable for expo
by Simon Glass
· Sat Dec 07 07:52:27 2024 -0700
7082a0d
Revert "Merge patch series "vbe: Series part E""
by Tom Rini
· Thu Dec 12 21:07:26 2024 -0600
58af8a4
Merge patch series "vbe: Series part E"
by Tom Rini
· Thu Dec 12 16:35:47 2024 -0600
eff4b7d
boot: Imply CRC8 with VBE
by Simon Glass
· Sat Dec 07 10:24:11 2024 -0700
Next »