Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7c19f91043e86525c54cf339d53bf01c1b726931
/
boot
7c19f91
pxe: Use strlcpy() instead of strcpy() in label_boot()
by Simon Glass
· Thu Dec 14 21:19:08 2023 -0700
3edac60
boot: Update SYS_BOOTM_LEN to depend on BOOTM
by Simon Glass
· Thu Dec 14 21:19:03 2023 -0700
b4832e8
bootm: Make OS booting dependent on BOOTM
by Simon Glass
· Thu Dec 14 21:19:01 2023 -0700
79b906c
bootm: Add a Kconfig option for bootm functionality
by Simon Glass
· Thu Dec 14 21:19:00 2023 -0700
b63afe9
boot: Reorder FIT and BOOTSTD to be first
by Simon Glass
· Thu Dec 14 21:18:59 2023 -0700
ad5fa1a
Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"
by Tom Rini
· Wed Dec 13 11:51:53 2023 -0500
793a98e
command: Introduce functions to obtain command arguments
by Simon Glass
· Sat Nov 18 14:05:20 2023 -0700
9236852
bootstd: Introduce programmatic boot
by Simon Glass
· Sat Nov 18 14:05:19 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
ee20d66
Merge tag 'v2024.01-rc3' into next
by Tom Rini
· Mon Nov 20 09:19:50 2023 -0500
254c934
bootstd: Avoid freeing a non-allocated buffer
by Simon Glass
· Wed Nov 15 18:35:23 2023 -0700
0f1c62e
bootm: Enable legacy VxWorks booting from FITs
by Sean Anderson
· Fri Oct 27 16:07:40 2023 -0400
9ac53fb
expo: Correct background colour
by Simon Glass
· Sun Oct 01 19:14:41 2023 -0600
90730f1
boot: Fix syntax in fdt_overlay_apply_verbose() error message
by Hugo Villeneuve
· Thu Oct 26 15:54:49 2023 -0400
81356b4
bootstd: Skip over bad device during bootflows scanning
by Tony Dinh
· Thu Nov 02 11:51:15 2023 -0700
dc3bf2d
boot: Make preboot and bootcmd require CMDLINE
by Tom Rini
· Thu Oct 26 14:31:28 2023 -0400
9bf470a
bootmeth_script: Depend on CMDLINE
by Tom Rini
· Thu Oct 26 14:31:27 2023 -0400
350198e
bootmeth_cros: Require bootm.o and bootm_os.o
by Tom Rini
· Thu Oct 26 14:31:26 2023 -0400
ec8d160
boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT
by Tom Rini
· Thu Oct 26 14:31:25 2023 -0400
984bfdc
boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabled
by Tom Rini
· Thu Oct 26 14:31:24 2023 -0400
045245b
boot: Make DISTRO_DEFAULTS select CMDLINE
by Tom Rini
· Thu Oct 26 14:31:23 2023 -0400
7dee9dc
autoboot: Correct dependencies on CMDLINE
by Simon Glass
· Thu Oct 26 14:31:22 2023 -0400
3c9b3b5
bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI
by Tom Rini
· Thu Oct 26 14:31:21 2023 -0400
55f5832
bootstd: cros: Correct condition for read method
by Simon Glass
· Wed Oct 25 07:17:37 2023 +1300
a61057f
bootstd: Handle a few special cases in cmdline_set_arg()
by Simon Glass
· Wed Oct 25 07:17:36 2023 +1300
f98bb0b
bootstd: Make efi_mgr bootmeth work for non-sandbox setups
by Mark Kettenis
· Sun Sep 03 22:40:00 2023 +0200
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
a87cbb8
bootstd: sata: Add bootstd support for ahci sata
by Tony Dinh
· Wed Oct 11 13:26:42 2023 -0700
b51f01d
bootstd: Scan all bootdevs in a boot_targets entry (take 2)
by Simon Glass
· Mon Oct 23 00:02:13 2023 -0700
33795a9
bootstd: Correct logic for single uclass
by Simon Glass
· Mon Oct 23 00:02:12 2023 -0700
5c3e93f
Revert "bootstd: Scan all bootdevs in a boot_targets entry"
by Simon Glass
· Mon Oct 23 00:02:10 2023 -0700
60bcbf0
bootstd: Scan all bootdevs in a boot_targets entry
by Simon Glass
· Sat Sep 23 14:50:15 2023 -0600
c7c751b
expo: Support building an expo with a textline
by Simon Glass
· Sun Oct 01 19:13:38 2023 -0600
23c3eb4
expo: Plumb in textline to cedit
by Simon Glass
· Sun Oct 01 19:13:37 2023 -0600
eb8af2c
expo: Support handling any key in cedit
by Simon Glass
· Sun Oct 01 19:13:36 2023 -0600
0023d18
expo: Plumb in textlines to a scene
by Simon Glass
· Sun Oct 01 19:13:34 2023 -0600
f6a943a
expo: Support opening a textline
by Simon Glass
· Sun Oct 01 19:13:33 2023 -0600
6116e76
expo: Add basic support for textline objects
by Simon Glass
· Sun Oct 01 19:13:32 2023 -0600
a968f5f
expo: Add some scene fields needed for text entry
by Simon Glass
· Sun Oct 01 19:13:31 2023 -0600
118a727
expo: Allow rendering the background of any object
by Simon Glass
· Sun Oct 01 19:13:30 2023 -0600
f099469
expo: Make calculation of an object bounding box generic
by Simon Glass
· Sun Oct 01 19:13:29 2023 -0600
f78388b
expo: Add a function to write a property to a devicetree
by Simon Glass
· Sun Oct 01 19:13:28 2023 -0600
193bfea
expo: Allow highlighting other scene-object types
by Simon Glass
· Sun Oct 01 19:13:27 2023 -0600
51bde1a
expo: Correct the logic for duplicate-ID detection
by Simon Glass
· Sun Oct 01 19:13:26 2023 -0600
1b4a225
expo: Correct some swallowed errors in scene
by Simon Glass
· Sun Oct 01 19:13:25 2023 -0600
b7a6453
expo: Use switch statements more for object types
by Simon Glass
· Sun Oct 01 19:13:24 2023 -0600
db6a051
expo: Fix up comments for get_cur_menuitem_text() et al
by Simon Glass
· Sun Oct 01 19:13:23 2023 -0600
b3a8b0a
expo: Add better error reporting
by Simon Glass
· Sun Oct 01 19:13:22 2023 -0600
d6833e9
bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memory
by Tony Dinh
· Tue Sep 19 14:27:21 2023 -0700
b3c2aa5
command: Include a required header in command.h
by Simon Glass
· Wed Sep 27 08:22:37 2023 -0600
6816489
dm: core: Reverse the argument order in ofnode_copy_props()
by Simon Glass
· Tue Sep 26 08:14:37 2023 -0600
b29a747
Merge branch 'next'
by Tom Rini
· Mon Oct 02 10:55:44 2023 -0400
62b03cc
bootstd: Keep track of use of usb stop
by Simon Glass
· Wed Sep 20 07:29:49 2023 -0600
ca65d23
x86: pxeboot: bugfix: Set variable for size of initrd
by Thomas Mittelstaedt
· Thu May 04 13:42:55 2023 +0000
b28f8f3
tools: mkimage: Add StarFive SPL image support
by Heinrich Schuchardt
· Sun Sep 17 13:47:30 2023 +0200
624c0e5
boot: Join ARCH_FIXUP_FDT_MEMORY with related options
by Simon Glass
· Thu Sep 14 10:55:59 2023 -0600
1a5bcc1
boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
by Simon Glass
· Thu Sep 14 10:55:58 2023 -0600
b7b7f16
boot: Join FDT_FIXUP_PARTITIONS with related options
by Simon Glass
· Thu Sep 14 10:55:57 2023 -0600
8b1ec00
Make ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT
by Simon Glass
· Thu Sep 14 10:55:56 2023 -0600
e27d7df
Mark DISTRO_DEFAULTS as deprecated
by Simon Glass
· Thu Sep 14 10:55:55 2023 -0600
f7b09e2
Kconfig: Move TEXT_BASE et al under general setup
by Simon Glass
· Thu Sep 14 10:55:54 2023 -0600
6cfb002
boot: Make standard boot a menu
by Simon Glass
· Thu Sep 14 10:55:53 2023 -0600
2289ca9
Kconfig: Move SPL_FIT under FIT
by Simon Glass
· Thu Sep 14 10:55:52 2023 -0600
dfcedda
spl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_ADDRESS
by Simon Glass
· Thu Sep 14 10:55:51 2023 -0600
e9a089a
Kconfig: Create a menu for FIT
by Simon Glass
· Thu Sep 14 10:55:49 2023 -0600
7f541fc
boot: Rename Android-boot text
by Simon Glass
· Thu Sep 14 10:55:48 2023 -0600
48e6d3d
boot: Move some other fdt-fixup options to the same menu
by Simon Glass
· Thu Sep 14 10:55:47 2023 -0600
2736719
Move fdt_simplefb to boot/
by Simon Glass
· Thu Sep 14 10:55:46 2023 -0600
a9773b8
boot: Move fdt_support to boot/
by Simon Glass
· Thu Sep 14 10:55:45 2023 -0600
c8c7002
expo: Fix documentation reference
by Massimo Pegorer
· Sat Sep 09 12:32:28 2023 +0200
869835d
image: Remove unused NEEDS_MANUAL_RELOC code bits
by Marek Vasut
· Wed Sep 06 23:29:59 2023 +0200
f72cd26
boot: Remove unused NEEDS_MANUAL_RELOC code bits
by Marek Vasut
· Wed Sep 06 23:29:41 2023 +0200
69dea21
Merge tag 'v2023.10-rc4' into next
by Tom Rini
· Mon Sep 04 10:51:58 2023 -0400
a41134f
event: Rename EVENT_SPY to EVENT_SPY_FULL
by Simon Glass
· Mon Aug 21 21:16:57 2023 -0600
2f27e47
bootstd: Adjust the default bootmeth order
by Simon Glass
· Sat Aug 19 16:49:35 2023 -0600
16e0b8f
boot: Fix reference to bootmenu doc
by Peter Robinson
· Fri Aug 18 15:54:10 2023 +0100
d7d3a97
bootstd: cros: Allow detection of any kernel partition
by Simon Glass
· Thu Aug 24 13:55:45 2023 -0600
Next »