public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2023-08-12 06:22:19 to 2023-08-14 14:21:45 UTC [more...]

[PATCHv6 00/14] net/lwip: add lwip library for the network stack
 2023-08-14 14:21 UTC  (19+ messages)
` [PATCHv6 01/14] net/lwip: add doc/develop/net_lwip.rst
` [PATCHv6 02/14] net/lwip: integrate lwIP library
` [PATCHv6 03/14] net/lwip: implement dns cmd
` [PATCHv6 04/14] net/lwip: implement dhcp cmd
` [PATCHv6 05/14] net/lwip: implement tftp cmd
` [PATCHv6 06/14] net/lwip: implement wget cmd
` [PATCHv6 07/14] net/lwip: implement ping cmd
` [PATCHv6 08/14] net/lwip: add lwIP configuration
` [PATCHv6 09/14] net/lwip: implement lwIP port to U-Boot
` [PATCHv6 10/14] net/lwip: update .gitignore with lwIP
` [PATCHv6 11/14] net/lwip: connection between cmd and lwip apps
` [PATCHv6 12/14] net/lwip: replace original net commands with lwip
` [PATCHv6 13/14] net/lwip: split net.h to net.h, arp.h and eth.h
` [PATCHv6 14/14] net/lwip: drop old net/wget

[PATCH 0/3] Allwinner R528/T113s PSCI
 2023-08-14 14:16 UTC  (4+ messages)
` [PATCH 3/3] sunxi: psci: implement PSCI on R528

[PATCH v2 1/2] x86: coreboot: Update cbmem table
 2023-08-14 13:20 UTC  (2+ messages)
` [PATCH v2 2/2] x86: Update cbmem driver

[PATCH 0/5] Keep fixed/gpio regulator enable count in balance
 2023-08-14 13:16 UTC  (12+ messages)
` [PATCH 2/5] usb: dwc2: Use regulator_set_enable_if_allowed
` [PATCH 3/5] usb: ehci-generic: "

[PATCH] common: bouncebuf: Add missing cast to dma_addr_t
 2023-08-14 12:59 UTC  (2+ messages)

Pull request: u-boot-rockchip-20230814
 2023-08-14 12:14 UTC 

Problem upon startup with halted USB device on RaspberryPi 4
 2023-08-14  9:11 UTC  (4+ messages)

[RFC PATCH 0/4] capsule: Embed the public key ESL as part of build
 2023-08-14  9:03 UTC  (5+ messages)
` [RFC PATCH 1/4] scripts/Makefile.lib: Collate all dtsi files for inclusion
` [RFC PATCH 2/4] scripts/Makefile.lib: Embed capsule public key in platform's dtb
` [RFC PATCH 3/4] sandbox: capsule: Add path to the public key ESL file
` [RFC PATCH 4/4] doc: capsule: Document the new mechanism to embed ESL file into dtb

[PATCH 0/5] Add anti-rollback validation feature
 2023-08-14  8:39 UTC  (3+ messages)
` [PATCH 2/5] drivers: security: Add TPM2 implementation of security devices

[PATCH v9 00/10] Enable EFI capsule generation through binman
 2023-08-14  8:17 UTC  (18+ messages)
` [PATCH v9 03/10] sandbox: capsule: Add keys and certificates needed for capsule update testing
` [PATCH v9 04/10] sandbox: capsule: Enable EFI capsule module on sandbox variants
` [PATCH v9 07/10] sandbox: binman: Add support for generating multiple images
` [PATCH v9 08/10] sandbox: capsule: Generate capsule related files through binman
` [PATCH v9 09/10] doc: Add documentation to highlight capsule generation related updates

[PATCH 1/1] common: return type board_get_usable_ram_top
 2023-08-14  6:31 UTC  (3+ messages)

[PATCH 1/1] doc: description of board_get_usable_ram_top()
 2023-08-14  6:48 UTC 

[RFC PATCH 0/4] mtd: ubi: Enable accessing RO filesystems in UBI vols
 2023-08-14  6:45 UTC  (2+ messages)

[PATCH 0/2] patches used to enable u-boot video driver on raspberry pi 4B platform
 2023-08-14  6:07 UTC  (2+ messages)

[PATCH] video: kconfig: Fix a typo in SPL_VIDEO_REMOVE
 2023-08-14  6:06 UTC  (2+ messages)

[PATCH] video: vidconsole: Fix null dereference of ops->measure
 2023-08-14  6:05 UTC  (2+ messages)

Please pull u-boot-video
 2023-08-14  6:02 UTC 

[PATCH 1/1] efi_loader: fix efi_add_known_memory()
 2023-08-14  6:01 UTC 

[PATCH] net: Fix the displayed value of bytes transferred
 2023-08-14  4:59 UTC  (6+ messages)

[PATCH v2 0/2] Fix format specifier for net_boot_file_size
 2023-08-14  4:53 UTC  (3+ messages)
