summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay3-9/+74
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay3-17/+20
2021-07-23tee: optee: sync cache on pre-reloc OP-TEE invocationEtienne Carriere3-2/+44
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping1-2/+2
2021-07-23Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini9-148/+112
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei1-2/+2
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3
2021-07-22net: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: eth-phy: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay1-75/+22
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay2-50/+1
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay1-5/+0
2021-07-22net: eth-phy: manage subnode mdio0Patrick Delaunay1-2/+8
2021-07-22net: eth-phy: use dev_dbg and log_noticePatrick Delaunay1-9/+11
2021-07-22net: eth-phy: add support of device tree configuration for gpio resetPatrick Delaunay1-0/+56
2021-07-22net: Use phys_addr_t for SMC net device addressesPeter Hoyes3-4/+4
2021-07-22Merge tag 'dm-pull-21jul21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini48-165/+1211
2021-07-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini100-338/+415
2021-07-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini8-1569/+81
2021-07-21dm: core: fix no null pointer detection in ofnode_get_addr_size_index()Chen Guanqiao1-3/+3
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt1-1/+1
2021-07-21binman: Add basic support for debugging performanceSimon Glass4-0/+88
2021-07-21patman: Use bytearray instead of stringSimon Glass1-3/+3
2021-07-21binman: Use bytearray instead of stringSimon Glass2-3/+3
2021-07-21binman: Split node-reading out from constructor in filesSimon Glass1-0/+3
2021-07-21binman: Support multithreading for building imagesSimon Glass8-6/+136
2021-07-21binman: Put compressed data into separate filesSimon Glass1-2/+7
2021-07-21log: Allow padding of the function nameSimon Glass3-8/+18
2021-07-21blk: Support iterationSimon Glass3-0/+160
2021-07-21sandbox: mmc: Support fixed MMC devicesSimon Glass2-3/+22
2021-07-21spl: Provide more information on boot failureSimon Glass3-16/+52
2021-07-21image: Allow @ in node names when not using signaturesSimon Glass1-1/+1
2021-07-21bloblist: Correct condition in bloblist_addrec()Simon Glass2-1/+24
2021-07-21bloblist: Tidy up a few API commentsSimon Glass1-3/+7
2021-07-21bloblist: Support resizing a blobSimon Glass3-2/+274
2021-07-21cros_ec: Use standard calls for recovery-request checkingSimon Glass1-7/+11
2021-07-21cros_ec: Support the full-size vboot contextSimon Glass1-5/+3
2021-07-21cros_ec: Drop cros_ec_entering_mode()Simon Glass3-23/+0
2021-07-21cros_ec: Allow reading the battery-charge stateSimon Glass2-0/+25
2021-07-21sandbox: Adjust the bloblist default addressSimon Glass2-2/+2
2021-07-21sandbox: Use hinting with the displaySimon Glass1-0/+3
2021-07-21sandbox: Add work-around for SDL2 displaySimon Glass1-1/+22
2021-07-21sandbox: Support executables for more phasesSimon Glass6-38/+86
2021-07-21test: Avoid a build error with SPLSimon Glass1-1/+1
2021-07-21test: Add DM_DMA to be disabledSimon Glass1-0/+2
2021-07-21test: Allow CONFIG_SPL_LOAD_FIT to be disabledSimon Glass1-0/+2
2021-07-21dm: Support lzma in the flashmapSimon Glass1-0/+2
2021-07-21dm: core: Add logging for DM_SEQ_ALIASSimon Glass1-1/+3
2021-07-21dtoc: Update documentation to cover warnings in more detailSimon Glass1-0/+53