index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: usb: sandbox: Add an emulator for USB hub emulation
Simon Glass
2015-04-18
1
-0
/
+3
*
dm: usb: sandbox: Add an emulator for USB flash devices
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: usb: sandbox: Add a uclass for USB device emulation
Simon Glass
2015-04-18
2
-1
/
+64
*
dm: usb: Move struct usb_string to a common place
Simon Glass
2015-04-18
2
-13
/
+13
*
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
1
-0
/
+107
*
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
2015-04-18
1
-0
/
+42
*
dm: usb: Add driver model support for hubs
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: usb: Refactor port resets
Simon Glass
2015-04-18
1
-1
/
+17
*
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2015-04-18
1
-2
/
+18
*
dm: usb: Add a uclass for USB controllers
Simon Glass
2015-04-18
2
-5
/
+281
*
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
1
-0
/
+30
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
1
-5
/
+11
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
2
-2
/
+2
*
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
1
-0
/
+3
*
sandbox: Fix comment for os_open()
Simon Glass
2015-04-18
1
-1
/
+1
*
linker_lists: Add a function to access a linker list entry
Simon Glass
2015-04-18
1
-0
/
+10
*
dm: eth: Provide a way for drivers to manage packet buffers
Joe Hershberger
2015-04-18
1
-1
/
+7
*
dm: spi: Convert Freescale DSPI driver to driver model
Haikun.Wang@freescale.com
2015-04-18
1
-0
/
+150
*
cros_ec: exynos: Match up device tree with kernel version
Simon Glass
2015-04-18
1
-1
/
+0
*
fdt: Drop LPC compatible string in fdtdec
Simon Glass
2015-04-18
1
-1
/
+0
*
fdt: cros_ec: Drop compatible string in fdtdec
Simon Glass
2015-04-18
1
-1
/
+0
*
cros_ec: Remove unused cros_ec_board_init() function
Simon Glass
2015-04-18
1
-7
/
+0
*
exynos: cros_ec: Drop unnecessary init
Simon Glass
2015-04-18
3
-4
/
+0
*
sandbox: cros_ec: Drop unnecessary init
Simon Glass
2015-04-18
1
-1
/
+0
*
cros_ec: Drop unused CONFIG_DM_CROS_EC
Simon Glass
2015-04-18
1
-130
/
+0
*
x86: chromebook_link: dts: Add PCH and LPC devices
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: x86: Add a uclass for an Low Pin Count (LPC) device
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: x86: spi: Convert ICH SPI driver to driver model
Simon Glass
2015-04-18
1
-1
/
+0
*
dm: sf: Add driver model read/write/erase methods
Simon Glass
2015-04-18
1
-6
/
+41
*
net: Improve error handling
Joe Hershberger
2015-04-18
1
-1
/
+2
*
sandbox: Enable DHCP and IP defrag
Joe Hershberger
2015-04-18
1
-0
/
+8
*
dm: eth: Add support for aliases
Joe Hershberger
2015-04-18
2
-1
/
+6
*
sandbox: eth: Add ARP and PING response to sandbox driver
Joe Hershberger
2015-04-18
1
-0
/
+1
*
sandbox: eth: Add network support to sandbox
Joe Hershberger
2015-04-18
1
-6
/
+10
*
dm: eth: Pass the packet pointer as a parameter to recv
Joe Hershberger
2015-04-18
1
-2
/
+4
*
net: Clean up network stack names used in DM drivers
Joe Hershberger
2015-04-18
1
-1
/
+8
*
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
2
-0
/
+53
*
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
1
-3
/
+3
*
net: Use int instead of u8 for boolean flag
Joe Hershberger
2015-04-18
1
-1
/
+1
*
net: Refactor in preparation for driver model
Joe Hershberger
2015-04-18
1
-33
/
+35
*
net: Remove unneeded "extern" in net.h
Joe Hershberger
2015-04-18
1
-45
/
+45
*
net: Provide a function to get the current MAC address
Joe Hershberger
2015-04-18
1
-0
/
+8
*
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-04-18
2
-17
/
+32
*
dm: x86: pci: Convert coreboot to use driver model for pci
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: sandbox: pci: Enable PCI for sandbox
Simon Glass
2015-04-18
1
-0
/
+4
*
dm: sandbox: pci: Add a PCI emulation uclass
Simon Glass
2015-04-16
2
-0
/
+109
*
dm: pci: Add a uclass for PCI
Simon Glass
2015-04-16
2
-7
/
+284
*
dm: pci: Move common PCI functions into their own file
Simon Glass
2015-04-16
1
-0
/
+14
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
3
-3
/
+7
[next]