summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-20230325' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2023-03-2523-143/+539
|\
| * cmd: bootefi: allocate device-tree copy from high memoryHeinrich Schuchardt2023-03-251-16/+3
| * efI: Allow packaging a kernel in the debugging scriptSimon Glass2023-03-251-1/+13
| * efi: Support showing tablesSimon Glass2023-03-253-2/+53
| * efi: Split out table-listing code into a new fileSimon Glass2023-03-254-6/+37
| * doc: Add help for the efi commandSimon Glass2023-03-252-0/+198
| * efi: Include GUID names with EFI app and payloadSimon Glass2023-03-251-1/+1
| * efi: Add another tranch of GUIDsSimon Glass2023-03-252-0/+27
| * x86: Support zboot and bootm in the EFI appSimon Glass2023-03-252-2/+2
| * x86: Exit EFI boot services before starting kernelSimon Glass2023-03-251-0/+18
| * x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass2023-03-253-16/+36
| * x86: Add return-value comment to cpu_jump_to_64bit()Simon Glass2023-03-251-0/+1
| * x86: Adjust bootparam.h to be more like linuxSimon Glass2023-03-252-25/+47
| * efi: Set RUN_64BIT correctly for the EFI appSimon Glass2023-03-252-2/+3
| * efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt2023-03-251-3/+2
| * efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2023-03-253-50/+40
| * efi_loader: move struct efi_device_path to efi.hHeinrich Schuchardt2023-03-252-7/+12
| * efi_loader: fix device-path for USB devicesHeinrich Schuchardt2023-03-251-12/+33
| * efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt2023-03-252-0/+13
* | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvel...Tom Rini2023-03-2412-70/+84
|\ \ | |/ |/|
| * tools: kwboot: Document information about NOR XIPPali Rohár2023-03-241-1/+3
| * tools: kwboot: Workaround A38x BootROM bug for images with a gapPali Rohár2023-03-241-0/+23
| * tools: kwboot: Fix sending very small imagesPali Rohár2023-03-241-0/+2
| * tools: kwboot: Fix inserting UART data checksum without -B optionPali Rohár2023-03-241-0/+2
| * tools: kwboot: Fix invalid UART kwbimage v1 headerszPali Rohár2023-03-241-0/+11
| * tools: kwbimage: Fix invalid UART kwbimage v1 headerszPali Rohár2023-03-241-0/+10
| * ddr: marvell: a38x: Remove unused file seq_exec.hPali Rohár2023-03-242-65/+0
| * arm: kirkwood: Enable Debug UART for Zyxel NSA310STony Dinh2023-03-241-0/+4
| * arm: kirkwood: Move internal registers in arch_very_early_init() functionPali Rohár2023-03-244-3/+15
| * doc/kwboot.1: Update Armada 38x BootROM bug descriptionPali Rohár2023-03-241-1/+1
| * arm: mvebu: Set common SPI flash default speed and modeTony Dinh2023-03-241-0/+10
| * arm: mvebu: Enable NAND flash for Thecus N2350 boardTony Dinh2023-03-241-0/+3
|/
* Merge branch '2023-03-22-assorted-minor-code-cleanups' into nextTom Rini2023-03-2216-32/+40
|\
| * purism: librem5: Fix a function declaration in spl.cTom Rini2023-03-221-1/+2
| * examples: Don't use LTO for hello_worldTom Rini2023-03-221-0/+4
| * spl: Add function prototype for spl_mmc_get_uboot_raw_sectorTom Rini2023-03-223-1/+16
| * arm: Correct cpu_reset function prototype on some platformsTom Rini2023-03-225-5/+10
| * proftool: Remove unused variables in make_flame_treeTom Rini2023-03-221-14/+1
| * imx8image: Remove unused cont_img_count variableTom Rini2023-03-221-5/+0
| * zlib: trees.c: Fix a warning with clang-15Tom Rini2023-03-221-1/+1
| * libavb: Fix a warning with clang-15Tom Rini2023-03-221-1/+1
| * dlmalloc: Fix a warning with clang-15Tom Rini2023-03-221-4/+4
| * global: Disable deprecated-non-prototype warning with clangTom Rini2023-03-221-0/+1
|/
* Merge branch '2023-03-21-assorted-CI-updates' into nextTom Rini2023-03-223-14/+21
|\
| * CI: Allow a mirror to be specified for Docker HubPeter Hoyes2023-03-211-1/+2
| * CI: Allow job tag to be optionally set globallyPeter Hoyes2023-03-211-0/+7
| * CI: gitlab: Collect pytest artifactsMarek Vasut2023-03-211-9/+7
| * Azure CI: Be explicit about pytest cache directoryTom Rini2023-03-211-1/+1
| * Azure CI: Save pytest output automaticallyTom Rini2023-03-211-1/+2
| * Dockerfile: Update to latest "Jammy" tagTom Rini2023-03-213-3/+3