public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-10-30 07:59:03 to 2020-11-02 07:24:09 UTC [more...]

[PATCH 0/4] fs: btrfs: coverity fixes
 2020-11-02  7:24 UTC  (13+ messages)
` [PATCH 1/4] fs: btrfs: inode: handle uninitialized type before returning it
` [PATCH 2/4] fs: btrfs: volumes: prevent overflow for multiplying
` [PATCH 3/4] fs: btrfs: initialize @ret to 0 to prevent uninitialized return value
` [PATCH 4/4] fs: btrfs: initialize @ii in show_dir() to make coverity happy

U-Boot is broken on real N900 HW (Was: Re: [PATCH 00/11] Fixes for Nokia RX-51)
 2020-11-02  7:13 UTC  (17+ messages)
  ` U-Boot is broken on real N900 HW
              ` U-Boot i2c bus num 1 is broken on Nokia N900 (Was: Re: U-Boot is broken on real N900 HW)
                  ` U-Boot i2c bus num 1 is broken on Nokia N900

Using USB Mass Storage on AM335X
 2020-11-02  7:05 UTC  (6+ messages)

[PATCH v2 0/9] ARM: dts: at91: DTC 1.6.0+ warning fixes
 2020-11-02  7:01 UTC  (2+ messages)

[PATCH] env: env_sf: don't set .init op if not needed
 2020-11-02  7:00 UTC  (2+ messages)

[RFC PATCH] dfu: add DFU_SKIP layout concept
 2020-11-02  6:24 UTC 

[PATCH v2 00/21] Add support for MediaTek MT7620 SoC
 2020-11-02  6:11 UTC  (25+ messages)
` [PATCH v2 01/21] mips: dts: switch to board defines for dtb for mtmips
` [PATCH v2 02/21] mips: mtmips: move mt7628 related Kconfig into mt7628 subdirectory
` [PATCH v2 03/21] mips: mtmips: select SYSRESET for mt7628 only
` [PATCH v2 04/21] mips: mtmips: fix dram size detection in dram_init
` [PATCH v2 05/21] mips: enable _machine_restart for spl
` [PATCH v2 06/21] mips: mtmips: add support to initialize SDRAM
` [PATCH v2 07/21] mips: mtmips: add support for MediaTek MT7620 SoC
` [PATCH v2 08/21] mips: mtmips: add two reference boards for mt7620
` [PATCH v2 09/21] configs: mtmips: refresh for mt7628 based boards
` [PATCH v2 10/21] serial: add uart driver for MediaTek MT7620 SoC
` [PATCH v2 11/21] clk: add clock "
` [PATCH v2 12/21] reset: mtmips: add reset controller support "
` [PATCH v2 13/21] pinctrl: mtmips: add "
` [PATCH v2 14/21] watchdog: add watchdog driver "
` [PATCH v2 15/21] gpio: add GPIO controller "
` [PATCH v2 16/21] spi: add spi controller support "
` [PATCH v2 17/21] phy: add USB PHY driver "
` [PATCH v2 18/21] net: add ethernet "
` [PATCH v2 19/21] mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCs
` [PATCH v2 20/21] reset: reset-mtmips: add DM_FLAG_PRE_RELOC flag
` [PATCH v2 21/21] MAINTAINERS: add maintainer for MediaTek MIPS platform

[PATCH 1/1] layerscape: fdt.c: Check for NULL return value from fdt_getprop()
 2020-11-02  6:08 UTC 

[PATCH 1/1] board: freescale: vid.c: Add check for return value of adjust_vdd()
 2020-11-02  6:01 UTC 

[PATCH v4 0/3] env: Access Environment in SPI flashes before relocation
 2020-11-02  5:20 UTC  (11+ messages)
` [PATCH v4 1/3] env: split env_import_redund() into 2 functions
` [PATCH v4 2/3] env: Access Environment in SPI flashes before relocation
` [PATCH v4 3/3] imx6: enable early spi environment access on aristainetos boards

[PATCH] configs: meson64: relocate config_distro_bootcmmd header
 2020-11-02  3:07 UTC 

[PATCH v2 0/3] Various minor patches
 2020-11-01 23:42 UTC  (4+ messages)
` [PATCH v2 1/3] x86: zimage: Add a little more logging
` [PATCH v2 2/3] x86: zimage: Sanity-check the kernel version before printing it
` [PATCH v2 3/3] x86: zimage: Quieten down the zimage boot process

