summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Update logging documentationWIP/2020-10-30-misc-changesSean Anderson2020-10-301-114/+107
* doc: Add log kerneldocs to documentationSean Anderson2020-10-302-55/+100
* test: Add a test for log filter-*Sean Anderson2020-10-303-0/+110
* cmd: log: Add commands to manipulate filtersSean Anderson2020-10-302-0/+242
* test: Add a test for getoptSean Anderson2020-10-302-0/+124
* lib: Add getoptSean Anderson2020-10-307-0/+271
* cmd: log: Make "log level" print all log levelsSean Anderson2020-10-301-3/+9
* cmd: log: Add commands to list categories and driversSean Anderson2020-10-302-2/+38
* cmd: log: Split off log level parsingSean Anderson2020-10-301-6/+23
* cmd: log: Use sub-commands for logSean Anderson2020-10-301-27/+4
* test: Add test for LOGFF_MINSean Anderson2020-10-301-0/+23
* log: Add filter flag to match greater than a log levelSean Anderson2020-10-302-7/+15
* test: Add tests for LOGFF_DENYSean Anderson2020-10-301-0/+67
* test: log: Give tests names instead of numbersSean Anderson2020-10-301-24/+24
* test: log: Convert log_test from python to CSean Anderson2020-10-305-297/+257
* log: Add filter flag to deny on matchSean Anderson2020-10-302-3/+20
* log: Add function to create a filter with flagsSean Anderson2020-10-302-4/+31
* log: Expose some helper functionsSean Anderson2020-10-302-20/+34
* log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson2020-10-301-2/+2
* log: Add additional const qualifier to arraysSean Anderson2020-10-301-2/+2
* log: Fix incorrect documentation of log_filter.cat_listSean Anderson2020-10-301-2/+2
* log: Fix missing negation of ENOMEMSean Anderson2020-10-301-1/+1
* imx6: enable early spi environment access on aristainetos boardsHeiko Schocher2020-10-304-0/+4
* env: Access Environment in SPI flashes before relocationHeiko Schocher2020-10-302-3/+105
* env: split env_import_redund() into 2 functionsHeiko Schocher2020-10-302-10/+50
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/29Oct2020Tom Rini2020-10-299-1254/+238
|\
| * mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan2020-10-292-10/+44
| * mtd: pxa3xx_nand: remove dead codeBaruch Siach2020-10-291-9/+3
| * mtd: pxa3xx_nand: port to use driver modelShmuel Hazan2020-10-292-63/+54
| * arm: dts: armada-cp110-master: update nand-controllerBaruch Siach2020-10-291-6/+9
| * arm: dts: armada-cp110-slave: add missing cps_nandShmuel Hazan2020-10-291-0/+16
| * arm: octeontx: Enable network support in supported boardsStefan Roese2020-10-294-0/+8
| * phy: marvell: cp110: update mode parameter for pcie power on callsIgal Liberman2020-10-291-2/+5
| * phy: marvell: cp110: let the firmware configure comphy for PCIeGrzegorz Jaszczyk2020-10-291-439/+12
| * phy: marvell: cp110: let the firmware configure the comphyGrzegorz Jaszczyk2020-10-291-727/+89
* | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-2974-561/+2987
|\ \
| * | xilinx: Enable SPI driver for VersalMichal Simek2020-10-291-0/+1
| * | xilinx: Consolidate board_fit_config_name_match() for Xilinx platformsMichal Simek2020-10-293-24/+11
| * | mmc: zynq_sdhci: Add common function to set input/output tapdelaysAshok Reddy Soma2020-10-292-159/+36
| * | mmc: zynq_sdhci: Extend UHS timings till hs200Ashok Reddy Soma2020-10-291-1/+1
| * | mmc: zynq_sdhci: Add clock phase delays for VersalAshok Reddy Soma2020-10-271-4/+156
| * | mmc: zynq_sdhci: Set tapdelays based on clk phase delaysAshok Reddy Soma2020-10-271-5/+123
| * | mmc: zynq_sdhci: Read clock phase delays from dtMichal Simek2020-10-271-0/+85
| * | mmc: zynq_sdhci: Move macro to the topMichal Simek2020-10-271-2/+2
| * | mmc: Define timing macro'sAshok Reddy Soma2020-10-273-22/+25
| * | Revert "mmc: zynq: parse dt when probing"Ashok Reddy Soma2020-10-273-1/+8
| * | spi: zynq_qspi: Add function descriptionAshok Reddy Soma2020-10-271-12/+36
| * | mtd: spi: Fix incorrect indentationMichal Simek2020-10-271-1/+1
| * | microblaze: Enable board_late_init()Michal Simek2020-10-271-0/+1
| * | microblaze: Wire generic xilinx board_late_init_xilinx()Michal Simek2020-10-272-14/+5