messages from 2024-09-26 08:02:53 to 2024-09-26 22:49:23 UTC [more...]
[PATCH 00/42] Tidy up use of 'SPL' and CONFIG_SPL_BUILD
2024-09-26 22:36 UTC (41+ messages)
` [PATCH 01/42] Makefile: Add a u-boot.cfg file for VPL
` [PATCH 02/42] scripts: Rename Makefile.spl to Makefile.xpl
` [PATCH 03/42] scripts: Add some comments about autoconf.mk
` [PATCH 04/42] scripts: Define CONFIG_XPL_BUILD for all xPL builds
` [PATCH 06/42] doc: Update SPL docs for the xPL changes
` [PATCH 07/42] net: freescale: Drop use of SPL_BUILD dependency
` [PATCH 08/42] x86: Update a comment to mention XPL
` [PATCH 09/42] tegra: Use SPL instead of SPL_BUILD
` [PATCH 10/42] log: global: Rename warn_non_spl() and update the condition
` [PATCH 11/42] qconfig: Add XPL_BUILD to ignored symbols
` [PATCH 12/42] boot: Drop unnecessary ifdef for LOAD_FIT
` [PATCH 13/42] xpl: Define CONFIG_SPL_BUILD only for the SPL build
` [PATCH 14/42] rockchip: Simplify check for SPL
` [PATCH 15/42] mips: "
` [PATCH 16/42] powerpc: "
` [PATCH 17/42] x86: "
` [PATCH 18/42] freescale: "
` [PATCH 19/42] mtd: "
` [PATCH 20/42] dm: "
` [PATCH 21/42] spl: "
` [PATCH 22/42] powerpc: Correct "
` [PATCH 23/42] serial: Make use of the SERIAL define
` [PATCH 24/42] stdio: "
` [PATCH 25/42] drivers: Simplify Makefile checks
` [PATCH 26/42] kconfig: binman: Check for SPL instead of XPL
` [PATCH 27/42] rockchip: Simplify Makefile condition
` [PATCH 28/42] drivers: "
` [PATCH 29/42] global: Rename SPL_ to XPL_
` [PATCH 31/42] spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT
` [PATCH 32/42] qconfig: Update tool for new Makefile variables
` [PATCH 33/42] xpl: Rename u_boot_first_phase to xpl_is_first_phase()
` [PATCH 34/42] xpl: Rename spl_phase to xpl_phase_t
` [PATCH 35/42] xpl: Rename spl_phase() to xpl_phase()
` [PATCH 36/42] xpl: Rename spl_in_proper() to not_xpl()
` [PATCH 37/42] xpl: Add a function to indicate when in xPL
` [PATCH 38/42] xpl: Rename spl_next_phase() and spl_prev_phase()
` [PATCH 39/42] xpl: Rename spl_phase_prefix() and spl_phase_name()
` [PATCH 40/42] README: Drop SoC-specific comment about SPL
` [PATCH 41/42] doc: Move init-related things out of README
` [PATCH 42/42] doc: Update init docs for the xPL changes
[PATCH 00/27] led: Remove old status-LED code
2024-09-26 22:19 UTC (31+ messages)
` [PATCH 01/27] led: Drop LED_STATUS_BOARD_SPECIFIC
` [PATCH 02/27] arm: Drop old LED support
` [PATCH 03/27] common: doc: "
` [PATCH 04/27] st: stm32f429: Drop old LED code
` [PATCH 05/27] led: Make the LED config common
` [PATCH 06/27] eb_cpu5282: Drop STATUS_LED
` [PATCH 07/27] mx23_olinuxino: "
` [PATCH 08/27] pinephone: "
` [PATCH 09/27] socfpga_vining_fpga: "
` [PATCH 10/27] led: Drop LED_STATUS from Kconfig
` [PATCH 11/27] led: Drop the legacy LED command
` [PATCH 12/27] misc: Drop gpio_led driver
` [PATCH 13/27] pca9551_led: Delete driver
` [PATCH 14/27] misc: status_led: "
` [PATCH 15/27] m68k: Drop unused status_led.h header file
` [PATCH 16/27] powerpc: Drop status-LED code
` [PATCH 17/27] eb_cpu5282: "
` [PATCH 18/27] igep00x0: Drop unused status_led.h header file
` [PATCH 19/27] mx23_olinuxino: Drop status-LED code
` [PATCH 20/27] vining_fpga: "
` [PATCH 21/27] sunxi: "
` [PATCH 22/27] common: Drop status-LED code in board_r
` [PATCH 23/27] image: Drop unused status_led.h header file
` [PATCH 24/27] ide: "
` [PATCH 25/27] mpc83xx: Drop status-LED code
` [PATCH 26/27] net: "
` [PATCH 27/27] led: Drop status_led header file
[PATCH 00/42] Tidy up use of 'SPL' and CONFIG_SPL_BUILD
2024-09-26 22:47 UTC (2+ messages)
` [PATCH 01/42] Makefile: Add a u-boot.cfg file for VPL
[PATCH v14 0/8] spi-nor: Add parallel and stacked memories support
2024-09-26 22:42 UTC (2+ messages)
[PATCH v1 00/20] SoCFPGA: Add Boot Support for Agilex 5 in U-Boot
2024-09-26 22:37 UTC (9+ messages)
` [PATCH v1 04/20] arm: socfpga: agilex5: Add low level initialization
[PATCH 00/27] led: Remove old status-LED code
2024-09-26 22:29 UTC
[PATCH 00/15] binman: More patches to support VBE
2024-09-26 22:20 UTC (32+ messages)
` [PATCH 01/15] binman: Fix up test coverage for mkeficapsule
` [PATCH 02/15] binman: Correct the comment for fdtgrep
` [PATCH 03/15] binman: Tidy up comments for Entry.GetEntryArgsOrProps()
` [PATCH 04/15] binman: Tidy up comments and pylint warnings in fit
` [PATCH 05/15] binman: Avoid setting the image_pos attribute directly
` [PATCH 06/15] binman: Update fdt-list-dir to use the provided directory
` [PATCH 07/15] binman: fit: Avoid assuming that a FIT member is a section
` [PATCH 08/15] binman: fit: Set the image_pos attributes only once
` [PATCH 09/15] binman: fit: Refine handling of devicetrees for OF_UPSTREAM
` [PATCH 10/15] binman: Adjust naming for reading symbols
` [PATCH 11/15] binman: Add minor improvements to symbol-writing
` [PATCH 12/15] binman: Provide a way to set the symbol base address
` [PATCH 13/15] binman: Unwind the end-at-4gb special-case a little
` [PATCH 14/15] binman: Allow image_pos to be None when writing symbols
` [PATCH 15/15] binman: Make a start on an iMX8 test
[PATCH v5 00/36] Implement ACPI on aarch64
2024-09-26 22:10 UTC (43+ messages)
` [PATCH v5 02/36] acpi: x86: Write FADT in common code
` [PATCH v5 03/36] acpi: x86: Move MADT to "
` [PATCH v5 04/36] acpi: Fix typo
` [PATCH v5 05/36] serial: serial_pl01x: Implement .getinfo() for PL01
` [PATCH v5 06/36] acpi: Add define for GTDT
` [PATCH v5 07/36] arm: acpi: Add generic ACPI methods
` [PATCH v5 08/36] acpi: Add fill_madt to acpi_ops
` [PATCH v5 09/36] acpi: acpi_table: Bump revisions
` [PATCH v5 10/36] acpi: Add ACPITAB for PPTT and GTDT
` [PATCH v5 11/36] acpi: acpi_table: Add IORT support
` [PATCH v5 12/36] acpi: Move function prototype
` [PATCH v5 13/36] acpi_table: Support platforms with unusable RSDT
` [PATCH v5 14/36] efi_loader: Allocate and write ACPI tables
` [PATCH v5 15/36] acpi: Add processor device
` [PATCH v5 16/36] drivers: usb: Add generic XHCI
` [PATCH v5 17/36] drivers: ata: Rename ahci_mvebu
` [PATCH v5 18/36] drivers/cpu: Add generic armv8 cpu driver
` [PATCH v5 19/36] arm: gic-v3-its: Rename objects
` [PATCH v5 20/36] arm: gic-v3-its: Implement of_xlate
` [PATCH v5 21/36] arm: lib: Add GICV2 driver
` [PATCH v5 22/36] drivers: misc: irq-uclass: Update irq_get_by_index
` [PATCH v5 23/36] drivers/arm: Implement acpi_fill_madt
` [PATCH v5 24/36] common: Enable BLOBLIST_TABLES on arm
` [PATCH v5 25/36] board: emulation: Add QEMU sbsa support
` [PATCH v5 26/36] arm: mach-bcm283x: Map the ARM local MMIO as well
` [PATCH v5 27/36] arm: mach-bcm283x: Bring in some header files from tianocore
` [PATCH v5 28/36] arm: bcm283x: Generate ACPI tables
` [PATCH v5 29/36] board: raspberrypi: Add ASL files from tianocore
` [PATCH v5 30/36] arm: cpu: Add ACPI parking protocol support
` [PATCH v5 31/36] armv8: cpu: Enable ACPI parking protocol
` [PATCH v5 32/36] arm: mach-bcm283x: Add ARMV8_MULTIENTRY support
` [PATCH v5 33/36] arm: mach-bcm283x: Enable ARMV8_MULTIENTRY
` [PATCH v5 34/36] bloblist: Fix use of uninitialized variable
` [PATCH v5 35/36] configs: Add RPI4 ACPI defconfig
` [PATCH v5 36/36] azure-pipelines: Enable qemu_sbsa
[PATCH v3 2/3] buildman: Allow skipping the dtc build
2024-09-26 22:07 UTC (13+ messages)
[PATCH v2 00/14] Tools updates for Labgrid
2024-09-26 22:07 UTC (3+ messages)
` [PATCH v2 13/14] buildman: Retry the build for current source
[PATCH v6 08/12] efi_loader: Disable ANSI output for tests
2024-09-26 22:02 UTC (5+ messages)
` [PATCH v6 09/12] efi_loader: Add a test app
` [PATCH v6 10/12] sandbox: virtio: Disable the sandbox virtio blk device
` [PATCH v6 11/12] test: efi: boot: Set up an image suitable for EFI testing
` [PATCH v6 12/12] test: efi: boot: Add a test for the efi bootmeth
[PATCH v6 00/12] efi: Add a test for EFI bootmeth
2024-09-26 21:59 UTC (9+ messages)
` [PATCH v6 01/12] efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
` [PATCH v6 02/12] efi: arm: x86: riscv: Drop crt0/relocal extra- rules
` [PATCH v6 03/12] efi_loader: Shorten the app rules
` [PATCH v6 04/12] efi_loader: Shorten the app rules further
` [PATCH v6 05/12] efi_loader: Show the vendor in helloworld
` [PATCH v6 06/12] efi: Use the same filename for all sandbox builds
` [PATCH v6 07/12] bootstd: Add debugging for efi bootmeth
` [PATCH v6 08/12] efi_loader: Disable ANSI output for tests
[PATCH v2 00/18] vbe: Series part D
2024-09-26 21:53 UTC (6+ messages)
` [PATCH v2 09/18] armv8: Support not having separate BSS
[PATCH 1/4] rockchip: rk3399-roc-pc: Hook sysreset gpio to enable full reset
2024-09-26 21:50 UTC (11+ messages)
` [PATCH 2/4] rockchip: rk3399-rockpro64: "
` [PATCH 3/4] rockchip: rk3399-rockpro64: Disable bootstage instrumentation config
` [PATCH 4/4] rockchip: Disable DRAM debug by default
[PATCH 00/19] spl: Support a relocating jump between phases (VBE part F)
2024-09-26 21:36 UTC (10+ messages)
` [PATCH 01/19] spl: Reduce the size of the bl_len field
` [PATCH 04/19] spl: Provide a way to mark code needed for relocation
` [PATCH 11/19] spl: Support jumping to VPL from TPL
[PATCH v6 00/19] labgrid: Provide an integration with Labgrid
2024-09-26 21:36 UTC (6+ messages)
` [PATCH v6 01/19] test: Allow signaling that U-Boot is ready
[PATCH v3 00/30] Implement ACPI on aarch64
2024-09-26 21:34 UTC (18+ messages)
` [PATCH v3 14/30] efi_loader: Allocate and write ACPI tables
` [PATCH v3 22/30] board: emulation: Add QEMU sbsa support
[PATCH v5 00/14] efi: Add a test for EFI bootmeth
2024-09-26 21:34 UTC (12+ messages)
` [PATCH v5 12/14] efi_loader: Avoid using sandbox virtio devices
[PATCH v8 00/13] net: tcp: improve tcp support
2024-09-26 21:34 UTC (5+ messages)
` [PATCH v8 08/13] net/tcp: simplify tcp header filling code
` [PATCH v8 10/13] net/net: fix include ordering
[PATCH v4 00/11] led: introduce LED boot and activity function
2024-09-26 21:33 UTC (17+ messages)
` [PATCH v4 02/11] dm: core: implement ofnode_options helpers
` [PATCH v4 03/11] led: implement LED boot API
` [PATCH v4 04/11] common: board_r: rework BOOT LED handling
` [PATCH v4 06/11] tftp: implement support for LED activity
` [PATCH v4 08/11] ubi: "
` [PATCH v4 09/11] doc: introduce led.rst documentation
` [PATCH v4 10/11] test: dm: Add tests for LED boot and activity
` [PATCH v4 11/11] test: dm: Expand ofnode options test with new helper
[PATCH] Add mkimage secp521r1 ECDSA curve support
2024-09-26 21:33 UTC (3+ messages)
Please pull u-boot-dm/next
2024-09-26 21:22 UTC
[PATCH v2 1/5] power: regulator: Trigger probe of regulators which are always-on or boot-on
2024-09-26 15:05 UTC (2+ messages)
[PATCH 1/2] bootm: adjust the print format
2024-09-26 16:56 UTC (5+ messages)
[PATCH 0/1] rpi: Fix compilation when CONFIG_VIDEO is disabled
2024-09-26 16:45 UTC (7+ messages)
` [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi
[u-boot-test-hooks PATCH] qemu_arm64_tpl: Add a new board
2024-09-26 14:37 UTC (4+ messages)
i.MX 95 support in master U-Boot
2024-09-26 14:14 UTC
[PATCH 00/16] Make EFI memory allocations synchronous with LMB
2024-09-26 13:58 UTC (14+ messages)
` [PATCH 04/16] event: add event to notify lmb memory map changes
[PATCH v2] doc: Move the generic memory-documentation to doc/
2024-09-26 12:28 UTC
[PATCH] doc: blkmap: Fix typo in command example
2024-09-26 9:26 UTC
[PATCH v4 00/35] Implement ACPI on aarch64
2024-09-26 11:25 UTC (13+ messages)
` [PATCH v4 14/35] efi_loader: Allocate and write ACPI tables
[PATCH] video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n
2024-09-26 10:04 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox