aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla10-10/+20
2021-06-11remoteproc: k3-r5: remove sysfw PM calls if not supportedTero Kristo1-11/+19
2021-06-11arm: mach-k3: introduce new config option for sysfw splitTero Kristo1-0/+11
2021-06-11lib: rational: copy the rational fraction lib routines from LinuxTero Kristo4-0/+128
2021-06-11arm64: zynqmp: Disable EFI_CAPSULE_ON_DISK_EARLYMichal Simek1-1/+0
2021-06-11spi: zynqmp_gqspi: Fix write issueAshok Reddy Soma1-1/+17
2021-06-11arm64: zynqmp: Writing correct value to ANALOG_BUSAdrian Fiergolski2-0/+16
2021-06-10Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini5-5/+190
2021-06-10arm64: mvebu: correct Armada 8K addressesHeinrich Schuchardt1-5/+5
2021-06-10arm: mvebu: turris_mox: enable options for Turris network bootMarek Behún1-0/+8
2021-06-10arm: mvebu: dts: turris_mox: add nodes for SPI NOR partitionsMarek Behún1-0/+31
2021-06-10arm: mvebu: configs: turris_mox: add fdtfile default env variableMarek Behún1-0/+1
2021-06-10arm: mvebu: turris_mox: start blinking PHY LEDs when entering rescueMarek Behún1-0/+35
2021-06-10arm: mvebu: turris_mox: add support for board rescue modeMarek Behún3-0/+86
2021-06-10arm: mvebu: dts: turris_mox: add button and LED nodesMarek Behún1-0/+24
2021-06-09fs/squashfs: fix reading of fragmented filesJoao Marcos Costa1-10/+6
2021-06-09rtc: davinci: fix date loaded on resetDario Binacchi1-0/+10
2021-06-09rtc: davinci: add driver model supportDario Binacchi1-61/+367
2021-06-09arm: dts: sync rtc node of am335x boards with Linux 5.9-rc7Dario Binacchi4-0/+21
2021-06-09rtc: davinci: use unlock/lock mechanismDario Binacchi1-0/+14
2021-06-09rtc: davinci: check BUSY bit before set TC registersDario Binacchi1-9/+36
2021-06-09rtc: davinci: replace 32bit access with 8bit accessDario Binacchi1-16/+16
2021-06-09rtc: davinci: fix compiler errorsDario Binacchi1-3/+8
2021-06-09rtc: davinci: enable compilation for omap architecturesDario Binacchi1-0/+7
2021-06-09Nokia RX-51: Enable CONFIG_WDT to remove deprecation warningPali Rohár3-7/+35
2021-06-09configs: am64: Enable configs to support USB host and device modesAswath Govindraju3-3/+84
2021-06-09arm: dts: k3-am64-main: Update the location of ATF in SRAM and increase its m...Aswath Govindraju1-1/+1
2021-06-09configs: am64x_evm_*_defconfig: Rearrange the components in SRAM to satisfy t...Aswath Govindraju4-6/+6
2021-06-09arm: dts: k3-am642-evm-u-boot: Add U-Boot tags and fix the dr_mode to periphe...Aswath Govindraju1-0/+13
2021-06-09arm: dts: k3-am642-*-evm: Add USB supportAswath Govindraju2-0/+36
2021-06-09arm: dts: k3-am64-main: Add USB DT nodesAswath Govindraju1-0/+30
2021-06-09board: ti: am64x: Set the core voltage of USB PHY to 0.85VAswath Govindraju1-0/+14
2021-06-09arm: mach-k3: am642_init: Do USB fixups to facilitate host and device boot modesAswath Govindraju1-0/+33
2021-06-09arm: mach-k3: am642_init: Add support for USB boot modeAswath Govindraju3-4/+20
2021-06-09tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig...Aswath Govindraju3-3/+14
2021-06-09arm: dts: k3-j7200: ddr: Update to 0.5.0 version of DDR for LPDDR 2666MTsKevin Scholz2-219/+220
2021-06-09Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/09Jun2021Tom Rini2-2/+9
2021-06-09Merge tag 'efi-2021-07-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini8-9/+167
2021-06-09Merge branch '2021-06-08-kconfig-migrations' into nextTom Rini140-74/+152
2021-06-09efi_loader: fix Sphinx warningHeinrich Schuchardt1-1/+1
2021-06-09usb: dwc2: Avoid delay when initializing USB peripheral by dwc2João Loureiro1-1/+8
2021-06-08usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...WIP/2021-06-08-kconfig-migrationsAswath Govindraju81-39/+92
2021-06-08net: convert TFTP_TSIZE to proper Kconfig optionTero Kristo64-35/+60
2021-06-09efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt1-1/+2
2021-06-09efi_loader: partition numbers are hexadecimalHeinrich Schuchardt2-3/+3
2021-06-09doc: usage: man-page for ums commandPatrick Delaunay2-0/+58
2021-06-09cmd: Add dependency for ums commandPatrick Delaunay1-1/+4
2021-06-09doc: usage: man-page for pinmux commandPatrick Delaunay2-0/+96
2021-06-09doc: usage: reorder commands in index.rstPatrick Delaunay1-3/+3
2021-06-08Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini12-1115/+1834