summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-08arm: use correct argument size of special registersHeinrich Schuchardt1-4/+6
2020-07-08arm: remove outdated comment concerning -ffixed-x18Heinrich Schuchardt1-4/+0
2020-07-08trace: clang compatible handling of gd registerHeinrich Schuchardt1-4/+4
2020-07-08fs: fat_write: fix short name creation.Heinrich Schuchardt1-3/+12
2020-07-08test_sleep.py: make sleep time and margin configurableHeiko Schocher1-3/+11
2020-07-08gpio: search for gpio label if gpio is not found through bank nameHeiko Schocher3-0/+75
2020-07-08configs: Enable mac and phy configsAmit Singh Tomar1-0/+4
2020-07-08owl: Kconfig: Enable DM eth for OWL platformAmit Singh Tomar1-0/+1
2020-07-08arm: dts: s700: add node for ethernet controllerAmit Singh Tomar1-0/+13
2020-07-08net: designware: s700: Add glue code for S700 macAmit Singh Tomar4-0/+81
2020-07-07net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx t...Amit Singh Tomar2-0/+44
2020-07-07net: phy: realtek: Add support for RTL8201F PHY module.Amit Singh Tomar1-0/+20
2020-07-07clk: actions: Add Ethernet clocksAmit Singh Tomar4-2/+15
2020-07-07arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCsAmit Singh Tomar1-1/+0
2020-07-07Actions: OWL: Calculate SDRAM sizeAmit Singh Tomar1-1/+21
2020-07-07image: Add support for ZSTD decompressionRobert Marko2-0/+53
2020-07-07cmd: blkls: Add blkls commandNiel Fourie4-0/+72
2020-07-07cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie4-4/+101
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie4-0/+55
2020-07-07cmd: part: Add subcommand to list supported partition tablesNiel Fourie2-2/+39
2020-07-07Merge tag 'u-boot-stm32-20200707' of https://gitlab.denx.de/u-boot/custodians...Tom Rini39-460/+1166
2020-07-07Merge tag 'u-boot-atmel-2020.10-a' of https://gitlab.denx.de/u-boot/custodian...Tom Rini17-26/+13
2020-07-07arm64: issue ISB after updating system registersVolodymyr Babchuk1-0/+8
2020-07-07ram: stm32mp1: add size and addr parameter to test allPatrick Delaunay1-3/+44
2020-07-07ram: stm32mp1: use the DDR size by default in the test addressBusPatrick Delaunay1-1/+2
2020-07-07ram: stm32mp1: add parameter addr in test FrequencySelectivePatternPatrick Delaunay1-6/+7
2020-07-07ram: stm32mp1: protect minimum value in get_bufsizePatrick Delaunay1-18/+19
2020-07-07stm32mp1: use the command env info in env_checkPatrick Delaunay2-3/+2
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay1-1/+1
2020-07-07board: dh_stm32mp1: update the gpio hog supportPatrick Delaunay1-8/+2
2020-07-07board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay7-52/+73
2020-07-07configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mpPatrick Delaunay1-1/+3
2020-07-07arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay3-4/+50
2020-07-07arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay1-2/+4
2020-07-07board: st: stm32mp1: increase teed partitionPatrick Delaunay1-1/+1
2020-07-07stm32mp1: configs: activate CMD_ERASEENVPatrick Delaunay2-0/+2
2020-07-07power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-2/+14
2020-07-07configs: stm32mp1: activate WATCHDOGPatrick Delaunay2-0/+4
2020-07-07pinctrl: stm32: add information on pin configurationPatrick Delaunay1-3/+24
2020-07-07pinctrl: stmfx: add information on pin configurationPatrick Delaunay1-1/+31
2020-07-07gpio: stmfx: add ops get_dir_flagsPatrick Delaunay1-0/+50
2020-07-07gpio: stmfx: add ops set_dir_flagPatrick Delaunay1-0/+37
2020-07-07gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay1-42/+26
2020-07-07gpio: stmfx: rename function used to change pin configurationPatrick Delaunay1-10/+8
2020-07-07gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay1-30/+30
2020-07-07gpio: stm32: add ops get_dir_flagsPatrick Delaunay1-0/+59
2020-07-07gpio: stm32: add ops set_dir_flagsPatrick Delaunay1-14/+76
2020-07-07board: stm32mp1: update the gpio hog supportPatrick Delaunay1-8/+2
2020-07-07configs: stm32mp1: activate CONFIG_GPIO_HOGPatrick Delaunay2-0/+2
2020-07-07board: stm32mp1: move the function board_debug_uart_init in spl.cPatrick Delaunay2-2/+28