index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
cmd_led: Extend led command to support blinking and more leds
Stefan Roese
2015-04-23
1
-10
/
+38
*
|
|
cmd_scsi: Enable SoC AHCI device on platforms with PCI
tang yuantian
2015-04-22
1
-2
/
+2
*
|
|
unzip: add gzwrite command to write compressed image to block device
Eric Nelson
2015-04-22
1
-0
/
+47
|
/
/
*
|
kconfig: remove duplicated CMD_DNS option
Andrey Skvortsov
2015-04-21
1
-5
/
+0
*
|
mii: add read-modify-write option to mii command
Tim James
2015-04-20
1
-9
/
+38
*
|
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2015-04-20
4
-107
/
+310
|
\
\
|
*
|
common/lcd_console: introduce display/framebuffer rotation
Hannes Petermaier
2015-04-18
4
-81
/
+296
|
*
|
common/lcd_console: move single static variables into common (static) structure
Hannes Petermaier
2015-04-18
1
-38
/
+38
|
*
|
common/lcd_console: ask only one-time for bg/fg-color per call
Hannes Petermaier
2015-04-18
1
-5
/
+2
|
*
|
common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
Hannes Petermaier
2015-04-18
1
-16
/
+7
*
|
|
pxe: Ensure all memory access is to mapped memory
Sjoerd Simons
2015-04-19
1
-30
/
+56
*
|
|
sandbox: Implement host dev [device]
Sjoerd Simons
2015-04-19
1
-0
/
+44
*
|
|
sandbox: Renamed sb command to host
Sjoerd Simons
2015-04-19
2
-23
/
+28
*
|
|
sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig
Simon Glass
2015-04-18
1
-0
/
+10
*
|
|
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Simon Glass
2015-04-18
2
-6
/
+107
*
|
|
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
Simon Glass
2015-04-18
1
-0
/
+1
*
|
|
Avoid calling print_eths() with driver model
Simon Glass
2015-04-18
1
-1
/
+1
*
|
|
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
4
-14
/
+14
*
|
|
net: cosmetic: Clean up cmd_net variables and functions
Joe Hershberger
2015-04-18
1
-15
/
+14
*
|
|
net: cosmetic: Clean up DNS variables and functions
Joe Hershberger
2015-04-18
1
-3
/
+3
*
|
|
net: cosmetic: Clean up CDP variables and functions
Joe Hershberger
2015-04-18
1
-8
/
+9
*
|
|
net: cosmetic: Clean up TFTP variables and functions
Joe Hershberger
2015-04-18
1
-8
/
+8
*
|
|
net: cosmetic: Fixup var names for DHCP strings
Joe Hershberger
2015-04-18
1
-6
/
+6
*
|
|
net: cosmetic: Fixup var names related to boot file
Joe Hershberger
2015-04-18
3
-7
/
+11
*
|
|
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
2015-04-18
2
-26
/
+26
*
|
|
dm: usb: Support driver model with USB keyboards
Simon Glass
2015-04-18
1
-1
/
+33
*
|
|
dm: usb: Split out the keyboard probe into its own function
Simon Glass
2015-04-18
1
-38
/
+51
*
|
|
dm: usb: Convert usb_storage to driver model
Simon Glass
2015-04-18
1
-2
/
+49
*
|
|
dm: usb: Move storage device scanning into its own function
Simon Glass
2015-04-18
1
-38
/
+59
*
|
|
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
2015-04-18
1
-28
/
+17
*
|
|
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
2015-04-18
1
-2
/
+4
*
|
|
dm: usb: Simply device finding code in usb_storage
Simon Glass
2015-04-18
1
-19
/
+11
*
|
|
dm: usb: Fix type problems in usb_stor_get_info()
Simon Glass
2015-04-18
1
-1
/
+5
*
|
|
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
2015-04-18
1
-43
/
+2
*
|
|
dm: usb: Add driver model support for hubs
Simon Glass
2015-04-18
1
-4
/
+90
*
|
|
dm: usb: Split hub detection into its own function
Simon Glass
2015-04-18
1
-16
/
+41
*
|
|
dm: usb: Convert core usb.c file to support driver model
Simon Glass
2015-04-18
1
-6
/
+25
*
|
|
dm: usb: Complete the splitting up of usb_new_device()
Simon Glass
2015-04-18
1
-62
/
+95
*
|
|
dm: usb: Split out more code from usb_new_device()
Simon Glass
2015-04-18
1
-30
/
+42
*
|
|
dm: usb: Move descriptor setup code into its own function
Simon Glass
2015-04-18
1
-65
/
+82
*
|
|
dm: usb: Refactor port resets
Simon Glass
2015-04-18
2
-16
/
+28
*
|
|
dm: usb: Drop the legacy USB init sequence
Simon Glass
2015-04-18
1
-22
/
+4
*
|
|
dm: usb: Convert 'usb' command to support driver model
Simon Glass
2015-04-18
1
-2
/
+145
*
|
|
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2015-04-18
2
-25
/
+35
*
|
|
dm: usb: Adjust usb command to prepare for driver model
Simon Glass
2015-04-18
1
-26
/
+25
*
|
|
cros_ec: Remove unused cros_ec_board_init() function
Simon Glass
2015-04-18
1
-5
/
+0
*
|
|
cros_ec: Drop unused CONFIG_DM_CROS_EC
Simon Glass
2015-04-18
1
-29
/
+1
*
|
|
dm: x86: spi: Convert ICH SPI driver to driver model
Simon Glass
2015-04-18
1
-3
/
+0
*
|
|
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
1
-0
/
+2
*
|
|
cmd: net: Clean up return codes
Joe Hershberger
2015-04-18
1
-24
/
+21
[prev]
[next]