aboutsummaryrefslogtreecommitdiffstats
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* expo: Allow menu items to have valuesSimon Glass2024-10-173-4/+39
* expo: Use standard numbering for save and discardSimon Glass2024-10-172-4/+22
* expo: Set the initial next_id to 1Simon Glass2024-10-171-0/+1
* expo: Place menu items to the right of all labelsSimon Glass2024-10-176-11/+88
* video: Add a dark-grey console colourSimon Glass2024-10-171-1/+1
* bootstd: Avoid depending on BLKSimon Glass2024-10-171-1/+1
* bootstd: Avoid calling unavailable block functionsSimon Glass2024-10-171-0/+3
* Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut2024-10-171-8/+0
* net: introduce alternative implementation as net/lwip/Jerome Forissier2024-10-161-1/+3
* Revert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOURCE support" changesWIP/15Oct2024Tom Rini2024-10-151-0/+23
* Makefile: Drop SPL_FIT_GENERATOR supportMarek Vasut2024-10-151-15/+0
* Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut2024-10-151-8/+0
* bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch2024-10-152-1/+97
* boot: Add logic to enable booting from fallback optionMartyn Welch2024-10-153-3/+15
* boot: pxe_utils: Add fallback supportMartyn Welch2024-10-151-0/+15
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-116-50/+48
|\
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-40/+40
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-1/+1
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-114-4/+4
| * xpl: Rename spl_phase() to xpl_phase()Simon Glass2024-10-112-3/+3
| * boot: Drop unnecessary ifdef for LOAD_FITSimon Glass2024-10-111-3/+1
* | boot: typo boormethodHeinrich Schuchardt2024-10-091-1/+1
* | bootstd: Add debugging for efi bootmethSimon Glass2024-10-091-2/+9
* | Merge branch 'next'Tom Rini2024-10-0714-96/+1437
|\ \
| * \ Merge tag 'u-boot-dfu-next-20241003' of https://source.denx.de/u-boot/custodi...WIP/03Oct2024-nextTom Rini2024-10-031-1/+12
| |\ \
| | * | bootstd: android: Add U-Boot version to cmdlineMattijs Korpershoek2024-10-011-1/+12
| | |/
| * / bootm: adjust the print formatDario Binacchi2024-10-021-1/+1
| |/
| * Merge tag 'v2024.10-rc5' into nextTom Rini2024-09-161-2/+7
| |\
| * | Kconfig: clean up the efi configuration statusIlias Apalodimas2024-09-121-0/+2
| * | Merge patch series "Make LMB memory map global and persistent"Tom Rini2024-09-034-71/+43
| |\ \
| | * | lmb: bootm: remove superfluous lmb stub functionsSughosh Ganu2024-09-031-6/+3
| | * | lmb: remove lmb_init_and_reserve_range() functionSughosh Ganu2024-09-031-14/+1
| | * | lmb: allow lmb module to be used in SPLSughosh Ganu2024-09-032-3/+3
| | * | lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-034-56/+44
| * | | Merge tag 'v2024.10-rc4' into nextTom Rini2024-09-022-5/+6
| |\ \ \
| * | | | list: use list_count_nodes() to count list entriesSughosh Ganu2024-08-301-7/+1
| * | | | Merge patch series "bootstd: Try again to resolve infinite-loop bug"Tom Rini2024-08-271-16/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bootstd: Make bootdev_next_prio() continue after failureSimon Glass2024-08-271-4/+5
| | * | | Revert "bootdev: avoid infinite probe loop"Simon Glass2024-08-271-12/+2
| * | | | Merge tag 'v2024.10-rc3' into nextTom Rini2024-08-191-4/+3
| |\| | |
| * | | | upl: Plumb in universal payload to the init processSimon Glass2024-08-091-1/+11
| * | | | spl: Plumb in the Universal Payload handoffSimon Glass2024-08-091-0/+3
| * | | | upl: Add support for Universal Payload in SPLSimon Glass2024-08-091-0/+32
| * | | | upl: Add a commandSimon Glass2024-08-091-0/+1
| * | | | upl: Add support for writing a upl handoffSimon Glass2024-08-093-0/+631
| * | | | upl: Add support for reading a upl handoffSimon Glass2024-08-095-0/+694
* | | | | boot: android: Fix ramdisk loading for v2 headerWIP/03Oct2024Mattijs Korpershoek2024-10-031-0/+4
| |_|_|/ |/| | |
* | | | android_ab: Fixes: Fix backup offset calculationJoshua Watt2024-09-051-2/+7
| |_|/ |/| |
* | | boot: android: fix booting without a ramdiskMichael Walle2024-08-222-5/+6
| |/ |/|
* | boot: set correct block device name in set_efi_bootdev()Heinrich Schuchardt2024-08-111-4/+3
|/