Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
21c8dd964400d2c4022fe489502f4eb98b3c68ca
21c8dd9
sandbox: disable tracing before unmapping RAM
by Pavel Skripkin
· Wed Apr 12 21:55:44 2023 +0300
d889abe
sandbox: correct posix_types.h define
by Heinrich Schuchardt
· Mon Apr 17 09:08:56 2023 +0200
f2d5136
bootflow: Rework do_bootflow_menu() slightly
by Tom Rini
· Thu Apr 06 10:03:33 2023 -0400
40e0b8a
dm: core: Make aliases_lookup static
by Bin Meng
· Wed Apr 05 22:37:55 2023 +0800
5fbd423
drivers: tee: sandbox: Fix SCP03 control emulator
by Jorge Ramirez-Ortiz
· Sat Apr 08 17:35:31 2023 +0200
6db1b65
sandbox: fix return type of os_filesize()
by Heinrich Schuchardt
· Wed Apr 05 11:34:15 2023 +0200
88da5e5
MAINTAINERS: assign include/os.h
by Heinrich Schuchardt
· Wed Apr 05 11:26:38 2023 +0200
53ad29c
binman: Use unsigned long over typedef ulong
by Andrew Davis
· Tue Apr 04 13:45:41 2023 -0500
adcd00a
common: static fdt_simplefb_enable_existing_node()
by Heinrich Schuchardt
· Mon Apr 03 20:46:50 2023 +0200
45736cd
boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency
by Bin Meng
· Mon Apr 03 11:40:26 2023 +0800
2722a9b
sandbox: mark sandbox_exit() as no return.
by Heinrich Schuchardt
· Sat Apr 01 09:54:25 2023 +0200
db9ef8c
sandbox: spi: sandbox_sf_process_cmd() missing fallthrough
by Heinrich Schuchardt
· Sat Apr 01 09:38:05 2023 +0200
00eaa7c
sandbox: fix sandbox_hub_submit_control_msg()
by Heinrich Schuchardt
· Sat Apr 01 08:57:33 2023 +0200
c8e0519
sandbox: fix fall through in sandbox_flash_bulk()
by Heinrich Schuchardt
· Sat Apr 01 08:24:52 2023 +0200
b6e7e0e
Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation'
by Tom Rini
· Thu Apr 27 19:22:38 2023 -0400
e1ab990
sandbox64: add a test case for UCLASS_NVMXIP
by Abdellatif El Khlifi
· Mon Apr 17 10:11:58 2023 +0100
8f91086
corstone1000: enable NVM XIP QSPI flash
by Abdellatif El Khlifi
· Mon Apr 17 10:11:57 2023 +0100
f939b5c
corstone1000: add NVM XIP QSPI device tree node
by Abdellatif El Khlifi
· Mon Apr 17 10:11:56 2023 +0100
6b00587
sandbox64: add support for NVMXIP QSPI
by Abdellatif El Khlifi
· Mon Apr 17 10:11:55 2023 +0100
32f7295
sandbox64: fix: return unsigned long in readq()
by Abdellatif El Khlifi
· Mon Apr 17 10:11:54 2023 +0100
6db33c2
drivers/mtd/nvmxip: introduce QSPI XIP driver
by Abdellatif El Khlifi
· Mon Apr 17 10:11:53 2023 +0100
857360c
drivers/mtd/nvmxip: introduce NVM XIP block storage emulation
by Abdellatif El Khlifi
· Mon Apr 17 10:11:52 2023 +0100
f9c3106
Merge branch '2023-04-27-IDE-code-cleanups'
by Tom Rini
· Thu Apr 27 16:33:58 2023 -0400
2003925
ide: Make use of U-Boot types
by Simon Glass
· Tue Apr 25 10:54:55 2023 -0600
34f7265
ide: Simplify expressions and hex values
by Simon Glass
· Tue Apr 25 10:54:54 2023 -0600
7637b96
ide: Convert to use log_debug()
by Simon Glass
· Tue Apr 25 10:54:53 2023 -0600
b315d53
ide: Tidy up ide_reset()
by Simon Glass
· Tue Apr 25 10:54:52 2023 -0600
1b98b79
ide: Correct LBA setting
by Simon Glass
· Tue Apr 25 10:54:51 2023 -0600
1d72811
ide: Use a single local blk_desc for ide_ident()
by Simon Glass
· Tue Apr 25 10:54:50 2023 -0600
858ebff
ide: Move all blk_desc init into ide_ident()
by Simon Glass
· Tue Apr 25 10:54:49 2023 -0600
9c83ca9
ide: Make ide_ident() return an error code
by Simon Glass
· Tue Apr 25 10:54:48 2023 -0600
ffa1955
ide: Use desc consistently for struct blk_desc
by Simon Glass
· Tue Apr 25 10:54:47 2023 -0600
528e4df
ide: Combine the two loops in ide_probe()
by Simon Glass
· Tue Apr 25 10:54:46 2023 -0600
1f5fb63
ide: Move ide_init() entirely within ide_probe()
by Simon Glass
· Tue Apr 25 10:54:45 2023 -0600
da65c85
ide: Move setting of vendor strings into ide_probe()
by Simon Glass
· Tue Apr 25 10:54:44 2023 -0600
2654dfe
ide: Make ide_bus_ok a local variable
by Simon Glass
· Tue Apr 25 10:54:43 2023 -0600
cf72043
ide: Move bus init into a function
by Simon Glass
· Tue Apr 25 10:54:42 2023 -0600
6131728
ide: Avoid preprocessor for CONFIG_LBA48
by Simon Glass
· Tue Apr 25 10:54:41 2023 -0600
8e42dfa
ide: Avoid preprocessor for CONFIG_ATAPI
by Simon Glass
· Tue Apr 25 10:54:40 2023 -0600
cd9eecd
ide: Simplify success condition
by Simon Glass
· Tue Apr 25 10:54:39 2023 -0600
911adb3
ide: Refactor confusing loop code
by Simon Glass
· Tue Apr 25 10:54:38 2023 -0600
badff8b
ide: Change the retries variable
by Simon Glass
· Tue Apr 25 10:54:37 2023 -0600
c935a3b
ide: Make function static
by Simon Glass
· Tue Apr 25 10:54:36 2023 -0600
631db66
ide: Correct use of ATAPI
by Simon Glass
· Tue Apr 25 10:54:35 2023 -0600
427dda8
ide: Create a prototype for ide_set_reset()
by Simon Glass
· Tue Apr 25 10:54:34 2023 -0600
52bae6d
ide: Drop weak functions
by Simon Glass
· Tue Apr 25 10:54:33 2023 -0600
cc22a1c
ide: Move a few functions further up the file
by Simon Glass
· Tue Apr 25 10:54:32 2023 -0600
aa65862
ide: Drop ide_device_present()
by Simon Glass
· Tue Apr 25 10:54:31 2023 -0600
175e766
ide: Move ide_init() into probing
by Simon Glass
· Tue Apr 25 10:54:30 2023 -0600
e8b80f3
ide: Drop init for not using BLK
by Simon Glass
· Tue Apr 25 10:54:29 2023 -0600
e7c108e
ide: Drop CONFIG_START_IDE
by Simon Glass
· Tue Apr 25 10:54:28 2023 -0600
837ca30
ide: Use mdelay() for long delays
by Simon Glass
· Tue Apr 25 10:54:27 2023 -0600
122267c
ide: Move ATA_CURR_BASE to C file
by Simon Glass
· Tue Apr 25 10:54:26 2023 -0600
ea30c08
Merge branch '2023-04-26-enable-bootstd-for-all-rockchip'
by Tom Rini
· Wed Apr 26 13:29:49 2023 -0400
3eaaa88
rockchip: Use the same boot_targets for all boards
by Simon Glass
· Mon Apr 24 13:49:52 2023 +1200
f27e9d5
rockchip: Move to standard boot
by Simon Glass
· Mon Apr 24 13:49:51 2023 +1200
63c5e5c
bootstd: Use blk uclass device numbers to set efi bootdev
by Mathew McBride
· Mon Apr 24 13:49:50 2023 +1200
a40f782
bootstd: Adjust code ordering to work around compiler quirk
by Simon Glass
· Mon Apr 24 13:49:49 2023 +1200
8f97c67
bootstd: Show a message sometimes if no bootflows are found
by Simon Glass
· Mon Apr 24 13:49:48 2023 +1200
4108c6b
bootstd: Report missing labels only when asked
by Simon Glass
· Mon Apr 24 13:49:47 2023 +1200
acad362
bootstd: Support booting EFI where multiple options exist
by Simon Glass
· Mon Apr 24 13:49:46 2023 +1200
83009b3
virtio: Ensure PCI is set up first
by Simon Glass
· Mon Apr 24 13:49:45 2023 +1200
40516be
bootstd: Tweak bootflow logic for device tree
by Simon Glass
· Mon Apr 24 13:49:44 2023 +1200
0d0490d
Merge branch '2023-04-25-assorted-updates-and-fixes'
by Tom Rini
· Wed Apr 26 08:24:34 2023 -0400
c9ca11c
gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev()
by Rasmus Villemoes
· Wed Apr 19 12:10:13 2023 +0200
cdea6ca
xen: Limit execution to EL1 only
by Michal Simek
· Tue Apr 18 14:51:56 2023 +0200
300adaa
xen: Add dependency on armv8
by Michal Simek
· Tue Apr 18 14:51:55 2023 +0200
83d4a2c
arm: omap3: Directly use SMC #1 in lowlevel_init.S
by Pali Rohár
· Thu Apr 13 22:34:43 2023 +0200
8d6c454
tools: env: update lock path in README
by John Keeping
· Wed Apr 12 12:24:26 2023 +0100
e6d1f6a
ata: pci: enable bus mastering
by Christian Gmeiner
· Tue Apr 11 17:07:02 2023 +0200
8a9b246
mpc8379erdb: Convert to using DM_SERIAL
by Sinan Akman
· Fri Apr 07 18:03:44 2023 -0400
426e30f
qemu: dfu: Correct memset call in set_dfu_alt_info
by Tom Rini
· Thu Apr 06 09:58:40 2023 -0400
77d229c
api: Rework menu, and make it depend on CC_IS_GCC
by Tom Rini
· Thu Apr 06 09:48:58 2023 -0400
18bcd4a
sysreset: psci: add psci_sysreset_get_status
by Peng Fan
· Thu Apr 06 18:23:19 2023 +0800
bd6980b
sysreset: psci: enable DM_FLAG_PRE_RELOC
by Peng Fan
· Thu Apr 06 18:23:18 2023 +0800
a6fb3e8
firmware: psci: enable DM_FLAG_PRE_RELOC
by Peng Fan
· Thu Apr 06 18:23:17 2023 +0800
90dccc2
xen: Fix Kconfig dependencies
by Michal Simek
· Thu Apr 06 10:04:15 2023 +0200
52520d7
pytest: Use --lazy with umount
by Tom Rini
· Wed Apr 05 22:19:39 2023 -0400
2416ba0
usb: gadget: f_mass_storage: Rework do_request_sense slightly
by Tom Rini
· Wed Apr 05 19:48:57 2023 -0400
1ca3c64
boot/image-board.c: Silence warning in select_ramdisk
by Tom Rini
· Wed Apr 05 19:48:56 2023 -0400
ce1ea41
armv7: Use isb/dsb directly in start.S
by Tom Rini
· Wed Apr 05 19:48:55 2023 -0400
8267f16
arm: Centralize fixed register logic
by Tom Rini
· Wed Apr 05 19:48:54 2023 -0400
75c09ab
clang: Don't look for libgcc
by Tom Rini
· Wed Apr 05 19:48:53 2023 -0400
4eaee3a
clang: Add $(CLANG_TARGET) to LDPPFLAGS
by Tom Rini
· Wed Apr 05 19:48:52 2023 -0400
83b60bd
arm: Only support ARM64_CRC32 when using GCC
by Tom Rini
· Wed Apr 05 19:48:51 2023 -0400
135c043
fs: yaffs2: Make yaffsfs_deviceList static
by Bin Meng
· Wed Apr 05 22:40:22 2023 +0800
76a00a3
test: move unit tests into a sub-menu
by Heinrich Schuchardt
· Mon Apr 03 20:27:43 2023 +0200
2bae053
test: improve configuration for Kconfig test options
by Heinrich Schuchardt
· Mon Apr 03 12:04:39 2023 +0200
23c722d
arm64: interrupts: print FAR_ELx on sync exceptions
by Pavel Skripkin
· Sun Apr 02 19:27:34 2023 +0300
9ee1f15
configs: Create minimal vexpress_fvp_defconfig
by Peter Hoyes
· Fri Mar 31 09:58:13 2023 +0100
127a10c
vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model
by Peter Hoyes
· Fri Mar 31 09:58:12 2023 +0100
c9c3ffa
vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant
by Peter Hoyes
· Fri Mar 31 09:58:11 2023 +0100
18efa42
include: configs: am64x_evm: Change to using .env
by Nikhil M Jain
· Thu Mar 30 14:24:09 2023 +0530
7796c72
arch: mach-k3: j721s2_init: Disable the firewalls
by Jayesh Choudhary
· Tue Mar 28 18:32:01 2023 +0530
f5cc923
soc: soc_ti_k3: fix revision array bounds checks
by Rasmus Villemoes
· Fri Mar 24 08:44:29 2023 +0100
c1cbf7a
armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present
by meitao
· Sat Mar 18 00:22:53 2023 +0800
ea6c45f
arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is present
by Marc Zyngier
· Sat Mar 18 00:22:52 2023 +0800
2b15699
arm64: Use FEAT_HAFDBS to track dirty pages when available
by Marc Zyngier
· Sat Mar 18 00:22:51 2023 +0800
8ec83fc
Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM'
by Tom Rini
· Tue Apr 25 14:22:40 2023 -0400
21da252
virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set
by Will Deacon
· Wed Mar 29 22:25:00 2023 +0800
Next »