public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-04-21 12:25:07 to 2020-04-22 10:04:51 UTC [more...]

[PATCH U-BOOT 00/26] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code
 2020-04-22 10:04 UTC  (40+ messages)
` [PATCH U-BOOT 01/26] fs: btrfs: Sync btrfs_btree.h from kernel
` [PATCH U-BOOT 02/26] fs: btrfs: Add More checksum algorithm support to btrfs
` [PATCH U-BOOT 03/26] fs: btrfs: Cross-port btrfs_read_dev_super() from btrfs-progs
` [PATCH U-BOOT 04/26] fs: btrfs: Cross-port rbtree-utils "
` [PATCH U-BOOT 05/26] fs: btrfs: Cross-port extent-cache.[ch] "
` [PATCH U-BOOT 06/26] fs: btrfs: Cross-port extent-io.[ch] "
` [PATCH U-BOOT 07/26] fs: btrfs: Cross port structure accessor into ctree.h
` [PATCH U-BOOT 08/26] fs: btrfs: Cross port volumes.[ch] from btrfs-progs
` [PATCH U-BOOT 09/26] fs: btrfs: Crossport read_tree_block() "
` [PATCH U-BOOT 10/26] fs: btrfs: Rename struct btrfs_path to struct __btrfs_path
` [PATCH U-BOOT 11/26] fs: btrfs: Rename btrfs_root to __btrfs_root
` [PATCH U-BOOT 12/26] fs: btrfs: Cross port struct btrfs_root to ctree.h
` [PATCH U-BOOT 13/26] fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs
` [PATCH U-BOOT 14/26] fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()
` [PATCH U-BOOT 15/26] fs: btrfs: Crossport open_ctree_fs_info()
` [PATCH U-BOOT 16/26] fs: btrfs: Rename path resolve related functions to avoid name conflicts
` [PATCH U-BOOT 17/26] fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()
` [PATCH U-BOOT 18/26] fs: btrfs: Implement btrfs_lookup_path()
` [PATCH U-BOOT 19/26] fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()
` [PATCH U-BOOT 20/26] fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()
` [PATCH U-BOOT 21/26] fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts
` [PATCH U-BOOT 22/26] fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()
` [PATCH U-BOOT 23/26] fs: btrfs: Introduce lookup_data_extent() for later use
` [PATCH U-BOOT 24/26] fs: btrfs: Implement btrfs_file_read()
` [PATCH U-BOOT 25/26] fs: btrfs: Cleanup the old implementation
` [PATCH U-BOOT 26/26] MAINTAINERS: Add btrfs mail list

[RFC PATCH 0/9] USB host support for Raspberry Pi 4 board
 2020-04-22  9:54 UTC  (22+ messages)
  ` [RFC PATCH 1/9] usb: xhci: Add missing cache flush in the scratchpad array initialization
  ` [RFC PATCH 2/9] pci: Move some PCIe register offset definitions to a common header
  ` [RFC PATCH 3/9] rpi4: shorten a mapping for the DRAM
  ` [RFC PATCH 4/9] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 64bit)
  ` [RFC PATCH 5/9] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)
  ` [RFC PATCH 6/9] usb: xhci: Allow accessing 64-bit registers with DWORD accesses only
  ` [RFC PATCH 7/9] pci: Add some PCI Express capability register offset definitions
  ` [RFC PATCH 8/9] pci: Add driver for Broadcom STB PCIe controller
  ` [RFC PATCH 9/9] config: Enable support for the XHCI controller on RPI4 board

[PATCH] lib: strto: Stop detection when invalid char is used
 2020-04-22  9:25 UTC  (2+ messages)

bug: lib: Improve _parse_integer_fixup_radix base 16 detection breaks mtdparts output
 2020-04-22  9:24 UTC  (4+ messages)

AW: AW: latest u-boot branch for Marvell Armada 88F3720
 2020-04-22  9:12 UTC  (6+ messages)
`  "
  ` AW: "

[PATCH V2 1/6] ARM: stm32: Add default config for DHCOR
 2020-04-22  9:08 UTC  (12+ messages)
` [PATCH V2 2/6] ARM: stm32: Add board_early_init_f() to SPL
` [PATCH V2 3/6] ARM: stm32: Implement board coding on AV96
` [PATCH V2 4/6] ram: stm32mp1: Add support for multiple configs
` [PATCH V2 5/6] ARM: dts: stm32: Rework DDR DT inclusion
` [PATCH V2 6/6] ARM: stm32: Implement DDR3 coding on DHCOR SoM

[PATCH v1 0/2] cmd: bind allow to bind driver with driver_data
 2020-04-22  8:13 UTC  (6+ messages)
` [PATCH v1 1/2] dm: core: give access to driver_check_compatible()
` [PATCH v1 2/2] cmd: bind: allow to bind driver with driver data

[PATCH v3 00/23] i2c: designware_ic2: Improvements to timing and general cleanup
 2020-04-22  6:43 UTC  (3+ messages)
` [PATCH v3 22/23] i2c: designware_i2c: Separate out the speed calculation

[PATCH v8 00/21] riscv: Add Sipeed Maix support
 2020-04-22  5:59 UTC  (2+ messages)

XHCI bringup on the Raspberry Pi 4
 2020-04-22  5:55 UTC  (4+ messages)

[PATCH] configs: socfpga: arria10: Enable USB support
 2020-04-22  5:27 UTC  (2+ messages)

[PATCH v7 0/6] RISC-V DT related fixes for reserved memory & UEFI
 2020-04-22  5:20 UTC  (9+ messages)
` [PATCH v7 1/6] riscv: Add boot hartid to device tree
` [PATCH v7 2/6] fdtdec: Fix boundary check
` [PATCH v7 3/6] riscv: Provide a mechanism to fix DT for reserved memory
` [PATCH v7 4/6] riscv: Setup reserved-memory node for FU540
` [PATCH v7 5/6] riscv: Copy the reserved-memory nodes to final DT
` [PATCH v7 6/6] riscv: Move all fdt fixups together

[PATCH v2] configs: ls1028aqds: add lpuart config
 2020-04-22  3:34 UTC 

[PATCH] imx8: Run SPL with caches enabled
 2020-04-22  1:16 UTC  (2+ messages)

[PATCH 0/8] Support 64-bit U-Boot for Slim Bootloader
 2020-04-22  0:45 UTC  (9+ messages)
` [PATCH 1/8] x86: Add a new X86_RUN_64BIT_ONLY to Kconfig
` [PATCH 2/8] x86: start64: Add a hook at 64-bit entry
` [PATCH 3/8] x86: start64: Support HOB in 64-bit U-Boot
` [PATCH 4/8] x86: slimbootloader: Support 64-bit operation
` [PATCH 5/8] configs: slimbootloader: Add x86_64 slimbootloader config
` [PATCH 6/8] x86: Fix 64-bit compile warning
` [PATCH 7/8] x86: enable 64-bit kernel boot from 64-bit U-Boot
` [PATCH 8/8] doc: slimbootloader: Update 64-bit build instruction

[PATCH 00/11] Fixes for Nokia RX-51
 2020-04-21 23:24 UTC  (14+ messages)
` [PATCH 11/11] Nokia RX-51: Add automated test for running RX-51 build in qemu

[PATCH] cmd: part: Add 'block' sub-command
 2020-04-21 22:13 UTC 

[PATCH] riscv: Move all SMP related SBI calls to SBI_v01
 2020-04-21 21:51 UTC 

[PATCH v7 0/9] dm: Add programmatic generation of ACPI tables (part A)
 2020-04-21 21:37 UTC  (9+ messages)