[PATCH 00/10] setexpr: Correct various bugs and add tests plus string support
 2020-11-01 23:08 UTC  (12+ messages)
` [PATCH 01/10] test: Add some tests for setexpr
` [PATCH 02/10] command: Add constants for cmd_get_data_size string / error
` [PATCH 03/10] setexpr: Add explicit support for 32- and 64-bit ints
` [PATCH 04/10] test: Add some setexpr regex tests
` [PATCH 05/10] setexpr: Split the core logic into its own function
` [PATCH 06/10] setexpr: Add some tests for buffer overflow and backref
` [PATCH 07/10] setexpr: Correct dropping of final unmatched string
` [PATCH 08/10] setexpr: Correct buffer overflow bug and enable tests
` [PATCH 09/10] setexpr: Convert to use a struct for values
` [PATCH 10/10] setexpr: Add support for strings

Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
 2020-11-01 22:40 UTC  (2+ messages)

[PATCH v5 1/2] arm: rmobile: Add RZ/G2[HMNE] SoC support
 2020-11-01 19:28 UTC  (6+ messages)
` [PATCH v5 2/2] mmc: renesas-sdhi: Add R8A774A1 SDHI quirks

[PATCH 0/8] Pin control support for RZ/G2[HN]
 2020-11-01 18:58 UTC  (12+ messages)
` [PATCH 1/8] pinctrl: renesas: r8a77965: Add R8A774B1 PFC support
` [PATCH 2/8] pinctrl: renesas: r8a77951: Add R8A774E1 "
` [PATCH 3/8] pinctrl: renesas: r8a7796: Optimize pinctrl image size for R8A774A1
` [PATCH 4/8] pinctrl: renesas: r8a77965: Optimize pinctrl image size for R8A774B1
` [PATCH 5/8] pinctrl: renesas: r8a7795: Optimize pinctrl image size for R8A774E1

[PATCH V2 06/12] doc: board: Convert i.MX8QXP MEK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 10/12] doc: board: Convert i.MX6 Sabresd README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 09/12] doc: board: Convert i.MX6 Sabreauto README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 05/12] doc: board: Convert i.MX8MQ EVK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 07/12] doc: board: Convert i.MXRT1020 EVK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 08/12] doc: board: Convert i.MXRT1050 EVK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 03/12] doc: board: Convert i.MX8MN EVK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 04/12] doc: board: Convert i.MX8MM EVK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 12/12] doc: board: Convert i.MX6ULL EVK README to reST
 2020-11-01 14:39 UTC  (2+ messages)

[PATCH V2 02/12] doc: board: Convert i.MX8MP EVK README to reST
 2020-11-01 14:38 UTC  (2+ messages)

[PATCH V2 01/12] board: imx: address dd usage in README
 2020-11-01 14:38 UTC  (2+ messages)

[PATCH V2 11/12] doc: board: Convert i.MX6UL 14x14 EVK README to reST
 2020-11-01 14:38 UTC  (2+ messages)

[PATCH v5 15/27] clk: move clk-ti-sci driver to 'ti' directory
 2020-11-01  9:13 UTC  (4+ messages)
` [PATCH v5 18/27] misc: am33xx: add control module driver

[PATCH] gpio: mt7621: remove dependce SOC_MT7628 of MT7621_GPIO
 2020-11-01  7:04 UTC 

[PATCH 1/6] Nokia RX-51: Remove old comments from configs/nokia_rx51.h file
 2020-10-31 16:32 UTC  (6+ messages)
` [PATCH 2/6] Nokia RX-51: Fix crashing in U-Boot mmc function omap_hsmmc_stop_clock()
` [PATCH 3/6] Nokia RX-51: During init disable lp5523 led instead of resetting it
` [PATCH 4/6] Nokia RX-51: Update test script
` [PATCH 5/6] Nokia RX-51: Make onenand working
` [PATCH 6/6] mtd: OneNAND: Set MTD type

[PATCH] Revert "mmc: disable UHS modes if Vcc cannot be switched on and off"
 2020-10-31 16:26 UTC  (9+ messages)

