aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-05Merge branch '2020-07-05-gpio-regression-fix'Tom Rini7-4/+51
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher6-0/+47
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher1-4/+4
2020-07-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini12-25/+129
2020-07-03riscv: use log functions in fdt_fixupHeinrich Schuchardt1-6/+8
2020-07-03riscv: sifive: fu540: enable all cache ways from U-Boot properPragnesh Patel5-1/+81
2020-07-03riscv: Use optimized version of fdtdec_get_addr_size_no_parentAtish Patra1-3/+3
2020-07-03riscv: Do not return error if reserved node already existsAtish Patra1-1/+1
2020-07-03doc: qemu-riscv: Update QEMU run commandBin Meng1-5/+5
2020-07-03riscv: sifive: fu540: Add gpio-restart supportBin Meng1-0/+2
2020-07-03riscv: Do not build reset.c if SYSRESET is onBin Meng1-0/+2
2020-07-02riscv: Enable CONFIG_OF_BOARD_FIXUP by default for OF_SEPARATEBin Meng2-1/+3
2020-07-02riscv: Expand the DT size before copy reserved memory nodeBin Meng1-0/+12
2020-07-02riscv: Avoid the reserved memory fixup if src and dst point to the same placeBin Meng1-4/+8
2020-07-02riscv: fu540: dts: Correct reg size of otp and dmc nodesBin Meng1-2/+2
2020-07-02riscv: fu540: dts: Remove the unnecessary space in the cpu2_intc nodeBin Meng1-1/+1
2020-07-02riscv: sbi: Add newline to error messageSean Anderson1-1/+1
2020-06-30Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini3-4/+4
2020-06-30test/py: test_efi_fit: Update #size-cells to 1Bin Meng1-2/+2
2020-06-30efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt1-1/+1
2020-06-29Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-v...Tom Rini1-1/+1
2020-06-29video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin1-1/+1
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt1-1/+1
2020-06-28Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...Tom Rini7-38/+51
2020-06-28Merge tag 'u-boot-rockchip-20200628' of https://gitlab.denx.de/u-boot/custodi...Tom Rini4-4/+24
2020-06-28rockchip: correctly set vop0 or vop1Patrick Wildt1-1/+2
2020-06-28video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre1-15/+5
2020-06-28video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre1-15/+5
2020-06-28video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre1-0/+3
2020-06-28video: mipi update panel platform dataYannick Fertre1-0/+6
2020-06-28video: check hardware version of DSIYannick Fertre1-1/+9
2020-06-28splash: Fix build warning on 64 bits CPUYe Li1-1/+1
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li1-0/+1
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li1-6/+21
2020-06-27rockchip: clk: rk3188: change APLL to safe 600MHzAlexander Kochetkov1-1/+2
2020-06-27rockchip: rk3188: Fix back to BROM bootAlexander Kochetkov1-2/+19
2020-06-27rk3399: Add BOOTENV_SF commandJagan Teki1-0/+1
2020-06-26Merge branch 'for-tom' of https://github.com/lftan/u-bootTom Rini1-1/+1
2020-06-26arm: socfpga: misc_s10: Fix EMAC register address calculationLey Foon Tan1-1/+1
2020-06-25Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-8/+9
2020-06-25ARM: dts: imx6q-tbs2910: Fix Ethernet regressionFabio Estevam1-0/+11
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt1-6/+6
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt1-1/+1
2020-06-24cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()Bin Meng1-1/+2
2020-06-24Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini5-19/+44
2020-06-24mmc: sdhci: Fix HISPD bit handlingJagan Teki1-6/+19
2020-06-24mmc: retry CMD1 in mmc_send_op_cond() until the eMMC is readyHaibo Chen1-1/+8
2020-06-24mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen2-10/+13
2020-06-24mmc: fsl_esdhc_imx: fix the mask for tuning start pointHaibo Chen1-1/+1
2020-06-24cmd: mmc: Cache-align extcsd read targetMarek Vasut1-1/+3