Age | Commit message (Expand) | Author | Files | Lines |
2023-05-04 | dm: core: fix introduce uclass_get_device_by_of_path | Heinrich Schuchardt | 1 | -1/+1 |
2023-05-03 | Merge tag 'u-boot-imx-20230503' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 3 | -17/+134 |
2023-05-03 | starqltechn: use button keyboard driver | Dzmitry Sankouski | 1 | -1/+1 |
2023-05-03 | arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 b... | Yang Xiwen | 1 | -0/+6 |
2023-05-03 | dt-binding: histb-clock: add clocks definition for Hi3798MV200 | Yang Xiwen | 1 | -0/+12 |
2023-05-03 | arm: Remove omap5_uevm board | Tom Rini | 1 | -45/+0 |
2023-05-02 | board: Add new Broadcom Northstar board | Linus Walleij | 1 | -0/+49 |
2023-05-02 | arm: dts: Import device tree for Broadcom Northstar | Linus Walleij | 1 | -0/+51 |
2023-05-02 | dm: extcon: add an uclass for extcon | Svyatoslav Ryhel | 2 | -0/+20 |
2023-05-02 | smegw01: Convert CFG_EXTRA_ENV_SETTINGS to an env file | Fabio Estevam | 1 | -68/+0 |
2023-05-02 | smegw01: Add lockdown U-Boot env support | Eduard Strehlau | 1 | -3/+45 |
2023-05-02 | smegw01: Switch to fitImage | Eduard Strehlau | 1 | -9/+5 |
2023-05-02 | smegw01: Change default boot device to eMMC | Eduard Strehlau | 1 | -1/+1 |
2023-05-02 | smegw01: Enable EMMC boot from multiple partitions | Eduard Strehlau | 1 | -4/+8 |
2023-05-02 | smegw01: Only commit to new partition if update was successful | Eduard Strehlau | 1 | -4/+12 |
2023-05-02 | smegw01: Run altbootcmd in the case of failure | Eduard Strehlau | 1 | -1/+7 |
2023-05-02 | smegw01: Add altbootcmd | Eduard Strehlau | 1 | -0/+8 |
2023-05-02 | smegw01: Enable setting additional boot params | Eduard Strehlau | 1 | -1/+7 |
2023-05-02 | imx: support i.MX8QM DMSSE20 a1 board | Oliver Graute | 1 | -0/+48 |
2023-05-02 | board: mntre: imx8mq: Add MNT Reform 2 board support | Patrick Wildt | 1 | -0/+67 |
2023-04-30 | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023 | Tom Rini | 5 | -5/+0 |
2023-04-29 | Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023 | Tom Rini | 2 | -0/+105 |
2023-04-28 | dm: core: introduce uclass_get_device_by_of_path() | Rasmus Villemoes | 1 | -0/+17 |
2023-04-28 | sandbox: fix return type of os_filesize() | Heinrich Schuchardt | 1 | -1/+1 |
2023-04-28 | binman: Use unsigned long over typedef ulong | Andrew Davis | 1 | -4/+4 |
2023-04-28 | common: static fdt_simplefb_enable_existing_node() | Heinrich Schuchardt | 1 | -1/+0 |
2023-04-28 | board: cssi: Add CPU board CMPCPRO | Christophe Leroy | 1 | -0/+99 |
2023-04-28 | board: cssi: Move all mother board code into common.c | Christophe Leroy | 1 | -0/+6 |
2023-04-28 | gpio: axp/sunxi: Remove virtual VBUS detection GPIO | Samuel Holland | 4 | -4/+0 |
2023-04-28 | mtd: nand: sunxi: Convert from fdtdec to ofnode | Samuel Holland | 1 | -1/+0 |
2023-04-27 | drivers/mtd/nvmxip: introduce NVM XIP block storage emulation | Abdellatif El Khlifi | 1 | -0/+1 |
2023-04-27 | ide: Avoid preprocessor for CONFIG_LBA48 | Simon Glass | 1 | -3/+1 |
2023-04-27 | ide: Make function static | Simon Glass | 1 | -11/+0 |
2023-04-27 | ide: Correct use of ATAPI | Simon Glass | 1 | -0/+1 |
2023-04-27 | ide: Create a prototype for ide_set_reset() | Simon Glass | 1 | -0/+10 |
2023-04-27 | ide: Drop weak functions | Simon Glass | 1 | -13/+0 |
2023-04-27 | ide: Drop ide_device_present() | Simon Glass | 1 | -4/+0 |
2023-04-27 | ide: Move ide_init() into probing | Simon Glass | 1 | -1/+0 |
2023-04-27 | ide: Drop init for not using BLK | Simon Glass | 1 | -7/+0 |
2023-04-27 | ide: Drop CONFIG_START_IDE | Simon Glass | 1 | -7/+0 |
2023-04-27 | ide: Move ATA_CURR_BASE to C file | Simon Glass | 1 | -3/+0 |
2023-04-26 | rockchip: Use the same boot_targets for all boardsWIP/2023-04-26-enable-bootstd-for-all-rockchip | Simon Glass | 1 | -4/+0 |
2023-04-26 | rockchip: Move to standard boot | Simon Glass | 14 | -92/+16 |
2023-04-26 | bootstd: Report missing labels only when asked | Simon Glass | 1 | -1/+1 |
2023-04-25 | mpc8379erdb: Convert to using DM_SERIAL | Sinan Akman | 1 | -0/+2 |
2023-04-25 | include: configs: am64x_evm: Change to using .env | Nikhil M Jain | 1 | -85/+0 |
2023-04-25 | virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM | Will Deacon | 1 | -1/+4 |
2023-04-25 | virtio: Allocate virtqueue in page-size units | Will Deacon | 1 | -7/+9 |
2023-04-24 | configs: j721s2_evm.h: Remove refrences to J7200 EVM | Andrew Davis | 1 | -1/+1 |
2023-04-23 | Merge tag 'u-boot-rockchip-20230421' of https://source.denx.de/u-boot/custodi...WIP/23Apr2023 | Tom Rini | 3 | -2/+27 |