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
*
common: env_common: make env_get_char_spec __weak
Jeroen Hofstee
2014-07-18
1
-3
/
+1
*
common: bootm_os: make arch_preboot_os __weak
Jeroen Hofstee
2014-07-18
1
-2
/
+1
*
common: main.c: make show_boot_progress __weak
Jeroen Hofstee
2014-07-18
1
-2
/
+1
*
common:splash: use __weak
Jeroen Hofstee
2014-07-18
1
-5
/
+1
*
common: board_f: cosmetic use __weak for leds
Jeroen Hofstee
2014-07-18
1
-19
/
+10
*
common: commands: make commands static
Jeroen Hofstee
2014-07-18
11
-28
/
+36
*
env_fat: use get_device_and_partition() during env save and load
Wu, Josh
2014-07-07
1
-58
/
+28
*
dfu: free entities when parsing fails
Stephen Warren
2014-06-25
1
-2
/
+3
*
sandbox: restore ability to access host fs through standard commands
Stephen Warren
2014-06-23
1
-4
/
+6
*
Add an I/O tracing feature
Simon Glass
2014-06-20
3
-0
/
+244
*
cosmetic: autoboot: update old style GNU struct init
Jeroen Hofstee
2014-06-19
1
-4
/
+4
*
cmd_md5sum.c: remove dead code / fix warning
Jeroen Hofstee
2014-06-19
1
-1
/
+0
*
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2014-06-19
5
-8
/
+8
*
Enhance fit_check_sign to check all images
Simon Glass
2014-06-19
2
-1
/
+73
*
bootm: Move decompression code into its own function
Simon Glass
2014-06-19
1
-27
/
+48
*
Allow compiling common/bootm.c on with HOSTCC
Simon Glass
2014-06-19
1
-4
/
+14
*
Fix small 'case' typo in image-fit.c
Simon Glass
2014-06-19
1
-1
/
+1
*
bootm: Support android boot on sandbox
Simon Glass
2014-06-19
1
-1
/
+1
*
image: Remove the fit_load_image() property parameter
Simon Glass
2014-06-19
4
-5
/
+30
*
bootm: Split out code from cmd_bootm.c
Simon Glass
2014-06-19
4
-1338
/
+1301
*
Reverse the meaning of the fit_config_verify() return code
Simon Glass
2014-06-19
3
-4
/
+4
*
hash: Use uint8_t in preference to u8
Simon Glass
2014-06-19
1
-6
/
+6
*
fdt_support: correct the return condition of fdt_initrd()
Masahiro Yamada
2014-06-19
1
-4
/
+4
*
fdt_support: fix an endian bug of fdt_initrd()
Masahiro Yamada
2014-06-19
1
-21
/
+20
*
fdt_support: fix an endian bug of fdt_fixup_memory_banks
Masahiro Yamada
2014-06-19
1
-12
/
+30
*
fdt_support: add 'const' qualifier for unchanged argument
Masahiro Yamada
2014-06-19
1
-2
/
+2
*
fdt_support: refactor fdt_fixup_stdout() function
Masahiro Yamada
2014-06-19
1
-43
/
+42
*
fdt_support: delete force argument of fdt_chosen()
Masahiro Yamada
2014-06-19
3
-28
/
+14
*
fdt_support: delete force argument of fdt_initrd()
Masahiro Yamada
2014-06-19
3
-22
/
+17
*
fdt_support: refactor with fdt_find_or_add_subnode helper func
Masahiro Yamada
2014-06-19
1
-35
/
+36
*
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
Masahiro Yamada
2014-06-19
1
-5
/
+0
*
ARM: fdt support: Add usbethaddr as an acceptable MAC
Dan Murphy
2014-06-19
1
-1
/
+11
*
cmd_mmc: make mmc dev always re-probe the HW
Stephen Warren
2014-06-12
1
-1
/
+1
*
cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
Stephen Warren
2014-06-12
1
-8
/
+2
*
cmd_mmc: add force_init parameter to init_mmc_device()
Stephen Warren
2014-06-12
1
-12
/
+14
*
cmd_mmc: default to HW partition 0 if not specified
Stephen Warren
2014-06-12
1
-8
/
+7
*
common/xyzModem.c: move empty statements to newline
Jeroen Hofstee
2014-06-11
1
-1
/
+2
*
common/cli_hush.c: remove unnecessary double braces
Jeroen Hofstee
2014-06-11
1
-2
/
+2
*
common: hash: zero end the string instead of the pointer
Jeroen Hofstee
2014-06-11
1
-1
/
+1
*
Use run_command_repeatable()
Thomas Betker
2014-06-11
2
-2
/
+2
*
Add run_command_repeatable()
Thomas Betker
2014-06-11
1
-0
/
+24
*
Check run_command() return code properly
Thomas Betker
2014-06-11
1
-5
/
+1
*
fdt: Update functions which write to an FDT to return -ENOSPC
Simon Glass
2014-06-11
1
-2
/
+2
*
hash: Export the function to show a hash
Simon Glass
2014-06-11
1
-4
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-06-10
1
-6
/
+5
|
\
|
*
usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY
Stephen Warren
2014-06-01
1
-5
/
+1
|
*
usb: hub: fix power good delay timing
Stephen Warren
2014-06-01
1
-3
/
+6
*
|
fs: fatwrite: use map_sysmem before use file_fat_write
Wu, Josh
2014-06-05
1
-1
/
+5
*
|
nand_spl: remove nand_spl infrastructure
Masahiro Yamada
2014-06-05
1
-1
/
+1
*
|
bootm: make use of legacy image format configurable
Heiko Schocher
2014-06-05
9
-11
/
+65
[next]