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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: Refactor the pciinfo() function
Simon Glass
2015-12-01
1
-89
/
+148
*
pci: Use a separate variable for the bus number
Simon Glass
2015-12-01
1
-3
/
+3
*
pci: Use a common return in command processing
Simon Glass
2015-12-01
1
-6
/
+13
*
dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
Simon Glass
2015-12-01
1
-0
/
+4
*
dm: timer: Avoid using timer before it is ready
Simon Glass
2015-12-01
1
-1
/
+9
*
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2015-11-30
1
-0
/
+13
|
\
|
*
LCD: Add an option to skip registration as an stdio output
Stephane Ayotte
2015-11-19
1
-0
/
+13
*
|
part:efi: add bootable parameter in gpt command
Patrick Delaunay
2015-11-23
1
-0
/
+38
*
|
gpt: command: Extend gpt command to support GPT table verification
Lukasz Majewski
2015-11-23
1
-25
/
+67
*
|
gpt: doc: Update gpt command's help description
Lukasz Majewski
2015-11-23
1
-2
/
+5
*
|
gpt: command: Remove duplicated check for empty partition description
Lukasz Majewski
2015-11-23
1
-3
/
+0
*
|
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
2015-11-23
1
-36
/
+0
*
|
common/console.c: Small coding style cleanup
Stefan Roese
2015-11-23
1
-2
/
+4
*
|
common/console.c: Drop sandbox special-case console code
Stefan Roese
2015-11-23
1
-5
/
+0
*
|
eeprom: Clean up checkpatch issues
Marek Vasut
2015-11-21
1
-9
/
+10
*
|
eeprom: Add support for selecting i2c bus
Marek Vasut
2015-11-21
1
-4
/
+11
*
|
eeprom: Add bus argument to eeprom_init()
Marek Vasut
2015-11-21
2
-4
/
+8
*
|
eeprom: Pull out the RW loop
Marek Vasut
2015-11-21
1
-30
/
+21
*
|
eeprom: Pull out transfer length computation
Marek Vasut
2015-11-21
1
-41
/
+25
*
|
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
Marek Vasut
2015-11-21
1
-8
/
+8
*
|
eeprom: Suck the ifdef into eeprom_init()
Marek Vasut
2015-11-21
1
-4
/
+2
*
|
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
Marek Vasut
2015-11-21
1
-2
/
+4
*
|
eeprom: Make eeprom_write_enable() weak
Marek Vasut
2015-11-21
1
-9
/
+9
*
|
eeprom: Pull out address computation
Marek Vasut
2015-11-21
1
-38
/
+26
*
|
eeprom: Pull out the I/O code
Marek Vasut
2015-11-21
1
-19
/
+31
*
|
eeprom: Zap CONFIG_SPI_X
Marek Vasut
2015-11-21
1
-4
/
+4
*
|
eeprom: Zap eeprom_probe()
Marek Vasut
2015-11-21
1
-19
/
+0
*
|
eeprom: Zap CONFIG_SYS_EEPROM_X40430
Marek Vasut
2015-11-21
1
-94
/
+0
*
|
eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
Marek Vasut
2015-11-21
1
-39
/
+30
*
|
eeprom: Shuffle code around
Marek Vasut
2015-11-21
1
-98
/
+70
*
|
usb: Avoid open-coded USB constants in usb_kbd.c
Simon Glass
2015-11-19
1
-5
/
+5
*
|
usb: Drop unused code in usb_kbd.c
Simon Glass
2015-11-19
1
-30
/
+0
*
|
usb: Refactor USB tree output code for testing
Simon Glass
2015-11-19
1
-25
/
+33
*
|
console: Add a console buffer
Simon Glass
2015-11-19
4
-1
/
+97
*
|
Move console definitions into a new console.h file
Simon Glass
2015-11-19
29
-0
/
+30
*
|
dm: usb: Avoid time delays in sandbox tests
Simon Glass
2015-11-19
1
-1
/
+9
*
|
common/board_f.c: move mark_bootstage after arch_cpu_init_dm
Thomas Chou
2015-11-19
1
-1
/
+1
*
|
dm: stdio: Plumb in the new keyboard uclass
Simon Glass
2015-11-19
1
-1
/
+30
*
|
dm: input: Create a keyboard uclass
Simon Glass
2015-11-19
1
-6
/
+0
*
|
dm: usb: Add support for USB keyboards with driver model
Simon Glass
2015-11-19
2
-8
/
+56
*
|
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
2015-11-19
2
-0
/
+6
|
\
\
|
*
|
common: mii: Do not allow to exceed max phy limit
Michal Simek
2015-11-19
1
-0
/
+5
|
*
|
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
Nathan Rossi
2015-11-19
1
-0
/
+1
|
|
/
*
|
env_ubi.c: Correct pointer error in env load
Kevin Smith
2015-11-19
1
-2
/
+1
|
/
*
itest: add missing break statements to evalexp()
Stephen Warren
2015-11-18
1
-3
/
+9
*
common: add CMD_GPIO to Kconfig
Thomas Chou
2015-11-18
1
-0
/
+6
*
spl: mmc: add support for BOOT_DEVICE_MMC2
Nikita Kiryanov
2015-11-18
2
-9
/
+34
*
spl: announce boot devices
Nikita Kiryanov
2015-11-18
1
-0
/
+79
*
spl: add support for alternative boot device
Nikita Kiryanov
2015-11-18
1
-4
/
+29
*
common: spl: move image load to its own function
Nikita Kiryanov
2015-11-18
1
-67
/
+50
[next]