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-09
linux/kconfig.h: remove unused helper macros
Rasmus Villemoes
2020-07-09
linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*
Rasmus Villemoes
2020-07-09
arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage
Bin Meng
2020-07-09
x86: minnowmax: Drop screen resolution to 1024x768
Simon Glass
2020-07-09
minnowmax: Enable the copy framebuffer
Simon Glass
2020-07-09
chromebook_link: Enable the copy framebuffer
Simon Glass
2020-07-09
chromebook_samus: Enable the copy framebuffer
Simon Glass
2020-07-09
x86: video: Support copy framebuffer with probed devices
Simon Glass
2020-07-09
video: Correctly handle multiple framebuffers
Simon Glass
2020-07-09
x86: fsp: video: Allocate a frame buffer when needed
Simon Glass
2020-07-09
video: pci: Set up the copy framebuffer
Simon Glass
2020-07-09
video: sandbox: Add support for the copy framebuffer
Simon Glass
2020-07-09
video: Add comments to struct sandbox_sdl_plat
Simon Glass
2020-07-09
video: Update the copy framebuffer when writing bitmaps
Simon Glass
2020-07-09
video: Update rotated console to support copy buffer
Simon Glass
2020-07-09
video: Update truetype console to support copy buffer
Simon Glass
2020-07-09
video: Update normal console to support copy buffer
Simon Glass
2020-07-09
video: Add helpers for vidconsole for the copy framebuffer
Simon Glass
2020-07-09
video: Clear the copy framebuffer when clearing the screen
Simon Glass
2020-07-09
video: Set up the copy framebuffer when enabled
Simon Glass
2020-07-09
video: Add support for copying to a hardware framebuffer
Simon Glass
2020-07-09
video: Add a comment for struct video_uc_platdata
Simon Glass
2020-07-09
video: Drop unnecessary #ifdef around vid_console_color()
Simon Glass
2020-07-09
video: Adjust rotated console to start at right edge
Simon Glass
2020-07-09
video: Split out expression parts into variables
Simon Glass
2020-07-09
sandbox: video: Allow selection of rotated console
Simon Glass
2020-07-09
video: Show an error when a vidconsole function fails
Simon Glass
2020-07-09
console: Add a way to output to serial only
Simon Glass
2020-07-09
x86: fsp: Reinit the FPU after FSP meminit
Simon Glass
2020-07-08
Merge branch '2020-07-08-misc-features-and-fixes'
Tom Rini
2020-07-08
lib: rsa: function to verify a signature against a hash
Heiko Stuebner
2020-07-08
cmd: Add a memory-search command
Simon Glass
2020-07-08
command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
cmd: mem: Use a macro to avoid #ifdef in help
Simon Glass
2020-07-08
Update MEM_SUPPORT_64BIT_DATA to be always defined
Simon Glass
2020-07-08
spl: fit: improve spl_nand_fit_read(...) readability
Dario Binacchi
2020-07-08
spl: fit: nand: fix fit loading in case of bad blocks
Dario Binacchi
2020-07-08
spl: fit: fail fit loading in case of FDT appending error
Dario Binacchi
2020-07-08
spl: fix format of function documentation
Dario Binacchi
2020-07-08
spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATURE
Heiko Stuebner
2020-07-08
spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE
Heiko Stuebner
2020-07-08
lib: rsa: add documentation to padding_pss_verify to document limitations
Heiko Stuebner
2020-07-08
lib: rsa: free local arrays after use in rsa_gen_key_prop()
Heiko Stuebner
2020-07-08
lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()
Heiko Stuebner
2020-07-08
lib: rsa: bring exp_len in line when generating a key_prop
Heiko Stuebner
2020-07-08
lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
Heiko Stuebner
2020-07-08
lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
Heiko Stuebner
2020-07-08
cmd: add a panic command
Heiko Stuebner
[next]