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
...
*
|
Add a trace command
Simon Glass
2013-06-26
2
-0
/
+134
*
|
Add function to print a number with grouped digits
Simon Glass
2013-06-26
1
-18
/
+4
*
|
bootstage: Correct printf types
Simon Glass
2013-06-26
1
-2
/
+2
*
|
Fix missing return in do_mem_loop()
Simon Glass
2013-06-26
1
-0
/
+2
*
|
pxe: add ipappend support
Rob Herring
2013-06-24
1
-3
/
+44
*
|
net: Fix build regression in cmd_pxe.c
Joe Hershberger
2013-06-24
1
-0
/
+2
*
|
pxe: add support for per arch and SoC default paths
Rob Herring
2013-06-24
1
-6
/
+20
*
|
pxe: add support for ontimeout token
Rob Herring
2013-06-24
1
-5
/
+6
*
|
pxe: simplify menu display and selection
Rob Herring
2013-06-24
1
-18
/
+16
*
|
pxe: always display a menu when present
Rob Herring
2013-06-24
1
-1
/
+2
*
|
pxe: try bootz if bootm fails to find a valid image
Rob Herring
2013-06-24
1
-1
/
+10
*
|
bootz: un-staticize do_bootz
Rob Herring
2013-06-24
1
-1
/
+1
*
|
pxe: fix handling of different localboot values
Rob Herring
2013-06-24
1
-18
/
+19
*
|
pxe: make string parameters const
Rob Herring
2013-06-24
1
-12
/
+12
*
|
pxe: Use ethact setting for pxe
Rob Herring
2013-06-24
1
-25
/
+9
*
|
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-06-22
1
-2
/
+107
|
\
\
|
*
\
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-06-19
1
-2
/
+107
|
|
\
\
|
|
*
|
COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition
Amar
2013-06-13
1
-2
/
+107
*
|
|
|
Makefile: move the common makefile line to public area
Ying Zhang
2013-06-20
1
-8
/
+9
*
|
|
|
common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL
Ying Zhang
2013-06-20
1
-10
/
+17
|
|
_
|
/
|
/
|
|
*
|
|
image: Use ENOENT instead of ENOMEDIUM for better compatibility
Simon Glass
2013-06-17
1
-1
/
+1
*
|
|
Merge branch 'master' of git://www.denx.de/git/u-boot-mmc
Tom Rini
2013-06-14
1
-2
/
+10
|
\
\
\
|
*
|
|
env_mmc: allow negative CONFIG_ENV_OFFSET
Stephen Warren
2013-06-13
1
-2
/
+10
*
|
|
|
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2013-06-13
1
-16
/
+18
|
\
\
\
\
|
*
|
|
|
cmd_sf: Add print mesgs on sf read/write commands
Jagannadha Sutradharudu Teki
2013-06-03
1
-11
/
+15
|
*
|
|
|
cmd_sf: Add print mesg for 'sf erase' command
Jagannadha Sutradharudu Teki
2013-06-03
1
-5
/
+3
*
|
|
|
|
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2013-06-12
2
-5
/
+20
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
usb: ehci: add Faraday USB 2.0 EHCI support
Kuo-Jung Su
2013-06-12
1
-1
/
+6
|
*
|
|
|
usb: hub: make minimum power-on delay configurable
Kuo-Jung Su
2013-06-12
1
-2
/
+6
|
*
|
|
|
usb: workaround non-working keyboards.
Vincent Palatin
2013-06-12
1
-2
/
+7
|
*
|
|
|
usb: properly re-initialize the USB keyboard.
Vincent Palatin
2013-06-12
1
-0
/
+1
*
|
|
|
|
powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7
Scott Wood
2013-06-11
1
-1
/
+1
|
/
/
/
/
*
|
|
|
fdt: remove unaligned access in fdt_fixup_ethernet()
Stephen Warren
2013-06-07
1
-1
/
+2
*
|
|
|
generic_board: reduce the redundancy of gd_t struct members
Masahiro Yamada
2013-06-07
2
-55
/
+55
*
|
|
|
spl_mmc: add Falcon mode support for raw variant
Peter Korsgaard
2013-06-07
1
-0
/
+18
*
|
|
|
spl_mmc: mmc_load_image_raw(): Add sector argument
Peter Korsgaard
2013-06-07
1
-9
/
+6
*
|
|
|
spl_mmc: add Falcon mode support for FAT variant
Peter Korsgaard
2013-06-07
1
-0
/
+21
*
|
|
|
spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out
Peter Korsgaard
2013-06-07
1
-14
/
+13
*
|
|
|
spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging
Peter Korsgaard
2013-06-07
1
-10
/
+14
*
|
|
|
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2013-06-07
1
-0
/
+87
|
\
\
\
\
|
*
|
|
|
lcd: add functions to set up simplefb device tree
Stephen Warren
2013-06-05
1
-0
/
+87
*
|
|
|
|
fdt: allow bootdelay to be specified via device tree
Stephen Warren
2013-06-04
1
-0
/
+5
*
|
|
|
|
common: board_f: Do not call board_postclk_init twice
Masahiro Yamada
2013-06-04
1
-6
/
+3
*
|
|
|
|
sandbox: image: Adjust FIT image printing to work with sandbox
Simon Glass
2013-06-04
1
-3
/
+6
*
|
|
|
|
image: Use fit_image_load() to load kernel
Simon Glass
2013-06-04
2
-152
/
+8
*
|
|
|
|
sandbox: Adjust bootm command to work with sandbox
Simon Glass
2013-06-04
1
-13
/
+12
*
|
|
|
|
image: Use fit_image_load() to load FDT
Simon Glass
2013-06-04
3
-199
/
+31
*
|
|
|
|
image: Use fit_image_load() to load ramdisk
Simon Glass
2013-06-04
2
-168
/
+16
*
|
|
|
|
image: Introduce fit_image_load() to load images from FITs
Simon Glass
2013-06-04
1
-0
/
+231
*
|
|
|
|
main: Add debug_bootkeys to avoid #ifdefs
Simon Glass
2013-06-04
1
-12
/
+12
[prev]
[next]