summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09linux/kconfig.h: remove unused helper macrosRasmus Villemoes
2020-07-09linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng
2020-07-09x86: minnowmax: Drop screen resolution to 1024x768Simon Glass
2020-07-09minnowmax: Enable the copy framebufferSimon Glass
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass
2020-07-09video: Correctly handle multiple framebuffersSimon Glass
2020-07-09x86: fsp: video: Allocate a frame buffer when neededSimon Glass
2020-07-09video: pci: Set up the copy framebufferSimon Glass
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass
2020-07-09video: Update rotated console to support copy bufferSimon Glass
2020-07-09video: Update truetype console to support copy bufferSimon Glass
2020-07-09video: Update normal console to support copy bufferSimon Glass
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass
2020-07-09video: Add a comment for struct video_uc_platdataSimon Glass
2020-07-09video: Drop unnecessary #ifdef around vid_console_color()Simon Glass
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass
2020-07-09video: Split out expression parts into variablesSimon Glass
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass
2020-07-09video: Show an error when a vidconsole function failsSimon Glass
2020-07-09console: Add a way to output to serial onlySimon Glass
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass
2020-07-08Merge branch '2020-07-08-misc-features-and-fixes'Tom Rini
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner
2020-07-08cmd: Add a memory-search commandSimon Glass
2020-07-08command: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-07-08spl: fit: improve spl_nand_fit_read(...) readabilityDario Binacchi
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi
2020-07-08spl: fix format of function documentationDario Binacchi
2020-07-08spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner
2020-07-08spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATUREHeiko Stuebner
2020-07-08lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner
2020-07-08lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner
2020-07-08lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner
2020-07-08cmd: add a panic commandHeiko Stuebner