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
...
*
cmd_scsi: use lbaint_t for LBA values instead of u32
Mark Langsdorf
2015-06-12
1
-7
/
+7
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2015-06-11
3
-16
/
+47
|
\
|
*
Add a simple version of memalign()
Simon Glass
2015-06-10
1
-0
/
+14
|
*
lcd: Support colour lookup table on 16bpp display in BMP images
Simon Glass
2015-06-10
1
-3
/
+20
|
*
Remove typedefs from bmp_layout.h
Simon Glass
2015-06-10
2
-13
/
+13
*
|
common/cmd_bdinfo: show gd->board_type
Hannes Schmelzer
2015-06-11
1
-0
/
+3
|
/
*
autoboot.c: Add feature to stop autobooting via SHA256 encrypted password
Stefan Roese
2015-06-08
3
-31
/
+138
*
autoboot.c: Move config options to Kconfig
Stefan Roese
2015-06-08
2
-1
/
+69
*
autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2
Stefan Roese
2015-06-08
1
-12
/
+2
*
image-fit: Fix compiler warning in fit_conf_print()
Hans de Goede
2015-06-06
1
-2
/
+2
*
Merge git://git.denx.de/u-boot-fdt
Tom Rini
2015-06-05
2
-0
/
+29
|
\
|
*
fdt: Pass the device serial number through devicetree
Paul Kocialkowski
2015-06-05
2
-0
/
+29
*
|
cmd_ide: Eliminate build warnings in atapi_inquiry()
Bin Meng
2015-06-04
1
-3
/
+3
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2015-06-02
1
-0
/
+9
|
\
|
*
net: Move the CMD_NET config to defconfigs
Joe Hershberger
2015-06-01
1
-0
/
+1
|
*
Move setexpr to Kconfig
Joe Hershberger
2015-06-01
1
-0
/
+8
*
|
usb: kbd: Fix key repeat not always working
Hans de Goede
2015-05-29
1
-6
/
+20
*
|
usb: Remove unused variable in usb_setup_descriptor()
Hans de Goede
2015-05-29
1
-2
/
+0
|
/
*
image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM
Matt Porter
2015-05-28
1
-1
/
+1
*
meminfo cmd: Enable printing >=4GiB SDRAM sizes
Andrew Bradford
2015-05-28
1
-1
/
+1
*
spl: spl_mmc: Error and count distinction
Paul Kocialkowski
2015-05-28
1
-14
/
+19
*
Combine bootm_find_<thing> functions together
Karl Apsite
2015-05-28
2
-37
/
+20
*
add boot_get_loadables() to load listed images
Karl Apsite
2015-05-28
3
-1
/
+102
*
mkimage will now report information about loadable
Karl Apsite
2015-05-28
1
-0
/
+17
*
env_mmc: add error message to pass to set_default_env
Tim Harvey
2015-05-27
1
-16
/
+24
*
menu: Return an error code if Ctrl-C is pressed
Tuomas Tynkkynen
2015-05-27
1
-0
/
+3
*
pxe: Fix crash if 'sysboot' is run without args
Tuomas Tynkkynen
2015-05-27
1
-1
/
+1
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2015-05-26
2
-1
/
+8
|
\
|
*
spl: spl_mmc: fix mmc Falcon mode regression
Tim Harvey
2015-05-26
1
-1
/
+1
|
*
env_nand: use nand_spl_load_image for readenv if SPL
Tim Harvey
2015-05-19
1
-0
/
+7
*
|
env: Distinguish finer between source of env change
Joe Hershberger
2015-05-21
1
-7
/
+19
*
|
env: Add regex support to env_attrs
Joe Hershberger
2015-05-21
1
-0
/
+85
*
|
env: Allow env_attr_walk to pass a priv * to callback
Joe Hershberger
2015-05-21
4
-12
/
+15
*
|
env: Simplify the reverse_strstr() interface
Joe Hershberger
2015-05-21
1
-40
/
+47
*
|
env: Fix return values in env_attr_lookup()
Joe Hershberger
2015-05-21
1
-3
/
+3
*
|
console: Fix pre-console flushing via cfb_console being very slow
Hans de Goede
2015-05-19
1
-18
/
+22
|
/
*
common: cmd regulator: command cleanup
Przemyslaw Marczak
2015-05-14
1
-117
/
+122
*
common: cmd pmic: command cleanup
Przemyslaw Marczak
2015-05-14
1
-76
/
+55
*
dm: regulator: add regulator command
Przemyslaw Marczak
2015-05-14
3
-0
/
+426
*
dm: pmic: add pmic command
Przemyslaw Marczak
2015-05-14
3
-0
/
+248
*
dm: i2c: Implement 'i2c bus' command for driver model
Simon Glass
2015-05-14
1
-8
/
+55
*
usb: add device connection/disconnection detection
Vincent Palatin
2015-05-14
2
-1
/
+27
*
usb: Stop reset procedure when a dev is handed over to a companion hcd
Hans de Goede
2015-05-14
1
-1
/
+2
*
usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors
Hans de Goede
2015-05-14
1
-2
/
+4
*
usb: usb_control_msg() propagate controller error code
Hans de Goede
2015-05-14
1
-2
/
+4
*
Use map_sysmem when accessing memory in setexpr
Joe Hershberger
2015-05-14
1
-9
/
+23
*
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
2015-05-14
1
-0
/
+105
|
\
|
*
edid: Add a function to read detailed monitor timings
Simon Glass
2015-05-13
1
-0
/
+105
*
|
spl: Correct address in spl_relocate_stack_gd()
Simon Glass
2015-05-14
1
-1
/
+1
|
/
*
ppc4xx: Remove sc3 board
Stefan Roese
2015-05-10
1
-14
/
+0
[prev]
[next]