public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-05-23 17:21:47 to 2020-05-25 10:19:40 UTC [more...]

[PATCH v2 0/9] stm32mp1: use OPP information for PLL1 settings in SPL
 2020-05-25 10:19 UTC 

[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  (20+ messages)
` [PATCH v4 01/13] cbfs: Rename the result variable
` [PATCH v4 02/13] cbfs: Use ulong consistently
` [PATCH v4 03/13] cbfs: Use bool type for whether initialised
` [PATCH v4 04/13] cbfs: Adjust return value of file_cbfs_next_file()
` [PATCH v4 05/13] cbfs: Adjust file_cbfs_load_header() to use cbfs_priv
` [PATCH v4 06/13] cbfs: Adjust cbfs_load_header_ptr() "
` [PATCH v4 07/13] cbfs: Unify the two header loaders
` [PATCH v4 08/13] cbfs: Use void * for the position pointers
` [PATCH v4 09/13] cbfs: Record the start address in cbfs_priv
` [PATCH v4 10/13] cbfs: Return the error code from file_cbfs_init()
` [PATCH v4 11/13] cbfs: Change file_cbfs_find_uncached() to return an error
` [PATCH v4 12/13] cbfs: Allow reading a file from a CBFS given its base addr
` [PATCH v4 13/13] cbfs: Don't require the CBFS size with cbfs_init_mem()

[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] spi: Zap sh_spi driver
 2020-05-25  8:47 UTC  (3+ messages)

[U-Boot] is it mandatory for SPL to support DM
 2020-05-25  8:44 UTC 

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

[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)

[U-Boot] Pull request: u-boot-riscv/master
 2020-05-25  8:01 UTC 

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

[PATCH u-boot 0/2] eth/r8152: minor corrections
 2020-05-25  7:47 UTC  (7+ 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

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

[PATCH v12 00/18] RISC-V SiFive FU540 support SPL
 2020-05-25  7:33 UTC  (19+ 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 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  (4+ messages)
` [PATCH 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64

[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)

[PATCH v2 0/3] add optee support for broadcom NS3 soc
 2020-05-25  2:15 UTC  (7+ messages)
` [PATCH v2 1/3] board: ns3: add optee based bnxt fw load driver
` [PATCH v2 2/3] configs: ns3: enable tee and optee driver
` [PATCH v2 3/3] arm: dts: ns3: add optee node

[PATCH v1 0/3] extend pinctrl-single driver with APIs
 2020-05-25  2:15 UTC  (7+ messages)
` [PATCH v1 1/3] drivers: pinctrl-single: handle different register width

[PATCH] libfdt: Remove superfluous NUL character from overlay symbols
 2020-05-25  2:15 UTC  (6+ messages)

[PATCH v1 00/15] add basic driver support for broadcom NS3 soc
 2020-05-25  2:15 UTC  (31+ messages)
` [PATCH v1 01/15] configs: ns3: enable pinctrl driver
` [PATCH v1 02/15] dt-bindings: pinctrl: add ns3 pads definition
` [PATCH v1 03/15] arm: dts: ns3: add pinctrl node
` [PATCH v1 04/15] arm: dts: ns3: add gpio node
` [PATCH v1 05/15] configs: ns3: enable BCM IPROC mmc driver
` [PATCH v1 06/15] arm: dts: ns3: add emmc node
` [PATCH v1 07/15] configs: ns3: enable mmc commands
` [PATCH v1 08/15] arm: dts: ns3: add qspi node
` [PATCH v1 09/15] arm: dts: ns3: add i2c node
` [PATCH v1 10/15] arm: dts: ns3: add PAXB PCIe host and phy node
` [PATCH v1 11/15] configs: ns3: enable gpt commands
` [PATCH v1 12/15] configs: ns3: enable EXT4 and FAT fs support
` [PATCH v1 13/15] configs: ns3: enable sp805 watchdog driver
` [PATCH v1 14/15] arm: dts: ns3: add sp805 watchdog node
` [PATCH v1 15/15] board: ns3: start sp805 watchdog service

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-25  2:14 UTC  (4+ messages)
` [PATCH] video: extend stdout video console work-around for 'vga'

[PATCH v3 12/26] video: Add helpers for vidconsole for the copy framebuffer
 2020-05-25  1:52 UTC 

[PATCH v2 00/26] x86: video: Speed up the framebuffer
 2020-05-25  1:49 UTC  (27+ messages)
` [PATCH v2 01/26] x86: fsp: Reinit the FPU after FSP meminit
` [PATCH v2 02/26] console: Add a way to output to serial only
` [PATCH v2 03/26] video: Show an error when a vidconsole function fails
` [PATCH v2 04/26] sandbox: video: Allow selection of rotated console
` [PATCH v2 05/26] video: Split out expression parts into variables
` [PATCH v2 06/26] video: Adjust rotated console to start at right edge
` [PATCH v2 07/26] video: Drop unnecessary #ifdef around vid_console_color()
` [PATCH v2 08/26] video: Add a comment for struct video_uc_platdata
` [PATCH v2 09/26] video: Add support for copying to a hardware framebuffer
` [PATCH v2 10/26] video: Set up the copy framebuffer when enabled
` [PATCH v2 11/26] video: Clear the copy framebuffer when clearing the screen
` [PATCH v2 12/26] video: Add helpers for vidconsole for the copy framebuffer
` [PATCH v2 13/26] video: Update normal console to support copy buffer
` [PATCH v2 14/26] video: Update truetype "
` [PATCH v2 15/26] video: Update rotated "
` [PATCH v2 16/26] video: Update the copy framebuffer when writing bitmaps
` [PATCH v2 17/26] video: Add comments to struct sandbox_sdl_plat
` [PATCH v2 18/26] video: sandbox: Add support for the copy framebuffer
` [PATCH v2 19/26] video: pci: Set up "
` [PATCH v2 20/26] x86: fsp: video: Allocate a frame buffer when needed
` [PATCH v2 21/26] video: Correctly handle multiple framebuffers
` [PATCH v2 22/26] x86: video: Support copy framebuffer with probed devices
` [PATCH v2 23/26] chromebook_samus: Enable the copy framebuffer
` [PATCH v2 24/26] chromebook_link: "
` [PATCH v2 25/26] minnowmax: "
` [PATCH v2 26/26] x86: minnowmax: Drop screen resolution to 1024x768

[PATCH 0/6] checkpatch.pl: Add features to help improve U-Boot code
 2020-05-24 18:23 UTC  (2+ messages)

[PATCH] mmc: sdhci: Fix HISPD bit handling
 2020-05-24 17:25 UTC 

[PATCH] tbs2910: migrate to DM_VIDEO
 2020-05-24 15:46 UTC  (2+ messages)

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

Pull request: u-boot-rockchip-20200522
 2020-05-24 13:16 UTC  (3+ messages)

[PATCH 1/1] doc: dfu: describe more DFU function
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: fix typos in README.dfu
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: add DFU to HTML documentation
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH 1/1] doc: dfu: describe eMMC partition number parameter
 2020-05-24  8:58 UTC  (2+ messages)

[PATCH] arch: arm: uDPU: fix PHY mode definition to sgmii-2500
 2020-05-23 18:23 UTC  (2+ messages)

[PATCH v4] net: tftp: Add client support for RFC 7440
 2020-05-23 17:59 UTC  (3+ messages)

[PATCH 01/30] net: eepro100: Remove EEPRO100_SROM_WRITE
 2020-05-23 17:25 UTC  (21+ messages)
` [PATCH 19/30] net: eepro100: Factor out MII registration
` [PATCH 20/30] net: eepro100: Fix EE_*_CMD macros
` [PATCH 23/30] net: eepro100: Introduce device private data
` [PATCH 24/30] net: eepro100: Pass device private data around
` [PATCH 25/30] net: eepro100: Pass device private data into mdiobus
` [PATCH 26/30] net: eepro100: Add RX/TX rings into the private data
` [PATCH 27/30] net: eepro100: Drop bd_t pointer from read_hw_addr()
` [PATCH 28/30] net: eepro100: Split common parts of non-DM functions out
` [PATCH 29/30] net: eepro100: Add DM support
` [PATCH 30/30] net: eepro100: Add Kconfig entries


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