public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2021-03-04 20:04:24 to 2021-03-07 01:31:02 UTC [more...]

[PATCH v2 00/19] video: sunxi: rework DE2 driver
 2021-03-07  1:31 UTC  (23+ messages)
` [PATCH v2 01/19] sunxi: video: select dw-hdmi in Kconfig, not Makefile
` [PATCH v2 02/19] video: sunxi: Add mode_valid callback to sunxi_dw_hdmi
` [PATCH v2 03/19] common: edid: check for digital display earlier
` [PATCH v2 04/19] common: edid: extract code for detailed timing search
` [PATCH v2 05/19] common: edid: Search for valid timing in extension block
` [PATCH v2 06/19] video: sunxi: Use DW-HDMI hpd function
` [PATCH v2 07/19] video: sunxi: Remove check for ddc-i2c-bus property
` [PATCH v2 08/19] video: sunxi: Remove TV probe from DE2
` [PATCH v2 09/19] video: sunxi: de2: switch to public uclass functions
` [PATCH v2 10/19] video: sunxi: dw-hdmi: probe driver by compatible
` [PATCH v2 11/19] video: sunxi: dw-hdmi: read address from DT node
` [PATCH v2 12/19] video: sunxi: de2: switch to DT probing
` [PATCH v2 13/19] video: sunxi: de2: read address from DT node
` [PATCH v2 14/19] clk: sunxi: Add DE2 and HDMI clocks to H3 and A64
` [PATCH v2 15/19] clk: sunxi: add DE2 clock driver
` [PATCH v2 16/19] video: sunxi: de2: switch clock setup to DM model
` [PATCH v2 17/19] video: dw-hdmi: modify phy init callback to include full timings
` [PATCH v2 18/19] video: sunxi: Add DW HDMI PHY driver
` [PATCH v2 19/19] video: sunxi: dw-hdmi: Use new "

U-Boot CI error, unable to reproduce locally
 2021-03-07  1:27 UTC 

request for i.MX8MM Venice test
 2021-03-07  0:59 UTC 

[PATCH] armv8: SPL: discard relocation information
 2021-03-07  0:52 UTC 

[PATCH u-boot-marvell] ddr: marvell: axp: fix array types have different bounds warning
 2021-03-06 23:00 UTC 

test/image/test-imagetools.sh: Broken by 3f04db89
 2021-03-06 22:45 UTC 

[PATCH u-boot] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
 2021-03-06 22:43 UTC 

[PATCH] Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning
 2021-03-06 22:16 UTC 

[PATCH 1/1] configs: EXT4, FAT, hush shell, env on S-mode MAIX
 2021-03-06 22:02 UTC  (2+ messages)

[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
 2021-03-06 21:49 UTC  (48+ messages)
` [RFC PATCH u-boot 01/12] build: use thin archives instead of incremental linking
` [RFC PATCH u-boot 02/12] sandbox: errno: avoid conflict with libc's errno
` [RFC PATCH u-boot 03/12] linker_lists: declare entries and lists externally visible
` [RFC PATCH u-boot 04/12] efi_loader: fix warning when linking with LTO
` [RFC PATCH u-boot 06/12] build: support building with Link Time Optimizations

[PATCH 0/5] riscv: enable SBI system reset
 2021-03-06 21:48 UTC  (17+ messages)
` [PATCH 1/5] risv: add missing SBI extension definitions
` [PATCH 2/5] cmd/sbi: use constants instead of numerical values
` [PATCH 3/5] sysreset: provide SBI based sysreset driver
` [PATCH 4/5] pinctrl: K210_PINCTRL depends on REGMAP and on SYSCON
` [PATCH 5/5] maix: enable SBI system reset for MAIX

[PATCH] doc: stm32mp1: Use u-boot.itb if CONFIG_SPL_LOAD_FIT=y
 2021-03-06 20:44 UTC 

[PATCH] cmd: part: number: remove inconsistent 0x from returned value
 2021-03-06 20:12 UTC  (5+ messages)

[PATCH 00/19] video: sunxi: Rework DE2 driver
 2021-03-06 19:16 UTC  (4+ messages)
` [PATCH 04/19] common: edid: extract code for detailed timing search

[PATCH] odroid-go2: remove setting SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
 2021-03-06 15:37 UTC  (6+ messages)

pull request of u-boot-fsl-qoriq for v2021.04
 2021-03-06 14:37 UTC  (2+ messages)

[PATCH 2/5] configs: ds414: Enable XHCI_PCI by default
 2021-03-06  8:15 UTC  (3+ messages)