` [PATCH v2 1/2] net: Fix the displayed value of bytes transferred
` [PATCH v2 2/2] doc: printf() codes: Fix format specifier for unsigned int

[PATCH 00/24] bootstd: Support ChromiumOS better
 2023-08-14  3:45 UTC  (26+ messages)
` [PATCH 01/24] part: Use desc instead of dev_desc
` [PATCH 02/24] part: amiga: "
` [PATCH 03/24] part: dos: "
` [PATCH 04/24] part: efi: "
` [PATCH 05/24] part: iso: "
` [PATCH 06/24] part: nac: "
` [PATCH 07/24] part: Add comments for static functions
` [PATCH 08/24] part: Add accessors for struct disk_partition uuid
` [PATCH 09/24] part: Add accessors for struct disk_partition type_uuid
` [PATCH 10/24] part: Add an accessor for struct disk_partition sys_ind
` [PATCH 11/24] part: efi: Add debugging for the signature check
` [PATCH 12/24] fs/erofs: Quieten test for filesystem presence
` [PATCH 13/24] dm: core: Correct error handling when event fails
` [PATCH 14/24] uuid: Move function comments to header file
` [PATCH 15/24] sandbox: Add a way to access persistent test files
` [PATCH 16/24] test: Move 1MB.fat32.img and 2MB.ext2.img
` [PATCH 17/24] bootflow: Show an empty filename when there is none
` [PATCH 18/24] bootstd: test: Allow binding and using any mmc device
` [PATCH 19/24] bootstd: Add a test for bootmeth_cros
` [PATCH 20/24] part: Add a fallback for part_get_bootable()
` [PATCH 21/24] bootstd: Support bootmeths which can scan any partition
` [PATCH 22/24] uuid: Add ChromiumOS partition types
` [PATCH 23/24] bootstd: cros: Allow detection of any kernel partition
` [PATCH 24/24] CI: Add ChromiumOS utilities

[PATCH] Add support for more XMC series
 2023-08-14  3:18 UTC  (3+ messages)

[PATCH] rockchip: rk356x: Enable poweroff command
 2023-08-14  3:06 UTC  (2+ messages)

[PATCH] x86: Update cbmem driver
 2023-08-14  3:03 UTC  (3+ messages)

[PATCH v2] pinctrl: rockchip: Fix drive and input schmitt on RK3568
 2023-08-14  2:52 UTC  (2+ messages)

[PATCH] pinctrl: rockchip: Fix drive and input schmitt on RK3568
 2023-08-14  0:42 UTC  (3+ messages)

[PATCH] Add support for more XMC series
 2023-08-14  0:04 UTC  (2+ messages)

[PATCH 1/2] drivers/mtd/nvmxip: Rework the read accessor to support 32bit systems
 2023-08-13 23:55 UTC  (3+ messages)
` [PATCH 2/2] configs: sandbox: test: dm: blk: Enable NVMXIP QSPI and update test

[PATCH] usb: gadget: sdp: Option to enable SDP read register command
 2023-08-13 20:01 UTC  (2+ messages)

[PATCH 1/6] ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
 2023-08-13 23:52 UTC  (6+ messages)
` [PATCH 2/6] ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
` [PATCH 3/6] ufs: Handle UFS 3.0 controllers
` [PATCH 4/6] ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
` [PATCH 5/6] ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
` [PATCH 6/6] ufs: Implement cache management

[PATCH] clk: Add GPIO-controlled clock gate driver
 2023-08-13 23:51 UTC 

[PATCH 1/2] blk: Add bounce buffer support to read/write operations
 2023-08-13 23:50 UTC  (2+ messages)
` [PATCH 2/2] scsi: Add buffer_aligned check pass-through

[PATCH] disk: dos: Infer MBR partition sector size from underlying drive sector size
 2023-08-13 23:48 UTC 

[PATCH 1/8] disk: Drop always true conditional check
 2023-08-13 23:46 UTC  (8+ messages)
` [PATCH 2/8] disk: Simplify disk_blk_read() using blk_read()
` [PATCH 3/8] disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()
` [PATCH 4/8] disk: Handle partition to block device offset conversion
` [PATCH 5/8] disk: Extend disk_blk_part_validate() with range checking
` [PATCH 6/8] disk: Switch part_blk_*() functions to disk_blk_*()
` [PATCH 7/8] disk: Move part_create_block_devices() to blk uclass
` [PATCH 8/8] disk: Make blk_get_ops() internal "

[PATCH] test: cpu: Handle both 32bit and 64bit CPUs
 2023-08-13 19:52 UTC 

[PATCH] configs: sandbox64: Enable PCI register multi-entry support
 2023-08-13 19:51 UTC 

[PATCH] configs: sandbox64: Enable clock CCF driver
 2023-08-13 19:50 UTC 

