public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-11-12 11:04:41 to 2018-11-13 19:53:43 UTC [more...]

[U-Boot] [PATCH v4 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-11-13 19:53 UTC  (3+ messages)
` [U-Boot] [PATCH v4 14/18] serial: 16550: allow the driver to support MediaTek serial

[U-Boot] [PATCH v3 00/18] Add U-Boot support for MediaTek SoCs - MT7623n & MT7629
 2018-11-13 19:53 UTC  (7+ messages)
` [U-Boot] [PATCH v3 14/18] serial: 16550: allow the driver to support MediaTek serial

[U-Boot] [PATCH v3 00/19] DM_I2C_COMPAT removal for all ti platforms
 2018-11-13 19:53 UTC  (5+ messages)
` [U-Boot] [PATCH v3 02/19] dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detected

[U-Boot] [PATCH 1/3] fs: Makefile: Add fs.c under SPL as well as it is needed for fs_loader
 2018-11-13 19:53 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] misc: fs_loader: Use device_get_global_by_ofnode to get to node
` [U-Boot] [PATCH 3/3] misc: fs_loader: Fix compiler warning

[U-Boot] [PATCH v2 1/2] core: ofnode: Fix ofnode_get_addr_size_index function
 2018-11-13 19:53 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] core: ofnode: Add ofnode_get_addr_size_index

[U-Boot] [PATCH 1/2] core: ofnode: Fix ofnode_get_addr_size_index function
 2018-11-13 19:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] Add Hardware Spinlock class
 2018-11-13 19:53 UTC  (8+ messages)
` [U-Boot] [PATCH 1/4] dm: "
` [U-Boot] [PATCH 2/4] clk: stm32: add hardware spinlock clock
` [U-Boot] [PATCH 3/4] hwspinlock: add stm32 hardware spinlock support
` [U-Boot] [PATCH 4/4] pinctrl: stm32: make pinctrl use hwspinlock

[U-Boot] [PATCH] board: rockchip: rk3399: add Rockpro64 board support
 2018-11-13 19:47 UTC  (5+ messages)

[U-Boot] [PATCH 0/4] Fix CVE-2018-18440
 2018-11-13 19:42 UTC  (8+ messages)
` [U-Boot] [PATCH 1/4] lib: lmb: reserving overlapping regions should fail
` [U-Boot] [PATCH 2/4] lib: lmb: add function lmb_alloc_addr
` [U-Boot] [PATCH 3/4] fs: prevent overwriting reserved memory
` [U-Boot] [PATCH 4/4] bootm: use new common function lmb_init_and_reserve

[U-Boot] Pull request: u-boot-sunxi/master
 2018-11-13 19:42 UTC  (2+ messages)

[U-Boot] Pull request, v2018.11, v2: u-boot-spi/master
 2018-11-13 19:16 UTC 

[U-Boot] Rockchip RV1108 eMMC initialization fail
 2018-11-13 18:59 UTC  (10+ messages)

[U-Boot] efi disks in u-boot
 2018-11-13 18:51 UTC 

[U-Boot] UBoot running UBoot - is it possible?
 2018-11-13 17:57 UTC  (8+ messages)

[U-Boot] [PATCH] sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD
 2018-11-13 16:46 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] arm64: allwinner: h6: Add common orangepi nodes into dtsi
 2018-11-13 16:44 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] board: allwinner: sun50i-h6: Add Orangepi Lite2 support

[U-Boot] [PATCH V3 1/7] rsa: use new openssl API to create signature
 2018-11-13 16:43 UTC  (7+ messages)
` [U-Boot] [PATCH V3 2/7] rsa: add a structure for the padding
` [U-Boot] [PATCH V3 3/7] rsa: add support of padding pss
` [U-Boot] [PATCH V3 4/7] doc: uImage.FIT: signature.txt: add option padding
` [U-Boot] [PATCH V3 5/7] configs: sandbox: enable padding pss for rsa signature
` [U-Boot] [PATCH V3 6/7] test: vboot: add "
` [U-Boot] [PATCH V3 7/7] test: vboot: clean its file

[U-Boot] [PATCH v5 0/4] Add support for Pinebook
 2018-11-13 16:41 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] sunxi: A64/H3/H5 DT updates
 2018-11-13 16:34 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Imply fitImage support
 2018-11-13 16:29 UTC  (2+ messages)

[U-Boot] [ANN] U-Boot v2018.11 delayed a day
 2018-11-13 16:06 UTC  (17+ messages)

[U-Boot] [PATCH v3 1/5] mtd: Use default mtdparts/mtids when not defined in the environment
 2018-11-13 15:06 UTC  (14+ messages)
` [U-Boot] [PATCH v3 2/5] dfu: nand: Add missing dependency on CMD_MTDPARTS
` [U-Boot] [PATCH v3 3/5] mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected
` [U-Boot] [PATCH v3 4/5] cmd: ubi: Remove useless call to mtdparts_init()
` [U-Boot] [PATCH v3 5/5] mtd: Drop duplicate MTD_PARTITIONS Kconfig option

