aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-23Convert CONFIG_SDCARD et al to KconfigTEST/p1p2-bad-migrationTom Rini38-37/+32
2022-12-23HACK: No CITEST/p1p2-pre-bad-migrationTom Rini2-989/+0
2022-04-01am43xx_evm_qspiboot: Remove CONFIG_SYS_EXTRA_OPTIONSTom Rini1-1/+0
2022-04-01MPC837XERDB: Move CONFIG_PCIE to KconfigTom Rini2-1/+3
2022-04-01Convert CONFIG_LPUART et al to KconfigTom Rini12-19/+12
2022-04-01Convert CONFIG_LSCHLV2 to Kconfig et alTom Rini3-2/+13
2022-04-01mpc8548cds: Rework CONFIG_LEGACY usageTom Rini4-10/+9
2022-04-01Convert CONFIG_KM_COGE5UN et al to KconfigTom Rini7-6/+28
2022-04-01kmtegr1: Drop CONFIG_KMTEGR1Tom Rini2-2/+1
2022-04-01keymile: Move sourcing of common KconfigTom Rini6-6/+2
2022-04-01Convert CONFIG_EMMC_BOOT et al to KconfigTom Rini11-11/+1
2022-04-01mx28evk_auart_console: Remove CONFIG_SYS_EXTRA_OPTIONSTom Rini1-1/+0
2022-04-01stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to KconfigTom Rini2-1/+7
2022-04-01Convert CONFIG_MCFRTC et al to KconfigTom Rini13-20/+18
2022-04-01stmark2: Remove CONFIG_SERIAL_FLASHTom Rini1-3/+0
2022-04-01Convert CONFIG_MCFTMR to KconfigTom Rini34-34/+21
2022-04-01Convert CONFIG_CF_DSPI to KconfigTom Rini2-1/+5
2022-04-01atmel: Remove CONFIG_SPL_ATMEL_SIZETom Rini5-5/+0
2022-04-01Remove CONFIG_BOARDNAME and CONFIG_BOARD_NAMETom Rini7-25/+25
2022-04-01Convert CONFIG_BITBANGMII_MULTI to KconfigTom Rini41-45/+24
2022-04-01Convert CONFIG_BCM2835_GPIO to KconfigTom Rini11-2/+13
2022-04-01Finish converting CONFIG_BOOTM_NETBSD et al to KconfigTom Rini28-158/+2
2022-04-01CI: Update unmigrated symbol checkTom Rini2-4/+8
2022-04-01am33xx: musb: Remove unused configuration logicTom Rini1-76/+6
2022-03-31Merge branch '2022-03-31-image-add-a-stage-pre-load' into nextWIP/31Mar2022-nextTom Rini39-29/+1544
2022-03-31cmd: bootm: add subcommand preloadPhilippe Reynes1-0/+30
2022-03-31test: py: vboot: add test for global image signaturePhilippe Reynes6-16/+272
2022-03-31configs: sandbox_defconfig: enable stage pre-load in bootmPhilippe Reynes1-0/+3
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes11-0/+439
2022-03-31Makefile: provide sah-key to binmanPhilippe Reynes1-0/+1
2022-03-31mkimage: add public key for image pre-load stagePhilippe Reynes3-0/+132
2022-03-31common: spl: fit_ram: allow to use image pre loadPhilippe Reynes1-1/+20
2022-03-31cmd: bootm: add a stage pre-loadPhilippe Reynes4-2/+47
2022-03-31boot: image: add a stage pre-loadPhilippe Reynes4-0/+486
2022-03-31lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes1-0/+19
2022-03-31lib: crypto: allow to build crypyo in SPLPhilippe Reynes3-7/+44
2022-03-31lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes2-2/+21
2022-03-31lib: Kconfig: enhance the help of OID_REGISTRYPhilippe Reynes1-0/+4
2022-03-31lib: Kconfig: enhance help for ASN1Philippe Reynes1-1/+13
2022-03-31arch: Kconfig: imply BINMAN for SANDBOXPhilippe Reynes5-0/+13
2022-03-30Merge tag 'clk-2022.04-next' of https://source.denx.de/u-boot/custodians/u-bo...WIP/30Mar2022-nextTom Rini25-676/+127
2022-03-30clk: Use generic CCF ops where possibleSean Anderson8-591/+22
2022-03-30clk: ccf: Add some helper functions for clock opsSean Anderson2-0/+73
2022-03-30clk: Consolidate some clock functionsSean Anderson1-20/+2
2022-03-30clk: Make clk_free return voidSean Anderson3-16/+11
2022-03-30spi: dw: Don't check clk_freeSean Anderson1-1/+1
2022-03-30spi: bcm63xx: Don't check clk_freeSean Anderson2-9/+3
2022-03-30phy: bcm63xx: Don't check clk_freeSean Anderson3-12/+4
2022-03-30net: bcm63xx: Don't check clk_freeSean Anderson2-10/+2
2022-03-30dma: bcm6348: Don't check clk_freeSean Anderson1-5/+1