summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/01Feb2021Tom Rini2021-02-0116-32/+124
|\
| * x86: Reduce size of samus imageSimon Glass2021-02-012-0/+4
| * x86: tpl: Show next stage being bootedSimon Glass2021-02-011-1/+6
| * x86: spl: Clear BSS unconditionallySimon Glass2021-02-011-1/+1
| * x86: zimage: Improve command-line debug handlingSimon Glass2021-02-011-3/+7
| * x86: zimage: Allow dumping the image from outside the moduleSimon Glass2021-02-012-8/+25
| * x86: Update Chromium OS GNVS namesSimon Glass2021-02-011-6/+28
| * x86: spl: Make moving BSS conditionalSimon Glass2021-02-011-0/+2
| * x86: Make sure the SPL image ends on a suitable boundarySimon Glass2021-02-011-0/+10
| * x86: apl: Enhance debugging in the SPL loaderSimon Glass2021-02-011-5/+7
| * x86: spl: Add a function to find the text baseSimon Glass2021-02-012-0/+16
| * x86: acpi_gpe: Update driver name to match devicetreeSimon Glass2021-02-011-2/+4
| * acpi: Tidy up documentation for struct acpi_gpioSimon Glass2021-02-011-4/+5
| * x86: coral: Add a devicetree node for eMMCSimon Glass2021-02-011-0/+6
| * x86: tsc_timer: Correct overflow in __udelay()Simon Glass2021-02-011-1/+1
| * cmd: CMD_ACPI depends on ACPIGENHeinrich Schuchardt2021-02-011-1/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/31Jan2021Tom Rini2021-01-313-30/+39
|\ \ | |/ |/|
| * ata: sunxi: fix debug messagesDario Binacchi2021-01-311-4/+4
| * sunxi: OrangePi Zero 2: Enable EthernetAndre Przywara2021-01-311-0/+2
| * net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara2021-01-311-8/+20
| * net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara2021-01-311-18/+13
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-01-3128-207/+1001
|\ \
| * | usb: gaget: ci: set ep's desc when enable epLi Jun2021-01-311-0/+2
| * | usb: gadget: fastboot: use correct max packet sizeLi Jun2021-01-311-1/+1
| * | usb: udc: ci: update speed handlingLi Jun2021-01-311-2/+1
| * | usb: composite: force gadget to be USB2 for HS only functionLi Jun2021-01-311-0/+13
| * | usb: gadget: dnl: set dnl to be super speedLi Jun2021-01-311-0/+1
| * | usb: fastboot: add super speed supportLi Jun2021-01-311-3/+44
| * | usb: gadget: add super speed supportLi Jun2021-01-313-25/+70
| * | usb: gadget: update os_desc_config when add configJun Li2021-01-311-2/+2
| * | usb: gadget: set correct usb_configuration for os_desc_configJun Li2021-01-311-7/+3
| * | usb: gadget: fastboot: add ext properties for WCIDLi Jun2021-01-311-0/+34
| * | usb: gadget: add WCID support for mfgtoolLi Jun2021-01-311-0/+20
| * | usb: gadget: OS Feature Descriptors supportLi Jun2021-01-313-1/+431
| * | usb: gadget: add Kconfig for OS descriptorsPeng Fan2021-01-311-0/+9
| * | usb: gadget: move utf8_to_utf16le to header fileLi Jun2021-01-312-73/+76
| * | usb: gadget: OS String supportLi Jun2021-01-312-0/+36
| * | usb: gadget: don't change ep name for dwc3 while ep autoconfigLi Jun2021-01-311-0/+2
| * | usb: gadget: Add ep_config call back to usb_gadget_opsYe Li2021-01-312-0/+7
| * | usb: gadget: Do not export usbd_device_* arraysPali Rohár2021-01-313-56/+50
| * | thor: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-313-7/+17
| * | dfu: add support for the dfu_alt_info reintialization from the flashed scriptMarek Szyprowski2021-01-312-2/+14
| * | dfu: add 'SCRIPT' entityMarek Szyprowski2021-01-314-4/+46
| * | dfu: add 'SKIP' entityJaehoon Chung2021-01-314-2/+25
| * | dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski2021-01-311-3/+4
| * | cmd: usb_mass_storage: show device interface nameMarek Szyprowski2021-01-311-2/+2
| * | f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+1
| * | f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko2021-01-311-1/+2
| * | f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko2021-01-311-2/+2
| * | cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca2021-01-312-7/+14