summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini2020-11-014-4/+97
|\
| * efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro2020-10-301-0/+6
| * common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-303-2/+87
| * dfu: modify an argument type for an addressAKASHI Takahiro2020-10-301-1/+2
| * dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro2020-10-301-2/+3
* | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-10/+9
|\ \
| * | dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2020-10-291-10/+9
| |/
* | log: Add filter flag to match greater than a log levelSean Anderson2020-10-301-3/+9
* | log: Add filter flag to deny on matchSean Anderson2020-10-301-2/+10
* | log: Add function to create a filter with flagsSean Anderson2020-10-301-2/+4
* | log: Expose some helper functionsSean Anderson2020-10-301-20/+3
* | log: Add additional const qualifier to arraysSean Anderson2020-10-301-2/+2
* | log: Fix missing negation of ENOMEMSean Anderson2020-10-301-1/+1
* | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-295-21/+22
|\ \ | |/ |/|
| * spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek2020-10-272-12/+8
| * spl: Use standard FIT entriesMichal Simek2020-10-274-11/+16
* | dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot2020-10-281-0/+12
* | log: correct and check array size of log categoriesWIP/2020-10-27-further-log-enhancementsHeinrich Schuchardt2020-10-271-2/+8
* | log: allow for message continuationHeinrich Schuchardt2020-10-271-5/+18
* | log: move processing_msg to global dataHeinrich Schuchardt2020-10-271-4/+3
* | eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin2020-10-261-1/+3
|/
* bootm: fix wrong conditions about images overlapJaehoon Chung2020-10-231-3/+5
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini2020-10-222-4/+17
|\
| * spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2020-10-222-4/+17
* | Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGEPatrick Delaunay2020-10-221-1/+1
* | common: rename getc() to getchar()Heinrich Schuchardt2020-10-225-15/+15
* | cli_hush.c: remove broken sanity checkRasmus Villemoes2020-10-221-8/+0
* | common, autoboot: sync functionality with Kconfig descriptionHeiko Schocher2020-10-221-1/+2
* | cosmetic: image: Fix comments and the order of definitionsNaoki Hayama2020-10-221-10/+10
* | image: Add a function to modify category informationNaoki Hayama2020-10-221-0/+18
* | Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMITOvidiu Panait2020-10-221-4/+4
* | board: Show memory for frame buffersSimon Glass2020-10-221-0/+2
* | bloblist: Place on a 4KB boundarySimon Glass2020-10-221-1/+3
* | log: Add missing category namesSimon Glass2020-10-221-0/+5
* | Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut2020-10-211-5/+2
|/
* spl: Add SPL_SERIAL as requirement for SDP_USB_SDPOtavio Salvador2020-10-141-0/+1
* spl: Avoid printing boot device if silent console is enabledOtavio Salvador2020-10-141-1/+3
* cmd: Fixup DT to pass PStore Ramoops parametersFrédéric Danis2020-10-141-0/+4
* fit: cipher: aes: allow to read the IV in the FIT imagePhilippe Reynes2020-10-121-7/+15
* vboot: add DTB policy for supporting multiple required conf keysThirupathaiah Annapureddy2020-10-121-3/+29
* log: syslog: Handle errors in net_initSean Anderson2020-10-101-1/+3
* log: Disable the syslog driver by defaultSimon Glass2020-10-101-1/+0
* log: Add a way to enable/disable a log deviceSimon Glass2020-10-101-0/+38
* log: Add a flag to enable log driversSimon Glass2020-10-103-1/+5
* log: Allow LOG_DEBUG to always enable log outputSimon Glass2020-10-101-1/+5
* Kconfig: Move BOARD_TYPES under init optionsSimon Glass2020-10-091-8/+8
* Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2020-10-091-11/+0
* Kconfig: Move VERSION_VARIABLE under environmentSimon Glass2020-10-091-10/+0
* Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooksSimon Glass2020-10-091-17/+17
* Kconfig: Move startup hooks under init optionsSimon Glass2020-10-091-31/+31