aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-18sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass1-0/+3
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2-1/+10
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass2-2/+2
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger6-16/+19
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger3-12/+10
2015-04-18powerpc: ids8313: use "select" instead of default value in defconfigMasahiro Yamada1-0/+1
2015-04-18ARM: cm_fx6: use "select" instead of default value in defconfigMasahiro Yamada1-0/+3
2015-04-18ARM: stv0991: use "select" instead of default value in defconfigMasahiro Yamada1-0/+2
2015-04-18ARM: bav335x: use "select" instead of default value in defconfigMasahiro Yamada1-0/+2
2015-04-18ARM: socfpga: use "select" instead of default value in defconfigMasahiro Yamada1-0/+6
2015-04-18ARM: mx6: use "select" instead of default value in defconfigMasahiro Yamada1-0/+6
2015-04-18ARM: snapper9260: use "select" instead of default value in defconfigMasahiro Yamada1-0/+3
2015-04-18ARM: rmobile: use "select" instead of default value in defconfigMasahiro Yamada1-0/+12
2015-04-18ARM: zynq: use "select" instead of default value in defconfigMasahiro Yamada1-0/+1
2015-04-18ARM: UniPhier: use "select" instead of default value in defconfigMasahiro Yamada1-0/+3
2015-04-18dm: select CONFIG_DM* optionsMasahiro Yamada9-81/+64
2015-04-18dm: usb: exynos: Enable both EHCI and XHCI on snowSimon Glass1-0/+1
2015-04-18dm: usb: exynos: Use driver model for USBSimon Glass1-0/+3
2015-04-18dm: usb: dts: sandbox: Add some sample USB devices to sandboxSimon Glass1-0/+40
2015-04-18dm: usb: tegra: Add vbus GPIOs for nyanSimon Glass1-0/+2
2015-04-18dm: ls1021a: dts: Add QSPI dts nodeHaikun.Wang@freescale.com3-0/+39
2015-04-18dm: ls1021a: dts: Update DSPI node to support DM SPIHaikun.Wang@freescale.com3-18/+4
2015-04-18dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1haikun3-40/+40
2015-04-18dm: ls1021a: Bring in ls1021a dts files from linux kernelhaikun4-0/+662
2015-04-18dm: arm: Bring in skeleton64 device tree file from LinuxHaikun.Wang@freescale.com1-0/+13
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass5-99/+139
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-3/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass3-33/+52
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass2-0/+29
2015-04-18dm: x86: Add a uclass for a Platform Controller HubSimon Glass3-9/+29
2015-04-18dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass5-20/+25
2015-04-18sandbox: eth: Add support for using the 'lo' interfaceJoe Hershberger3-3/+127
2015-04-18sandbox: eth: Add a bridge to a real network for sandboxJoe Hershberger5-0/+191
2015-04-18sandbox: eth: Add ability to disable ping reply in sandbox eth driverJoe Hershberger1-0/+15
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger1-0/+1
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger2-0/+13
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger7-7/+7
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger4-4/+4
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass6-67/+59
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass2-47/+23
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass3-0/+50
2015-04-16dm: sandbox: pci: Add PCI support for sandboxSimon Glass9-7/+284
2015-04-16x86: Split up arch_cpu_init()Simon Glass1-0/+8
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass20-187/+191
2015-04-16sandbox: Update device tree 'reg' properties for I2C and SPISimon Glass1-3/+3
2015-04-16x86: Add support for panther (Asus Chromebox)Simon Glass3-0/+81
2015-04-16x86: Support machines with >4GB of RAMSimon Glass1-2/+4
2015-04-16ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I1-2/+2