aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-14cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis4-0/+47
2020-10-14test: Add PStore command testsFrédéric Danis6-0/+81
2020-10-14cmd: Add command to display or save Linux PStore dumpsFrédéric Danis5-0/+665
2020-10-13Merge branch '2020-10-12-assorted-encryption-changes'Tom Rini11-36/+190
2020-10-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-12rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-10-12fit: cipher: aes: allow to read the IV in the FIT imagePhilippe Reynes1-7/+15
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes4-19/+72
2020-10-12lib/hashtable: remove superfluous checkHeinrich Schuchardt1-2/+1
2020-10-12doc: verified-boot: add required-mode informationThirupathaiah Annapureddy1-0/+14
2020-10-12test: vboot: add tests for multiple required keysThirupathaiah Annapureddy1-2/+44
2020-10-12vboot: add DTB policy for supporting multiple required conf keysThirupathaiah Annapureddy1-3/+29
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini34-548/+1190
2020-10-12Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini8-19/+21
2020-10-12phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT propertyVignesh Raghavendra1-3/+8
2020-10-12configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddrNishanth Menon1-5/+3
2020-10-12configs: j721e_evm: Get rid of overlayaddrNishanth Menon1-1/+0
2020-10-12env: ti: ufs: Use dtboaddr instead of overlayaddrNishanth Menon1-2/+2
2020-10-12configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENVNishanth Menon1-5/+4
2020-10-12dma: ti: k3-udma: Reset the channel during releaseVignesh Raghavendra1-1/+3
2020-10-12configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAYVignesh Raghavendra1-1/+0
2020-10-12board: ti: j721e: Fix OSPI node compatibleVignesh Raghavendra1-1/+1
2020-10-12am335x, guardian: update the maintainer listMoses Christopher1-1/+1
2020-10-11Merge branch '2020-10-10-log-improvements'Tom Rini15-375/+279
2020-10-10doc: remove redundant doc/README.logHeinrich Schuchardt1-283/+0
2020-10-10log: syslog: Handle errors in net_initSean Anderson1-1/+3
2020-10-10net: Expose some errors generated in net_initSean Anderson3-5/+15
2020-10-10log: Disable the syslog driver by defaultSimon Glass4-1/+42
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass4-0/+70
2020-10-10log: Drop #ifdef in log_testSimon Glass1-2/+0
2020-10-10log: Add a flag to enable log driversSimon Glass4-2/+15
2020-10-10lib: Allow hexdump to be used in SPLSimon Glass1-0/+8
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass7-84/+129
2020-10-09Merge branch '2020-10-09-kconfig-reorg'Tom Rini539-1872/+1878
2020-10-09configs: Resync with savedefconfigTom Rini531-931/+924
2020-10-09Kconfig: Create a new tools menuSimon Glass3-9/+14
2020-10-09Kconfig: Move BOARD_TYPES under init optionsSimon Glass1-8/+8
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2-11/+11
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass2-10/+9
2020-10-09Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooksSimon Glass1-17/+17
2020-10-09Kconfig: Move startup hooks under init optionsSimon Glass1-31/+31
2020-10-09Kconfig: Create a new 'init options' menuSimon Glass1-0/+4
2020-10-09Kconfig: Move DEFAULT_FDT_FILE under boot optionsSimon Glass2-5/+5
2020-10-09Kconfig: Move SUPPORT_RAW_INITRD under boot optionsSimon Glass2-8/+8
2020-10-09Kconfig: Move misc boot options under 'boot options'Simon Glass2-53/+53
2020-10-09Kconfig: Move CONFIG_BOOTDELAY under autoboot optionsSimon Glass2-16/+16
2020-10-09Kconfig: Move autoboot options under boot optionsSimon Glass2-117/+117
2020-10-09Kconfig: Move boot media under boot optionsSimon Glass2-63/+63
2020-10-09Kconfig: Move boot timing under boot optionsSimon Glass2-291/+291