public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-25 02:38:13 to 2020-05-25 21:45:00 UTC [more...]

[PATCH] video: make vidconsole commands optional
 2020-05-25 21:45 UTC  (3+ messages)

[PATCH v12 00/18] RISC-V SiFive FU540 support SPL
 2020-05-25 21:44 UTC  (22+ messages)
` [PATCH v12 01/18] misc: add driver for the SiFive otp controller
` [PATCH v12 02/18] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v12 03/18] riscv: Add _image_binary_end for SPL
` [PATCH v12 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v12 05/18] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v12 06/18] sifive: fu540: add ddr driver
` [PATCH v12 07/18] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v12 08/18] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v12 09/18] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v12 10/18] clk: sifive: fu540-prci: Add ddr clock initialization
` [PATCH v12 11/18] clk: sifive: fu540-prci: Release ethernet clock reset
` [PATCH v12 12/18] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v12 13/18] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v12 14/18] riscv: sifive: fu540: add SPL configuration
` [PATCH v12 15/18] sifive: fu540: Add sample SD gpt partition layout
` [PATCH v12 16/18] sifive: fu540: Add U-Boot proper sector start
` [PATCH v12 17/18] configs: fu540: Add config options for U-Boot SPL
` [PATCH v12 18/18] doc: sifive: fu540: Add description for OpenSBI generic platform

[PATCH v4 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-05-25 21:40 UTC  (15+ messages)
  ` [PATCH v4 1/9] usb: xhci: Add missing cache flush in the scratchpad array initialization
  ` [PATCH v4 2/9] usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readq
  ` [PATCH v4 3/9] pci: Move some PCIe register offset definitions to a common header
  ` [PATCH v4 4/9] rpi4: shorten a mapping for the DRAM
  ` [PATCH v4 5/9] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 64bit)
  ` [PATCH v4 6/9] linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian
  ` [PATCH v4 7/9] pci: Add some PCI Express capability register offset definitions
  ` [PATCH v4 8/9] pci: Add driver for Broadcom BCM2711 SoC PCIe controller
  ` [PATCH v4 9/9] configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)

[PATCH] RFC: tiny-dm: Proposal for using driver model in SPL
 2020-05-25 21:40 UTC  (5+ messages)

[PATCH v2 1/2] rockchip: spl: do full dram_init instead of only probing
 2020-05-25 20:45 UTC  (3+ messages)
` [PATCH v2 2/2] spl: add fixed memory node in target fdt also when loading ATF

altera intel cyclone v / error: enabling full line of zeros but not enabled in Cortex-A9
 2020-05-25 20:44 UTC 

[PATCH v5 1/8] lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY
 2020-05-25 20:43 UTC  (12+ messages)
` [PATCH v5 2/8] lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()
` [PATCH v5 3/8] lib: rsa: bring exp_len in line when generating a key_prop
` [PATCH v5 4/8] lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()
` [PATCH v5 5/8] lib: rsa: free local arrays after use "
` [PATCH v5 6/8] lib: rsa: add documentation to padding_pss_verify to document limitations

[RFC PATCH] imx: skip unused compatible strings in drivers
 2020-05-25 20:24 UTC 

[PATCH 1/4] x86: coral: Correct some FSP-M settings
 2020-05-25 20:16 UTC  (4+ messages)
` [PATCH 2/4] x86: apl: Add hex offsets for registers in FSP-M
` [PATCH 3/4] x86: coral: Correct some FSP-S settings
` [PATCH 4/4] x86: apl: Add hex offsets for registers in FSP-S

[U-Boot] is it mandatory for SPL to support DM
 2020-05-25 20:00 UTC  (16+ messages)

[PATCH 1/1] MAINTAINERS: add dfu.h and dfu.rst to DFU
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: describe more DFU function
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: fix typos in README.dfu
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: add DFU to HTML documentation
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: describe eMMC partition number parameter
 2020-05-25 18:00 UTC  (2+ messages)

[PATCH 0/4] cmd: {zip, unzip} fixes
 2020-05-25 18:00 UTC  (9+ messages)
` [PATCH 1/4] cmd: unzip: automatically select CONFIG_GZIP
` [PATCH 2/4] cmd: zip: automatically pull in gzip()
` [PATCH 3/4] cmd: zip: fix implicit declaration warning
` [PATCH 4/4] sandbox: move compression option to Kconfig

[PATCH] env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] tools/env/fw_env.h: remove env.h
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] Convert CONFIG_CMD_MMC to Kconfig
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH 1/1] MAINTAINERS: add doc/driver-model/ to DRIVER MODEL
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] phy: Fix possible NULL pointer deference
 2020-05-25 17:59 UTC  (2+ messages)

[PATCH] armv8: cache_v8: fix mmu_set_region_dcache_behaviour
 2020-05-25 17:59 UTC  (2+ messages)

[RFC PATCH] mtd: spi: Drop redundent SPI flash driver
 2020-05-25 17:31 UTC  (3+ messages)

[GIT PULL] TI changes for v2020.07-rc3
 2020-05-25 17:07 UTC 

[PATCH v1] gpio: octeon_gpio: Add GPIO controller driver for Octeon
 2020-05-25 17:03 UTC  (2+ messages)

[PATCH v1 0/3] add custome commands for broadcom NS3 soc
 2020-05-25 17:03 UTC  (7+ messages)
