summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: dts: stm32: Add DHSOM based DRC02 boardMarek Vasut2020-07-283-0/+165
| * | | ARM: dts: stm32: Move ethernet PHY into SoM DTMarek Vasut2020-07-282-69/+69
| * | | ARM: dts: stm32: add seeed studio odyssey-stm32mp157c boardMarcin Sloniewski2020-07-285-0/+709
| * | | Revert "ARM: dts: stm32: Reinstate card detect behavior on ST boards"Patrick Delaunay2020-07-282-4/+0
| * | | Revert "ARM: dts: stm32: Reinstate card detect behavior on DHSOM"Patrick Delaunay2020-07-281-3/+0
| * | | arm: stm32mp: use correct weak function name spl_board_prepare_for_linuxPatrick Delaunay2020-07-281-1/+1
| * | | ARM: dts: stm32: add reset support to uart nodes on stm32mp15xPatrick Delaunay2020-07-281-0/+32
| * | | ARM: dts: stm32mp: remove hnp-srp-disable for usbotg on dk1Patrick Delaunay2020-07-281-1/+0
| * | | ARM: dts: stm32mp1: DT alignment with Linux kernel v5.8-rc1Patrick Delaunay2020-07-288-94/+577
| * | | ARM: dts: rename stm32mp15xx-avenger96 ethernet0_rgmii_pinsPatrick Delaunay2020-07-282-4/+4
| * | | configs: stm32mp15: activate CMD_ADTIMGPatrick Delaunay2020-07-282-0/+2
| * | | phy: usbphyc: use regulator_set_enable_if_allowed for disabling vdd supplyPatrick Delaunay2020-07-281-1/+1
| * | | arm: stm32mp: stm32prog: check result of find_mmc_devicePatrick Delaunay2020-07-281-1/+1
| * | | board: update test on misc_read result in board_late_initPatrick Delaunay2020-07-281-1/+1
| * | | board: dh_stm32mp1: remove env location overrideJakob Riepler2020-07-281-12/+0
| * | | stm32mp1: use the command env info -q in env_checkPatrick Delaunay2020-07-281-1/+1
| * | | configs:stm32mp1: activate env config in SPLPatrick Delaunay2020-07-282-4/+7
| * | | stm32mp1: use a specific SD/eMMC partition for U-Boot enviromnentPatrick Delaunay2020-07-284-8/+4
| * | | stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMCPatrick Delaunay2020-07-281-0/+14
| * | | stm32mp1: mmu_set_region_dcache_behaviourPatrick Delaunay2020-07-281-3/+4
| * | | arm: stm32mp: move dbgmcu_init call when DT is readyPatrick Delaunay2020-07-282-4/+9
* | | | Merge branch '2020-07-29-add-brcm-ns3-support'Tom Rini2020-07-2933-44/+2304
|\ \ \ \
| * | | | arch: arm: use dt and UCLASS_SYSCON to get gic lpi detailsRayagonda Kokatanur2020-07-294-36/+61
| * | | | arch: arm: use dt and UCLASS_IRQ to get gic detailsRayagonda Kokatanur2020-07-291-7/+66
| * | | | configs: ns3: enable tee and optee driverRayagonda Kokatanur2020-07-291-1/+4
| * | | | drivers: tee: broadcom: add optee based bnxt fw load driverVikas Gupta2020-07-296-0/+238
| * | | | board: ns3: add development keys used in FITPramod Kumar2020-07-292-0/+49
| * | | | board: ns3: add FIT image its filePramod Kumar2020-07-291-0/+59
| * | | | configs: ns3: enable FIT configRayagonda Kokatanur2020-07-291-0/+5
| * | | | configs: ns3: enable sp805 watchdog driverRayagonda Kokatanur2020-07-291-0/+2
| * | | | configs: ns3: enable EXT4 and FAT fs supportRayagonda Kokatanur2020-07-291-0/+5
| * | | | configs: ns3: enable gpt commandsRayagonda Kokatanur2020-07-291-0/+2
| * | | | configs: ns3: enable mmc commandsRayagonda Kokatanur2020-07-291-0/+2
| * | | | configs: ns3: enable BCM IPROC mmc driverRayagonda Kokatanur2020-07-291-0/+4
| * | | | dt-bindings: pinctrl: add ns3 pads definitionRayagonda Kokatanur2020-07-291-0/+41
| * | | | configs: ns3: enable pinctrl driverRayagonda Kokatanur2020-07-291-0/+3
| * | | | gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3Rayagonda Kokatanur2020-07-291-1/+2
| * | | | drivers: gpio: add broadcom iproc gpio driver supportRayagonda Kokatanur2020-07-293-0/+302
| * | | | MAINTAINERS: update maintainers for broadcom ns3 platformRayagonda Kokatanur2020-07-291-0/+15
| * | | | doc: add README doc for bcmns3 platformRayagonda Kokatanur2020-07-291-0/+74
| * | | | include/configs: ns3: add support for flashing imagesBharat Gooty2020-07-291-1/+490
| * | | | include/configs: ns3: add env variables for Linux bootBharat Gooty2020-07-291-0/+294
| * | | | board: ns3: limit U-boot relocation within 16MB memoryBharat Kumar Reddy Gooty2020-07-291-3/+19
| * | | | board: ns3: define ddr memory layoutRayagonda Kokatanur2020-07-293-4/+127
| * | | | dt-bindings: memory: ns3: add ddr memory definitionRayagonda Kokatanur2020-07-291-1/+30
| * | | | configs: ns3: enable GIC_V3 ITSRayagonda Kokatanur2020-07-291-0/+1
| * | | | board: ns3: program GIC LPI tablesRayagonda Kokatanur2020-07-291-0/+10
| * | | | board: ns3: default reset type to L3Rayagonda Kokatanur2020-07-291-2/+21
| * | | | board: ns3: add api to save boot parameters passed from BL31Abhishek Shah2020-07-293-0/+45
| * | | | dt-bindings: memory: ns3: add memory definitionsRayagonda Kokatanur2020-07-291-0/+34