public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2020-02-18 19:09:59 to 2020-02-20 03:05:01 UTC [more...]

[RFC PATCH 0/2] Update reserved memory for simple framebuffer
 2020-02-20  3:05 UTC  (4+ messages)
` [RFC PATCH 1/2] common: fdt: Add a function for reserving memory without kernel linear mapping
` [RFC PATCH 2/2] video: meson: Use reserving memory function "

[PATCH v2 0/4] x86: Improve support for chain-loading U-Boot
 2020-02-20  3:04 UTC  (7+ messages)
` [PATCH v2 1/4] x86: fsp: Allow skipping init code when chain loading
` [PATCH v2 2/4] x86: apl: Skip "
` [PATCH v2 3/4] x86: cpu: "
` [PATCH v2 4/4] pci: Avoid auto-config "

[PATCH] bdinfo: Show information about fdt blob via bdinfo
 2020-02-20  3:04 UTC  (2+ messages)

[PATCH 1/2] rockchip: elgin-rv1108: Use syscon API to get grf base
 2020-02-20  3:04 UTC  (4+ messages)
` [PATCH 2/2] rockchip: evb-rv1108: "

[PATCH 1/2] rockchip: video: Use ofnode_decode_display_timing() to parse timing
 2020-02-20  3:04 UTC  (4+ messages)
` [PATCH 2/2] rockchip: video: Convert to use APIs which support live DT

[PATCH 0/6] rockchip: efuse: add support for more platfroms
 2020-02-20  2:53 UTC  (5+ messages)
` [PATCH 1/6] rockchip: efuse: Add support for rk3288 efuse
` [PATCH 1/2] rockchip: efuse: Add support for rk3328 non-secure efuse
` [PATCH 2/2] rockchip: efuse: Add support for rk1808 "
` [PATCH 2/6] rockchip: efuse: Add support for rk3066a efuse

[PATCH 0/6] rockchip: efuse: add support for more platfroms
 2020-02-20  2:38 UTC  (5+ messages)
` [PATCH 1/6] rockchip: efuse: Add support for rk3288 efuse
` [PATCH 1/2] rockchip: efuse: Add support for rk3328 non-secure efuse
` [PATCH 2/2] rockchip: efuse: Add support for rk1808 "
` [PATCH 2/6] rockchip: efuse: Add support for rk3066a efuse

[PATCH v2 00/21] Enable ARM Trusted Firmware for U-Boot
 2020-02-20  2:32 UTC  (39+ messages)
` [PATCH v2 01/21] configs: agilex: Remove CONFIG_OF_EMBED
` [PATCH v2 02/21] arm: socfpga: add fit source file for pack itb with ATF
` [PATCH v2 03/21] arm: socfpga: Add function for checking description from FIT image
` [PATCH v2 04/21] arm: socfpga: Load FIT image with ATF support
` [PATCH v2 05/21] arm: socfpga: Override 'lowlevel_init' to support ATF
` [PATCH v2 06/21] configs: socfpga: Enable FIT image loading with ATF support
` [PATCH v2 07/21] arm: socfpga: Disable "spin-table" method for booting Linux
` [PATCH v2 08/21] arm: socfpga: Add SMC helper function for Intel SOCFPGA (64bits)
` [PATCH v2 09/21] arm: socfpga: Define SMC function identifiers for PSCI SiP services
` [PATCH v2 10/21] arm: socfpga: Add secure register access helper functions for SoC 64bits
` [PATCH v2 11/21] arm: socfpga: Secure register access for clock manager (SoC 64bits)
` [PATCH v2 12/21] arm: socfpga: Secure register access in PHY mode setup
` [PATCH v2 13/21] arm: socfpga: Secure register access for reading PLL frequency
` [PATCH v2 14/21] mmc: dwmmc: socfpga: Secure register access in MMC driver
` [PATCH v2 15/21] net: designware: socfpga: Secure register access in MAC driver
` [PATCH v2 16/21] arm: socfpga: Secure register access in Reset Manager driver
` [PATCH v2 17/21] arm: socfpga: stratix10: Initialize timer in SPL
` [PATCH v2 18/21] arm: socfpga: Bridge reset invokes SMC service calls in EL2
` [PATCH v2 19/21] arm: socfpga: stratix10: Add ATF support to FPGA reconfig driver
` [PATCH v2 20/21] arm: socfpga: mailbox: Add 'SYSTEM_RESET' PSCI support to mbox_reset_cold()
` [PATCH v2 21/21] configs: socfpga: Add defconfig for Agilex and Stratix 10 without ATF support

[PATCH v2 0/9] usb: Covert to support Live DT
 2020-02-20  2:32 UTC  (10+ messages)
` [PATCH v2 1/9] usb: dwc3-of-simple: Drop redundant inclding header file
` [PATCH v2 2/9] usb: ehci-msm: Use dev interface to get device address
` [PATCH v2 3/9] usb: cdns3: Migrate to use ofnode API for bind function
` [PATCH v2 4/9] usb: dwc3-generic: "
` [PATCH v2 5/9] usb: dwc3-generic: Use dev_read_addr() instead of devfdt_get_addr()
` [PATCH v2 6/9] usb: host: dwc3-sti-glue: Migrate to use ofnode API
` [PATCH v2 7/9] usb: musb-new: "
` [PATCH v2 8/9] usb: Use ofnode as usb_get_dr_mode() parameter
` [PATCH v2 9/9] usb: Use ofnode as usb_get_maximum_speed() parameter