` [PATCH v1 1/3] cmd: bcm: add nitro boot command
` [PATCH v1 2/3] cmd: bcm: add nitro image load commands
` [PATCH v1 3/3] cmd: bcm: add command for chimp hand shake

[PATCH v1 0/3] add elog support for broadcom NS3 soc
 2020-05-25 17:03 UTC  (7+ messages)
` [PATCH v1 1/3] common: ns3: add error logging support
` [PATCH v1 2/3] board: ns3: kconfig: extend board kconfig with specific commands
` [PATCH v1 3/3] cmd: bcm: add broadcom error log setup command

[PATCH v1 0/3] add optee support for broadcom NS3 soc
 2020-05-25 17:03 UTC  (5+ messages)
` [PATCH v1 2/3] configs: ns3: enable tee and optee driver
` [PATCH v1 3/3] arm: dts: ns3: add optee node

[PATCH v1 0/3] add FIT image support for broadcom NS3 soc
 2020-05-25 17:03 UTC  (5+ messages)
` [PATCH v1 1/3] configs: ns3: enable FIT config
` [PATCH v1 3/3] board: ns3: add development keys used in FIT

[PATCH] video: ipuv3: remove some useless code to reduce binary size
 2020-05-25 16:05 UTC  (2+ messages)

[PATCH v2] x86: chromebook_coral: Fix a build error
 2020-05-25 15:53 UTC 

[U-Boot] Pull request: u-boot-riscv/master
 2020-05-25 15:40 UTC  (2+ messages)

[PATCH] mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL
 2020-05-25 15:38 UTC  (5+ messages)

[RFC PATCH v3 0/3] ARM: arbitrary virtual-physical mappings for RPi4 XHCI support
 2020-05-25 14:57 UTC  (9+ messages)
  ` [RFC PATCH v3 3/3] rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)

[PATCH] rockchip: enable USB OHCI host for RockPro64
 2020-05-25 14:44 UTC 

[PATCH 1/2] ks2_evm: Switch to DM_SPL, SPL_OF_CONTROL
 2020-05-25 13:21 UTC  (2+ messages)
` [PATCH 2/2] spi: davinci: Drop non-dm code

[PATCH v2 0/9] riscv: sifive/fu540: Booting from SPI
 2020-05-25 13:15 UTC  (9+ messages)
` [PATCH v2 1/9] spl: Try to get SPL boot device via board_get_int

[PATCH u-boot 0/2] eth/r8152: minor corrections
 2020-05-25 13:00 UTC  (10+ messages)
` [PATCH u-boot 1/2] eth/r8152: fix assigning the wrong endpoint
` [PATCH u-boot v2 0/2] eth/r8152: minor corrections
  ` [PATCH u-boot v2 1/2] eth/r8152: fix assigning the wrong endpoint
  ` [PATCH u-boot v2 2/2] eth/r8152: fix typo in register name

8e35bb07eb mkimage: Support automatic creating of a FIT without a .its
 2020-05-25 11:38 UTC 

[PATCH 1/2] spi: Zap sh_spi driver
 2020-05-25 10:36 UTC  (4+ messages)

[PATCH 0/2] mtd: spi-nand: Update Toshiba support
 2020-05-25 10:26 UTC  (3+ messages)

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

[PATCH v5 00/16] Add Rockchip RK3399 USB3.0 Host support
 2020-05-25  9:36 UTC  (6+ messages)

[PATCH v3 0/9] USB host support for Raspberry Pi 4 board (64-bit)
 2020-05-25  9:25 UTC  (5+ messages)
  ` [PATCH v3 9/9] configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)

[PATCH] pci: Make Rockchip PCIe voltage regulators optional
 2020-05-25  9:10 UTC  (3+ messages)

[PATCH v4 00/13] x86: cbfs: Various clean-ups to CBFS implementation
 2020-05-25  9:03 UTC  (3+ messages)

[PATCH v2 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
 2020-05-25  9:00 UTC  (2+ messages)
` [PATCH v2 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64

[PATCH] rockchip: enable RNG on RockPro64
 2020-05-25  8:52 UTC  (3+ messages)

[PATCH 1/2] mtd: spi: Separate dm vs nodm SF code
 2020-05-25  8:14 UTC  (6+ messages)
` [PATCH 2/2] sf: Simplify probe for dm code

[PATCH] sf: Drop spl_flash_get_sw_write_prot
 2020-05-25  8:05 UTC  (2+ messages)

rk3399: SPI boot: Return from ROM unsuccessful (with TPL)
 2020-05-25  7:58 UTC  (5+ messages)

Regression when building with DEVICE_TREE parameter
 2020-05-25  7:38 UTC  (3+ messages)

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

[PATCH 1/7] amlogic: Remove ARCH= references from documentation
 2020-05-25  3:00 UTC  (3+ messages)
` [PATCH 4/7] rockchip: "
  ` [PATCH 4/7] rockchip: Remove ARCH= references from documentation【请注意,邮件由tom.rini@gmail.com代发】

[PATCH 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
 2020-05-25  2:55 UTC  (2+ messages)

[PATCH] rk3399: Enable NVMe distro bootcmd
 2020-05-25  2:53 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot,spl-boot-order
 2020-05-25  2:53 UTC  (6+ messages)
` [PATCH 2/3] nanopc-t4: Enable USB Gadget
` [PATCH 3/3] doc: rockchip: Document eMMC program steps
` [PATCH 1/3] arm64: dts: rk3399-nanopi4: Add u-boot, spl-boot-order

[PATCH v2] rockchip: Fix spl mmc boot device ofpath
 2020-05-25  2:49 UTC  (2+ messages)

[PATCH] clk: rk3399: Fix eMMC get_clk reg offset
 2020-05-25  2:48 UTC  (2+ messages)

[PATCH] x86: chromebook_coral: Fix a build error
 2020-05-25  2:42 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