summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-3167-277/+877
|\
| * usb: Migrate to support live DT for some driverKever Yang2020-03-3011-57/+42
| * usb: ehci-msm: Use dev interface to get device addressKever Yang2020-03-301-3/+1
| * usb: dwc3-of-simple: Drop redundant inclding header fileKever Yang2020-03-301-1/+0
| * Merge branch '2020-03-27-master-imports'Tom Rini2020-03-274-4/+12
| |\
| | * test: typo decompressionHeinrich Schuchardt2020-03-271-1/+1
| | * MAINTAINERS: add myself as maintainer of fs/btrfsMarek BehĂșn2020-03-271-0/+7
| | * fs: ext4: Fix alignment of cache buffersJan Kiszka2020-03-271-1/+1
| | * MAINTAINERS: Add usb.h entry to usbMarek Vasut2020-03-271-0/+1
| | * test/py: mmc: Fix 'mmc info' testcaseHarald Seiler2020-03-271-2/+2
| |/
| * Revert "vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader."WIP/27Mar2020Tom Rini2020-03-272-3/+2
| * Merge tag 'u-boot-rockchip-20200327' of https://gitlab.denx.de/u-boot/custodi...WIP/26Mar2020Tom Rini2020-03-2616-16/+40
| |\
| | * rockchip: mkimage: Use an existing macro instead of a decimal valueMiquel Raynal2020-03-261-2/+4
| | * rv1108: Fix boot regressionOtavio Salvador2020-03-261-0/+6
| | * elgin-rv1108: Avoid adc_channel_single_shot errorOtavio Salvador2020-03-261-0/+1
| | * elgin-rv1108: Use rk_board_late_init() for GPIO settingsOtavio Salvador2020-03-262-1/+2
| | * ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1Otavio Salvador2020-03-261-0/+11
| | * rockchip: Change keyboard input from CrOS EC keyboard to a USB keyboardPeter Robinson2020-03-2610-5/+10
| | * rockchip: evb-rv1108: Use syscon API to get grf baseKever Yang2020-03-261-4/+3
| | * rockchip: elgin-rv1108: Use syscon API to get grf baseKever Yang2020-03-261-4/+3
| * | vexpress_ca9x4: Enable use of correct DTB file and restore EFI loader.Kristian Amlie2020-03-232-2/+3
| |/
| * Merge tag 'efi-2020-04-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/23Mar2020Tom Rini2020-03-239-39/+132
| |\
| | * efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-223-4/+4
| | * efi_selftest: test CalculateCrc32, CopyMem, SetMemHeinrich Schuchardt2020-03-222-0/+78
| | * efi_loader: fix freestanding memmove()Heinrich Schuchardt2020-03-221-1/+1
| | * efi_loader: description efi_convert_pointer()Heinrich Schuchardt2020-03-221-2/+2
| | * efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt2020-03-221-1/+1
| | * efi_selftest: check length reported by GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+8
| | * efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt2020-03-221-5/+6
| | * efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt2020-03-221-22/+30
| | * efi_loader: description of efi_variable.cHeinrich Schuchardt2020-03-221-2/+2
| |/
| * Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/18Mar2020Tom Rini2020-03-181-11/+5
| |\
| | * Revert "sunxi: psci: avoid error address-of-packed-member"Tomasz Duszynski2020-03-181-11/+5
| * | Merge tag 'efi-2020-04-rc4-4' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-03-185-24/+102
| |\ \
| | * | efi_loader: correct a definition of struct efi_capsule_headerAKASHI Takahiro2020-03-171-2/+2
| | * | efi_loader: export a couple of protocol related functionsAKASHI Takahiro2020-03-172-8/+22
| | * | efi_loader: define System Resource Table macrosAKASHI Takahiro2020-03-171-0/+27
| | * | efi_loader: define OsIndicationsSupported flagsAKASHI Takahiro2020-03-171-0/+10
| | * | cmd: bootefi: Parse reserved-memory node from DTAtish Patra2020-03-171-9/+34
| | * | cmd: map addresses to sysmem in efidebug memmapHeinrich Schuchardt2020-03-171-2/+4
| | * | efi_loader: create reservations after ft_board_setupHeinrich Schuchardt2020-03-171-3/+3
| | |/
| * | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-03-185-68/+299
| |\ \ | | |/ | |/|
| | * riscv: Implement new SBI v0.2 extensionsBin Meng2020-03-172-7/+33
| | * riscv: Introduce a new config for SBI v0.1Bin Meng2020-03-173-0/+16
| | * riscv: Add SBI v0.2 extension definitionsBin Meng2020-03-171-0/+17
| | * riscv: Add basic support for SBI v0.2Bin Meng2020-03-174-79/+243
| | * riscv: Mark existing SBI as v0.1 SBIBin Meng2020-03-171-19/+21
| | * riscv: Avoid calling sbi_clear_ipi()Bin Meng2020-03-171-1/+2
| | * riscv: Fix sbi_remote_sfence_vma{,_asid}Bin Meng2020-03-171-7/+12
| |/
| * Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/16Mar2020Tom Rini2020-03-162-3/+3
| |\