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
*
bootstage: Convert FIT progress numbers to enums
Simon Glass
2012-03-18
2
-38
/
+42
*
bootstage: Convert net progress numbers to enums
Simon Glass
2012-03-18
2
-9
/
+10
*
bootstage: Convert NAND progress numbers to enums
Simon Glass
2012-03-18
1
-17
/
+17
*
bootstage: Convert IDE progress numbers to enums
Simon Glass
2012-03-18
1
-23
/
+25
*
bootstage: Convert progress numbers 10-19 to enums
Simon Glass
2012-03-18
1
-10
/
+10
*
bootstage: Convert progress numbers 1-9 into enums
Simon Glass
2012-03-18
2
-22
/
+21
*
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
2012-03-18
6
-63
/
+63
*
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
Simon Glass
2012-03-18
1
-4
/
+4
*
bootvx: Clear and disable data cache, and call vxWorks with parameter.
Reinhard Arlt
2012-03-18
1
-1
/
+2
*
image: Support FDTs already loaded at their load address
Stephen Warren
2012-03-06
1
-3
/
+10
*
cmd_cache: use cache/invalidate functions available in common.h
Stefan Kristiansson
2012-03-06
1
-8
/
+8
*
Convert cmd_usage() calls in common to use a return value
Simon Glass
2012-03-06
57
-168
/
+167
*
Add cmd_process() to process commands in one place
Simon Glass
2012-03-06
3
-77
/
+53
*
Remove interleave of non-U-Boot code in hush
Simon Glass
2012-03-06
1
-13
/
+11
*
Create a single cmd_call() function to handle command execution
Simon Glass
2012-03-06
3
-8
/
+25
*
Don't include standard parser if hush is used
Simon Glass
2012-03-06
1
-0
/
+2
*
Stop using builtin_run_command()
Simon Glass
2012-03-06
4
-33
/
+30
*
Rename run_command2() to run_command()
Simon Glass
2012-03-06
2
-6
/
+6
*
Rename run_command() to builtin_run_command()
Simon Glass
2012-03-06
4
-8
/
+9
*
Remove CMD_PXE's static on run_command()
Simon Glass
2012-03-06
1
-3
/
+0
*
USB: relax usbcore reset timings
Wolfgang Grandegger
2012-03-03
1
-1
/
+4
*
USB: move keyboard polling into kbd driver
amartin@nvidia.com
2012-03-03
1
-1
/
+17
*
USB: reevaluate iomux stdin on USB kbd detect
amartin@nvidia.com
2012-03-03
1
-0
/
+6
*
usb: add numeric keypad support to HID driver
Vincent Palatin
2012-03-03
1
-0
/
+10
*
USB: fix USB keyboard polling parameter
Vincent Palatin
2012-03-03
1
-1
/
+1
*
USB: Make struct devrequest setup_packet local
Marek Vasut
2012-03-03
1
-1
/
+2
*
USB: Separate out USB hub driver
Marek Vasut
2012-03-03
3
-431
/
+479
*
USB: Staticize internal functions
Marek Vasut
2012-03-03
1
-22
/
+23
*
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Wolfgang Denk
2012-03-03
1
-2
/
+3
|
\
|
*
cmd_nand.c: Fix 'nand dump' after latest MTD resync
Tom Rini
2012-02-28
1
-2
/
+3
*
|
common/image.c: align usage of fdt_high with initrd_high
Shawn Guo
2012-02-27
1
-7
/
+5
|
/
*
Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging
Wolfgang Denk
2012-02-17
1
-1
/
+1
|
\
|
*
cmd_eeprom: typo
Peter Meerwald
2012-02-14
1
-1
/
+1
*
|
Merge branch 'sf' of git://git.denx.de/u-boot-blackfin
Wolfgang Denk
2012-02-13
1
-16
/
+21
|
\
\
|
|
/
|
/
|
|
*
sf command: allow default bus and chip selects
Eric Nelson
2012-02-12
1
-16
/
+21
*
|
davinci: add support for printing clock frequency
Hadli, Manjunath
2012-02-12
1
-0
/
+9
*
|
common, menu: do not trigger timeout again, if a line is read
Heiko Schocher
2012-02-12
1
-1
/
+3
*
|
common, menu: show menu on startup if CONFIG_MENU_SHOW is defined
Heiko Schocher
2012-02-12
1
-0
/
+4
*
|
common, menu: add statusline support
Heiko Schocher
2012-02-12
1
-0
/
+8
*
|
common: add possibility for readline_into_buffer timeout
Heiko Schocher
2012-02-12
3
-6
/
+19
|
/
*
openrisc: Add board info printout to cmd_bdinfo
Stefan Kristiansson
2012-01-13
1
-0
/
+22
*
openrisc: Add architecture image support
Stefan Kristiansson
2012-01-13
1
-0
/
+1
*
usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM
Kyle Moffett
2012-01-05
1
-20
/
+25
*
env: factor out the env_get_char_spec() function
Igor Grinberg
2012-01-05
9
-39
/
+9
*
FPGA: use debug() instead of module debug printf
Stefano Babic
2012-01-05
1
-31
/
+28
*
Merge branch 'next' of ../next
Wolfgang Denk
2011-12-23
2
-7
/
+7
|
\
|
*
cmd_sf.c: fix printf() length modifier
Andreas Bießmann
2011-12-17
1
-2
/
+2
|
*
Make printf and vprintf safe from buffer overruns
Sonny Rao
2011-12-17
1
-5
/
+5
*
|
Merge branch 'master' of /home/wd/git/u-boot/custodians
Wolfgang Denk
2011-12-20
1
-1
/
+1
|
\
\
|
*
|
common/cmd_pxe.c: Fix GCC 4.6 build warnings
Heiko Schocher
2011-12-20
1
-1
/
+1
[next]