aboutsummaryrefslogtreecommitdiffstats
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2025.01-rc3-v2' of https://source.denx.de/u-boot/custo...WIP/19Nov2024Tom Rini2024-11-191-3/+13
|\
| * boot/image-board.c: boot_get_fpga(): pass compatible flag to fpga_load()Peter Korsgaard2024-11-151-3/+13
* | boot: extlinux: Fix unaligned buffer for reading data from file systemNam Cao2024-11-181-1/+2
* | upl: fix parsing of DT propertyHeinrich Schuchardt2024-11-141-1/+1
|/
* efi_loader: Move get_efi_pxe_arch() to efi_helperSimon Glass2024-11-091-23/+2
* efi: Move default filename to a functionSimon Glass2024-11-091-2/+2
* menu: add support to check if menu needs to be reprintedWeijie Gao2024-11-041-1/+1
* x86: coreboot: Allow building an expo for editing CMOS configSimon Glass2024-11-032-0/+248
* boot/Kconfig: correct fdt_fixup_memory_banks name typoWIP/30Oct2024Baruch Siach2024-10-301-1/+1
* lmb: Fix lmb_add_region_flags() return codes and testingIlias Apalodimas2024-10-291-1/+1
* fdt: lmb: add reserved regions as no-overwriteSughosh Ganu2024-10-291-2/+2
* Merge patch series "Implement ACPI on aarch64"WIP/27Oct2024Tom Rini2024-10-271-2/+6
|\
| * serial: serial_pl01x: Implement .getinfo() for PL01Maximilian Brune2024-10-271-2/+6
* | Merge tag 'u-boot-imx-master-20241025a' of https://gitlab.denx.de/u-boot/cust...WIP/25Oct2024Tom Rini2024-10-251-0/+1
|\ \
| * | imx8m: set sane default value for SPL_LOAD_FIT_ADDRESSRasmus Villemoes2024-10-251-0/+1
* | | Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u...Tom Rini2024-10-252-36/+142
|\ \ \ | |/ / |/| |
| * | image: android: handle ramdisk default addressNeil Armstrong2024-10-241-8/+30
| * | image: android: do not boot XIP when kernel is compressedNeil Armstrong2024-10-241-5/+15
| * | image: android: use ulong for kernel addressNeil Armstrong2024-10-241-2/+2
| * | common: android_ab: fix slot suffix for abc blockDmitry Rokosov2024-10-241-2/+3
| * | cmd: bcb: introduce 'ab_dump' command to print BCB block contentDmitry Rokosov2024-10-241-0/+68
| * | include/android_ab: move ab_select_slot() documentation to @ notationDmitry Rokosov2024-10-241-19/+24
* | | boot: Introduce BOOTSTD_MENU to control bootflow menu buildMarek Vasut2024-10-242-4/+8
|/ /
* | boot: cedit: include u-boot/schedule.hRasmus Villemoes2024-10-231-0/+1
* | boot: fdt_simplefb: Remove conditional compilation checks for VIDEO KconfigDevarsh Thakkar2024-10-221-2/+0
* | boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFBDevarsh Thakkar2024-10-221-0/+1
* | Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"Tom Rini2024-10-211-1/+1
|\ \
| * | image-fit-sig: Remove padding checkChia-Wei Wang2024-10-211-1/+1
* | | expo: Drop scene_title_set()Simon Glass2024-10-182-9/+2
* | | expo: Drop unneceesary calls to expo_str()Simon Glass2024-10-181-14/+2
* | | expo: Support menu-item values in ceditSimon Glass2024-10-182-53/+97
* | | expo: Add a little more cedit CMOS loggingSimon Glass2024-10-181-2/+4
* | | expo: Allow menu items to have valuesSimon Glass2024-10-183-4/+39
* | | expo: Use standard numbering for save and discardSimon Glass2024-10-182-4/+22
* | | expo: Set the initial next_id to 1Simon Glass2024-10-181-0/+1
* | | expo: Place menu items to the right of all labelsSimon Glass2024-10-186-11/+88
* | | video: Add a dark-grey console colourSimon Glass2024-10-181-1/+1
* | | bootstd: Avoid calling unavailable block functionsSimon Glass2024-10-181-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