[PATCH 1/2] mtd: spi-nor: Correct spi-nor-ids.c license to GPL-2.0
 2020-10-31 16:20 UTC  (2+ messages)
` [PATCH 2/2] mtd: spi-nor-ids: Add Gigadevice GD25LQ64C

Pull request: u-boot-rockchip-20201031
 2020-10-31 13:33 UTC  (2+ messages)

[PATCH 1/1] test: linking test/compression.c fails
 2020-10-31  7:59 UTC 

[PATCH 1/1] test: test/bloblist.c depends on asm/state.h
 2020-10-31  7:38 UTC 

test/Kconfig
 2020-10-31  7:14 UTC 

CONFIG_SPL_UNIT_TEST
 2020-10-31  6:47 UTC 

[PATCH 0/4] common: Drop remaining includes in common.h (part A)
 2020-10-31  3:38 UTC  (5+ messages)
` [PATCH 1/4] common: Drop asm/global_data.h from common header
` [PATCH 2/4] common: Drop display_options.h "
` [PATCH 3/4] common: Drop linux/printk.h "
` [PATCH 4/4] Fix code style for time functions

Please pull u-boot-dm
 2020-10-31  2:54 UTC  (2+ messages)

[scan-admin@coverity.com: New Defects reported by Coverity Scan for Das U-Boot]
 2020-10-30 19:16 UTC 

[PATCH] nokia_rx51: disable obsolete VIDEO config
 2020-10-30 19:09 UTC  (10+ messages)
              ` [maemo-leste] "

[PATCH] log: typo logl_pref in documentation
 2020-10-30 18:48 UTC  (2+ messages)

[PATCH v4 00/22] log: Add commands for manipulating filters
 2020-10-30 18:48 UTC  (45+ messages)
` [PATCH v4 01/22] log: Fix missing negation of ENOMEM
` [PATCH v4 02/22] log: Fix incorrect documentation of log_filter.cat_list
` [PATCH v4 03/22] log: Add additional const qualifier to arrays
` [PATCH v4 04/22] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH v4 05/22] log: Expose some helper functions
` [PATCH v4 06/22] log: Add function to create a filter with flags
` [PATCH v4 07/22] log: Add filter flag to deny on match
` [PATCH v4 08/22] test: log: Convert log_test from python to C
` [PATCH v4 09/22] test: log: Give tests names instead of numbers
` [PATCH v4 10/22] test: Add tests for LOGFF_DENY
` [PATCH v4 11/22] log: Add filter flag to match greater than a log level
` [PATCH v4 12/22] test: Add test for LOGFF_MIN
` [PATCH v4 13/22] cmd: log: Use sub-commands for log
` [PATCH v4 14/22] cmd: log: Split off log level parsing
` [PATCH v4 15/22] cmd: log: Add commands to list categories and drivers
` [PATCH v4 16/22] cmd: log: Make "log level" print all log levels
` [PATCH v4 17/22] lib: Add getopt
` [PATCH v4 18/22] test: Add a test for getopt
` [PATCH v4 19/22] cmd: log: Add commands to manipulate filters
` [PATCH v4 20/22] test: Add a test for log filter-*
` [PATCH v4 21/22] doc: Add log kerneldocs to documentation
` [PATCH v4 22/22] doc: Update logging documentation

Please pull u-boot-marvell/master
 2020-10-30 18:46 UTC  (2+ messages)

[GIT PULL] xilinx patches for v2021.01-v2
 2020-10-30 18:46 UTC  (2+ messages)

[patch v2 00/10] rk3399 (Pinebook pro) EDP support
 2020-10-30 18:20 UTC  (4+ messages)
` [patch v2 01/10] drivers/video/rockchip/rk_vop.c: Use endpoint compatible string to find VOP mode

[PATCH 08/18] serial: add uart driver for MediaTek MT7620 SoC
 2020-10-30 18:15 UTC  (6+ messages)

[PATCH 00/25] binman: Support compression of sections
 2020-10-30 18:15 UTC  (6+ messages)
