public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2024-08-09 09:52:02 to 2024-08-11 15:00:08 UTC [more...]

[PATCH v3 00/40] efi: Add a test for EFI bootmeth
 2024-08-11 14:51 UTC  (21+ messages)
` [PATCH v3 01/40] nvmxip: Drop the message on probe
` [PATCH v3 02/40] nvmxip: Avoid probing on boot
` [PATCH v3 03/40] bootstd: Add UT_TESTF_CONSOLE_REC to bootflow tests
` [PATCH v3 04/40] test/py: Fix some pylint warnings in test_ut.py
` [PATCH v3 05/40] scripts: Update pylint.base
` [PATCH v3 06/40] bootstd: Create a function to reset USB
` [PATCH v3 07/40] usb: Drop old non-DM code
` [PATCH v3 08/40] log: Add a new log category for the console
` [PATCH v3 09/40] usb: Add DEV_FLAGS_DM to stdio for USB keyboard
` [PATCH v3 10/40] dm: usb: Deal with USB keyboard persisting across tests
` [PATCH v3 11/40] test: mbr: Adjust test to use lower-case hex
` [PATCH v3 12/40] test: mbr: Adjust test to drop 0x
` [PATCH v3 13/40] sandbox: Change the range used for memory-mapping tags
` [PATCH v3 14/40] sandbox: Update cpu to use logging
` [PATCH v3 15/40] sandbox: Unmap old tags
` [PATCH v3 16/40] sandbox: Add some debugging to pci_io
` [PATCH v3 17/40] sandbox: Implement reference counting for address mapping
` [PATCH v3 18/40] mmc: Use map_sysmem() with buffers in the mmc command
` [PATCH v3 19/40] read: Tidy up use of map_sysmem() in the read command
` [PATCH v3 20/40] cmd: Fix memory-mapping in cmp command

[PATCH v2 00/18] i2c: Chip away at some old code
 2024-08-11 14:50 UTC  (19+ messages)
` [PATCH v2 01/18] i2c: Remove board_i2c_init()
` [PATCH v2 02/18] i2c: Remove IC2_xxx enum
` [PATCH v2 03/18] i2c: Remove CFG_I2C_MULTI_BUS
` [PATCH v2 04/18] mips: malta: Drop CMD_DATE
` [PATCH v2 05/18] armv8: ls2085a: "
` [PATCH v2 06/18] mx28 / mx51: "
` [PATCH v2 07/18] MPC837XERDB: ethernut5: work_92105: "
` [PATCH v2 08/18] rtc: Drop CFG_SYS_RTC_BUS_NUM
` [PATCH v2 09/18] date: Drop the legacy I2C code
` [PATCH v2 10/18] fsl: mxc: Drop legacy I2c
` [PATCH v2 11/18] i2c: Drop reference to SYS_I2C_INIT_BOARD
` [PATCH v2 12/18] octeon: Drop OCTEON_I2C_FDT dead code
` [PATCH v2 13/18] i2c: Remove I2C_SET_BUS()
` [PATCH v2 14/18] i2c: Remove I2C_GET_BUS()
` [PATCH v2 15/18] i2c: Drop CFG_SYS_MAX_I2C_BUS
` [PATCH v2 16/18] i2c: Drop i2c_get_bus_num_fdt() and i2c_reset_port_fdt()
` [PATCH v2 17/18] i2c: Remove CFG_SYS_I2C_MAX_HOPS
` [PATCH v2 18/18] i2c: Remove CFG_SYS_I2C_DIRECT_BUS

Selecting serial device for console
 2024-08-11 14:50 UTC  (6+ messages)

[PATCH v2 00/39] efi: Add a test for EFI bootmeth
 2024-08-11 14:50 UTC  (17+ messages)
` [PATCH v2 06/39] bootstd: Create a function to reset USB
` [PATCH v2 36/39] efi: Add a test app
` [PATCH v2 37/39] efi: Avoid using sandbox virtio devices

[PATCH 00/21] Tidy up console recording in tests
 2024-08-11 14:50 UTC  (24+ messages)
` [PATCH 01/21] buildman: Make test_process_limit handle time.monotonic()
` [PATCH 02/21] test: Fail when an empty line is expected but not present
` [PATCH 03/21] test: Rename unit-test flags
` [PATCH 04/21] test: Drop the blank line before test macros
` [PATCH 05/21] test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
` [PATCH 06/21] mmc: Drop the blank line before accesses
` [PATCH 07/21] Revert "net: wget: Support retransmission a dropped packet"
` [PATCH 08/21] sandbox: Enable wget command
` [PATCH 09/21] test: Update NAND test to avoid extra macros
` [PATCH 10/21] test: bloblist: Use UTF_CONSOLE in tests
` [PATCH 11/21] test: boot: "
` [PATCH 12/21] test: fdt: Check internal-function return values
` [PATCH 13/21] test: fdt: Move common code into the setup functions
` [PATCH 14/21] test: cmd: Use UTF_CONSOLE in tests
` [PATCH 15/21] test: cmd: Drop unnecessary console_record_reset_enable()
` [PATCH 16/21] test: dm: Use UTF_CONSOLE in tests
` [PATCH 17/21] test: hush: "
` [PATCH 18/21] test: log: "
` [PATCH 19/21] test: Use UTF_CONSOLE in remaining tests
` [PATCH 20/21] test: Tidy up checking for console end
` [PATCH 21/21] doc: Add a few notes about how to use console checking

