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
...
*
|
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
*
spl: change return values of spl_*_load_image()
Nikita Kiryanov
2015-11-18
9
-48
/
+91
*
spl: mmc: get rid of emmc boot code duplication
Nikita Kiryanov
2015-11-18
1
-36
/
+18
*
spl: mmc: move fs boot into its own function
Nikita Kiryanov
2015-11-18
1
-30
/
+51
*
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
Nikita Kiryanov
2015-11-18
1
-4
/
+9
*
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
Nikita Kiryanov
2015-11-18
3
-8
/
+21
*
spl: mmc: refactor device location code to its own function
Nikita Kiryanov
2015-11-18
1
-22
/
+55
*
spl: mmc: add break statements in spl_mmc_load_image()
Nikita Kiryanov
2015-11-18
1
-6
/
+7
*
spl: nand: remove code duplication
Nikita Kiryanov
2015-11-18
1
-15
/
+16
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2015-11-16
1
-10
/
+115
|
\
|
*
splash_source: add support for filesystem formatted sata
Nikita Kiryanov
2015-11-16
1
-0
/
+20
|
*
splash_source: add support for filesystem formatted usb
Nikita Kiryanov
2015-11-16
1
-1
/
+30
|
*
splash_source: add support for filesystem formatted mmc
Nikita Kiryanov
2015-11-16
1
-1
/
+57
|
*
splash_source: rename *_read() to *_read_raw()
Nikita Kiryanov
2015-11-16
1
-9
/
+9
*
|
Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc
Tom Rini
2015-11-13
3
-124
/
+470
|
\
\
|
*
|
sparc: leon3: Moved GRLIB core header files to common include/grlib directory
Daniel Hellstrom
2015-11-13
1
-2
/
+19
|
*
|
sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig
Francois Retief
2015-11-13
2
-0
/
+35
|
*
|
sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.
Daniel Hellstrom
2015-11-13
1
-124
/
+418
*
|
|
x86: Move timer_init() call a bit earlier
Bin Meng
2015-11-13
2
-3
/
+2
|
/
/
*
|
board_init: Change the logic to setup malloc_base
Fabio Estevam
2015-11-12
1
-2
/
+1
*
|
common: Simplify get_clocks() #ifdef
Peng Fan
2015-11-12
1
-4
/
+1
*
|
mmc: Use lldiv() for 64-bit division in write_raw_image()
Siarhei Siamashka
2015-11-12
1
-1
/
+2
*
|
gpt: add optional parameter type in gpt command
Patrick Delaunay
2015-11-12
1
-0
/
+17
*
|
sparse: Rename the file and header
Maxime Ripard
2015-11-12
4
-4
/
+4
*
|
fastboot: nand: Add pre erase and write hooks
Maxime Ripard
2015-11-12
1
-0
/
+18
*
|
fastboot: Implement NAND backend
Maxime Ripard
2015-11-12
2
-1
/
+201
*
|
sparse: Implement several chunks flashing
Maxime Ripard
2015-11-12
1
-2
/
+15
*
|
fastboot: Implement flashing session counter
Maxime Ripard
2015-11-12
2
-5
/
+7
*
|
sparse: Implement storage abstraction
Maxime Ripard
2015-11-12
2
-31
/
+91
*
|
fastboot: Move fastboot response functions to fastboot core
Maxime Ripard
2015-11-12
2
-45
/
+32
*
|
sparse: Simplify multiple logic
Maxime Ripard
2015-11-12
1
-4
/
+10
*
|
sparse: Refactor chunk parsing function
Maxime Ripard
2015-11-12
1
-133
/
+239
*
|
sparse: Move main header parsing to a function of its own
Maxime Ripard
2015-11-12
1
-21
/
+24
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-nios
Tom Rini
2015-11-06
2
-4
/
+9
|
\
|
*
nios2: use common sequence for reserve_uboot
Thomas Chou
2015-11-06
1
-2
/
+2
|
*
nios2: use dram bank in board info
Thomas Chou
2015-11-06
1
-2
/
+7
[prev]
[next]