` [PATCH v7 1/9] acpi: Add a binding for ACPI settings in the device tree
    ` Antwort: "
        ` Antwort: "

[PATCH] test: make tests should use pytest -ra
 2020-04-21 20:47 UTC  (10+ messages)

[PATCH 1/3] env: mmc: allow support of mmc_get_env_dev with OF_CONTROL
 2020-04-21 19:50 UTC  (4+ messages)
` [Uboot-stm32] "

[PATCH 0/2] Add sf SPI flash support to distro boot
 2020-04-21 19:26 UTC  (3+ messages)
` [PATCH 1/2] distro_bootcmd: make BOOTENV_DEV_NAME and BOOTENV_DEV macro variadic
` [PATCH 2/2] distro_bootcmd: add sf SPI flash boot support

Pull request: u-boot-spi/master
 2020-04-21 19:19 UTC  (2+ messages)

[PATCH v6 0/6] RISC-V DT related fixes for reserved memory & UEFI
 2020-04-21 18:15 UTC  (6+ messages)
` [PATCH v6 3/6] riscv: Provide a mechanism to fix DT for reserved memory

[RFC 0/7] mx6cuboxi: enable OF_PLATDATA with MMC support
 2020-04-21 17:44 UTC  (11+ messages)
` [RFC 1/7] mmc: fsl_esdhc_imx: add OF_PLATDATA support

[PATCH v2 0/7] rockchip: make it possible to sign the u-boot.itb
 2020-04-21 17:37 UTC  (5+ messages)
` [PATCH v2 6/7] spl: fit: add Kconfig option to specify key-hint for fit_generator
` [PATCH v2 7/7] rockchip: make_fit_atf: add signature handling

Support for Pinebook Pro v2
 2020-04-21 17:37 UTC  (3+ messages)
` [PATCH 3/5] dt-bindings: leds: adopt Linux leds common binding constants

[PATCH v6 0/8] Cortina Access Drivers Package 2
 2020-04-21 17:37 UTC  (5+ messages)
` [PATCH v6 5/8] led: led_cortina: Add CAxxx LED support
` [PATCH v6 6/8] board: presidio: add "

[RFC] dm: uclass: add functions to get device by platdata
 2020-04-21 17:36 UTC  (14+ messages)

[PATCH] test: use correct path in file system tests
 2020-04-21 17:25 UTC  (3+ messages)

[PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display
 2020-04-21 16:34 UTC  (2+ messages)

[PATCH] arm: dts: rockchip: rk3399-roc-pc: Enable FE1.1 USB 2.0 HUB on roc-rk3399-pc
 2020-04-21 16:31 UTC  (3+ messages)

[PATCH] rockchip: board: roc-pc-rk3399: Remove support for push button
 2020-04-21 16:28 UTC  (4+ messages)

[PATCH] imx8mq_evk: Update the required ATF branch
 2020-04-21 16:05 UTC  (11+ messages)

[PATCH 01/16] arm: stm32mp: update dependency for STM32_ETZPC
 2020-04-21 16:05 UTC  (4+ messages)
` [PATCH 06/16] arm: stm32mp: spl: display error in board_init_f

[PATCH 0/3] spi: Support SPI I/O protocol lines
 2020-04-21 15:47 UTC  (4+ messages)
` [PATCH 3/3] spi: sifive: Fix format register proto field

Please pull u-boot-dm
 2020-04-21 15:14 UTC 

[PATCH 0/9] stm32mp1: use OPP information for PLL1 settings in SPL
 2020-04-21 15:11 UTC  (10+ messages)
` [PATCH 1/9] arm: stm32mp: spl: add bsec driver "
` [PATCH 2/9] ARM: dts: stm32: add cpufreq support on stm32mp15x
` [PATCH 3/9] board: st: create common file stpmic1.c
` [PATCH 4/9] stm32mp1: clk: configure pll1 with OPP
` [PATCH 5/9] ARM: stm32: Add board_early_init_f() to SPL
` [PATCH 6/9] arm: stm32mp: add weak function to save vddcore
` [PATCH 7/9] board: st: stpmic1: add function stmpic_buck1_set
` [PATCH 8/9] board: stm32mp1: update vddcore in SPL
` [PATCH 9/9] ARM: dts: stm32mp1: use OPP information for PLL1 settings "

[U-Boot] Please pull from u-boot-i2c
 2020-04-21 14:41 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-ubi/master
 2020-04-21 14:41 UTC  (2+ messages)

[RFC PATCH 1/3] net: phy: Add a generic phy file for TI generic PHYs
 2020-04-21 14:27 UTC  (6+ messages)
` [RFC PATCH 3/3] net: phy: dp83869: Port the kernel driver

rk3399 single channel lpddr4 setup
 2020-04-21 14:24 UTC 

[PATCH 0/2] publish HTML documentation on readthedocs.org
 2020-04-21 14:15 UTC  (2+ messages)

[PATCH] imx8qxp_mek: Run with caches enabled
 2020-04-21 12:45 UTC  (8+ messages)

[PATCH 0/2] Rename spl_boot_mode() and spl_boot_partition()
 2020-04-21 12:36 UTC  (3+ messages)
` [PATCH 1/2] spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()

[RFC PATCH v2 0/2] Move FSP-S configuration to device-tree
 2020-04-21 12:28 UTC  (7+ messages)
` [RFC PATCH v2 2/2] arch: x86: apl: Read FSP-S configuration from device-tree
    ` Antwort: "

[RFT PATCH v5 0/3] Add compressed Image booting support
 2020-04-21 12:27 UTC  (7+ messages)
` [RFT PATCH v5 1/3] lib: kconfig: Add option to set BZIP2 compression method
` [RFT PATCH v5 2/3] image: Add a common compression type detection function
` [RFT PATCH v5 3/3] image: Add compressed Image parsing support in booti

[PATCH 1/4] cmd: mem: Correctly count the errors in mtest
 2020-04-21 12:26 UTC  (8+ messages)
` [PATCH 2/4] cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()
` [PATCH 3/4] cmd: mem: Use IS_ENABLED instead of alt_test variable
` [PATCH 4/4] cmd: mem: Add bitflip memory test to alternate mtest

[PATCH] tee: optee: use dev_info in print_os_revision
 2020-04-21 12:26 UTC  (2+ messages)

[PATCH] doc: spl: update reference to driver-model/README.txt
 2020-04-21 12:26 UTC  (2+ messages)

[PATCH] mkimage: fit: don't create image with 0700 permissions
 2020-04-21 12:26 UTC  (2+ messages)

[PATCH v2 1/1] scripts: add documentation-file-ref-check
 2020-04-21 12:26 UTC  (2+ messages)

[PATCH 0/2] block: ide: remove duplicate defines form include/ata.h
 2020-04-21 12:26 UTC  (5+ messages)
` [PATCH 1/2] block: ide: use definitions from include/libata.h
` [PATCH 2/2] ide: remove duplicate defines form include/ata.h

[PATCH 1/1] cmd: fat: remove unused includes
 2020-04-21 12:26 UTC  (2+ messages)

[PATCH 0/3] mediatek: pwm: add pwm driver for MediaTek SoCs
 2020-04-21 12:25 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] arm: dts: add pwm support "

[PATCH] cmd: Add unlz4 command
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH] env: make file-scope env_ptr variables static
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH] ARM: bootm: take into account gd->ram_top
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH 1/1] ata: sort ATA commands
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH v2 1/1] include/ata.h: remove invalid links
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH 1/1] Kconfig: fix typos in CMD_BEDBUG description
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH 1/1] doc: fix references to driver-model
 2020-04-21 12:25 UTC  (2+ messages)

[PATCH 1/1] README: replace reference to boards.cfg
 2020-04-21 12:25 UTC  (2+ messages)


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