index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-26
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/
Sven Schwermer
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-11-26
usb: Remove CMD_USB dependency for common code
Sven Schwermer
2018-11-26
usb: am335x_evm: Disable CONFIG_SPL_DM_USB
Sven Schwermer
2018-11-26
usb: Introduce CONFIG_SPL_DM_USB
Sven Schwermer
2018-11-26
Merge branch '2018-11-25-master-imports'
Tom Rini
2018-11-26
spl: Add support for passing handoff info to U-Boot proper
Simon Glass
2018-11-26
sandbox: Boot in U-Boot through the standard call
Simon Glass
2018-11-26
sandbox: Filter arguments when starting U-Boot
Simon Glass
2018-11-26
sandbox: Use malloc() and free() from os layer
Simon Glass
2018-11-26
sandbox: Refactor code to create os_jump_to_file()
Simon Glass
2018-11-26
sandbox: Allow puts() output before global_data is set up
Simon Glass
2018-11-26
sandbox: Add a new 'sb' command
Simon Glass
2018-11-26
sandbox: Drop the deprecated 'sb' command
Simon Glass
2018-11-26
sandbox: Add an option to display of-platdata in SPL
Simon Glass
2018-11-26
test/py: Add a way to pass flags to sandbox
Simon Glass
2018-11-26
sandbox: Add a memory map to the sandbox README
Simon Glass
2018-11-26
spl: Add a comment to spl_set_bd()
Simon Glass
2018-11-26
spl: Make SPL_DISABLE_BANNER_PRINT a positive option
Simon Glass
2018-11-26
spl: Add a define for SPL_TPL_PROMPT
Simon Glass
2018-11-26
spl: Support hash, input, pch, pci, rtc, tpm in SPL
Simon Glass
2018-11-26
Add bloblist documentation
Simon Glass
2018-11-26
test: Add a simple test for bloblist
Simon Glass
2018-11-26
bloblist: Locate bloblist in U-Boot
Simon Glass
2018-11-26
spl: Set up the bloblist in SPL
Simon Glass
2018-11-26
Add core support for a bloblist to convey data from SPL
Simon Glass
2018-11-26
spl: Add support for logging in SPL and TPL
Simon Glass
2018-11-26
fs-test.sh: Update to use 'host' not 'sb'
Tom Rini
2018-11-23
Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-11-20
sf: Add a method to obtain the block-protect setting
Simon Glass
2018-11-20
test: sf: Add a simple SPI flash test
Simon Glass
2018-11-20
misc: Update read() and write() methods to return bytes xfered
Simon Glass
2018-11-20
string: Include the config header
Simon Glass
2018-11-20
video: Update video_set_default_colors() to support invert
Simon Glass
2018-11-20
binman: Set the pathname correctly for ELF files
Simon Glass
2018-11-20
binman: Drop an unnecessary comma in blob handling
Simon Glass
2018-11-20
binman: Add a way to enable debugging from the build
Simon Glass
2018-11-20
spl: lz4: Allow use of lz4 compression in SPL
Simon Glass
2018-11-20
spl: Support bootstage, log, hash and early malloc in TPL
Simon Glass
2018-11-20
sandbox: Update some drivers to work in SPL/TPL
Simon Glass
2018-11-20
sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()
Simon Glass
2018-11-20
sandbox: Add a function to read a host file
Simon Glass
2018-11-20
sandbox: log: Add a category for sandbox
Simon Glass
2018-11-20
sandbox: tpm: Allow debugging of data packages
Simon Glass
2018-11-20
cros_ec: Add new features for events and power
Simon Glass
2018-11-20
cros_ec: Align uclass data to a cache boundary
Simon Glass
2018-11-20
cros_ec: Fail if we cannot determine the flash burst size
Simon Glass
2018-11-20
cros_ec: Add error logging on a few commands
Simon Glass
2018-11-20
cros_ec: Use uint instead of u8 for parameters
Simon Glass
2018-11-20
buildman: Show boards with warning with w+
Simon Glass
[next]