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
2020-07-20
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-20
binman: Add support for generating a FIT
Simon Glass
2020-07-20
dtoc: Allow adding variable-sized data to a dtb
Simon Glass
2020-07-20
mkimage: Allow updating the FIT timestamp
Simon Glass
2020-07-20
binman: Allow zero-length entries to overlap
Simon Glass
2020-07-20
binman: Allow missing Intel blobs
Simon Glass
2020-07-20
binman: Detect when valid images are not produced
Simon Glass
2020-07-20
patman: Update errors and warnings to use stderr
Simon Glass
2020-07-20
binman: Allow external binaries to be missing
Simon Glass
2020-07-20
binman: Convert existing binary blobs to blob_ext
Simon Glass
2020-07-20
binman: Add an etype for external binary blobs
Simon Glass
2020-07-20
binman: Use super() instead of specifying parent type
Simon Glass
2020-07-20
binman: Re-enable concurrent tests
Simon Glass
2020-07-20
binman: Adjust pylibfdt for incremental build
Simon Glass
2020-07-20
binman: Fix a few typos in the entry docs
Simon Glass
2020-07-20
binman: Add support for calling mkimage
Simon Glass
2020-07-20
binman: Set a default toolpath
Simon Glass
2020-07-20
binman: Specify the toolpath when running test coverage
Simon Glass
2020-07-20
binman: Correct the search patch for pylibfdt
Simon Glass
2020-07-20
binman: cbfs: Fix IFWI typo
Simon Glass
2020-07-20
binman: Output errors to stderr
Simon Glass
2020-07-20
.gitignore: Ignore Python 3 cache directories
Simon Glass
2020-07-20
dm: core Fix long line in device_bind_common()
Simon Glass
2020-07-20
patman: Add a -D option to enable debugging
Simon Glass
2020-07-20
patman: Support collecting response tags in Patchstream
Simon Glass
2020-07-20
patman: Allow disabling 'bright' mode with Print output
Simon Glass
2020-07-20
patman: Add a 'test' subcommand
Simon Glass
2020-07-20
patman: Allow different commands
Simon Glass
2020-07-20
patman: Convert to ArgumentParser
Simon Glass
2020-07-20
patman: Allow skipping patches at the end
Simon Glass
2020-07-20
patman: Allow creating patches for another branch
Simon Glass
2020-07-20
patman: Add a test that uses gitpython
Simon Glass
2020-07-20
patman: Move main code out to a control module
Simon Glass
2020-07-20
patman: Use test_util to show test results
Simon Glass
2020-07-20
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-07-20
x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU
Simon Glass
2020-07-20
x86: mp: Add more comments to the module
Simon Glass
2020-07-20
x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
Simon Glass
2020-07-20
x86: mtrr: Restructure so command execution is in one place
Simon Glass
2020-07-20
x86: mtrr: Update the command to use the new mtrr calls
Simon Glass
2020-07-20
x86: mtrr: Add support for writing to MTRRs on any CPU
Simon Glass
2020-07-20
x86: mtrr: Update MTRRs on all CPUs
Simon Glass
2020-07-20
x86: coral: Update the memory map
Simon Glass
2020-07-20
x86: Don't enable SMP in SPL
Simon Glass
2020-07-20
x86: mtrr: Use MP calls to list the MTRRs
Simon Glass
2020-07-20
x86: mp: Add iterators for CPUs
Simon Glass
2020-07-20
x86: mp: Park CPUs before running the OS
Simon Glass
2020-07-20
x86: mp: Allow running functions on multiple CPUs
Simon Glass
2020-07-20
x86: Set the SMP flag when MP init is complete
Simon Glass
2020-07-20
global_data: Add a generic global_data flag for SMP state
Simon Glass
[next]