[U-Boot] [PATCH] configs: at91: add CONFIG_OF_EMBED=y in all defconfigs
 2018-11-13 15:04 UTC 

[U-Boot] [PATCH 00/19] riscv: Adding RISC-V CPU and timer driver
 2018-11-13 14:45 UTC  (21+ messages)
` [U-Boot] [PATCH 01/19] riscv: add Kconfig entries for the code model
` [U-Boot] [PATCH 02/19] dm: cpu: Add timebase frequency to the platdata
` [U-Boot] [PATCH 03/19] riscv: qemu: Create a simple-bus driver for the soc node
` [U-Boot] [PATCH 04/19] cpu: Add a RISC-V CPU driver
` [U-Boot] [PATCH 05/19] riscv: Add a SYSCON driver for Core Local Interruptor
` [U-Boot] [PATCH 06/19] timer: Add driver for RISC-V privileged architecture defined timer
` [U-Boot] [PATCH 07/19] riscv: kconfig: Allow platform to specify Kconfig options
` [U-Boot] [PATCH 08/19] riscv: Enlarge the default SYS_MALLOC_F_LEN
` [U-Boot] [PATCH 09/19] riscv: qemu: Probe cpus during boot
` [U-Boot] [PATCH 10/19] riscv: Add CSR numbers
` [U-Boot] [PATCH 11/19] riscv: Add exception codes for xcause register
` [U-Boot] [PATCH 12/19] riscv: Do some basic architecture level cpu initialization
` [U-Boot] [PATCH 13/19] riscv: Move trap handler codes to mtrap.S
` [U-Boot] [PATCH 14/19] riscv: Fix context restore before returning from trap handler
` [U-Boot] [PATCH 15/19] riscv: Return to previous privilege level after trap handling
` [U-Boot] [PATCH 16/19] riscv: Adjust the _exit_trap() position to come before handle_trap()
` [U-Boot] [PATCH 17/19] riscv: Pass correct exception code to _exit_trap()
` [U-Boot] [PATCH 18/19] riscv: Refactor handle_trap() a little for future extension
` [U-Boot] [PATCH 19/19] riscv: Allow U-Boot to run on hart 0 only

[U-Boot] [PULL] Please pull u-boot-imx
 2018-11-13 13:42 UTC  (8+ messages)

[U-Boot] [ANN] Changing release cycles again
 2018-11-13 13:21 UTC 

[U-Boot] [PATCH v2] fs: fat: assign rootdir sector when accessing root directory
 2018-11-13 13:00 UTC 

[U-Boot] [PATCH] fs: fat: assign rootdir sector when accessing root directory
 2018-11-13 12:41 UTC 

[U-Boot] [PATCH v2 1/5] mtd: Use default mtdparts/mtids when not defined in the environment
 2018-11-13 12:14 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/2] Read SFDP parameters and access flash above 16MB
 2018-11-13 12:00 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] mtd/spi: Add JEDEC SFDP support in SPI framework
` [U-Boot] [PATCH v2 2/2] fsl_qspi: Access flash above 16MB using SFDP

[U-Boot] [PATCH u-boot v2] spi: Add Amlogic Meson SPI Flash Controller driver
 2018-11-13 10:49 UTC 

[U-Boot] [PATCH v2 01/58] mpc83xx: Introduce ARCH_MPC830*
 2018-11-13 10:42 UTC  (3+ messages)
` [U-Boot] [PATCH v2 11/58] keymile: Unroll km/km83xx-common.h

[U-Boot] [PATCH u-boot] clk: meson: fix clk81 divider calculation
 2018-11-13 10:38 UTC 

[U-Boot] [PATCH v2 00/29] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-11-13 10:20 UTC  (6+ messages)
` [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model

[U-Boot] [PATCH v2] qemu-arm: Enable VirtIO distro target
 2018-11-13  9:02 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/28] General fixes / cleanup for RISC-V and improvements to qemu-riscv
 2018-11-13  9:01 UTC  (13+ messages)
` [U-Boot] [PATCH v3 24/28] distro_bootcmd: add VirtIO distro boot command
` [U-Boot] [PATCH v3 25/28] riscv: qemu: enable distro boot
` [U-Boot] [PATCH v3 27/28] riscv: qemu: detect and boot the kernel passed by QEMU

[U-Boot] [PATCH v1 1/2] x86: acpi: Enable RTC for Intel Tangier
 2018-11-13  8:41 UTC  (4+ messages)
` [U-Boot] [PATCH v1 2/2] x86: acpi: Fix indentation in Intel Tangier ASL code

