summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11rockchip: not depends on TPL_BUILD for rk3188 makefile includingKever Yang
2019-09-11rockchip: clk: rk3399: remove clk_enable()Kever Yang
2019-09-11rockchip: clk: rk3368: remove clk_enable()Kever Yang
2019-09-11rockchip: clk: rk3328: remove clk_enable()Kever Yang
2019-09-11rockchip: clk: rk3288: remove clk_enable()Kever Yang
2019-09-11usb: ohci-generic: don't probe fail if there is no clk_enable() opsKever Yang
2019-09-11usb: ehci-generic: don't probe fail if there is no clk_enable() opsKever Yang
2019-09-11rockchip: rk3399: dts: add boot order for rockpro64Kever Yang
2019-09-11usb: musb_hcd: fix compilation errorJean-Jacques Hiblot
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2019-09-11usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek
2019-09-11usb: usb_submit_int_msg -> usb_int_msgMichal Suchanek
2019-09-11usb_kdb: only process events successfully receivedMichal Suchanek
2019-09-10Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2019-09-10Merge tag 'u-boot-amlogic-20190910' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2019-09-10x86: tangier: Use spaces over TABs in ASL codeAndy Shevchenko
2019-09-10x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko
2019-09-10x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko
2019-09-10x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko
2019-09-10usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong
2019-09-10x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden
2019-09-10x86: show UEFI images involved in crashHeinrich Schuchardt
2019-09-10doc: slimbootloader: Update Linux booting steps on QEMUPark, Aiden
2019-09-10x86: qemu: Report high memory in the E820 tableBin Meng
2019-09-10x86: qemu: Support getting high memory sizeBin Meng
2019-09-10x86: qemu: Extract getting memory size to a separate routineBin Meng
2019-09-10x86: Drop weak version board_get_usable_ram_top()Bin Meng
2019-09-10x86: acpi: Slightly reduce binary size of ACPI tables for TangierAndy Shevchenko
2019-09-10tools: Add ifwitool to .gitignoreAndy Shevchenko
2019-09-09arm: ti: Add missing "=" from previous fixTom Rini
2019-09-09efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt
2019-09-09efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt
2019-09-09efi_loader: EFI_FILE_PROTOCOL rev 2 stubHeinrich Schuchardt
2019-09-09efi_loader: file size checksHeinrich Schuchardt
2019-09-09efi_loader: correct reading of directoriesHeinrich Schuchardt
2019-09-09efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt
2019-09-09efi_loader: EFI_FILE_PROTOCOL.Write() check argsHeinrich Schuchardt
2019-09-08Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2019-09-07Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2019-09-06Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini
2019-09-06git-mailrc: Add rpi and bcm283x maintainerAndrei Gherzan
2019-09-06RPI: Add memory map for bcm2711Andrei Gherzan
2019-09-06mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhciMatthias Brugger
2019-09-06ARM: bcm283x: Include definition for additional emmc clockAndrei Gherzan
2019-09-06RPI: Add entry for Raspberry Pi 4 model BAndrei Gherzan
2019-09-06ARM: bcm283x: Define configs for RaspberryPi 4Andrei Gherzan
2019-09-06ARM: bcm283x: Add BCM283x_BASE defineMatthias Brugger
2019-09-06RPI: Add defconfigs for rpi4 (32/64)Andrei Gherzan
2019-09-06rpi: increase SYS_BOOTM_LEN to 64M on ARM64Bonnans, Laurent