summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-12Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to KconfigTom Rini22-50/+9
2021-11-12Convert CONFIG_FSL_USDHC to KconfigTom Rini21-22/+11
2021-11-12Convert CONFIG_FSL_LAYERSCAPE to KconfigTom Rini2-1/+2
2021-11-12Convert CONFIG_BITBANGMII to KconfigTom Rini2-1/+1
2021-11-12Convert CONFIG_DOS_PARTITION to KconfigTom Rini7-3/+4
2021-11-12Convert CONFIG_E1000 to KconfigTom Rini8-10/+6
2021-11-12Convert CONFIG_ARCH_CPU_INIT to KconfigTom Rini2-1/+1
2021-11-12Merge branch '2021-11-12-assorted-updates'Tom Rini49-728/+884
2021-11-12rtc: ds1337: fix compatible string typoClemens Gruber1-1/+1
2021-11-12boards: siemens: iot2050: Ignore network errors during bootstage trackingJan Kiszka1-1/+2
2021-11-12boards: siemens: iot2050: Re-enable bootstage reportingJan Kiszka1-0/+2
2021-11-12ARM: dts: am335x-chiliboard: add /chosen/tick-timerMarcin Niestroj1-1/+2
2021-11-12get_maintainer.pl: add .get_maintainer.confMichael Walle1-0/+1
2021-11-12Azure: Move to windows-2019Tom Rini1-1/+1
2021-11-12Remove LYNX KDI remaindersThomas Huth8-133/+1
2021-11-12pxe: Allow calling the pxe_get logic directlySimon Glass2-33/+73
2021-11-12doc: Move distro boot doc to rSTSimon Glass2-98/+80
2021-11-12pxe: Refactor sysboot to have one helperSimon Glass1-58/+36
2021-11-12pxe: Return the file size from the getfile() functionSimon Glass4-32/+79
2021-11-12lib: Add a function to convert a string to a hex valueSimon Glass3-4/+56
2021-11-12lib: Add tests for simple_itoa()Simon Glass2-1/+29
2021-11-12pxe: Drop get_bootfile_path()Simon Glass2-49/+7
2021-11-12pxe: Clean up the use of bootfileSimon Glass4-33/+79
2021-11-12pxe: Move common parsing coding into pxe_utilSimon Glass4-25/+37
2021-11-12pxe: Tidy up code style a little in pxe_utilsSimon Glass1-53/+13
2021-11-12pxe: Tidy up some comments in pxe_utilsSimon Glass1-51/+138
2021-11-12pxe: Move pxe_utils filesSimon Glass5-3/+6
2021-11-12pxe: Tidy up the is_pxe globalSimon Glass4-16/+15
2021-11-12pxe: Add a userdata field to the contextSimon Glass4-5/+10
2021-11-12pxe: Move do_getfile() into the contextSimon Glass4-24/+35
2021-11-12pxe: Use a context pointerSimon Glass4-62/+97
2021-11-12pxe: Move API comments to the header filesSimon Glass2-48/+74
2021-11-12Create a new boot/ directorySimon Glass27-37/+51
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini197-983/+2383
2021-11-10MAINTAINERS: Add entry for TPM driversIlias Apalodimas1-0/+5
2021-11-10doc: qemu: Add instructions for swtpm usageIlias Apalodimas1-0/+25
2021-11-10configs: Enable tpmv2 mmio on qemu for arm/arm64Ilias Apalodimas2-0/+4
2021-11-10tpm: Use the new API on tpm2 spi driverIlias Apalodimas2-417/+32
2021-11-10tpm2: Add a TPMv2 MMIO TIS driverIlias Apalodimas3-0/+167
2021-11-10tpm2: Introduce TIS tpm coreIlias Apalodimas3-0/+600
2021-11-10tpm: refactor function names for LPC based TPMsIlias Apalodimas1-2/+2
2021-11-10tpm: refactor function names and macros for infineon v1.2 TPMIlias Apalodimas1-17/+17
2021-11-10efi_loader: fix BootOrder variable measurement handlingMasahisa Kojima1-2/+2
2021-11-10Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...Tom Rini43-304/+226
2021-11-10stm32mp15: tidy up #ifdefs in cpu.cPatrick Delaunay1-19/+15
2021-11-10stm32mp15: replace CONFIG_TFABOOT when it is possiblePatrick Delaunay6-30/+25
2021-11-10stm32mp15: remove configs dependency on CONFIG_TFABOOTPatrick Delaunay10-6/+15
2021-11-10arm: stm32mp: bsec: Update OTP shadow registers in SPLPatrick Delaunay2-3/+10
2021-11-10ARM: stm32: Align mtdparts with SPI NOR layout on DHSOMMarek Vasut3-2/+4
2021-11-10ARM: stm32: Disable video output on DHSOMMarek Vasut2-26/+2