messages from 2024-08-21 11:00:54 to 2024-08-23 09:42:06 UTC [more...]
[PATCH v2 0/2] Risc-V cache operations
2024-08-23 9:41 UTC (2+ messages)
` [PATCH v2 1/2] riscv: Add support for defining instructions
[PATCH v2 0/3] Meson: R/W support for pages used by boot ROM
2024-08-23 8:53 UTC (7+ messages)
Please pull u-boot-samsung master
2024-08-23 7:50 UTC (3+ messages)
[PATCH 1/1] usb: gadget: ether: Disable USB pullup in eth probe
2024-08-23 1:23 UTC (8+ messages)
[GIT PULL] Please pull u-boot-dfu-20240822
2024-08-22 21:54 UTC (2+ messages)
[PATCH v2 00/39] efi: Add a test for EFI bootmeth
2024-08-22 17:11 UTC (12+ messages)
` [PATCH v2 37/39] efi: Avoid using sandbox virtio devices
[PATCH v2 0/7] Qualcomm: add support for SC7280 and the RB3 Gen 2
2024-08-22 17:00 UTC (26+ messages)
` [PATCH v2 1/7] clk/qcom: add initial clock driver for sc7280
` [PATCH v2 2/7] dts: qcs6490-rb3gen2-u-boot: add override dtsi
` [PATCH v2 3/7] dts: qcs6490-rb3gen2-u-boot: USB host mode
` [PATCH v2 4/7] iommu: qcom-smmu: add sc7280-smmu-500 compatible
` [PATCH v2 5/7] qcom_defconfig: enable SC7280 clocks
` [PATCH v2 6/7] configs: add qcm6490_defconfig
` [PATCH v2 7/7] doc: board/qualcomm: document rb3gen2 building/flashing
[PATCH v2 00/19] Tidy up console recording in tests
2024-08-22 13:58 UTC (20+ messages)
` [PATCH v2 01/19] buildman: Make test_process_limit handle time.monotonic()
` [PATCH v2 02/19] test: Fail when an empty line is expected but not present
` [PATCH v2 03/19] test: Rename unit-test flags
` [PATCH v2 04/19] test: Drop the blank line before test macros
` [PATCH v2 05/19] test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
` [PATCH v2 06/19] mmc: Drop the blank line before accesses
` [PATCH v2 07/19] test: Update NAND test to avoid extra macros
` [PATCH v2 08/19] test: bloblist: Use UTF_CONSOLE in tests
` [PATCH v2 09/19] test: boot: "
` [PATCH v2 10/19] test: fdt: Check internal-function return values
` [PATCH v2 11/19] test: fdt: Move common code into the setup functions
` [PATCH v2 12/19] test: cmd: Use UTF_CONSOLE in tests
` [PATCH v2 13/19] test: cmd: Drop unnecessary console_record_reset_enable()
` [PATCH v2 14/19] test: dm: Use UTF_CONSOLE in tests
` [PATCH v2 15/19] test: hush: "
` [PATCH v2 16/19] test: log: "
` [PATCH v2 17/19] test: Use UTF_CONSOLE in remaining tests
` [PATCH v2 18/19] test: Tidy up checking for console end
` [PATCH v2 19/19] doc: Add a few notes about how to use console checking
[PATCH v3 00/19] labgrid: Provide an integration with Labgrid
2024-08-22 14:29 UTC (10+ messages)
` [PATCH v3 06/19] test: Avoid failing skipped tests
[PATCH v3 0/3] This series adds a few patches to make it easy to use the system dtc in
2024-08-22 14:15 UTC (7+ messages)
` [PATCH v3 2/3] buildman: Allow skipping the dtc build
[ANN] U-Boot v2024.10-rc3 released
2024-08-22 14:14 UTC (3+ messages)
[PATCH v4 00/14] spl: mmc: Some tweaks for SPL, particularly with MMC
2024-08-22 13:55 UTC (15+ messages)
` [PATCH v4 01/14] rockchip: Move the default timer init to a common file
` [PATCH v4 02/14] spl: Correct use of CMD_BOOTI and CMD_BOOTZ
` [PATCH v4 03/14] spl: Remove some #ifdefs in spl_parse_image_header()
` [PATCH v4 04/14] spl: Remove remaining #ifdef "
` [PATCH v4 05/14] mmc: Use logging instead of printf()
` [PATCH v4 06/14] mmc: Use logging instead of pr_err()
` [PATCH v4 07/14] log: Avoid including function names by default
` [PATCH v4 08/14] spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
` [PATCH v4 09/14] spl: mmc: Handle error codes consistently
` [PATCH v4 10/14] spl: mmc: Adjust args of spl_mmc_find_device()
` [PATCH v4 11/14] spl: mmc: Try to clean up raw-mode options
` [PATCH v4 12/14] spl: Use unified inline functions for spl_load_info
` [PATCH v4 13/14] spl: Create a function to init spl_load_info
` [PATCH v4 14/14] blk: Correct comment for blk_get_devnum_by_uclass_idname()
[PATCH v3 00/15] spl: mmc: Some tweaks for SPL, particularly with MMC
2024-08-22 13:55 UTC (4+ messages)
` [PATCH v3 07/15] mmc: Use logging instead of pr_err()
[PATCH v3 00/27] Make LMB memory map global and persistent
2024-08-22 12:13 UTC (21+ messages)
` [PATCH v3 05/27] lmb: make LMB memory map persistent and global
` [PATCH v3 11/27] lmb: reserve common areas during board init
` [PATCH v3 12/27] lmb: remove the lmb_init_and_reserve() function
` [PATCH v3 13/27] lmb: remove lmb_init_and_reserve_range() function
` [PATCH v3 14/27] lmb: bootm: remove superfluous lmb stub functions
` [PATCH v3 15/27] lmb: init: initialise the lmb data structures during board init
` [PATCH v3 16/27] ppc: lmb: move arch specific lmb reservations to arch_misc_init()
` [PATCH v3 17/27] lmb: do away with arch_lmb_reserve()
` [PATCH v3 18/27] lmb: remove the unused board_lmb_reserve() function
` [PATCH v3 19/27] sandbox: move the TCG event log to the start of ram memory
` [PATCH v3 20/27] spl: call spl_board_init() at the end of the spl init sequence
` [PATCH v3 21/27] spl: sandbox: initialise the ram banksize in spl
` [PATCH v3 22/27] sandbox: spl: enable lmb config for SPL
` [PATCH v3 23/27] sandbox: iommu: remove lmb allocation in the driver
` [PATCH v3 24/27] zynq: lmb: do not add to lmb map before relocation
` [PATCH v3 25/27] stm32mp: allow calling optee_get_reserved_memory() from U-Boot
` [PATCH v3 26/27] stm32mp: compute ram_top based on the optee base address
` [PATCH v3 27/27] lmb: add logic to print lmb flag strings
[PATCH v3 0/9] led: introduce LED boot and activity function
2024-08-22 10:47 UTC (10+ messages)
` [PATCH v3 1/9] led: turn LED ON on initial SW blink
` [PATCH v3 8/9] ubi: implement support for LED activity
[PATCH v2] rockchip: px30: clk: add UART0 clock getter/setter
2024-08-22 10:33 UTC (2+ messages)
` [PATCH v3] "
[PATCH] config: imx: Add PHYTEC's phycore-imx8mm-fspi_defconfig
2024-08-22 8:36 UTC (4+ messages)
[GIT PULL] Please pull u-boot-dfu-20240820
2024-08-22 7:21 UTC (4+ messages)
[RFC PATCH 0/2] Add TI K3 PCIe Controller support for J7200
2024-08-22 5:40 UTC (5+ messages)
` [RFC PATCH 1/2] pci: Add TI K3 Cadence PCIe Controller
` [RFC PATCH 2/2] configs: j7200_evm_a72_defconfig: Enable configs for PCI support
[PATCH v4 00/19] labgrid: Provide an integration with Labgrid
2024-08-22 2:56 UTC (20+ messages)
` [PATCH v4 01/19] test: Allow signaling that U-Boot is ready
` [PATCH v4 02/19] test: Use a constant for the test timeout
` [PATCH v4 03/19] test: Pass stderr to stdout
` [PATCH v4 04/19] test: Release board after tests complete
` [PATCH v4 05/19] test: Allow connecting to a running board
` [PATCH v4 06/19] test: Avoid failing skipped tests
` [PATCH v4 07/19] test: Create a common function to get the config
` [PATCH v4 08/19] test: Introduce the concept of a role
` [PATCH v4 09/19] test: Move the receive code into a function
` [PATCH v4 10/19] test: Separate out the exception handling
` [PATCH v4 11/19] test: Detect dead connections
` [PATCH v4 12/19] test: Tidy up remaining exceptions
` [PATCH v4 13/19] test: Introduce lab mode
` [PATCH v4 14/19] test: Improve handling of sending commands
` [PATCH v4 15/19] test: Fix mulptiplex_log typo
` [PATCH v4 16/19] test: Avoid double echo when starting up
` [PATCH v4 17/19] test: Try to shut down the lab console gracefully
` [PATCH v4 18/19] test: Add a section for closing the connection
` [PATCH v4 19/19] CI: Allow running tests on sjg lab
[PATCH 0/1] usb: gadget: ether: Disable USB pullup in eth probe
2024-08-21 21:19 UTC
[PATCH 00/11] mach-snapdragon: various improvements for newer boards
2024-08-22 1:10 UTC (2+ messages)
[PATCH] qconfig: Fix an incorrect format-string with negative value
2024-08-21 23:52 UTC
[PATCH 1/1] efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures
2024-08-21 21:33 UTC
[PATCH] ARM: imx: Enable cat and xxd commands on Data Modul i.MX8M Mini/Plus eDM SBC
2024-08-21 21:03 UTC
[PATCH] ARM: imx: Use USB SDPS as fallback option on Data Modul i.MX8M Plus eDM SBC
2024-08-21 21:01 UTC
u-boot on raspberry pi with secure boot
2024-08-21 18:42 UTC (4+ messages)
[PATCH 1/2] pytest: requirements.txt: Resync with the rest of the project
2024-08-21 17:47 UTC (2+ messages)
[PATCH v2 00/35] global_data: Reduce size of struct global_data
2024-08-21 16:19 UTC (36+ messages)
` [PATCH v2 01/35] global_data: Move pci_clk to m68k and powerpc
` [PATCH v2 02/35] x86: Drop use of global_data fb_base
` [PATCH v2 03/35] video: Add a function to obtain the framebuffer address
` [PATCH v2 04/35] video: mxc: Avoid setting global_data fb_base
` [PATCH v2 05/35] video: mxs: "
` [PATCH v2 06/35] arm: friendlyarm: Avoid accessing "
` [PATCH v2 07/35] arm: ronetix: "
` [PATCH v2 08/35] zynqmp: Avoid setting the framebuffer address
` [PATCH v2 09/35] video: Avoid setting global_data fb_base from SPL handoff
` [PATCH v2 10/35] video: Avoid setting global_data fb_base in video setup
` [PATCH v2 11/35] global_data: Drop fb_base
` [PATCH v2 12/35] global_data: Convert have_console into a flag
` [PATCH v2 13/35] global_data: Remove pci_ram_top
` [PATCH v2 14/35] global_data: Drop global_data hose
` [PATCH v2 15/35] global_data: Drop pci_bootdelay
` [PATCH v2 16/35] global_data: Use less space for environment fields
` [PATCH v2 17/35] board_f: Add a new struct to hold pre-relocation info
` [PATCH v2 18/35] board_f: Move fdt_size to board
` [PATCH v2 19/35] board_f: Move new_bootstage to boardf
` [PATCH v2 20/35] board_f: Move new_bloblist "
` [PATCH v2 21/35] global_data: Drop spl_handoff
` [PATCH v2 22/35] global_data: Collect common fields at the top
` [PATCH v2 23/35] global_data: Reduce the size of bus_clk and mem_clk
` [PATCH v2 24/35] global_data: Reduce the size of mon_len
` [PATCH v2 25/35] global_data: log: Reorder and shrink fields
` [PATCH v2 26/35] global_data: Reduce size of early-malloc vars
` [PATCH v2 27/35] global_data: Move baud_rate field lower
` [PATCH v2 28/35] global_data: Move env_addr field higher
` [PATCH v2 29/35] global_data: Put phys_addr fields near the top
` [PATCH v2 30/35] global_data: Move ulong fields together
` [PATCH v2 31/35] global_data: Move pointer members together
` [PATCH v2 32/35] global_data: Remove jump table in SPL
` [PATCH v2 33/35] global_data: Remove environment members if not used
` [PATCH v2 34/35] doc: Move generic-board documentation into rst
` [PATCH v2 35/35] doc: Add some guidelines about global data
[PATCH v1 0/3] Risc-V cache operations
2024-08-21 16:09 UTC (8+ messages)
` [PATCH v1 2/3] riscv: cache: Add CBO instructions
[RESEND PATCH v4 00/10] mtd: spinand: initial support of ecc engines
2024-08-21 15:57 UTC (5+ messages)
` [RESEND PATCH v4 10/10] mtd: nand: add initial ecc engine support
[PATCH] config: imx: Add support for Phytec's phycore imx8mm running SDP gadget
2024-08-21 15:06 UTC (6+ messages)
[PATCH v2 00/32] Make LMB memory map global and persistent
2024-08-21 14:39 UTC (15+ messages)
` [PATCH v2 14/32] lmb: introduce a function to add memory to the lmb memory map
` [PATCH v2 32/32] lmb: add logic to print lmb flag strings
clarifying i2c_get_chip_for_busnum()
2024-08-21 13:59 UTC (7+ messages)
[PATCH] usb: gadget: ether: Handle gadget driver registration in start and stop
2024-08-21 12:34 UTC (6+ messages)
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