summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbWIP/14Sep2019Tom Rini2019-09-1415-50/+69
|\
| * usb: musb_hcd: fix compilation errorJean-Jacques Hiblot2019-09-111-2/+2
| * dwc2: use the nonblock argument in submit_int_msgMichal Suchanek2019-09-111-1/+1
| * usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-1114-40/+60
| * usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek2019-09-111-2/+2
| * usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek2019-09-113-8/+8
| * usb_kdb: only process events successfully receivedMichal Suchanek2019-09-111-4/+3
* | Merge branch '2019-09-13-ti-imports'Tom Rini2019-09-1414-99/+482
|\ \
| * | configs: am65x_hs_evm: Use FIT images when booting HS devicesWIP/2019-09-13-ti-importsAndrew F. Davis2019-09-131-1/+1
| * | configs: ti: Add environment support commands for FIT loadingAndrew F. Davis2019-09-132-1/+10
| * | ARM: dts: dra74x: Fix iodelay configuration for mmc3Faiz Abbas2019-09-131-25/+25
| * | arm: k3: Use get_ti_sci_handle() where ever possibleLokesh Vutla2019-09-132-25/+6
| * | arm: k3: Fix getting ti_sci handleLokesh Vutla2019-09-131-1/+1
| * | ARM: omapl138_lcdk: Enable PinctrlAdam Ford2019-09-131-0/+3
| * | ARM: omapl138_lcdk: Enable DM_GPIO and DM and GPIO CommandsAdam Ford2019-09-132-5/+3
| * | ARM: omapl138_lcdk: Disable SPL_DM_USBAdam Ford2019-09-131-0/+1
| * | ARM: omapl138_lcdk: Remove dead codeAdam Ford2019-09-131-39/+0
| * | arm: am437x: cm-t43: Enable DM for MMC, USB, SPI, SPI_FLASH, enable BLKSuniel Mahesh2019-09-131-0/+5
| * | arm: am437x: cm-t43: Add device tree, enable OF_CONTROLSuniel Mahesh2019-09-133-1/+424
| * | soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dmaVignesh Raghavendra2019-09-131-1/+3
|/ /
* | MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainersPriyanka Jain2019-09-1312-17/+17
* | Merge tag 'efi-2019-10-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/12Sep2019Tom Rini2019-09-124-102/+174
|\ \
| * | efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()Heinrich Schuchardt2019-09-111-6/+4
| * | efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt2019-09-091-0/+6
| * | efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt2019-09-092-6/+16
| * | efi_loader: EFI_FILE_PROTOCOL rev 2 stubHeinrich Schuchardt2019-09-092-9/+47
| * | efi_loader: file size checksHeinrich Schuchardt2019-09-091-29/+40
| * | efi_loader: correct reading of directoriesHeinrich Schuchardt2019-09-091-18/+5
| * | efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt2019-09-093-29/+20
| * | efi_loader: EFI_FILE_PROTOCOL.Write() check argsHeinrich Schuchardt2019-09-091-10/+41
* | | Merge tag 'u-boot-rockchip-20190912' of https://gitlab.denx.de/u-boot/custodi...WIP/11Sep2019Tom Rini2019-09-1111-121/+24
|\ \ \ | |_|/ |/| |
| * | doc: lion_rk3368: use idbloader.img for rk3368Matwey V. Kornilov2019-09-111-3/+1
| * | doc: rockchip: use idbloader.img for rk3288, rk3328, rk3399Matwey V. Kornilov2019-09-111-19/+2
| * | rockchip, Makefile: add idbloader.img targetMatwey V. Kornilov2019-09-111-0/+12
| * | rockchip: clean makefile for misc.cKever Yang2019-09-111-4/+2
| * | rockchip: not depends on TPL_BUILD for rk3188 makefile includingKever Yang2019-09-111-2/+0
| * | rockchip: clk: rk3399: remove clk_enable()Kever Yang2019-09-111-37/+0
| * | rockchip: clk: rk3368: remove clk_enable()Kever Yang2019-09-111-19/+0
| * | rockchip: clk: rk3328: remove clk_enable()Kever Yang2019-09-111-12/+0
| * | rockchip: clk: rk3288: remove clk_enable()Kever Yang2019-09-111-23/+0
| * | usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
| * | usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang2019-09-111-1/+1
| * | rockchip: rk3399: dts: add boot order for rockpro64Kever Yang2019-09-111-0/+5
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/10Sep2019Tom Rini2019-09-1013-51/+189
|\ \
| * | x86: tangier: Use spaces over TABs in ASL codeAndy Shevchenko2019-09-101-13/+13
| * | x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko2019-09-101-1/+1
| * | x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko2019-09-104-1/+30
| * | x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko2019-09-101-1/+1
| * | x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden2019-09-101-3/+14
| * | x86: show UEFI images involved in crashHeinrich Schuchardt2019-09-101-0/+14