aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-03WIP: Clean up unusable ATAG enablementsWIP/correct-CONFIG_xxx_TAG-usageTom Rini33-223/+1
2021-02-02Merge branch '2021-02-01-assorted-fixes'Tom Rini9-8/+26
2021-02-01azure: Add -E back for the world build scriptWIP/2021-02-01-assorted-fixesBin Meng1-1/+1
2021-02-01test/py: fix runtest wrapper for pytest 6Stephen Warren1-1/+4
2021-02-01MAINTAINERS: Add maintainer to network subsystemRamon Fried1-0/+1
2021-02-01disk: part_dos: update partition table entries after writeGary Bisson1-0/+6
2021-02-01common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2-2/+8
2021-02-01cmd: load, emit error message for invalid block deviceHeinrich Schuchardt1-1/+3
2021-02-01arm: Remove #include <version.h> from armv8/fwcall.cPali Rohár1-1/+0
2021-02-01tools/fit_check_sign.c: Update usage function.Ilies CHERGUI1-2/+3
2021-02-01Prepare v2021.04-rc1v2021.04-rc1Tom Rini1-2/+2
2021-02-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/01Feb2021Tom Rini16-32/+124
2021-02-01x86: Reduce size of samus imageSimon Glass2-0/+4
2021-02-01x86: tpl: Show next stage being bootedSimon Glass1-1/+6
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass1-1/+1
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass1-3/+7
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass2-8/+25
2021-02-01x86: Update Chromium OS GNVS namesSimon Glass1-6/+28
2021-02-01x86: spl: Make moving BSS conditionalSimon Glass1-0/+2
2021-02-01x86: Make sure the SPL image ends on a suitable boundarySimon Glass1-0/+10
2021-02-01x86: apl: Enhance debugging in the SPL loaderSimon Glass1-5/+7
2021-02-01x86: spl: Add a function to find the text baseSimon Glass2-0/+16
2021-02-01x86: acpi_gpe: Update driver name to match devicetreeSimon Glass1-2/+4
2021-02-01acpi: Tidy up documentation for struct acpi_gpioSimon Glass1-4/+5
2021-02-01x86: coral: Add a devicetree node for eMMCSimon Glass1-0/+6
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-02-01cmd: CMD_ACPI depends on ACPIGENHeinrich Schuchardt1-1/+2
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/31Jan2021Tom Rini3-30/+39
2021-01-31ata: sunxi: fix debug messagesDario Binacchi1-4/+4
2021-01-31sunxi: OrangePi Zero 2: Enable EthernetAndre Przywara1-0/+2
2021-01-31net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20
2021-01-31net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara1-18/+13
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini28-207/+1001
2021-01-31Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini10-0/+741
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini62-137/+1487
2021-01-31usb: gaget: ci: set ep's desc when enable epLi Jun1-0/+2
2021-01-31usb: gadget: fastboot: use correct max packet sizeLi Jun1-1/+1
2021-01-31usb: udc: ci: update speed handlingLi Jun1-2/+1
2021-01-31usb: composite: force gadget to be USB2 for HS only functionLi Jun1-0/+13
2021-01-31usb: gadget: dnl: set dnl to be super speedLi Jun1-0/+1
2021-01-31usb: fastboot: add super speed supportLi Jun1-3/+44
2021-01-31usb: gadget: add super speed supportLi Jun3-25/+70
2021-01-31usb: gadget: update os_desc_config when add configJun Li1-2/+2
2021-01-31usb: gadget: set correct usb_configuration for os_desc_configJun Li1-7/+3
2021-01-31usb: gadget: fastboot: add ext properties for WCIDLi Jun1-0/+34
2021-01-31usb: gadget: add WCID support for mfgtoolLi Jun1-0/+20
2021-01-31usb: gadget: OS Feature Descriptors supportLi Jun3-1/+431
2021-01-31usb: gadget: add Kconfig for OS descriptorsPeng Fan1-0/+9
2021-01-31usb: gadget: move utf8_to_utf16le to header fileLi Jun2-73/+76
2021-01-31usb: gadget: OS String supportLi Jun2-0/+36