summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* power: regulator: add dummy helperWIP/2020-10-23-misc-changesPeng Fan2020-10-231-0/+114
* phy: nop-phy: add clk bulkPeng Fan2020-10-231-0/+35
* bootm: fix wrong conditions about images overlapJaehoon Chung2020-10-231-3/+5
* cmd: fat: Use do_save() for fatwriteLad Prabhakar2020-10-232-45/+4
* test: unit tests for print_freq(), print_size()Heinrich Schuchardt2020-10-232-0/+72
* cmd: Add a 'misc' command to access miscellaneous devicesBin Meng2020-10-233-0/+143
* cmd: Split out timer command from the sleep commandBin Meng2020-10-233-28/+35
* cmd: Rename CMD_MISC to CMD_SLEEPBin Meng2020-10-2353-56/+52
* Makefile: Fix u-boot-nodtb.bin targetPali Rohár2020-10-231-3/+7
* i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-7/+3
* power: regulator: gpio-regulator: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-9/+13
* power: regulator: gpio-regulator: protect count valuePatrick Delaunay2020-10-231-2/+3
* post: remove redundant conditionHeinrich Schuchardt2020-10-231-1/+1
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungWIP/23Oct2020Tom Rini2020-10-2318-68/+6
|\
| * samsung: common: remove the duplicated stdio print messageJaehoon Chung2020-10-221-1/+0
| * configs: smdkv310: get rid of unused EXYNOS4_DEFAULT_UART_OFFSETAndre Heider2020-10-151-3/+0
| * Remove whitelist entry CONFIG_DEFAULT_CONSOLEAndre Heider2020-10-151-1/+0
| * treewide: configs: fold CONFIG_DEFAULT_CONSOLEAndre Heider2020-10-156-34/+6
| * treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLEAndre Heider2020-10-1510-29/+0
* | Merge branch '2020-10-23-revert-xen-changes'Tom Rini2020-10-234-43/+5
|\ \
| * | Revert "serial: serial_xen: print U-Boot banner and others"Tom Rini2020-10-231-0/+2
| * | Revert "arch: arm/xen: add putc() for debugging"Tom Rini2020-10-231-6/+0
| * | Revert "xen: add definitions for console_io"Tom Rini2020-10-231-6/+0
| * | Revert "serial: serial_xen: add DEBUG_UART support"Tom Rini2020-10-232-31/+3
|/ /
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini2020-10-2219-287/+446
|\ \
| * | sun50i: a64: A64-Teres-I board detect builtin keyboardJonas Smedegaard2020-10-221-0/+1
| * | sunxi: Enable ethernet on newer Olimex OLinuXino-A20-Lime2-eMMCJonas Smedegaard2020-10-221-0/+2
| * | sunxi: binman: Add support for including SCP firmwareSamuel Holland2020-10-223-8/+60
| * | binman: Add support for SCP firmwareSamuel Holland2020-10-224-0/+43
| * | sunxi: binman: Update FIT component descriptionsSamuel Holland2020-10-223-6/+8
| * | spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2020-10-222-4/+17
| * | sunxi: binman: Use a macro for the BL31 load addressSamuel Holland2020-10-221-8/+8
| * | sunxi: binman: Provide a default BL31 filenameSamuel Holland2020-10-221-0/+1
| * | sunxi: binman: Fix spacing between nodesSamuel Holland2020-10-221-0/+5
| * | binman: Only write FDT once per nodeSamuel Holland2020-10-221-4/+4
| * | Makefile: Only define u-boot.itb rule when applicableSamuel Holland2020-10-221-0/+2
| * | sunxi: make V3s DRAM initialization more properIcenowy Zheng2020-10-222-5/+87
| * | arm: sunxi: increase SYS_MALLOC_F_LENHeinrich Schuchardt2020-10-211-1/+1
| * | git-mailrc: Update email address of Maxime RipardJonas Smedegaard2020-10-211-1/+1
| * | sunxi: Pine-H64: Explicitly enable PHY regulatorAndre Przywara2020-10-211-0/+1
| * | net: sun8i-emac: Lower MDIO frequencyAndre Przywara2020-10-211-0/+17
| * | net: sun8i-emac: Make internal PHY handling more robustAndre Przywara2020-10-211-32/+15
| * | net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara2020-10-211-26/+30
| * | net: sun8i_emac: Fix MAC soft resetAndre Przywara2020-10-211-14/+7
| * | net: sun8i_emac: Fix overlong linesAndre Przywara2020-10-211-12/+10
| * | net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara2020-10-211-19/+14
| * | net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara2020-10-211-3/+0
| * | net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara2020-10-211-2/+2
| * | net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara2020-10-211-4/+9
| * | net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara2020-10-211-52/+61