` [PATCH v2 "

[PATCH u-boot] regmap: fix a serious pointer casting bug
 2021-03-06  5:45 UTC  (3+ messages)

Implementation - HABv4 on imx8m
 2021-03-06  5:00 UTC  (2+ messages)

[PATCH] ARM: da850-evm: Fix boot issues from missing SPL_PAD_TO
 2021-03-06  2:48 UTC 

Fastboot
 2021-03-06  2:20 UTC  (2+ messages)

[PATCH 1/6] efi_selftest: Remove loadfile2 for initrd selftests
 2021-03-05 22:23 UTC  (6+ messages)
` [PATCH 2/6] efi_loader: Add device path related functions for initrd via Boot####
` [PATCH 3/6] efi_loader: Introduce helper functions for EFI
` [PATCH 4/6] efi_loader: Replace config option for initrd loading
` [PATCH 5/6] efidebug: add multiple device path instances on Boot####
` [PATCH 6/6] doc: Update uefi documentation for initrd loading options

[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()
 2021-03-05 22:11 UTC 

[PATCH 1/4] watchdog: Set/unset GD_FLG_WDT_READY flag in wdt_start()/wdt_stop()
 2021-03-05 21:36 UTC  (4+ messages)
` [PATCH 2/4] watchdog: Show error message when initr_watchdog() cannot start watchdog
` [PATCH 3/4] watchdog: Allow to use CONFIG_WDT without starting watchdog
` [PATCH 4/4] arm: mvebu: Espressobin: Enable watchdog support but do not start it

[PATCH v2 0/5] sysinfo: Add gpio sysinfo driver
 2021-03-05 20:12 UTC  (6+ messages)
` [PATCH v2 1/5] dm: gpio: Fix gpio_get_list_count failing with livetree
` [PATCH v2 2/5] sysinfo: Provide some global/default IDs
` [PATCH v2 3/5] sysinfo: Require that sysinfo_detect be called before other methods
` [PATCH v2 4/5] sysinfo: Add gpio-sysinfo driver
` [PATCH v2 5/5] test: Add gpio-sysinfo test

[PATCH 5/5] ds414: Add sample u-boot update command
 2021-03-05 20:05 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 4/5] ds414: Auto-populate env if appropriate
 2021-03-05 20:05 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 3/5] board/Synology: Unify legacy kernel support
 2021-03-05 20:04 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/5] sysinfo: Add gpio sysinfo driver
 2021-03-05 19:43 UTC  (19+ messages)
` [PATCH 1/5] dm: gpio: Fix gpio_get_list_count failing with livetree
` [PATCH 2/5] sysinfo: Provide some global/default IDs
` [PATCH 3/5] sysinfo: Require that sysinfo_detect be called before other methods
` [PATCH 4/5] sysinfo: Add gpio-sysinfo driver
` [PATCH 5/5] test: Add gpio-sysinfo test

[PATCH] rk3399: Add basic support for helios64
 2021-03-05 18:08 UTC  (5+ messages)

reserved memory from devicetree definition
 2021-03-05 18:01 UTC  (4+ messages)

[PATCH 1/1] doc: move README.dfu to HTML documentation
 2021-03-05 17:41 UTC 

[PATCH 1/1] dfu: newline after updating
 2021-03-05 17:36 UTC 

fec_mxc send error while porting fec_mxc driver
 2021-03-05 16:27 UTC 

Rpi boots with boot.scr and does not with extlinux.conf
 2021-03-05 16:08 UTC  (2+ messages)

Dead code CONFIG_ARMADA_39X?
 2021-03-05 14:52 UTC  (2+ messages)
` [PATCH] arm: mvebu: a38x: Remove dead code ARMADA_39X

[PATCH v5 0/3] Move qfw to DM, add Arm support
 2021-03-05 14:38 UTC  (6+ messages)
` [PATCH v5 1/3] x86: qemu: move QFW to its own uclass

[PATCH] arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables
 2021-03-05 14:18 UTC 

[PATCH] nvme: Elaborate on cache maintenance operation in get/set_features
 2021-03-05 12:14 UTC  (4+ messages)

[patch v4 0/9] rk3399 (Pinebook pro) EDP support
 2021-03-05 10:27 UTC  (10+ messages)
` [patch v4 1/9] rockchip: video: vop: Use endpoint compatible string to find VOP mode
` [patch v4 2/9] rockchip: video: edp: Add rk3399 support
` [patch v4 3/9] Rockchip: video: edp: Change interrupt polarity configuration
` [patch v4 4/9] Rockchip: video: vop: Reserve efi fb memory
` [patch v4 5/9] rockchip: Pinebook Pro: Enable edp
` [patch v4 6/9] rockchip: pwm: Fix default polarity
` [patch v4 7/9] rockchip: video: vop: Fix format of fbbase in debug string
` [patch v4 8/9] rockchip: video: edp: Add missing reset support
` [patch v4 9/9] rockchip: video: vop: Add "

