summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-15lib: convert u16_strlen() into a macroHeinrich Schuchardt
2022-04-15doc: man-page for the env commandPatrick Delaunay
2022-04-15doc: uefi: Update the capsule update related documentationSughosh Ganu
2022-04-15mkeficapsule: Remove raw and FIT GUID typesSughosh Ganu
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu
2022-04-15test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu
2022-04-15capsule: Put a check for image index before the updateSughosh Ganu
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu
2022-04-14fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár
2022-04-14fs: Allow to compile FS_FAT only for proper U-BootPali Rohár
2022-04-14Remove duplication of table_compute_checksum functionTom Rini
2022-04-14serial: smh: Implement puts for DMSean Anderson
2022-04-14test: serial: Add test for putc/putsSean Anderson
2022-04-14serial: sandbox: Implement putsSean Anderson
2022-04-14serial: Fix _serial_puts using \n\r instead of \r\nSean Anderson
2022-04-14cmd: ubi.c: skip part command if right partition is already attachedAlexandre Besnard
2022-04-14led: Configure LED default-state on bootMarek Vasut
2022-04-14led: gpio: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: pwm: Drop duplicate OF "label" property parsingTom Rini
2022-04-14led: bcm6753: Drop duplicate OF "label" property parsingTom Rini
2022-04-14led: cortina: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: bcm6858: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: bcm6358: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: bcm6328: Drop duplicate OF "label" property parsingMarek Vasut
2022-04-14led: Move OF "label" property parsing to coreMarek Vasut
2022-04-14misc: atsha204a: Fix big endian supportPali Rohár
2022-04-14power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDsDave Gerlach
2022-04-14arm: apple: Add M1 Ultra supportJanne Grunau
2022-04-14sandbox: Increase default SYS_MALLOC_LENTom Rini
2022-04-13configs: Resync with savedefconfigTom Rini
2022-04-13configs: net: dm9000: Move new Kconfig option to board configsMarek Vasut
2022-04-13net: dm9000: Add Kconfig entryMarek Vasut
2022-04-13net: dm9000: Add DM supportMarek Vasut
2022-04-13net: dm9000: Receive one packet per recv callMarek Vasut
2022-04-13net: dm9000: Split non-DM specific bits from common codeMarek Vasut
2022-04-13net: dm9000: Pass private data around for IOMarek Vasut
2022-04-13net: dm9000: Drop dm9000.h and staticize SROM accessMarek Vasut
2022-04-13net: dm9000: Drop static device private dataMarek Vasut
2022-04-13net: dm9000: Rename board_info to dm9000_privMarek Vasut
2022-04-13net: dm9000: Reorder and staticizeMarek Vasut
2022-04-13net: dm9000: Checkpatch cleanupMarek Vasut
2022-04-13net: dm9000: Drop volatilesMarek Vasut
2022-04-13net: dm9000: Turn DM9000_DMP_PACKET() into a functionMarek Vasut
2022-04-13net: dm9000: Drop unused dump_regs()Marek Vasut
2022-04-13net: dm9000: Make RxLen and RxStatus lowercaseMarek Vasut
2022-04-13net: dm9000: Replace DM9000_DBG() with debug()Marek Vasut
2022-04-13net: dm9000: Make accessor names lowercaseMarek Vasut
2022-04-13driver: net: ti: keystone_net: Change priv member typeMarek Behún