aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-10CI, Docker: Update to Jammy 2023016 tagWIP/2023-02-10-update-trace-feature-to-work-with-trace-cmdTom Rini3-3/+3
2023-02-10trace: Update documentationSimon Glass9-64/+382
2023-02-10trace: Add a testSimon Glass3-0/+324
2023-02-10Docker: Support trace-cmdSimon Glass1-0/+16
2023-02-10trace: Provide a flamegraph that uses timingSimon Glass1-11/+97
2023-02-10trace: Support output of a flamegraphSimon Glass1-1/+271
2023-02-10trace: Support output of funcgraph recordsSimon Glass1-32/+150
2023-02-10trace: Use text_base from the trace headerSimon Glass1-1/+6
2023-02-10trace: Drop use of objsectionSimon Glass1-28/+1
2023-02-10trace: Update proftool to use new binary formatSimon Glass2-45/+854
2023-02-10trace: Rename prof to trace and improve commentsSimon Glass1-39/+157
2023-02-10trace: Detect an infinite loopSimon Glass1-0/+10
2023-02-10trace: Correct the relocation handover with buffer overflowSimon Glass1-3/+10
2023-02-10trace: Show a few more stats about tracingSimon Glass1-2/+6
2023-02-10trace: Track the minimum stack depthSimon Glass1-8/+16
2023-02-10trace: Reduce the number of function sitesSimon Glass2-4/+21
2023-02-10trace: Update the file headerSimon Glass2-17/+14
2023-02-10abuf: Support use from toolsSimon Glass1-1/+20
2023-02-10trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMITSimon Glass1-1/+1
2023-02-10time: Tidy up some unnecessary #ifdefsSimon Glass1-8/+6
2023-02-10timer: Tidy up use of notraceSimon Glass3-6/+12
2023-02-10dm: Allow serial output during the relocation processSimon Glass1-0/+9
2023-02-10sandbox: Bring back setting mon_len in global_dataSimon Glass1-0/+3
2023-02-10sandbox: Expand the space for sandbox_vplSimon Glass1-2/+2
2023-02-10.gitignore: Ignore the moveconfig databaseSimon Glass1-0/+3
2023-02-10Dockerfile: Update QEMU git locationTom Rini1-1/+1
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/10Feb2023Tom Rini26-41/+119
2023-02-10Merge branch '2023-02-10-assorted-updates-and-additions'Tom Rini49-81/+1958
2023-02-10net: ftmac100: add mii read and write callbacksSergei Antonov3-0/+113
2023-02-10net: ftmac100: simplify priv->iobase castingSergei Antonov1-7/+7
2023-02-10net: ftmac100: change driver name from nds32_mac to ftmac100Sergei Antonov1-1/+1
2023-02-10dm: input: add button_kbd driverDzmitry Sankouski3-0/+136
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski5-1/+57
2023-02-10test: create dedicated fdt node for ofnode_for_each_prop testDzmitry Sankouski2-1/+15
2023-02-10dts: add missing linux,code in gpio-keysDzmitry Sankouski5-2/+10
2023-02-10gpio: qcom: add direction functions for pwrkeyDzmitry Sankouski1-0/+16
2023-02-10dts: qcs404-evb: Add I2C controller nodesSumit Garg1-0/+97
2023-02-10i2c: Add support for Qualcomm I2C driverSumit Garg3-0/+592
2023-02-10pinctrl: qcs404: Enable I2C pinmux optionsSumit Garg1-0/+6
2023-02-10clock-snapdragon: Add clk_rcg_set_rate() with mnd_width=0Sumit Garg2-0/+26
2023-02-10dts: qcs404-evb: Add ethernet controller nodeSumit Garg1-1/+97
2023-02-10net: dwc_eth_qos: Add Qcom ethernet driver glue layerSumit Garg5-0/+630
2023-02-10net: dwc_eth_qos: Allow platform to override tx/rx_fifo_szSumit Garg2-6/+14
2023-02-10net: dwc_eth_qos: Make eqos_get_tick_clk_rate callback optionalSumit Garg1-3/+6
2023-02-10pinctrl-snapdragon: Get rid of custom drive-strength valuesSumit Garg6-29/+9
2023-02-10pinctrl: qcs404: Enable ethernet pinmux optionsSumit Garg1-0/+7
2023-02-10clocks: qcs404: Add support for ethernet clocksSumit Garg2-0/+74
2023-02-10qcs404-evb: Enable msm_gpio driver supportSumit Garg2-0/+5
2023-02-10qcs404: sysmap: Don't map reserved memory rangesSumit Garg1-1/+13
2023-02-10env: Couple networking-related variable flags to CONFIG_NETJan Kiszka2-7/+7