| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | riscv: sifive: fu540: Enable GEMGXL MGMT driver | Bin Meng | 2019-06-01 | 1 | -0/+1 | |
| | * | | | dm: net: macb: Implement link speed change callback | Bin Meng | 2019-06-01 | 1 | -0/+35 | |
| | * | | | dm: net: macb: Update macb_linkspd_cb() signature | Bin Meng | 2019-06-01 | 1 | -1/+21 | |
| | * | | | clk: sifive: Add clock driver for GEMGXL MGMT | Bin Meng | 2019-06-01 | 3 | -0/+69 | |
| | * | | | net: eth-uclass: Support device tree MAC addresses | Thierry Reding | 2019-06-01 | 2 | -3/+93 | |
| | * | | | net: eth-uclass: Write MAC address to hardware after probe | Thierry Reding | 2019-06-01 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge tag 'rockchip-for-v2019.07-rc3' of git://git.denx.de/u-boot-rockchip | Tom Rini | 2019-05-31 | 20 | -100/+1730 | |
| |\ \ \ | ||||||
| | * | | | doc: rockchip: Add doc for rk3399 TPL build/flash | Jagan Teki | 2019-05-30 | 1 | -1/+50 | |
| | * | | | rk3399: nanopi4: Enable TPL | Jagan Teki | 2019-05-30 | 2 | -6/+8 | |
| | * | | | rk3399: orangepi: Enable TPL | Jagan Teki | 2019-05-30 | 1 | -3/+4 | |
| | * | | | rockchip: rk3399: Add Rock PI 4 support | Jagan Teki | 2019-05-30 | 5 | -0/+680 | |
| | * | | | rockchip: rk3399: Add Rockpro64 board support | Jagan Teki | 2019-05-30 | 5 | -0/+786 | |
| | * | | | rockchip: rk3399: Add Nanopi NEO4 board support | Jagan Teki | 2019-05-30 | 5 | -0/+123 | |
| | * | | | rockchip: Cleanup of make_fit_atf.py. | Christoph Muellner | 2019-05-30 | 1 | -89/+64 | |
| | * | | | rockchip: clk: rk3399: allow requests for all UART clocks | Christoph Muellner | 2019-05-30 | 1 | -0/+2 | |
| | * | | | rockchip: rk3399: Add option to print on UART3. | Christoph Muellner | 2019-05-30 | 1 | -0/+8 | |
| | * | | | rockchip: pinctrl: rk3399: Add support for UART3. | Christoph Muellner | 2019-05-30 | 1 | -0/+4 | |
| | * | | | rockchip: rk3399-puma: Move ENV_OFFSET to end of SPI NOR. | Christoph Muellner | 2019-05-30 | 1 | -1/+1 | |
| * | | | | Merge tag 'u-boot-amlogic-20190531' of git://git.denx.de/u-boot-amlogic | Tom Rini | 2019-05-31 | 11 | -12/+1034 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | configs: u200: enable support for USB Host & Gadget | Neil Armstrong | 2019-05-31 | 1 | -0/+17 | |
| | * | | | boards: amlogic-g200: remove phy reset | Neil Armstrong | 2019-05-31 | 1 | -6/+0 | |
| | * | | | ARM: meson-gx: Reset GXL/GXM to external PHY when not using internal PHY | Neil Armstrong | 2019-05-31 | 1 | -5/+12 | |
| | * | | | ARM: dts: Add missing DT for Meson G12A support | Neil Armstrong | 2019-05-31 | 2 | -0/+279 | |
| | * | | | clk: meson-g12a: Add PCIE PLL support | Neil Armstrong | 2019-05-31 | 1 | -0/+103 | |
| | * | | | ARM: dts: sync Amlogic G12A DT with Linux 5.2-rc1 | Neil Armstrong | 2019-05-31 | 5 | -1/+623 | |
| |/ / / | ||||||
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2019-05-29 | 13 | -2/+1227 | |
| |\ \ \ | ||||||
| | * | | | tegra: nyan-big: Enable sound | Simon Glass | 2019-05-24 | 1 | -0/+7 | |
| | * | | | tegra: nyan: Add a README | Simon Glass | 2019-05-24 | 1 | -0/+18 | |
| | * | | | sound: tegra: Add a sound driver | Simon Glass | 2019-05-24 | 2 | -1/+101 | |
| | * | | | tegra: sound: Add an I2S driver | Simon Glass | 2019-05-24 | 4 | -1/+359 | |
| | * | | | tegra: sound: Add an audio hub driver | Simon Glass | 2019-05-24 | 4 | -0/+741 | |
| | * | | | tegra: Add a delay in clock_start_periph_pll() | Simon Glass | 2019-05-24 | 1 | -0/+1 | |
| | * | | | tegra: Correct tegra124 clock name | Simon Glass | 2019-05-24 | 2 | -2/+2 | |
| * | | | | Merge branch '2019-05-28-master-imports' | Tom Rini | 2019-05-29 | 76 | -6372/+167 | |
| |\ \ \ \ | ||||||
| | * | | | | Kconfig: Fix SPL_LOAD_FIT description | Marek Vasut | 2019-05-28 | 1 | -2/+2 | |
| | * | | | | fs: fat: allocate a new cluster for root directory of fat32 | AKASHI Takahiro | 2019-05-28 | 1 | -2/+8 | |
| | * | | | | fs: fat: flush a directory cluster properly | AKASHI Takahiro | 2019-05-28 | 1 | -19/+14 | |
| | * | | | | fs: fat: write to non-cluster-aligned root directory | AKASHI Takahiro | 2019-05-28 | 1 | -25/+53 | |
| | * | | | | cmd: remove unused `display` command | Heinrich Schuchardt | 2019-05-28 | 5 | -106/+0 | |
| | * | | | | dm: arm: bcmstb: Enable driver model MMC support | Thomas Fitzsimmons | 2019-05-28 | 6 | -84/+58 | |
| | * | | | | mcx: remove board | Bartosz Golaszewski | 2019-05-28 | 9 | -926/+0 | |
| | * | | | | twister: remove board | Bartosz Golaszewski | 2019-05-28 | 9 | -678/+0 | |
| | * | | | | mt_ventoux: remove board | Bartosz Golaszewski | 2019-05-28 | 9 | -877/+0 | |
| | * | | | | cm_t3517: remove board | Bartosz Golaszewski | 2019-05-28 | 11 | -789/+1 | |
| | * | | | | ipam390: remove board | Bartosz Golaszewski | 2019-05-28 | 10 | -1138/+0 | |
| | * | | | | eco5pk: remove board | Bartosz Golaszewski | 2019-05-28 | 8 | -560/+0 | |
| | * | | | | ea20: remove board | Bartosz Golaszewski | 2019-05-28 | 8 | -646/+0 | |
| | * | | | | calimain: remove board | Bartosz Golaszewski | 2019-05-28 | 8 | -487/+0 | |
| | * | | | | board/BuR: invalidate ${dtbaddr} before cfgscr | Hannes Schmelzer | 2019-05-28 | 1 | -3/+8 | |
| | * | | | | fs: fat: Fix possible double free of fatbuf | Andrew F. Davis | 2019-05-28 | 1 | -4/+5 | |