[PATCH v2 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-11 14:50 UTC  (16+ messages)
` [PATCH v2 04/14] spl: Remove remaining #ifdef in spl_parse_image_header()
` [PATCH v2 05/14] mmc: Use logging instead of printf()
` [PATCH v2 06/14] mmc: Use logging instead of pr_err()
` [PATCH v2 07/14] log: Avoid including function names by default
` [PATCH v2 11/14] spl: mmc: Try to clean up raw-mode options

I think I found a typographical error
 2024-08-11 14:50 UTC  (2+ messages)

[PATCH v4 00/21] Universal Payload initial series
 2024-08-11 14:50 UTC  (3+ messages)

[PATCH] sandbox: Fix pinmux warnings with non-test devicetrees
 2024-08-11 14:50 UTC  (2+ messages)

[PATCH] pinmux: generic: Use ENOENT instead of ENOSYS
 2024-08-11 14:50 UTC  (2+ messages)

[PATCH v2 0/3] efi: Start tidying up memory management
 2024-08-11 14:50 UTC  (10+ messages)
` [PATCH v2 1/3] efi: Allow use of malloc() for the EFI pool
` [PATCH v2 3/3] efi: Show the location of the bounce buffer

[PATCH] env: remove vars that are not in default env
 2024-08-11 14:50 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/1] cmd: add rdcycle test to RISC-V exception command
 2024-08-11 14:41 UTC 

[PATCH v3 00/15] spl: mmc: Some tweaks for SPL, particularly with MMC
 2024-08-11 12:29 UTC  (16+ messages)
` [PATCH v3 01/15] configs: Resync with savedefconfig
` [PATCH v3 02/15] rockchip: Move the default timer init to a common file
` [PATCH v3 03/15] spl: Correct use of CMD_BOOTI and CMD_BOOTZ
` [PATCH v3 04/15] spl: Remove some #ifdefs in spl_parse_image_header()
` [PATCH v3 05/15] spl: Remove remaining #ifdef "
` [PATCH v3 06/15] mmc: Use logging instead of printf()
` [PATCH v3 07/15] mmc: Use logging instead of pr_err()
` [PATCH v3 08/15] log: Avoid including function names by default
` [PATCH v3 09/15] spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
` [PATCH v3 10/15] spl: mmc: Handle error codes consistently
` [PATCH v3 11/15] spl: mmc: Adjust args of spl_mmc_find_device()
` [PATCH v3 12/15] spl: mmc: Try to clean up raw-mode options
` [PATCH v3 13/15] spl: Use unified inline functions for spl_load_info
` [PATCH v3 14/15] spl: Create a function to init spl_load_info
` [PATCH v3 15/15] blk: Correct comment for blk_get_devnum_by_uclass_idname()

[PATCH 0/2] riscv: show registers in crash dumps by default
 2024-08-11 11:01 UTC  (3+ messages)
` [PATCH 1/2] riscv: allow to enable SHOW_REGS in main U-Boot only
` [PATCH 2/2] riscv: show registers in crash dumps by default

[PATCH 0/1] Add support for Cool Pi GenBook
 2024-08-11 10:02 UTC  (2+ messages)
` [PATCH 1/1] board: rockchip: Add support for rk3588 GenBook

[PATCH 1/1] riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL
 2024-08-11  9:51 UTC 

Please pull u-boot-ubi
 2024-08-11  8:24 UTC 

Pull request efi-2024-10-rc3
 2024-08-11  7:06 UTC 

[PATCH V2] ubifs: Call ubifs_iput when ubifs_iget is used
 2024-08-11  4:53 UTC  (2+ messages)

[PATCH v2 0/2] Enable Samsung I2C drivers on newer platforms
 2024-08-10 21:14 UTC  (5+ messages)
` [PATCH v2 2/2] i2c: samsung: Support platforms other than EXYNOS4 and EXYNOS5

[PATCH 00/13] clk: mediatek: mt7988: clk migration for OF_UPSTREAM
 2024-08-10 18:46 UTC  (3+ messages)
` [PATCH 13/13] clk: mediatek: mt7988: rename CK to CLK
  ` Aw: "

[PATCH 00/15] clk: mediatek: mt7986: clk migration for OF_UPSTREAM
 2024-08-10 13:31 UTC  (3+ messages)
` [PATCH 15/15] clk: mediatek: mt7986: rename CK to CLK
  ` Aw: "

[PATCH] ubifs: Call ubifs_iput when ubifs_iget is used
 2024-08-10 12:58 UTC  (3+ messages)

[PATCH 0/8] clk: mediatek: mt7622: clk migration for OF_UPSTREAM
 2024-08-10 12:46 UTC  (3+ messages)
` [PATCH 8/8] clk: mediatek: mt7622: add missing A1/2SYS clock ID
  ` Aw: "

[PATCH 0/5] clk: mediatek: mt7623: clk migration for OF_UPSTREAM
 2024-08-10 12:28 UTC  (3+ messages)
` [PATCH 5/5] clk: mediatek: mt7623: remap peri clock ID and add MUX
  ` Aw: "

[PATCH v2 0/1] disk: add TegraPT support
 2024-08-10  5:29 UTC  (6+ messages)
` [PATCH v2 1/1] "

Verified Boot through U-Boot for RPi3 with OP-TEE
 2024-08-09 15:21 UTC 

[PATCH] mtd: nand: raw: atmel: remove unnecessary return value
 2024-08-09 13:05 UTC  (4+ messages)

[PATCH 0/8] rockchip: rk3308-rock-pi-s: Update DT to v6.11-rc1
 2024-08-10  0:10 UTC  (3+ messages)
` [PATCH 8/8] rockchip: rk3308-rock-pi-s: Enable LED and IO Domain driver

[PATCH v3 0/5] arch: arm: dts: ti: Add missing fss range
 2024-08-09 23:01 UTC  (6+ messages)
` [PATCH v3 1/5] arch: arm: dts: k3-j784s4-r5-evm: "
` [PATCH v3 2/5] arch: arm: dts: k3-am69-r5-sk: "
` [PATCH v3 3/5] arch: arm: dts: k3-j7200-r5-evm: "
` [PATCH v3 4/5] arch: arm: dts: k3-j721e-r5-evm: "
` [PATCH v3 5/5] arch: arm: dts: k3-j721e-r5-sk: "

[PATCH v2 0/5] arch: arm: dts: ti: Add missing fss range
 2024-08-09 22:11 UTC  (7+ messages)
` [PATCH v2 1/5] arch: arm: dts: k3-j784s4-r5-evm: "
` [PATCH v2 2/5] arch: arm: dts: k3-am69-r5-sk: "
` [PATCH v2 3/5] arch: arm: dts: k3-j7200-r5-evm: "
` [PATCH v2 4/5] arch: arm: dts: k3-j721e-r5-evm: "
` [PATCH v2 5/5] arch: arm: dts: k3-j721e-r5-sk: "

[PATCH] cmd: add a fetch utility
 2024-08-09 22:02 UTC  (7+ messages)

[PATCH v2 1/3] ext4: Fix integer overflow in ext4fs_read_symlink()
 2024-08-09 22:02 UTC  (7+ messages)
` [PATCH v2 2/3] compiler: Ensure __builtin_*_overflow() support
` [PATCH v2 3/3] ext4: Fix zalloc()

Pull request for tpm-master-09082024
 2024-08-09 22:02 UTC  (2+ messages)

[PATCH 00/20] i2c: Chip away at some old code
 2024-08-09 19:58 UTC  (4+ messages)

[PATCH v8 00/23] Introduce the lwIP network stack
 2024-08-09 19:46 UTC  (11+ messages)
` [PATCH v8 02/23] net: wget: removed unused function wget_success()
` [PATCH v8 03/23] net: wget: allow EFI boot

Please pull u-boot-i2c next
 2024-08-09 19:45 UTC  (2+ messages)

Please pull v2 u-boot-i2c
 2024-08-09 19:45 UTC  (2+ messages)

[PATCH v2 0/9] led: introduce LED boot and activity function
 2024-08-09 13:59 UTC  (4+ messages)
` [PATCH v2 9/9] doc: introduce led.rst documentation

[PATCH 1/1] scripts/decodecode: update from Linux v6.10
 2024-08-09 18:22 UTC 

[PATCH 1/2] tqma6: Convert to PMIC and I2C driver model
 2024-08-09 17:58 UTC  (2+ messages)
` [PATCH 2/2] tqma6: Do not print the board name twice

[PATCH] MAINTAINERS: Update path for U-Boot environment variables YAML
 2024-08-09 17:42 UTC  (2+ messages)

[PATCH v4] config: Add 'update_bootimg' command to update flash.bin on Phytec's imx8mm
 2024-08-09 16:53 UTC 

[PATCH v3 00/19] labgrid: Provide an integration with Labgrid
 2024-08-09 16:10 UTC  (7+ messages)
` [PATCH v3 19/19] CI: Allow running tests on sjg lab

[PATCH 00/40] Make LMB memory map global and persistent
 2024-08-09 15:58 UTC  (11+ messages)
` [PATCH 23/40] lmb: add a flags parameter to the API's

[PATCH] cmd: sf: prevent overwriting the reserved memory
 2024-08-09 15:58 UTC  (10+ messages)

[PATCH] sf: Add lock info option to sf command list
 2024-08-09 15:57 UTC  (2+ messages)

[PATCH] imx6-tqma6: Convert to OF_UPSTREAM
 2024-08-09 15:25 UTC 

[PATCH] usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off case
 2024-08-09 15:19 UTC  (4+ messages)

[PATCH] tqma6q_mba6: Convert to watchdog driver model
 2024-08-09 15:12 UTC 

pinctrl warning on sandbox
 2024-08-09 14:43 UTC  (3+ messages)

[PATCH v2] remoteproc: uclass: Modify uc_pdata->name to use combination of device name and device's parent name
 2024-08-09 13:14 UTC  (3+ messages)

[PATCH 1/1] tools: fix signature of toc0_verify_cert_item()
 2024-08-09 12:28 UTC  (2+ messages)

[PATCH v2 0/4] U-Boot support for the Rock 5 ITX
 2024-08-09 11:51 UTC  (3+ messages)
` [PATCH v2 4/4] board: rockchip: Add Radxa ROCK "

[PATCH] arm: dts: rockchip: fix dts for Radxa ROCK 4C+
 2024-08-09 10:52 UTC  (3+ messages)

[PATCH] configs: rockchip: enable "ums" command for Radxa ROCK 5B
 2024-08-09  9:54 UTC  (2+ messages)

[Binman] Question regarding SPL symbol offsets generation
 2024-08-09  9:51 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