summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-30doc: Add log kerneldocs to documentationSean Anderson1-55/+95
2020-10-30test: Add a test for log filter-*Sean Anderson1-0/+1
2020-10-30lib: Add getoptSean Anderson1-0/+130
2020-10-30cmd: log: Add commands to list categories and driversSean Anderson1-2/+3
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson1-4/+6
2020-10-30test: log: Convert log_test from python to CSean Anderson1-0/+2
2020-10-30log: Add filter flag to deny on matchSean Anderson1-1/+10
2020-10-30log: Add function to create a filter with flagsSean Anderson1-2/+27
2020-10-30log: Expose some helper functionsSean Anderson1-0/+31
2020-10-30log: Fix incorrect documentation of log_filter.cat_listSean Anderson1-2/+2
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher1-0/+18
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro1-0/+3
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro1-1/+25
2020-10-30dfu: export dfu_listAKASHI Takahiro1-0/+3
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-0/+12
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-2/+2
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro1-16/+16
2020-10-30efi_loader: typo in function description of u16_strnlenHeinrich Schuchardt1-1/+1
2020-10-30rockchip: Rock960: fix up USB supportPeter Robinson1-0/+2
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass1-0/+8
2020-10-29dm: Use driver_info index instead of pointerSimon Glass2-3/+17
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-1/+9
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass3-3/+27
2020-10-29dm: test: Add a way to run SPL testsSimon Glass1-0/+11
2020-10-29dm: core: fix typo in device.hDario Binacchi1-1/+1
2020-10-29dm: core: Allow dm_warn() to be used in SPLSimon Glass2-2/+1
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass2-9/+13
2020-10-29dm: core: Avoid void * in the of-platdata structsSimon Glass1-3/+5
2020-10-29dm: core: Expand the comment for DM_GET_DEVICE()Simon Glass1-1/+16
2020-10-29binman: Add a way to read the ROM offsetSimon Glass1-0/+7
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini11-18/+262
2020-10-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-0/+114
2020-10-29mmc: zynq_sdhci: Add common function to set input/output tapdelaysAshok Reddy Soma1-2/+3
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot1-0/+12
2020-10-28drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot4-0/+274
2020-10-27log: allow for message continuationHeinrich Schuchardt2-0/+14
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt1-0/+8
2020-10-27mmc: Define timing macro'sAshok Reddy Soma1-0/+13
2020-10-27Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma1-0/+1
2020-10-27xilinx: Remove additional newline in config filesMichal Simek3-3/+0
2020-10-27xilinx: zynq: Change types from u32 to uint32_tMichal Simek1-1/+1
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek1-0/+22
2020-10-27dt-bindings: arm64: versal: Add clk and power headersMichal Simek2-0/+165
2020-10-27microblaze: Add support for distro bootT Karthik Reddy1-2/+47
2020-10-27microblaze: trivial code fixesT Karthik Reddy1-9/+10
2020-10-27microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait1-2/+1
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin1-4/+0
2020-10-23power: regulator: add dummy helperPeng Fan1-0/+114
2020-10-23Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini16-66/+6
2020-10-23Revert "xen: add definitions for console_io"Tom Rini1-6/+0