aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Deal with a wrinkle with linker listsWIP/2022-04-18-dm-reducing-spl-memory-usageSimon Glass2022-04-183-2/+17
* dm: core: Allow devres to be disabled in SPLSimon Glass2022-04-186-9/+9
* sandbox: Align linker lists to a 32-byte boundarySimon Glass2022-04-182-2/+2
* sandbox: Allow link flags to be givenSimon Glass2022-04-181-2/+2
* Makefile: Avoid resetting link flags in config.mkSimon Glass2022-04-181-1/+0
* Makefile: Drop a stale comment about linkingSimon Glass2022-04-181-4/+0
* sandbox: Correct loss of early output in SPLSimon Glass2022-04-181-1/+1
* Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/15Apr2022Tom Rini2022-04-1547-279/+1188
|\
| * efi_loader: simplify efi_serialize_load_option()Heinrich Schuchardt2022-04-151-1/+1
| * efi_loader: EFI_HII_STRING_PROTOCOL.GetString()Heinrich Schuchardt2022-04-151-1/+1
| * lib: simplify u16_strdup()Heinrich Schuchardt2022-04-151-1/+1
| * lib: convert u16_strlen() into a macroHeinrich Schuchardt2022-04-152-24/+14
| * doc: man-page for the env commandPatrick Delaunay2022-04-155-1/+387
| * doc: uefi: Update the capsule update related documentationSughosh Ganu2022-04-151-2/+98
| * mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu2022-04-153-45/+1
| * FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2022-04-152-12/+0
| * test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu2022-04-156-116/+270
| * efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2022-04-152-0/+7
| * capsule: Put a check for image index before the updateSughosh Ganu2022-04-151-3/+5
| * capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu2022-04-151-69/+29
| * capsule: board: Add information needed for capsule updatesSughosh Ganu2022-04-1524-4/+374
* | Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-15109-1112/+1337
|\ \
| * | configs: net: dm9000: Move new Kconfig option to board configsMarek Vasut2022-04-1312-5/+7
| * | net: dm9000: Add Kconfig entryMarek Vasut2022-04-131-0/+5
| * | net: dm9000: Add DM supportMarek Vasut2022-04-131-0/+118
| * | net: dm9000: Receive one packet per recv callMarek Vasut2022-04-131-52/+50
| * | net: dm9000: Split non-DM specific bits from common codeMarek Vasut2022-04-131-18/+40
| * | net: dm9000: Pass private data around for IOMarek Vasut2022-04-131-111/+119
| * | net: dm9000: Drop dm9000.h and staticize SROM accessMarek Vasut2022-04-132-28/+1
| * | net: dm9000: Drop static device private dataMarek Vasut2022-04-131-11/+17
| * | net: dm9000: Rename board_info to dm9000_privMarek Vasut2022-04-131-5/+5
| * | net: dm9000: Reorder and staticizeMarek Vasut2022-04-131-67/+55
| * | net: dm9000: Checkpatch cleanupMarek Vasut2022-04-131-125/+126
| * | net: dm9000: Drop volatilesMarek Vasut2022-04-131-10/+10
| * | net: dm9000: Turn DM9000_DMP_PACKET() into a functionMarek Vasut2022-04-131-21/+21
| * | net: dm9000: Drop unused dump_regs()Marek Vasut2022-04-131-17/+0
| * | net: dm9000: Make RxLen and RxStatus lowercaseMarek Vasut2022-04-131-22/+22
| * | net: dm9000: Replace DM9000_DBG() with debug()Marek Vasut2022-04-131-25/+23
| * | net: dm9000: Make accessor names lowercaseMarek Vasut2022-04-131-107/+107
| * | driver: net: ti: keystone_net: Change priv member typeMarek Behún2022-04-131-3/+3
| * | driver: net: ti: keystone_net: Convert to ofnode functionsMarek Behún2022-04-131-65/+48
| * | driver: net: ti: keystone_net: Deduplicate codeMarek Behún2022-04-131-41/+34
| * | net: tftp: fix tftp server initializationArjan Minzinga Zijlstra2022-04-121-0/+2
| * | phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude2022-04-106-0/+264
| * | net: eth-phy: prevent undesired de-assertion of phy-reset on requestTim Harvey2022-04-101-1/+1
| * | net: fec: prevent undesired de-assertion of phy-reset on requestTim Harvey2022-04-101-1/+1
| * | net: phy: don't require PHY interface mode during PHY creationMarek Behún2022-04-1017-94/+75
| * | bcmgenet, sun8i_emac: Don't connect PHY two timesMarek Behún2022-04-102-4/+0
| * | net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún2022-04-102-16/+4
| * | net: phy: xilinx: Check interface type in ->config(), not ->probe()Marek Behún2022-04-101-5/+5