summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'WIP/18Feb2021Tom Rini2021-02-184-137/+142
|\
| * spl: fit: Load devicetree when a Linux payload is foundWIP/2021-02-17-SPL-FIT-improvementsAlexandru Gagniuc2021-02-171-3/+15
| * spl: fit: Replace #ifdef blocks with more readable constructsAlexandru Gagniuc2021-02-171-29/+24
| * image: Do not #if guard board_fit_image_post_process() prototypeAlexandru Gagniuc2021-02-171-7/+0
| * spl: fit: Only look up FIT configuration node onceAlexandru Gagniuc2021-02-171-10/+9
| * spl: fit: Remove useless loop in spl_fit_get_image_name()Alexandru Gagniuc2021-02-171-11/+1
| * spl: fit: Pass FIT context via a structure pointerAlexandru Gagniuc2021-02-171-58/+43
| * spl: fit: Factor out FIT parsing and use a context structAlexandru Gagniuc2021-02-171-30/+60
| * spl: fit: Drop 'length' argument to board_spl_fit_post_load()Alexandru Gagniuc2021-02-173-7/+8
* | net: tftp: Avoid sending extra ack on completionRamon Fried2021-02-181-5/+6
* | Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2021-02-1837-41/+766
|\ \ | |/ |/|
| * video: arm: rpi: Add brcm,bcm2711-hdmi0 compatibleNicolas Saenz Julienne2021-02-181-0/+1
| * configs: rpi4: Enable DM_DMA across all RPi4 configurationsNicolas Saenz Julienne2021-02-183-0/+3
| * mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-182-4/+12
| * xhci: translate virtual addresses into the bus's address spaceNicolas Saenz Julienne2021-02-184-29/+53
| * dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-182-0/+38
| * dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()Nicolas Saenz Julienne2021-02-181-0/+17
| * dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne2021-02-186-0/+38
| * dm: Introduce DMA constraints into the core device modelNicolas Saenz Julienne2021-02-183-0/+64
| * dm: test: Add test case for dev_get_dma_ranges()Nicolas Saenz Julienne2021-02-183-0/+67
| * dm: Introduce xxx_get_dma_range()Nicolas Saenz Julienne2021-02-188-0/+234
| * pci: pcie-brcmstb: Fix inbound window configurationsNicolas Saenz Julienne2021-02-181-7/+5
| * rpi: Add identifier for the new CM4Nicolas Saenz Julienne2021-02-181-0/+5
| * rpi: Add identifier for the new RPi400Nicolas Saenz Julienne2021-02-181-0/+5
| * rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski2021-02-181-0/+7
| * pci: brcmstb: Cleanup controller state before handoverNicolas Saenz Julienne2021-02-181-0/+20
| * usb: xhci-pci: Add DM_FLAG_OS_PREPARE flagNicolas Saenz Julienne2021-02-181-1/+1
| * config: Enable iProc RNG200 driver in RPi4 configsMatthias Brugger2021-02-183-1/+4
| * rng: Add iProc RNG200 driverMatthias Brugger2021-02-163-0/+193
|/
* Merge branch '2021-02-16-assorted-improvements'Tom Rini2021-02-1638-105/+1834
|\
| * configs: ls1028a: Enable the Ethernet switch driver in defconfigWIP/2021-02-16-assorted-improvements-v1Alex Marginean2021-02-165-0/+15
| * arm: dts: ls1028a: Add Ethernet switch node and dependenciesAlex Marginean2021-02-162-1/+119
| * drivers: net: Add Felix DSA switch driverAlex Marginean2021-02-164-0/+428
| * net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-166-0/+666
| * net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean2021-02-162-0/+52
| * net: phy: fixed: support speeds of 2500 and 10000Vladimir Oltean2021-02-161-1/+2
| * test: dm: tee: extend with RPC testIgor Opaniuk2021-02-161-7/+109
| * drivers: tee: sandbox: add rpc test ta emulationIgor Opaniuk2021-02-164-4/+179
| * test: py: add pygit2 and pyelftools to requirements.txtIgor Opaniuk2021-02-161-0/+2
| * drivers: tee: i2c trampoline driverJorge Ramirez-Ortiz2021-02-166-0/+137
| * usb: kbd: destroy device after console is stoppedAndy Shevchenko2021-02-161-8/+8
| * IOMUX: Introduce iomux_replace_device()Andy Shevchenko2021-02-162-0/+34
| * IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-163-13/+11
| * IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-163-17/+18
| * IOMUX: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-9/+2
| * console: Set file and devices at one goAndy Shevchenko2021-02-161-10/+12
| * console: Set console device counter in console_devices_set()Andy Shevchenko2021-02-161-0/+1
| * console: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-11/+3
| * stdio: Introduce a new helper stdio_file_to_flags()Andy Shevchenko2021-02-162-0/+15
| * stdio: Split out nulldev_register() and move it under #ifAndy Shevchenko2021-02-161-12/+21