[PATCH 00/10] usb: Covert to support Live DT
 2020-02-20  2:23 UTC  (17+ messages)
` [PATCH 01/10] usb: dwc3-of-simple: Drop redundant inclding header file
` [PATCH 02/10] usb: ehci-msm: Use dev interface to get device address
` [PATCH 03/10] usb: cdns3: Migrate to use ofnode API for bind function
` [PATCH 04/10] usb: dwc3-generic: "
` [PATCH 05/10] usb: dwc3-generic: Use dev_read_addr() instead of devfdt_get_addr()
` [PATCH 06/10] usb: host: dwc3-sti-glue: Migrate to use ofnode API
` [PATCH 07/10] usb: musb-new: "
` [PATCH 08/10] usb: dwc3: core: reorder the header file including sequence
` [PATCH 09/10] usb: Use ofnode as usb_get_dr_mode() parameter
` [PATCH 10/10] usb: Use ofnode as usb_get_maximum_speed() parameter

[PATCH v3] cmd: Add command to dump drivers and compatible strings
 2020-02-20  2:23 UTC  (5+ messages)

Please pull mmc mmc-2-19-2020
 2020-02-20  1:56 UTC 

Pull request for UEFI sub-system for efi-2020-04-rc3
 2020-02-20  1:23 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2020-02-20  1:23 UTC  (2+ messages)

[PATCH 1/1] efi_loader: implement EFI_RT_PROPERTIES_TABLE
 2020-02-19 21:48 UTC  (2+ messages)

[RESEND PATCH 00/10] env: ext4: add test for env in ext4
 2020-02-19 21:46 UTC  (5+ messages)
` [RESEND PATCH 06/10] test: environment "
` [RESEND PATCH 10/10] test: sandbox: add test for erase command

[PATCH 1/4] wdt: Add CONFIG_DESIGNWARE_WATCHDOG to Kconfig
 2020-02-19 21:37 UTC  (9+ messages)

m68k hangs silently
 2020-02-19 21:21 UTC  (2+ messages)

[PING][PATCH] Optionally: Set the serial# environment variable on the i.MX7
 2020-02-19 21:01 UTC 

[PATCH 0/8] malloc: implement USE_DL_PREFIX using inline functions
 2020-02-19 20:04 UTC  (10+ messages)
` [PATCH 1/8] malloc: implement USE_DL_PREFIX via "
` [PATCH 2/8] Revert "mtd: Rename free() to rfree()"
` [PATCH 3/8] Revert "dma: "
` [PATCH 4/8] Revert "clk: "
` [PATCH 5/8] Revert "gpio: "
` [PATCH 6/8] Revert "reset: "
` [PATCH 7/8] Revert "power-domain: "
` [PATCH 8/8] Revert "mailbox: "

[PATCH v4 00/17] riscv: Add Sipeed Maix support
 2020-02-19 20:02 UTC  (18+ messages)