` [PATCH 16/25] binman: Avoid reporting image-pos with compression

[PATCH] Makefile: Correctly propagate failure when removing target
 2020-10-30 18:15 UTC  (4+ messages)

[PATCH 00/33] stm32: enable logging features
 2020-10-30 18:15 UTC  (6+ messages)

[PATCH] fs/squashfs: Fix index off by 1 for inode SQFS_LDIR_TYPE
 2020-10-30 17:48 UTC  (2+ messages)

[PATCH v7 00/17] efi_loader: add capsule update support
 2020-10-30 17:46 UTC  (8+ messages)
` [PATCH v7 01/17] dfu: rename dfu_tftp_write() to dfu_write_by_name()
` [PATCH] test: unit test for efi_create_indexed_name()

[PATCH] cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT
 2020-10-30 17:25 UTC 

[PATCH 1/1] env: typo enougth
 2020-10-30 17:14 UTC  (2+ messages)

[PATCH v4 0/8] rockchip: Add Engicam PX30.Core support
 2020-10-30 15:29 UTC  (11+ messages)
` [PATCH v4 4/8] board: engicam: Attach i.MX6 common code
` [PATCH v4 5/8] rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
` [PATCH v4 6/8] arm64: dts: rockchip: px30: Add Engicam C.TOUCH 2.0
` [PATCH v4 7/8] rockchip: Add Engicam PX30.Core "
` [PATCH v4 8/8] doc: rockchip: Document Rockchip miniloader flashing

[PATCH] configs: meson64_android: don't show logo on ROM USB boot
 2020-10-30 15:21 UTC  (2+ messages)

[PATCH v1 0/7] toradex: add support for Apalis iMX8X WB IT V1.1 module
 2020-10-30 15:19 UTC  (3+ messages)
` [PATCH v1 5/7] apalis-imx8: add implementation for board_mem_get_layout

[PATCH v1] verdinx-imx8mm: enable fdt overlays and env importing
 2020-10-30 15:17 UTC  (3+ messages)

[RESEND PATCH v1] verdin-imx8mm: enable fdt overlays and env importing
 2020-10-30 15:16 UTC  (2+ messages)

[PATCH] km/arm: coding style clean up
 2020-10-30 15:10 UTC  (2+ messages)

[PATCH] rockchip: mkimage: Remove host endianness dependency
 2020-10-30 15:07 UTC  (2+ messages)

[PATCH 1/4] rockchip: Enable Console MUX in ROCKPi N10
 2020-10-30 15:05 UTC  (8+ messages)
` [PATCH 2/4] arm64: dts: rockchip: Add chosen node for ROCK-Pi N8
` [PATCH 3/4] video: rockchip: Support 4K resolution for rk3288, HDMI
` [PATCH 4/4] rockchip: Enable Console MUX in ROCKPi N8

[PATCH] dm: soc: Add SoC id for attribute matching
 2020-10-30 14:54 UTC  (3+ messages)

[PATCH 0/3] mmc support for QEMU
 2020-10-30 14:53 UTC  (3+ messages)

[PATCH] dm: core: Add of_match_node helper function
 2020-10-30 14:03 UTC 

[u-boot PATCH] configs: am65/j72x: Set CONFIG_LOGLEVEL to 7
 2020-10-30 13:00 UTC 

[PATCH] ram: rockchip: px30: add a config-based ddr selection
 2020-10-30 10:58 UTC  (3+ messages)

[PATCH] video: rockchip: Add missing dpcd_write() call to link_train_ce()
 2020-10-30 10:22 UTC  (11+ messages)

[PATCH 0/3] rockchip: efuse: add RK3288/RK3328 support
 2020-10-30 10:21 UTC  (3+ messages)
` [PATCH 1/3] rockchip: efuse: add support for RK3288 non-secure efuse

[PATCH v4 0/3] Add support for LX2162AQDS board
 2020-10-30 10:18 UTC  (4+ messages)
` [PATCH v4 2/3] armv8: lx2162a: Add Soc changes to support LX2162A

[PATCH] rockchip: Rock960: fix up USB support
 2020-10-30 10:07 UTC  (2+ messages)

[PATCH 3/3] mmc: Only retrieve cd pin when GPIO is enabled
 2020-10-30  8:45 UTC 

[PATCH 2/3] acpi: Only include asm header when available
 2020-10-30  8:45 UTC 

[PATCH 1/3] gpio: do not include <asm/arch/gpio.h> on ARCH_QEMU
 2020-10-30  8:45 UTC 

stm32mp: The purpose of "!tee_find_device()"
 2020-10-30  8:28 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox