]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Fix various bugs"
authorTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:07:19 +0000 (13:07 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:07:19 +0000 (13:07 -0600)
commitc17805e19b9335e1fb5295c81b59eddf88d1b9ec
tree0e4cbc44f392b9f2e53d1e38e107ec630c0267c9
parent650883a568653f37ee4ff43beda56152b594a49c
parent017b441b2e3c879b20bcac496369f1213c4bdbcd
Merge patch series "Fix various bugs"

Simon Glass <sjg@chromium.org> says:

This series includes the patches needed to make make the EFI 'boot' test
work. That test has now been split off into a separate series along with
the EFI patches.

This series fixes these problems:
- sandbox memory-mapping conflict with PCI
- the fix for that causes the mbr test to crash as it sets up pointers
  instead of addresses for its 'mmc' commands
- the mmc and read commands which cast addresses to pointers
- a tricky bug to do with USB keyboard and stdio
- a few other minor things
cmd/mmc.c
common/console.c
doc/arch/sandbox/sandbox.rst
include/log.h