Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
47f365279fb4caf2f697447dd1fa2a5de298f9d2
47f3652
x86: coreboot: Add a command to check and update CMOS RAM
by Simon Glass
· Mon Oct 14 16:32:10 2024 -0600
c3f09e8
x86: coreboot: Enable support for the configuration editor
by Simon Glass
· Mon Oct 14 16:32:09 2024 -0600
b57a23b
x86: coreboot: Show the option table
by Simon Glass
· Mon Oct 14 16:32:08 2024 -0600
8ec684c
x86: coreboot: Add a test for cbsysinfo command
by Simon Glass
· Mon Oct 14 16:32:07 2024 -0600
9651a28
bootstage: Do not sort records
by Jonas Karlman
· Sat Aug 03 12:41:45 2024 +0000
cdf83fd2
bootstd: Avoid showing an invalid buffer address
by Simon Glass
· Sat Oct 19 09:22:09 2024 -0600
2f0128f
bootstd: cros: Correct the x86-setup address
by Simon Glass
· Sat Oct 19 09:21:59 2024 -0600
129ba73
test: boot: Update bootflow_iter() for console checking
by Simon Glass
· Sat Oct 19 09:21:58 2024 -0600
ff81f83
test: Drop the duplicate line in setup_bootmenu_image()
by Simon Glass
· Sat Oct 19 09:21:57 2024 -0600
798b5c5
test: Expand implementation of ut_list_has_dm_tests()
by Simon Glass
· Sat Oct 19 09:21:56 2024 -0600
a59d6d3
test: boot: Use a consistent name for the script bootmeth
by Simon Glass
· Sat Oct 19 09:21:50 2024 -0600
f66139f
dm: core: Add a function to see if a device exists
by Simon Glass
· Sat Oct 19 09:21:49 2024 -0600
bccf6d0
alist: Add maintainer
by Simon Glass
· Sat Oct 19 09:21:48 2024 -0600
e8d0210
alist: Add a way to efficiently filter an alist
by Simon Glass
· Sat Oct 19 09:21:47 2024 -0600
8407424
alist: Add a function to empty the list
by Simon Glass
· Sat Oct 19 09:21:46 2024 -0600
ce66b8a
alist: Add for-loop helpers
by Simon Glass
· Sat Oct 19 09:21:45 2024 -0600
899b4cc
alist: Add a way to get the next element
by Simon Glass
· Sat Oct 19 09:21:44 2024 -0600
a749863
alist: Expand the comment for alist_get()
by Simon Glass
· Sat Oct 19 09:21:43 2024 -0600
1ed1952
alist: Add a comment for alist_init_struct()
by Simon Glass
· Sat Oct 19 09:21:42 2024 -0600
522c433
alist: Mention the error condition in alist_add_placeholder()
by Simon Glass
· Sat Oct 19 09:21:41 2024 -0600
fea6944
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
by Tom Rini
· Sun Nov 03 11:05:20 2024 -0600
4b71acd
ARM: renesas: Deduplicate common Renesas defconfig
by Marek Vasut
· Sun Oct 27 03:20:07 2024 +0100
294787c
ARM: renesas: Deduplicate Renesas R-Car 64bit defconfigs
by Marek Vasut
· Sun Oct 27 03:20:06 2024 +0100
c088386
ARM: renesas: Deduplicate Renesas R-Car Gen4 defconfigs
by Marek Vasut
· Sun Oct 27 03:20:05 2024 +0100
af4fce5
ARM: renesas: Deduplicate Renesas R-Car Gen3 defconfigs
by Marek Vasut
· Sun Oct 27 03:20:04 2024 +0100
8b3a9f6
ARM: renesas: Deduplicate Renesas R-Car Gen2 defconfigs
by Marek Vasut
· Sun Oct 27 03:20:03 2024 +0100
99ba465
clk: renesas: Fix missing unbind on driver look up failure
by Marek Vasut
· Thu Sep 05 00:34:20 2024 +0200
c80b0ef
Merge patch series "fs: ext4: implement opendir, readdir, closedir"
by Tom Rini
· Fri Nov 01 13:38:05 2024 -0600
19c781d
fs: ext4: use fs_ls_generic
by Heinrich Schuchardt
· Sat Oct 26 08:40:48 2024 +0200
6e3f70b
efi_loader: fix GetInfo and SetInfo
by Heinrich Schuchardt
· Sat Oct 26 08:40:47 2024 +0200
e415b99
fs: ext4: implement opendir, readdir, closedir
by Heinrich Schuchardt
· Sat Oct 26 08:40:46 2024 +0200
149e3c2
fs: ext4: free directory node in ext4fs_exists()
by Heinrich Schuchardt
· Sat Oct 26 08:40:45 2024 +0200
7fef614
fs: ext4: simplify ext4fs_iterate_dir()
by Heinrich Schuchardt
· Sat Oct 26 08:40:44 2024 +0200
351abe3
test/cmd/mem_copy.c: Use CONFIG_SYS_LOAD_ADDR for base
by Tom Rini
· Tue Oct 29 18:36:49 2024 -0600
276495d
test/py: spi: prevent overwriting relocation memory
by Padmarao Begari
· Tue Oct 29 17:17:09 2024 +0530
e904f17
lmb: remove __maybe_unused from lmb_map_update_notify
by Heinrich Schuchardt
· Mon Oct 28 07:21:36 2024 +0100
18afb60
scsi: fix disk capacity too small by one sector
by Julius Lehmann
· Sat Oct 26 20:06:44 2024 +0200
1bf4cb2
acpi_table: Fix coverity defect in acpi_write_spcr
by Patrick Rudolph
· Wed Oct 30 14:11:46 2024 +0100
e801e93
mtd: spi-nor: Guard SPI_STACKED_PARALLEL with DM_SPI check
by Tom Rini
· Thu Oct 31 11:47:25 2024 -0600
0cdd721
Merge patch series "mtd: spi-nor: Remove recently added nor->addr_width == 3 test"
by Tom Rini
· Thu Oct 31 10:50:25 2024 -0600
877c81b
mtd: spi-nor: Always build SPI_STACKED_PARALLEL code
by Marek Vasut
· Sat Oct 26 22:16:26 2024 +0200
41bd923
mtd: spi-nor: Rename SPI_ADVANCE to SPI_STACKED_PARALLEL
by Marek Vasut
· Sat Oct 26 22:16:25 2024 +0200
a73c915
mtd: spi-nor: Rewrite rem_bank_len calculation
by Marek Vasut
· Sat Oct 26 22:16:24 2024 +0200
1488815
mtd: spi-nor: Fix multiple coding style issues
by Marek Vasut
· Sat Oct 26 22:16:23 2024 +0200
8535321
mtd: spi-nor: Remove recently added SST special case
by Marek Vasut
· Sat Oct 26 22:16:22 2024 +0200
16157c4
mtd: spi-nor: Remove recently added write_disable() call
by Marek Vasut
· Sat Oct 26 22:16:21 2024 +0200
ef4457b
mtd: spi-nor: Remove recently added set_4byte() call
by Marek Vasut
· Sat Oct 26 22:16:20 2024 +0200
19798e6
mtd: spi-nor: Remove recently added spi_nor_wait_till_ready() call
by Marek Vasut
· Sat Oct 26 22:16:19 2024 +0200
0d56fb4
mtd: spi-nor: Remove recently added nor->addr_width == 3 test
by Marek Vasut
· Sat Oct 26 22:16:18 2024 +0200
518d756
Merge tag 'efi-2025-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Thu Oct 31 08:33:24 2024 -0600
4786f95
lib: efi_loader: Fix efi_dp_from_mem() calls
by Moritz Fischer
· Wed Oct 30 21:17:48 2024 +0000
14e7ed9
efi_loader: Make tcg2_uninit() static
by Ilias Apalodimas
· Wed Oct 30 22:40:59 2024 +0200
a420910
efi_loader: Remove unused diskid
by Ilias Apalodimas
· Sat Oct 26 11:00:49 2024 +0300
ad54e09
efi_loader: Mark static functions in smbiosdump
by Ilias Apalodimas
· Sat Oct 26 10:57:41 2024 +0300
cf5b09e
efi_loader: Mark static function in dumpdtb
by Ilias Apalodimas
· Sat Oct 26 10:43:17 2024 +0300
55c0571
efi_loader: Mark efi_bootmgr_release_uridp as static
by Ilias Apalodimas
· Sat Oct 26 10:37:32 2024 +0300
3a78320
cmd/eficonfig: capitalize 'enter description'
by Heinrich Schuchardt
· Fri Oct 25 23:15:05 2024 +0200
1eae1d3
fs: ext4: document struct ext2_inode
by Heinrich Schuchardt
· Fri Oct 25 06:56:01 2024 +0200
e9e55c7
efi_loader: Simplify efi_free_pages()
by Ilias Apalodimas
· Thu Oct 24 14:01:55 2024 +0300
c87ca25
doc: include file-system API into HTML docs
by Heinrich Schuchardt
· Thu Oct 24 11:15:29 2024 +0200
9fe8558
fs: improve API documentation
by Heinrich Schuchardt
· Thu Oct 24 11:15:28 2024 +0200
d7625ad
doc: update Python requirements
by Heinrich Schuchardt
· Mon Oct 21 20:08:31 2024 +0200
c7e4bc1
doc: do not include K3 boards twice in TOC
by Heinrich Schuchardt
· Mon Oct 21 20:01:01 2024 +0200
07fa470
doc: semihosting can only be once in TOC
by Heinrich Schuchardt
· Mon Oct 21 20:01:00 2024 +0200
cfd5a55
boot/Kconfig: correct fdt_fixup_memory_banks name typo
by Baruch Siach
· Mon Oct 28 18:44:35 2024 +0200
038f4a1
scripts/dtc/pylibfdt/libfdt.i_shipped: Use SWIG_AppendOutput
by Markus Volk
· Wed Oct 30 06:07:16 2024 +0100
036d264
lmb: Correctly unmap memory after notifications
by Ilias Apalodimas
· Thu Oct 24 13:46:25 2024 +0300
4928d74
arch: arm: dts: k3-j784s4-r5: Introduce k3-j784s4-r5.dtsi
by Manorit Chawdhry
· Thu Oct 24 15:30:04 2024 +0530
575d6f6
MAINTAINERS: add tambarus as reviewer for SPI NOR
by Tudor Ambarus
· Wed Oct 30 11:02:21 2024 +0000
c7a6a80
efi_loader: fix CONFIG_EFI_HTTP dependencies
by Heinrich Schuchardt
· Sat Oct 19 12:59:57 2024 +0200
8eb52e1
efi_selftest: make HII test data static
by Heinrich Schuchardt
· Sat Oct 19 11:03:56 2024 +0200
ab5b015
efi_selftest: fix typo 'got languages' in HII test
by Heinrich Schuchardt
· Sat Oct 19 10:50:29 2024 +0200
cb27a6a
Merge tag 'u-boot-imx-master-20241029' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Tue Oct 29 18:46:08 2024 -0600
a60eb3c
Merge patch series "memory: ti-aemif: Add DM support"
by Tom Rini
· Tue Oct 29 18:45:51 2024 -0600
e0387d2
memory: ti-aemif-cs: Compute timing configuration from DT parsing
by Bastien Curutchet
· Mon Oct 21 17:13:30 2024 +0200
9c07323
memory: ti-aemif: Add DM support
by Bastien Curutchet
· Mon Oct 21 17:13:29 2024 +0200
4d1ee40
memory: ti-aemif: Wrap the CS configuration into a function
by Bastien Curutchet
· Mon Oct 21 17:13:28 2024 +0200
0546079
memory: ti-aemif: Add ARCH_DAVINCI to architectures that uses TI_AEMIF
by Bastien Curutchet
· Mon Oct 21 17:13:27 2024 +0200
9f35e40
memory: ti-aemif: Make AEMIF driver architecture agnostic
by Bastien Curutchet
· Mon Oct 21 17:13:26 2024 +0200
d0517bc
memory: ti-aemif: Correct macro to ensure avoiding precedence issues
by Bastien Curutchet
· Mon Oct 21 17:13:25 2024 +0200
2a38fa4
Merge patch series "Support Aspeed SGPIO controller"
by Tom Rini
· Tue Oct 29 12:12:09 2024 -0600
5eeb0ea
test/hush: Add CONFIG_CONSOLE_RECORD where required
by Tom Rini
· Mon Oct 28 10:48:43 2024 -0600
c52608b
test/cmd: Make some "ut dm" tests only available on sandbox
by Tom Rini
· Mon Oct 28 10:48:42 2024 -0600
28d93ce
Kconfig: Remove TARGET_TRICORDER references
by Tom Rini
· Sat Oct 26 08:09:59 2024 -0600
50823f0
disk: Mark static functions in part_efi.c
by Ilias Apalodimas
· Sat Oct 26 11:05:53 2024 +0300
095a09a
cmd: fat: Make do_fat_size static
by Ilias Apalodimas
· Sat Oct 26 10:33:09 2024 +0300
7d182fb
lmb: Remove lmb_alloc_flags()
by Ilias Apalodimas
· Wed Oct 23 18:26:36 2024 +0300
2930f89
lmb: Simplify lmb_should_notify usage
by Ilias Apalodimas
· Wed Oct 23 18:22:01 2024 +0300
9849125
lmb: Fix lmb_add_region_flags() return codes and testing
by Ilias Apalodimas
· Wed Oct 23 18:22:00 2024 +0300
7a033e8
board_r: Remove duplicate headers
by Ilias Apalodimas
· Wed Oct 23 08:27:50 2024 +0300
0d66939
cpu_func.h: provide noncached_set_region prototype to fix build
by Jonas Jelonek
· Tue Oct 22 10:31:18 2024 -0600
45a51b8
CONFIG_SYS_NONCACHED_MEMORY: Move prototypes to include/cpu_func.h for consistency
by Tom Rini
· Tue Oct 22 10:31:17 2024 -0600
9c3cf05
net: dwc_eth_qos: Remove obsolete imx8 includes
by Erik Schumacher
· Mon Oct 28 15:30:56 2024 +0000
73c4dc9
net: dwc_eth_qos_imx: Add platform specific reset for i.MX93
by Erik Schumacher
· Mon Oct 28 15:30:17 2024 +0000
bc84dba
net: dwc_eth_qos: Add support for platform specific reset
by Erik Schumacher
· Mon Oct 28 15:29:42 2024 +0000
29a8e33
board: emcraft: Add support for Emcraft Systems NavQ+
by Gilles Talis
· Sun Oct 27 10:52:41 2024 -0400
95b6a91
arm64: imx: Fix 0Xnn to 0xnn
by Marek Vasut
· Sat Oct 26 22:14:42 2024 +0200
4b2b4b2
imx: hab: fix size of IVT+CSF blob tacked on to u-boot.itb
by Rasmus Villemoes
· Thu Oct 24 14:27:35 2024 +0200
5d1b89f
ARM: dts: ast2600: Add SGPIO to device tree
by Billy Tsai
· Wed Oct 16 16:59:55 2024 +0800
4f62b6e
ARM: dts: ast2500: Add SGPIO to device tree
by Billy Tsai
· Wed Oct 16 16:59:54 2024 +0800
Next »