[PATCH v2 0/2] net: add support for HiSilicon Fast Ethernet Controller driver
 2023-08-13 17:47 UTC  (3+ messages)
` [PATCH v2 1/2] net: add hifemac Ethernet driver for HiSilicon platform
` [PATCH v2 2/2] net: add hifemac_mdio MDIO bus "

Strange gitlab idea
 2023-08-13 15:52 UTC  (2+ messages)

[PATCH v8 0/9] Enable EFI capsule generation through binman
 2023-08-13 14:43 UTC  (20+ messages)
` [PATCH v8 4/9] sandbox: Build the mkeficapsule tool for the sandbox variants

[PATCH v1] board: rockchip: Add Bananapi R2Pro Board
 2023-08-13 14:35 UTC  (4+ messages)
  ` Aw: "

[PATCH] docs: fix wrong usage of proftool
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH 1/2] test: dm: pinmux: Handle %pa in pinctrl-single mux output
 2023-08-13 13:36 UTC  (4+ messages)
` [PATCH 2/2] configs: sandbox64: Enable PINCTRL_SINGLE driver

[PATCH] configs: sandbox64: Enable MC34708 driver
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH] test: Fix the help for the ut command
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH] test: acpi: Handle both 32bit and 64bit ACPI tables
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH 1/2] configs: sandbox64: Enable video 16bpp and 24bpp support
 2023-08-13 13:36 UTC  (4+ messages)
` [PATCH 2/2] configs: sandbox64: Enable video 12x22 font support

[PATCH] configs: sandbox64: Enable BUTTON_ADC driver
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH] configs: sandbox64: Enable SF bootdev
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH] configs: sandbox64: Increase console record size to 0x6000
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH v2 1/1] lmb: description lmb_is_reserved, lmb_is_reserved_flags
 2023-08-13 13:36 UTC  (2+ messages)

[PATCH v2 00/10] rockchip: rk3588: add support for DFU in SPL
 2023-08-13  6:59 UTC  (4+ messages)
` [PATCH v2 06/10] ARM: dts: rockchip: rk3588-rock-5b-u-boot: add bootph-all to gadget nodes

[PATCH] net: phy: broadcom: add BCM5221 phy support
 2023-08-12 22:54 UTC  (3+ messages)

[PATCH 1/1] lmb: description lmb_is_reserved, lmb_is_reserved_flags
 2023-08-12 18:14 UTC  (2+ messages)

[PATCH v3 0/4] General regulator and pmic uclass improvements
 2023-08-12 17:35 UTC  (2+ messages)

[PATCH v10 00/10] Enable EFI capsule generation through binman
 2023-08-12 17:03 UTC  (12+ messages)
` [PATCH v10 01/10] binman: bintool: Build a tool from a list of commands
` [PATCH v10 02/10] nuvoton: npcm845-evb: Add a newline at the end of file
` [PATCH v10 03/10] sandbox: capsule: Add keys and certificates needed for capsule update testing
` [PATCH v10 04/10] sandbox: capsule: Enable EFI capsule module on sandbox variants
` [PATCH v10 05/10] btool: mkeficapsule: Add a bintool for EFI capsule generation
` [PATCH v10 06/10] binman: capsule: Add support for generating EFI capsules
` [PATCH v10 07/10] sandbox: binman: Add support for generating multiple images
` [PATCH v10 08/10] sandbox: capsule: Generate capsule related files through binman
` [PATCH v10 09/10] doc: Add documentation to highlight capsule generation related updates
` [PATCH v10 10/10] sandbox: trace: Increase trace buffer size

[PATCH v2 1/2] schemas: Add firmware node schema
 2023-08-12 13:09 UTC  (4+ messages)
` [PATCH v2 2/2] schemas: Add a schema for binman

[PATCH 1/2] schemas: Add firmware node schema
 2023-08-12 13:09 UTC  (6+ messages)
` [PATCH 2/2] schemas: Add a schema for binman

[PATCH 0/3] Populate kaslr seed with TPM
 2023-08-12 13:09 UTC  (7+ messages)
` [PATCH 1/3] fdt: common API to populate kaslr seed

[PATCH v2 0/3] Video: Keep fixed/gpio regulator counter in balance
 2023-08-12 10:45 UTC  (4+ messages)
` [PATCH v2 1/3] video: pwm_backlight: use regulator_set_enable_if_allowed
` [PATCH v2 2/3] video: simple_panel: "
` [PATCH v2 3/3] video: tegra20: dsi: "

[PATCH v1 0/3] Video: Keep fixed/gpio regulator counter in balance
 2023-08-12 10:08 UTC  (5+ messages)
` [PATCH v1 1/3] video: pwm_backlight: use regulator_set_enable_if_allowed
` [PATCH v1 2/3] video: simple_panel: "
` [PATCH v1 3/3] video: tegra20: dsi: "

bugs with EFI "reserved" memory and LMB?
 2023-08-12  6:23 UTC  (4+ messages)


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