aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek1-21/+23
2018-10-15Merge tag 'arc-more-updates-for-2018.11-rc2-2' of git://git.denx.de/u-boot-arcTom Rini7-9/+72
2018-10-15ARC: Don't use COMMON section for global not-initialized variablesAlexey Brodkin1-1/+1
2018-10-12Merge git://git.denx.de/u-boot-sunxiTom Rini2-1/+8
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini9-23/+87
2018-10-12iot_dk: Link for eFlashAlexey Brodkin1-1/+1
2018-10-12axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()Alexey Brodkin4-0/+28
2018-10-12iot_dk: Save CPU clock value to gd->cpu_clkAlexey Brodkin1-6/+8
2018-10-12iot_dk: Add support of 136 MHz clockAlexey Brodkin1-0/+8
2018-10-12iot_dk: Implement board resetAlexey Brodkin1-0/+8
2018-10-12iot_dk/hsdk: Implement its own print_cpuinfo()Alexey Brodkin2-0/+16
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin1-1/+1
2018-10-12iot_dk: Disable networking supportAlexey Brodkin1-1/+1
2018-10-12iot_dk: Add localversion stringAlexey Brodkin1-0/+1
2018-10-12ldpaa_eth.c: Fix warning when PHYLIB is not enabledTom Rini1-3/+7
2018-10-12sf: Add MICRON manufacturer idAshish Kumar2-0/+3
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini39-409/+1294
2018-10-10driver: net: fsl-mc: Add support of multiple phys for dpmacPankaj Bansal7-109/+162
2018-10-10driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal1-4/+2
2018-10-10driver: net: fsl-mc: Modify the dpmac link detection methodPankaj Bansal1-62/+57
2018-10-10driver: net: fsl-mc: fix error handing in init_phyPankaj Bansal1-1/+9
2018-10-10driver: net: fsl-mc: remove unused strcture elementsPankaj Bansal4-28/+34
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini224-1326/+5462
2018-10-10Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-2/+19
2018-10-10arm: remove duplicated prototypes in u-boot.arm.hPatrick Delaunay1-3/+0
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay17-81/+59
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay7-35/+3
2018-10-10arm: remove prototype for reset_timer_maskedPatrick Delaunay2-2/+2
2018-10-10arm: remove prototype for arch_interrupt_initPatrick Delaunay1-1/+0
2018-10-10bootm: Add board specific OS preboot hookMarek Vasut1-0/+7
2018-10-10arm: K3: am654: Add support for getting boot modeAndrew F. Davis1-0/+23
2018-10-10arm: K3: am654: Choose MMC boot device based on boot portAndrew F. Davis2-1/+26
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy4-34/+47
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy1-0/+1
2018-10-10board: ks2: move uinitrd fixup logic inside ft_board_setup_exNicholas Faustini1-22/+22
2018-10-10fdt: add call to ft_board_setup_ex() for ks2 boardsNicholas Faustini1-0/+3
2018-10-10ARM: meson: Add Khadas VIM2 board supportLoic Devulder8-0/+281
2018-10-10ARM: meson: Add Khadas VIM2 board DTLoic Devulder3-1/+533
2018-10-10ARM: dts: stm32mp1: Add usbotg_hs regulator for stm32mp157c-ev1Patrice Chotard1-0/+4
2018-10-10driver: net: fsl-mc: modify the label namePankaj Bansal1-4/+4
2018-10-10net: Consolidate UDP header functionsDuncan Hare3-16/+32
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger6-10/+29
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger3-0/+147
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger3-0/+137
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger2-0/+29
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger2-3/+9
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger2-15/+52
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger2-19/+19
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger2-4/+68
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger2-74/+132