[U-Boot] [PATCH 1/2] spl: define kernel and dtb name for falcon mode from menuconfig
 2018-11-13  8:07 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] spl: Move kernel and dtb name for falcon mode

[U-Boot] [PATCH 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
 2018-11-13  7:52 UTC  (8+ messages)
` [U-Boot] [PATCH 14/15] drivers: ddr: introduce DDR driver for i.MX8M
` [U-Boot] [PATCH 15/15] imx: add i.MX8MQ EVK support

[U-Boot] [PATCH v2] fsl-lsch3: Add FlexSPI address space in immap_lsch3
 2018-11-13  7:30 UTC  (5+ messages)
` [U-Boot] [PATCH v2] fsl-lsch3: soc: Enable AHB read support for Flexspi controller

[U-Boot] [PATCH v3] fsl-lsch3: soc: Enable AHB read support for Flexspi controller
 2018-11-13  7:26 UTC 

[U-Boot] [PATCH v2] ARM: Samsung: Add Exynos5422-based Odroid HC2 support
 2018-11-13  5:13 UTC  (4+ messages)

[U-Boot] [PATCH] qemu-arm: Enable VirtIO distro target
 2018-11-13  4:44 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] Revert "imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO"
 2018-11-13  3:32 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] imx8: scu: Update call to lists_bind_fdt()

[U-Boot] [PATCH v2 0/4] Add adc uclass's channel mask and conversion helpers and enhance adc cmd
 2018-11-13  3:32 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/4] dm: adc: add uclass's mask and conversion helpers
` [U-Boot] [PATCH v2 2/4] cmd: adc: add info on channel mask
` [U-Boot] [PATCH v2 3/4] cmd: adc: print single conversion also in uV
` [U-Boot] [PATCH v2 4/4] cmd: adc: add an option to scan some or all available channels

[U-Boot] [PULL] Please pull u-boot-imx: u-boot-imx-20181112
 2018-11-12 21:40 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] efi_selftest: don't hang on missing timer
 2018-11-12 19:57 UTC 

[U-Boot] [PATCH 1/1] efi_selftest: don't hang on missing timer
 2018-11-12 19:46 UTC 

[U-Boot] CVE-2018-18439, CVE-2018-18440 - U-Boot verified boot bypass vulnerabilities
 2018-11-12 18:58 UTC  (9+ messages)

[U-Boot] [PATCH V2 1/6] rsa: use new openssl API to create signature
 2018-11-12 18:36 UTC  (6+ messages)
` [U-Boot] [PATCH V2 6/6] test: vboot: add padding pss for rsa signature

[U-Boot] [PATCH v2 0/9] efi_loader: fix fdt handling
 2018-11-12 17:55 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] fdt_support: fdt reservations on the sandbox
` [U-Boot] [PATCH v2 2/9] efi_loader: fix efi_find_free_memory()
` [U-Boot] [PATCH v2 3/9] efi_loader: memory reservation for fdt
` [U-Boot] [PATCH v2 4/9] efi_loader: carving out memory reservations
` [U-Boot] [PATCH v2 5/9] efi_loader: correct efi_add_known_memory()
` [U-Boot] [PATCH v2 6/9] efi_loader: macro efi_size_in_pages()
` [U-Boot] [PATCH v2 7/9] efi_loader: fix memory mapping for sandbox
` [U-Boot] [PATCH v2 8/9] efi_loader: do not use magic address for fdt
` [U-Boot] [PATCH v2 9/9] efi_selftest: check fdt is marked as runtime data

[U-Boot] [PATCH 1/2] rockchip: rk3188: add support for usb-uart functionality
 2018-11-12 15:51 UTC  (2+ messages)

[U-Boot] [PATCH] coreboot: only init usb if necessary
 2018-11-12 14:59 UTC  (4+ messages)

[U-Boot] [PATCH u-boot] spi: Add Amlogic Meson SPI Flash Controller driver
 2018-11-12 14:09 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"
 2018-11-12 14:05 UTC  (7+ messages)

[U-Boot] Pull request, v2018.11: u-boot-spi/master
 2018-11-12 13:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Read default speed and mode values from DT
 2018-11-12 12:32 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] spl_spi: "

[U-Boot] [PATCH v1 1/2] board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
 2018-11-12 11:57 UTC  (6+ messages)
` [U-Boot] [PATCH v1 2/2] imx: mkimage: add size check to the u-boot.imx make target

[U-Boot] [PATCH v4 1/5] linux/const.h: import from kernel
 2018-11-12 11:45 UTC  (5+ messages)
` [U-Boot] [PATCH v4 2/5] Use _AC and UL macros from linux/const.h
` [U-Boot] [PATCH v4 3/5] MIPS: drop asm/const.h

[U-Boot] [PATCH 1/2] exynos5-dt-types: add missing dtb file for Odroid HC1/HC2
 2018-11-12 11:04 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] odroid: Update README.odroid for support of Odroid HC1


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