` [PATCH v4 03/17] clk: Unconditionally recursively en-/dis-able clocks
` [PATCH v4 07/17] spi: dw: Add mem_ops
` [PATCH v4 08/17] riscv: Add headers for asm/global_data.h
` [PATCH v4 09/17] riscv: Add option to support RISC-V privileged spec 1.9.1
` [PATCH v4 14/17] riscv: Try to get cpu frequency from device tree

[U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version
 2020-02-19 19:21 UTC  (4+ messages)
` [U-Boot] [PATCH 3/4 v5] watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup
  `  "
` [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

Unwanted change in Kconfig for mpc8xx_wdt watchdog ?
 2020-02-19 19:10 UTC 

[PATCH V2] ARM: socfpga: Add initial support for the ABB SECU board
 2020-02-19 18:55 UTC 

[PATCH] env: ti: boot: Fix Android boot on AM57x EVM
 2020-02-19 18:27 UTC 

[PATCH] lx2160a : Add emmc in boot_targets environment variable
 2020-02-19 18:00 UTC 

[PATCH] tools: image-host.c: remove uboot_aes.h
 2020-02-19 17:18 UTC  (3+ messages)

[PATCH] watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment
 2020-02-19 16:50 UTC 

[PATCH] net: phy: dp83867: Do not check sgmii if rgmii is already used
 2020-02-19 16:36 UTC  (8+ messages)

[U-Boot Patch v2 0/4] Fix currently available support for flash on HiFive Unleashed
 2020-02-19 16:28 UTC  (13+ messages)
` [U-Boot Patch v2 1/4] fu540: dtsi: spi: add num-cs info to device tree
` [U-Boot Patch v2 2/4] spi: fu540: add claim and release method to spi-sifive.c
` [U-Boot Patch v2 3/4] dts: u-boot.dtsi: override flash tx-rx width

[PATCH] dt-bindings: net: dp83867: Remove binding doc from U-Boot tree
 2020-02-19 16:27 UTC  (2+ messages)

mkimage segfault on MacOS
 2020-02-19 16:20 UTC 

[PATCH v1 0/2] display proper CPU frequency on hifive-unleashed
 2020-02-19 16:09 UTC  (3+ messages)
` [PATCH v1 2/2] cpu: clk: riscv: populate proper CPU core clk frequency

[PATCH] ARM: socfpga: Add initial support for the ABB SECU board
 2020-02-19 15:09 UTC  (8+ messages)

[PATCH] rename keymile boards to ABB wcom
 2020-02-19 14:36 UTC  (4+ messages)

use invd instead of wbinvd in real mode start code
 2020-02-19 14:04 UTC  (10+ messages)

[PATCH 0/5] CMD_SAVEENV ifdef cleanup
 2020-02-19 13:43 UTC  (9+ messages)
` [PATCH 1/5] env: add SAVEENV as an alias of the CMD_SAVEENV symbol
` [PATCH 2/5] env_internal.h: add alternative ENV_SAVE_PTR macro
` [PATCH 3/5] env/fat.c: remove private CMD_SAVEENV logic
` [PATCH 4/5] env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef
` [PATCH 5/5] env/sf.c: drop private CMD_SAVEENV logic

[PATCH v1 1/4] ARM: dts: imx8qm-apalis: replace dm-spl with dm-pre-proper
 2020-02-19 13:38 UTC  (8+ messages)
` [PATCH v1 2/4] ARM: dts: imx8qxp-colibri: "
` [PATCH v1 3/4] ARM: dts: imx8qm-apalis: dm-pre-proper for pd_dma nodes
` [PATCH v1 4/4] ARM: dts: imx8qxp-colibri: "

[PATCH] imx: remove woodburn board
 2020-02-19 13:36 UTC 

[Patch v4 0/7] Transition of fsl qspi driver to spi-mem framework
 2020-02-19 13:00 UTC  (4+ messages)
` [Patch v4 4/7] imx: imx6sx: Remove unused 'num-cs' property

[PATCH 1/3] ARM: dts: imx6sx: Sync with kernel 5.4.16
 2020-02-19 12:56 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: imx6sx-sdb: "
` [PATCH 3/3] mx6sxsabresd: Enable DM_PCI

[PATCH] arch: arm: Fix SZ_64K undeclared compilation error
 2020-02-19 12:21 UTC  (4+ messages)

[PATCH] ARM: zynq: Fix addresses in partition definitions
 2020-02-19 10:27 UTC 

[PATCH] rockchip: rk3399: add target type for evb based board
 2020-02-19 10:07 UTC 

no boot methods seem to work
 2020-02-19  9:26 UTC 

[PATCH] mpc83xx, abb: remove suvd3 board
 2020-02-19  9:20 UTC  (3+ messages)

[PATCH 1/2] arm64: ls1028a: remove fdt_high environment variable
 2020-02-19  9:02 UTC  (2+ messages)
` [PATCH 2/2] arm64: ls1046a: "

[PATCH v1 0/2] Add roc-rk3328-cc support
 2020-02-19  8:42 UTC  (5+ messages)
` [PATCH v1 1/2] rockchip: rk3328: dts: add L2 cache entry
  ` [PATCH v1 1/2] rockchip: rk3328: dts: add L2 cache entry【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [PATCH v1 2/2] rockchip: rk3328: add roc-rk3328-cc support

[PATCH] rockchip: make the global board_fit_config_name_match __weak
 2020-02-19  8:20 UTC  (2+ messages)

[PATCH] rockchip: make_fit_atf: use correct fdt_x references in config nodes
 2020-02-19  8:17 UTC  (2+ messages)

[PATCH v4 0/5] usb: host: dwc2: use driver model for PHY and CLOCK
 2020-02-19  7:27 UTC  (3+ messages)

[PATCH v6] Add support for SoM "VoCore2"
 2020-02-19  7:18 UTC  (2+ messages)

[PATCH] arm: mvebu: clearfog: add scsi target to distro-boot
 2020-02-19  7:16 UTC  (2+ messages)

[PATCH] doc: i2c: gpio: Document deblock sequence on probe
 2020-02-19  5:16 UTC  (2+ messages)

[PATCH 1/2] dm: core: Add a flag for power domain control on device removal
 2020-02-18 23:59 UTC  (4+ messages)

[U-Boot] [RFC/RFT PATCH v4 0/3] Add compressed Image booting support
 2020-02-18 20:38 UTC  (11+ messages)
` [U-Boot] [RFC/RFT PATCH v4 3/3] image: Add compressed Image parsing support in booti

[PATCH v6 0/7] rsa: extend rsa_verify() for UEFI secure boot
 2020-02-18 19:57 UTC  (4+ messages)

[PATCH] mx7dsabresd: Boot in non secure by default
 2020-02-18 19:09 UTC 


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