[v5 0/7] Add Vendor Authorized Boot (VAB) support
 2021-03-05  9:09 UTC  (3+ messages)
` [v5 2/7] arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)

[PATCH v2] mmc: mtk-sd: increase the minimum bus frequency
 2021-03-05  8:47 UTC  (2+ messages)

[PATCHv3] arm64: gic-v3-its: Clear the Pending table before enabling LPIs
 2021-03-05  7:02 UTC 

[PATCHv2] arm64: gic-v3-its: Clear the Pending table before enabling LPIs
 2021-03-05  6:48 UTC  (3+ messages)

[PATCH] mips: mt7628: fix the displayed DDR type of mt7628
 2021-03-05  6:22 UTC  (2+ messages)

[PATCH] common: board_f: Restore 85xx watchdog support
 2021-03-05  5:36 UTC  (3+ messages)

[PATCH 1/3] rtc: ds1307: Add ds1339 compatible
 2021-03-05  4:09 UTC  (2+ messages)

[PATCH v4 00/42] test: Refactor tests to have a single test runner
 2021-03-05  4:09 UTC  (4+ messages)
` [PATCH v4 35/42] test: Rename all linker lists to have a ut_ prefix

[PATCH] Azure/GitLab: Use buildman -T0 for binman, etc, test
 2021-03-05  4:09 UTC  (5+ messages)

[PATCH 00/20] ppc: qemu: Add eTSEC support
 2021-03-05  4:08 UTC  (11+ messages)
` [PATCH 02/20] net: phy: xilinx: Convert to use APIs which support live DT
` [PATCH 06/20] of: extra: Introduce ofnode_phy_is_fixed_link() API
` [PATCH 07/20] test: dm: Add a case to test ofnode_phy_is_fixed_link()
` [PATCH 17/20] test: dm: Add a test case for simple-bus <ranges>

[PATCH 0/4] Remove addr parameter from reset_cpu()
 2021-03-05  4:08 UTC  (3+ messages)

[PATCH v2] cmd: gpt: Add option to write GPT partitions to environment variable
 2021-03-05  4:08 UTC  (2+ messages)

[PATCH v2] watchdog: Add booke watchdog driver
 2021-03-05  3:32 UTC 

[PATCH] mips: mt7628: fix ddr_type for MT7688KN
 2021-03-05  3:30 UTC  (3+ messages)

[PATCH] mmc: mtk-sd: increase the minimum bus frequency
 2021-03-05  2:49 UTC  (3+ messages)

[PATCH] configs: mt7622: enable debug uart for mt7622_rfb_defconfig
 2021-03-05  2:41 UTC 

[PATCH] board: mt7629: enable compression of u-boot to reduce the size of final image
 2021-03-05  2:39 UTC 

[PATCH] serial: mtk: rewrite the setbrg function
 2021-03-05  2:35 UTC 

[PATCH] dts: mt7629: enable JTAG pins by default
 2021-03-05  2:27 UTC 

[PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
 2021-03-05  2:24 UTC 

[PATCH 0/4] Minor fixes for MediaTek pinctrl driver
 2021-03-05  2:22 UTC  (5+ messages)
` [PATCH 1/4] pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name
` [PATCH 2/4] pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl
` [PATCH 3/4] pinctrl: mediatek: do not probe gpio driver if not enabled
` [PATCH 4/4] pinctrl: mt7629: add jtag function and pin group

[PATCH 1/2] gitlab: Move the n900 test into its own section
 2021-03-05  2:02 UTC  (3+ messages)
` [PATCH 2/2] buildman: Support single-threaded operation

Please pull u-boot-video/next-2021-03-04
 2021-03-05  2:02 UTC  (2+ messages)

[PATCH] Nokia RX-51: Enable CONFIG_CMD_BOOTD
 2021-03-05  2:02 UTC  (2+ messages)

[PATCH] fs/squashfs: Fix compilation error
 2021-03-05  2:02 UTC  (2+ messages)

[PATCH v3 1/4] firmware: scmi: voltage regulator
 2021-03-04 23:37 UTC  (3+ messages)

[RFC] devices without FDT node
 2021-03-04 20:28 UTC  (4+ messages)

[PATCH] imx: Add IMX_HAB support for i.MX7ULP and i.MX8M
 2021-03-04 20:04 UTC  (2+ messages)


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