aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-10configs: Re-run migrationsWIP/fix-migrated-sym-testTom Rini14-56/+11
2022-03-10Revert "efi: Allow easy selection of serial-only operation"Tom Rini1-25/+0
2022-03-10sunxi: Do not define CONFIG_SPL_STACK_ADDR_RTom Rini1-11/+0
2022-03-10CI: Fix unmigrated symbol testTom Rini2-2/+2
2022-03-10configs: Resync with savedefconfigTom Rini19-103/+60
2022-03-10Merge branch '2022-03-09-events-subsystem' into nextTom Rini67-73/+1068
2022-03-10event: Add documentationSimon Glass4-0/+117
2022-03-10event: Add a script to decode the event-spy listSimon Glass3-0/+137
2022-03-10event: Add a commandSimon Glass5-0/+40
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass26-43/+74
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass21-22/+32
2022-03-10event: Add events for device probe/removeSimon Glass7-0/+96
2022-03-10event: Set up the event system on start-upSimon Glass1-0/+2
2022-03-10event: Add a simple testSimon Glass4-0/+53
2022-03-10event: Add basic support for eventsSimon Glass10-0/+465
2022-03-10binman: Expand elf support a littleSimon Glass1-7/+51
2022-03-10sandbox: start: Sort the header filesSimon Glass1-2/+2
2022-03-07Merge branch '2022-03-07-add-platforms' into nextTom Rini25-11/+1258
2022-03-07configs: evb-ast2[56]00: Enable GPIO controlWIP/2022-03-07-add-platformsAndrew Jeffery2-0/+6
2022-03-07ARM: dts: ast2500: Add ngpios property to GPIO nodeAndrew Jeffery1-0/+1
2022-03-07gpio: Add Aspeed GPIO driverAndrew Jeffery3-0/+307
2022-03-07arm: dts: Add DTS description for MMC2 am33xx devicesLukasz Majewski1-9/+30
2022-03-07arm: dts: Add mmc[01] aliases to am33xx.dtsiLukasz Majewski1-0/+2
2022-03-07arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driverLukasz Majewski1-0/+1
2022-03-07configs: bcm96753ref_ram_defconfig: enable led supportPhilippe Reynes1-0/+1
2022-03-07arch: arm: dts: bcm96753ref: enable led supportPhilippe Reynes1-0/+18
2022-03-07arch: arm: dts: bcm6753: add led supportPhilippe Reynes1-0/+7
2022-03-07drivers: led: led_bcm6753: initial supportPhilippe Reynes3-0/+278
2022-03-07bcm96753ref: add initial supportPhilippe Reynes9-0/+264
2022-03-07watchdog: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes1-1/+2
2022-03-07nand: brcmnand: add bcm6753 supportPhilippe Reynes3-0/+131
2022-03-07gpio: bcm6345: allow to use this driver on arm bcm6753Philippe Reynes1-1/+2
2022-03-07bcm6753: add initial supportPhilippe Reynes2-0/+208
2022-03-03Merge branch '2022-03-03-Kconfig-migrations' into nextWIP/03Mar2022-nextTom Rini518-2857/+713
2022-03-03Convert CONFIG_CHIP_SELECTS_PER_CTRL to KconfigTom Rini85-44/+56
2022-03-03Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to KconfigTom Rini59-13/+52
2022-03-03net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini2-17/+0
2022-03-03Convert CONFIG_BOOTP_MAY_FAIL et al to KconfigTom Rini222-225/+195
2022-03-03powerpc: P1010RDB: Move CONFIG_BOOTMODE out of CONFIG namespaceTom Rini1-3/+3
2022-03-03Convert CONFIG_BOOTFILE to KconfigTom Rini212-106/+342
2022-03-03Convert CONFIG_BOARD_POSTCLK_INIT to KconfigTom Rini9-7/+9
2022-03-03Convert CONFIG_BOARD_ECC_SUPPORT to KconfigTom Rini3-2/+5
2022-03-03Convert CONFIG_BIOSEMU to KconfigTom Rini3-4/+7
2022-03-03Convert CONFIG_BOARD_COMMON to KconfigTom Rini12-20/+4
2022-03-03arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIGTom Rini4-34/+30
2022-03-03Convert CONFIG_BTB to KconfigTom Rini13-12/+10
2022-03-03powerpc: Remove unused MPC8540/60ADS codeTom Rini16-2335/+0
2022-03-03Merge branch '2022-03-02-scmi-updates' into nextTom Rini12-464/+345
2022-03-02clk: scmi: register scmi clocks with CCFWIP/2022-03-02-scmi-updatesEtienne Carriere3-0/+186
2022-03-02firmware: scmi: fix sandbox and related tests for clock discoveryEtienne Carriere4-14/+16