messages from 2023-02-25 22:37:46 to 2023-02-28 01:53:01 UTC [more...]
[PATCHv4 0/5] FWU: Handle meta-data in common code
2023-02-28 1:52 UTC (7+ messages)
` [PATCHv4 2/5] fwu: move meta-data management in core
[PATCH v5 0/6] FWU: Handle meta-data in common code
2023-02-28 1:51 UTC (11+ messages)
` [PATCH v5 1/6] dt/bindings: fwu-mdata-mtd: drop changes outside FWU
` [PATCH v5 2/6] fwu: gpt: use cached meta-data partition numbers
` [PATCH v5 3/6] fwu: move meta-data management in core
` [PATCH v5 4/6] fwu: gpt: implement read_mdata and write_mdata callbacks
` [PATCH v5 5/6] fwu: meta-data: switch to management by common code
` [PATCH v5 6/6] fwu: rename fwu_get_verified_mdata to fwu_get_mdata
[PATCH 1/7] global: Disable deprecated-non-prototype warning with clang
2023-02-28 1:38 UTC (15+ messages)
` [PATCH 2/7] dlmalloc: Fix a warning with clang-15
` [PATCH 3/7] libavb: "
` [PATCH 4/7] zlib: trees.c: "
` [PATCH 5/7] imx8image: Remove unused cont_img_count variable
` [PATCH 6/7] proftool: Remove unused variables in make_flame_tree
` [PATCH 7/7] CI: Move to clang-15
[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
2023-02-28 1:17 UTC (32+ messages)
` [PATCH RFC u-boot-mvebu 57/59] arm: mvebu: Define env_sf_get_env_addr() also for Proper U-Boot
` [PATCH 0/2] arm: mvebu: clearfog: defconfig updates
` [PATCH 1/2] arm: mvebu: clearfog: Fix MMC detection
` [PATCH 2/2] arm: mvebu: clearfog: Add defconfig for SPI booting
[PATCHv3 0/5] FWU: Add support for mtd backed feature on DeveloperBox
2023-02-28 0:58 UTC (5+ messages)
` [PATCHv3 1/5] FWU: Add FWU metadata access driver for MTD storage regions
[RFC PATCH] binman: bintool: etype: Add support for ti-secure entry
2023-02-28 0:35 UTC (2+ messages)
[PATCH v7 00/10] vidconsole: refactoring and support for wider fonts
2023-02-28 0:35 UTC (13+ messages)
` [PATCH v7 01/10] video console: refactoring and optimization
` [PATCH v7 02/10] video console: add support for fonts wider than 1 byte
` [PATCH v7 03/10] video console: move 8x16 font data in named header
` [PATCH v7 04/10] video console: implement multiple fonts configuration
` [PATCH v7 05/10] video console: move vidconsole_get_font_size() logic to driver ops
` [PATCH v7 06/10] video console: allow font size configuration at runtime
` [PATCH v7 07/10] video console: add 12x22 Sun font from linux
` [PATCH v7 08/10] video console: add 16x32 Terminus "
` [PATCH v7 09/10] video console: sandbox_defconfig: add 12x22 font
` [PATCH v7 10/10] video console: add 12x22 console simple font test
[PATCH] CI: gitlab: Collect pytest artifacts
2023-02-27 23:36 UTC (2+ messages)
[PATCH] net: ravb: Support fixed PHY in R-Car
2023-02-27 23:04 UTC
[PATCH 1/2] i2c: rcar_iic: Sort Kconfig depends list ascending
2023-02-27 23:03 UTC (2+ messages)
` [PATCH 2/2] i2c: rcar_i2c: "
[PATCH 1/2] ARM: renesas: falcon: Initialize ARM generic timer and GICv3 if EL3
2023-02-27 23:02 UTC (2+ messages)
` [PATCH 2/2] ARM: renesas: falcon: Enable RWDT reset for V3U Falcon
[PATCH] ARM: renesas: Enable DTO support by default on R-Car Gen3
2023-02-27 23:00 UTC
[PATCH] ARM: renesas: Demote overlap memory nodes message to debug on Gen3
2023-02-27 23:00 UTC
[PATCH] ARM: renesas: Remove defines for USB on Eagle/Condor
2023-02-27 22:59 UTC
[PATCH 1/3] sysinfo: rcar3: Fix Draak and Eagle board code
2023-02-27 22:58 UTC (3+ messages)
` [PATCH 2/3] ARM: dts: renesas: Enable sysinfo on R-Car V3H Condor/Condor-I
` [PATCH 3/3] ARM: dts: renesas: Enable sysinfo on R-Car D3 Draak
[PATCH 1/2] mmc: renesas-sdhi: Always configure default SDnH clock rate to 800 MHz
2023-02-27 22:49 UTC (2+ messages)
` [PATCH 2/2] mmc: renesas-sdhi: Add proper probe error fail path
[ANN] U-Boot v2023.04-rc3 released
2023-02-27 22:19 UTC
[PATCH] image: Fix potentially uninitialized data variable
2023-02-27 19:56 UTC
[PATCH] console: Use only 0x00 as line separator for console recording
2023-02-27 19:55 UTC
[PATCH 01/32] cmd: fdt: Import is_printable_string() from DTC to fix u32 misprint
2023-02-27 19:53 UTC (32+ messages)
` [PATCH 02/32] cmd: fdt: Fix handling of empty properties for fdt get addr and fdt get size
` [PATCH 03/32] cmd: fdt: Fix fdt rm behavior on non-existent property and error message space
` [PATCH 04/32] cmd: fdt: Fix fdt rsvmem behavior on non-existent index "
` [PATCH 05/32] cmd: fdt: Check argc before accessing argv in fdt bootcpu
` [PATCH 06/32] cmd: fdt: Check argc before accessing argv in fdt memory
` [PATCH 07/32] cmd: fdt: Align checksign parameter names in help text
` [PATCH 08/32] cmd: fdt: Handle 64bit pointers in fdt get addr
` [PATCH 09/32] cmd: fdt: Map address returned from fdt get addr to sysmem
` [PATCH 10/32] cmd: fdt: Add support for integer arrays in fdt get value with index
` [PATCH 11/32] test: Add ut_assert_nextline_empty() empty line helper
` [PATCH 12/32] test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()
` [PATCH 13/32] test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()
` [PATCH 14/32] test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it
` [PATCH 15/32] test: cmd: fdt: Test alias resolution in 'fdt get value'
` [PATCH 16/32] test: cmd: fdt: Test both string and integer arrays "
` [PATCH 17/32] test: cmd: fdt: Test fdt move
` [PATCH 18/32] test: cmd: fdt: Test fdt resize
` [PATCH 19/32] test: cmd: fdt: Test fdt print and list
` [PATCH 20/32] test: cmd: fdt: Test fdt get name
` [PATCH 21/32] test: cmd: fdt: Test fdt get addr
` [PATCH 22/32] test: cmd: fdt: Test fdt get size
` [PATCH 23/32] test: cmd: fdt: Test fdt set
` [PATCH 24/32] test: cmd: fdt: Test fdt mknode
` [PATCH 25/32] test: cmd: fdt: Test fdt rm
` [PATCH 26/32] test: cmd: fdt: Test fdt header
` [PATCH 27/32] test: cmd: fdt: Test fdt bootcpu
` [PATCH 28/32] test: cmd: fdt: Test fdt memory
` [PATCH 29/32] test: cmd: fdt: Test fdt rsvmem
` [PATCH 30/32] test: cmd: fdt: Test fdt chosen
` [PATCH 31/32] test: cmd: fdt: Test fdt apply
` [PATCH 32/32] test: cmd: fdt: Add list of remaining missing tests
[PATCH v5 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
2023-02-27 18:10 UTC (3+ messages)
` [PATCH v5 1/2] "
` [PATCH 2/2] arm: rk3399: usb2phy: phy-rockchip-inno-usb2.c: Implement operations for the 480MHz usb2phy clock in rk3399
[PATCH] mtd: spinand: Fix display of unknown raw ID
2023-02-27 18:07 UTC (4+ messages)
[PATCH] kconfig: Proposed language extension for multiple builds
2023-02-27 18:00 UTC (14+ messages)
[PATCH] mtd: nand: Show reserved block in chip.erase
2023-02-27 17:24 UTC (2+ messages)
[PATCH 00/14] Backport BRCMNAND changes from Linux
2023-02-27 17:18 UTC (4+ messages)
[PATCH v2] spi: xilinx_spi: Fix spi reset
2023-02-27 15:09 UTC
[PATCH] spi: xilinx_spi: Fix potential null pointer access
2023-02-27 15:01 UTC (3+ messages)
Pull request for u-boot-nand-20230227
2023-02-27 17:15 UTC (2+ messages)
[PATCH v2] mtd: nand: Mark reserved blocks
2023-02-27 16:36 UTC (5+ messages)
[PATCH 1/2] MAINTAINERS: Add entry for SPI NAND framework and drivers
2023-02-27 15:24 UTC (2+ messages)
[PATCH v4 00/11] Fixes for Rockchip NFC driver part 1
2023-02-27 15:17 UTC (8+ messages)
` [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
` [RFC PATCH v1 1/4] drivers: use dev_read_addr_index_ptr when cast to pointer
` [RFC PATCH v1 2/4] drivers: use dev_read_addr_ptr "
` [RFC PATCH v1 3/4] drivers: use devfdt_get_addr_size_index_ptr "
[PATCH 0/4] Fix arasan nand driver issues
2023-02-27 15:13 UTC (4+ messages)
` [PATCH 3/4] arm64: dts: zynqmp: Fix nand dt node
[PATCH v3 00/19] Support android boot image v3/v4
2023-02-27 14:18 UTC (5+ messages)
` [PATCH v3 18/19] test/py: android: extend abootimg test
[PATCH v3 0/3] imx93: add ADC support
2023-02-27 12:55 UTC (4+ messages)
` [PATCH 1/3] dm: adc: add iMX93 "
` [PATCH 2/3] imx93_evk: add adc node to dts file
` [PATCH 3/3] imx93_evk: defconfig: add adc support
[PATCH] spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
2023-02-27 10:22 UTC (2+ messages)
[PATCH 1/2] clk: sunxi: add THS clk/reset
2023-02-27 10:20 UTC (4+ messages)
` [PATCH 2/2] drivers: thermal: Introduce sun8i_thermal
[PATCH v4 0/2] arm: dts: rockchip: rk3399: usb: ehci: Fix EHCI probe in rk3399 to access peripherals by USB 2
2023-02-27 12:22 UTC (3+ messages)
[PATCH] spl: spl_fit: add weak prototype for fpga_load
2023-02-27 10:27 UTC
[PATCH] arm64: zynqmp: Remove comment about gem spec in kv260
2023-02-27 8:11 UTC (2+ messages)
[PATCH 1/2] cmd: smccc: Print results in hex instead of dec
2023-02-27 8:11 UTC (2+ messages)
[PATCH v1 00/11] rockchip fixes and extend rk3568 support
2023-02-27 7:10 UTC (3+ messages)
` [PATCH v1 09/11] rockchip: move dwc3 config to chip specific handler
i.MX8M binman
2023-02-27 0:32 UTC (6+ messages)
[PATCH] arm: dts: ls1088a-rdb: replace 'xgmii' with '10gbase-r'
2023-02-27 0:22 UTC (2+ messages)
[PATCH 0/5] board: freescale: remove non-DM_ETH code for Layerscape DPAA2 platforms
2023-02-27 0:21 UTC (2+ messages)
[PATCH v2 00/11] Tegra DC improvements
2023-02-26 18:20 UTC (12+ messages)
` [PATCH v2 01/11] tegra: lcd: video: integrate display driver for t30
` [PATCH v2 02/11] video: move tegra dc driver into own folder
` [PATCH v2 03/11] video: tegra-dc: get clocks from device tree
` [PATCH v2 04/11] video: tegra-dc: request timings from panel driver first
` [PATCH v2 05/11] video: tegra-dc: assign regmap directly
` [PATCH v2 06/11] video: tegra-dc: add 180 degree panel rotation
` [PATCH v2 07/11] video: tegra-dc: add panel_set_backlight call
` [PATCH v2 08/11] video: tegra-dc: pass DC regmap to internal devices
` [PATCH v2 09/11] video: tegra20: add DSI controller driver
` [PATCH v2 10/11] simple_panel: add support for get_display_timing
` [PATCH v2 11/11] simple_panel: support simple MIPI DSI panels
[PATCH] Reads high bits of DDR type for Rockchip
2023-02-26 15:00 UTC (2+ messages)
[PATCH v2 00/26] CONFIG_IS_ENABLED vs IS_ENABLED
2023-02-26 14:56 UTC (15+ messages)
` [PATCH v2 01/26] kconfig: add IS_ENABLED_NOCHECK to bypass usage_of_is_enabled_check
` [PATCH v2 13/26] ringneck-px30: use IS_ENABLED_NOCHECK to avoid CI test failure for ENV_IS_NOWHERE
` [PATCH v2 14/26] puma-rk3399: "
` [PATCH v2 19/26] solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of CONFIG_CMD_SATA
` [PATCH v2 20/26] wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATA
` [PATCH v2 22/26] x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)
` [PATCH v2 23/26] gateworks: venice: Always define setup_fec and setup_eqos
[PATCH 1/1] sandbox: allow building sandbox_spl with CONFIG_DEBUG
2023-02-26 14:56 UTC (4+ messages)
[PATCH v6 00/10] vidconsole: refactoring and support for wider fonts
2023-02-26 14:56 UTC (4+ messages)
` [PATCH v6 5/9] video console: move vidconsole_get_font_size() to test.h
[PATCH v5 0/6] rockchip: Use external TPL binary to create a working firmware image
2023-02-26 14:56 UTC (3+ messages)
` [PATCH v5 6/6] binman: Mark mkimage entry missing when its subnodes is missing
[PATCH v2 1/1] spl: allow loading via partition type GUID
2023-02-26 14:56 UTC (7+ messages)
[PATCH 0/3] USB OTG support for radxa cm3 IO board
2023-02-26 13:22 UTC (4+ messages)
` [PATCH v2 1/3] arm: dts: rockchip: rk3566: Enable USB OTG for Radxa CM3
` [PATCH v2 2/3] rockchip: rk356x: update the dwc3_device register offset
` [PATCH v2 3/3] rk3566: radxa-cm3: Enable USB OTG
[PATCH] powerpc, mpc83xx: Remove CONFIG_ELBC_BRx_ORx
2023-02-26 9:44 UTC
[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
2023-02-26 8:14 UTC (13+ messages)
[PATCH 00/10] efi: Improvements to booting and debugging
2023-02-26 1:33 UTC (11+ messages)
` [PATCH 01/10] efi: Set RUN_64BIT correctly for the EFI app
` [PATCH 02/10] x86: Adjust bootparam.h to be more like linux
` [PATCH 03/10] x86: Add return-value comment to cpu_jump_to_64bit()
` [PATCH 04/10] x86: Support booting a 64-bit kernel from 64-bit U-Boot
` [PATCH 05/10] x86: Exit EFI boot services before starting kernel
` [PATCH 06/10] x86: Support zboot and bootm in the EFI app
` [PATCH 07/10] efi: Add another tranch of GUIDs
` [PATCH 08/10] doc: Add help for the efi command
` [PATCH 09/10] efi: Support showing tables
` [PATCH 10/10] efI: Allow packaging a kernel in the debugging script
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