aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-21test: Add a common unit test commandJoe Hershberger3-0/+74
2015-05-21test: Generalize the unit test frameworkJoe Hershberger24-191/+234
2015-05-21net: Handle ethaddr changes as an env callbackJoe Hershberger3-44/+63
2015-05-21net: Remove duplicate bootfile syncing functionalityJoe Hershberger1-12/+0
2015-05-21net: Add default flags for common net env varsJoe Hershberger1-1/+11
2015-05-21net: Use env callbacks for net variablesJoe Hershberger2-17/+110
2015-05-21net: Apply default format rules to all ethaddrJoe Hershberger2-3/+11
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger2-7/+21
2015-05-21env: Add regex support to env_attrsJoe Hershberger3-2/+101
2015-05-21env: Allow env_attr_walk to pass a priv * to callbackJoe Hershberger5-17/+20
2015-05-21env: Simplify the reverse_strstr() interfaceJoe Hershberger1-40/+47
2015-05-21env: Fix return values in env_attr_lookup()Joe Hershberger1-3/+3
2015-05-21sandbox: Enable some ENV commandsJoe Hershberger1-0/+5
2015-05-21sandbox: Use defconfig to enable featuresJoe Hershberger2-15/+4
2015-05-21sandbox: Cleanup order and extra defines in defconfigJoe Hershberger1-7/+7
2015-05-20Merge git://git.denx.de/u-boot-netTom Rini126-659/+267
2015-05-20README.scrapyard: add entries for dead board, T4240EMU and sc3Masahiro Yamada1-3/+5
2015-05-20net: Remove all calls to net_random_ethaddr()Joe Hershberger41-294/+64
2015-05-19net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger82-317/+13
2015-05-19net: Implement random ethaddr fallback in eth.cJoe Hershberger4-1/+24
2015-05-19net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+16
2015-05-19net/phy: refactor RTL8211F initializationShengzhou Liu1-8/+25
2015-05-19net: Update hardware MAC address if it changes in envJoe Hershberger4-47/+48
2015-05-19net/phy: Add support for realtek RTL8211FShengzhou Liu1-0/+85
2015-05-19sunxi: Cache line size definitionPaul Kocialkowski1-0/+3
2015-05-19sunxi: VBUS detection function fixup in g_dnl_board_usb_cable_connectedPaul Kocialkowski1-1/+1
2015-05-19sunxi: Add ga10h v1.1 defconfigHans de Goede2-0/+30
2015-05-19sunxi: video: Fix lvds panel support for sun6i+Hans de Goede3-1/+32
2015-05-19sunxi: Make DRAM_ODT_EN Kconfig setting a boolHans de Goede8-25/+37
2015-05-19sunxi: Fix dram initialization not working on some a33 devicesHans de Goede1-1/+1
2015-05-19sunxi: add support for UART2 on A23/A33Laurent Itti3-0/+7
2015-05-19console: Fix pre-console flushing via cfb_console being very slowHans de Goede3-19/+26
2015-05-19sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to nHans de Goede1-0/+3
2015-05-19sunxi: Pass serial number through ATAGPaul Kocialkowski2-0/+21
2015-05-18Merge git://git.denx.de/u-boot-samsungTom Rini3-66/+84
2015-05-18exynos: clock: clean up checkpatch issuesMinkyu Kang1-28/+37
2015-05-18arc: gitignore: ignore ARC DTBsMasahiro Yamada1-0/+1
2015-05-16MAINTAINERS, git-mailrc: Update Jagan's name and e-mailJagan Teki2-2/+2
2015-05-15imx: ventana: use stack relocationTim Harvey2-3/+2
2015-05-15imx: ventana: add GSC boot watchdog disable to SPLTim Harvey1-0/+3
2015-05-15imx: ventana: add gpio setup to SPLTim Harvey1-0/+3
2015-05-15imx: ventana: use common uart and i2c setup functions in SPLTim Harvey1-47/+5
2015-05-15imx: ventana: detect pmic using i2c probe instead of board modelTim Harvey3-5/+9
2015-05-15imx: ventana: move GSC boot watchdog disable function to gsc.cTim Harvey3-22/+30
2015-05-15imx: ventana: split out common functions between SPL and ubootTim Harvey4-864/+933
2015-05-15imx: ventana: default msata/pci mux to pci before PCI enumerationTim Harvey1-3/+4
2015-05-15imx: ventana: fix pcie reset for GW522xTim Harvey1-4/+4
2015-05-15imx: ventana: config: enable Thermal supportTim Harvey1-0/+4
2015-05-15imx: ventana: enable DM_SERIALTim Harvey2-0/+10
2015-05-15imx: ventana: register gpio's with gpio_requestTim Harvey1-20/+57