messages from 2021-03-06 02:20:12 to 2021-03-08 00:34:41 UTC [more...]
[PATCH v5 00/41] test: Refactor tests to have a single test runner
2021-03-08 0:34 UTC (6+ messages)
` [PATCH v5 01/41] dm: core: Fix allocation of empty of-platdata
` [PATCH v5 02/41] doc: Tidy up testing section
` [PATCH v5 03/41] doc: Document make tcheck
` [PATCH v5 04/41] sandbox: Drop the 'starting...' message
` [PATCH v5 05/41] test: Re-enable test_ofplatdata
[PATCH] configs: add PineTab defconfig
2021-03-08 0:13 UTC (6+ messages)
[RFC] tests in test/dm/video.c are not independent
2021-03-07 23:27 UTC (2+ messages)
[PATCH v4 00/42] test: Refactor tests to have a single test runner
2021-03-07 23:21 UTC (10+ messages)
` [PATCH v4 06/42] doc: Explain how to run tests without pytest
` [PATCH v4 39/42] doc: Move coccinelle into its own section
` [PATCH v4 42/42] doc: Explain briefly how to write new tests
[PATCH] pico-imx6ul: Pass the PMIC I2C address in pmic_get()
2021-03-07 23:05 UTC (2+ messages)
[PATCH 0/2] ANATOP regulator driver
2021-03-07 23:04 UTC (4+ messages)
` [PATCH 1/2] power: regulator: add driver for ANATOP regulator
` [PATCH 2/2] doc: device-tree-bindings: regulator: anatop regulator
[PATCH 00/20] binman: Support devicetree update in all entries
2021-03-07 22:37 UTC (28+ messages)
` [PATCH 01/20] binman: Allow extracting to current directory
` [PATCH 02/20] binman: Document ExpandEntries() in the base class
` [PATCH 03/20] binman: Update entry help for files-align
` [PATCH 04/20] binman: Tidy up underscores in entry documentation
` [PATCH 05/20] binman: Correct the documentation for u-boot-spl-bss-pad
` [PATCH 06/20] binman: Add support for u-boot-tpl-nodtb
` [PATCH 07/20] binman: Add support for u-boot-tpl-bss-bad
` [PATCH 08/20] binman: Allow using an an 'expanded' entry type
` [PATCH 09/20] binman: Allow a way to select expanded entries
` [PATCH 10/20] binman: Plumb expanded entries through fully
` [PATCH 11/20] binman: Automatically expand phase binaries into sections
` [PATCH 12/20] Makefile: Pass new entry args to binman
` [PATCH 13/20] x86: Make use of binman expanded entries
` [PATCH 14/20] x86: dts: Drop unused CONFIG_SPL
` [PATCH 15/20] doc: Move UEFI down a bit
` [PATCH 16/20] binman: doc: Add documentation to htmldocs
` [PATCH 17/20] binman: Rearrange documentation into headings
` [PATCH 18/20] binman: Incorporate entry documentation
` [PATCH 19/20] binman: Drop repetitive heading for each entry
` [PATCH 20/20] binman: Update various pieces of the documentation
[PATCH v2 3/5] board/Synology: Unify legacy kernel support
2021-03-07 21:22 UTC (2+ messages)
` [PATCH v3 "
[PATCH 2/5] configs: ds414: Enable XHCI_PCI by default
2021-03-07 21:21 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v3 "
[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
2021-03-07 20:49 UTC (57+ messages)
` [PATCH u-boot-marvell 01/39] ddr: marvell: axp: align signature of mv_xor_mem_init() with a38x
` [PATCH u-boot-marvell 02/39] ddr: marvell: axp: fix array types have different bounds warning
` [PATCH u-boot-dm 03/39] regmap: fix a serious pointer casting bug
` [PATCH u-boot 04/39] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
` [PATCH u-boot 05/39] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot 06/39] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot 07/39] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot 08/39] linker_lists: prepare macros to avoid code repetition
` [PATCH u-boot 09/39] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot 10/39] linker_lists: declare lists and entries as __ADDRESSABLE for LTO
` [PATCH u-boot 11/39] binman: declare symbols externally visible
` [PATCH u-boot 12/39] string: make memcpy() and memset() visible to fix LTO linking errors
` [PATCH u-boot 13/39] efi_loader: fix warning when linking with LTO
` [PATCH u-boot 14/39] lib: crc32: make the crc_table variable non-const
` [PATCH u-boot 14/39] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot 15/39] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot 16/39] build: use thin archives instead of incremental linking
` [PATCH u-boot 17/39] build: support building with Link Time Optimizations
` [PATCH u-boot 18/39] build: LTO: move platform libs into --start-group list
` [PATCH u-boot 19/39] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot 20/39] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot 21/39] sandbox: make LTO available
` [PATCH u-boot 22/39] sandbox: enable LTO by default
` [PATCH u-boot 23/39] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot 24/39] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot 25/39] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot 26/39] ARM: fix LTO for imx28_xea
` [PATCH u-boot 27/39] ARM: fix LTO for apf27
` [PATCH u-boot 28/39] ARM: fix LTO for keystone
` [PATCH u-boot 29/39] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot 30/39] ARM: imx6m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot 31/39] ARM: fix LTO for seaboard
` [PATCH u-boot 32/39] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot 33/39] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot 34/39] armv8: SPL: discard relocation information
` [PATCH u-boot 35/39] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot 36/39] ARM: make LTO available
` [PATCH u-boot 37/39] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot 38/39] ARM: enable LTO for some boards
` [PATCH u-boot 39/39] DO NOT MERGE! ARM: enable LTO by default
Pull request for efi-2021-04-rc3-3
2021-03-07 19:07 UTC
[PATCH 0/2] drivers: usb: phy: add driver for usb-nop-xceiv
2021-03-07 18:58 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] doc: device-tree-bindings: phy: usb-nop-xceiv
Fastboot
2021-03-07 18:31 UTC (5+ messages)
rpi: "stdout=serial,vidconsole\0"
2021-03-07 17:31 UTC
Broken build on OpenBSD
2021-03-07 13:48 UTC (3+ messages)
[PATCH] Nokia RX-51: Enable CONFIG_WDT to remove deprecation warning
2021-03-07 13:30 UTC (2+ messages)
Habv4 on imx8m
2021-03-07 11:05 UTC (7+ messages)
[PATCH v2 00/19] video: sunxi: rework DE2 driver
2021-03-07 7:35 UTC (26+ 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 "
[RFC PATCH u-boot 00/12] U-Boot LTO (Sandbox + ARM Nokia RX-51)
2021-03-07 4:06 UTC (37+ 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
[PATCH 1/2] arm: omap3: Make secureworld_exit() static
2021-03-07 4:03 UTC (2+ messages)
` [PATCH 2/2] arm: omap3: Make secure_unlock_mem() static
[PATCH v6 0/4] Move qfw to DM, add Arm support
2021-03-07 3:59 UTC (5+ messages)
` [PATCH v6 1/4] x86: qemu: move QFW to its own uclass
` [PATCH v6 2/4] test: qemu: add qfw sandbox driver, dm tests, qemu tests
` [PATCH v6 3/4] qemu: add MMIO driver for QFW
` [PATCH v6 4/4] qemu: arm: select QFW, MMIO on qemu-arm
[PATCH v5 0/3] Move qfw to DM, add Arm support
2021-03-07 3:59 UTC (7+ messages)
` [PATCH v5 1/3] x86: qemu: move QFW to its own uclass
[PATCH] arm: omap3: Make try_unlock_memory() static
2021-03-07 3:53 UTC
U-Boot CI error, unable to reproduce locally
2021-03-07 2:25 UTC (3+ messages)
request for i.MX8MM Venice test
2021-03-07 2:10 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 1/1] configs: EXT4, FAT, hush shell, env on S-mode MAIX
2021-03-06 22:02 UTC (2+ messages)
[PATCH 0/5] riscv: enable SBI system reset
2021-03-06 21:48 UTC (13+ messages)
` [PATCH 1/5] risv: add missing SBI extension definitions
` [PATCH 3/5] sysreset: provide SBI based sysreset driver
` [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 u-boot] regmap: fix a serious pointer casting bug
2021-03-06 5:45 UTC (2+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox