Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
70a430525f68da0227aff80f73d1aa1086a8aa3e
70a4305
pci: Drop DM_PCI check from pci_common
by Simon Glass
· Sun Aug 01 18:54:19 2021 -0600
55b6a27
pci: Remove guard around compatibility functions
by Simon Glass
· Sun Aug 01 18:54:17 2021 -0600
1f1ea2b
pci: Drop old code from pci command
by Simon Glass
· Sun Aug 01 18:54:14 2021 -0600
49ba375
Merge branch '2021-08-04-assorted-minor-fixes'
by Tom Rini
· Wed Aug 04 21:18:33 2021 -0400
6520860
cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
by Adarsh Babu Kalepalli
· Mon May 24 13:35:39 2021 +0530
17f4359
cmd:Elaborate 'blkcache' cmd HELP statement
by Adarsh Babu Kalepalli
· Wed Jun 30 23:57:45 2021 +0530
7370772
config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROM
by Heinrich Schuchardt
· Thu Jul 29 20:27:17 2021 +0200
d4f5d2a
doc: Add basic information about running CI tests
by Tom Rini
· Tue Jul 27 13:01:44 2021 -0400
4e8f02d
fs/squashfs: Fix some hardlinks reading the wrong inode
by Campbell Suter
· Fri Apr 30 16:45:46 2021 +1200
741fc33
fit: Fix verification of images with external data
by John Keeping
· Tue Apr 20 19:19:44 2021 +0100
d776e8f
CI: Update to LLVM-12
by Tom Rini
· Thu Jul 15 14:24:25 2021 -0400
861c215
Merge https://source.denx.de/u-boot/custodians/u-boot-spi
by Tom Rini
· Tue Aug 03 14:06:41 2021 -0400
c14d7b3
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
by Tom Rini
· Tue Aug 03 09:07:01 2021 -0400
372deee
mtd: spi-nor: Mask out fast read if not requested in DT
by Bin Meng
· Fri Jul 30 15:20:17 2021 +0800
00bc6d0
mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()
by Bin Meng
· Fri Jul 30 15:20:16 2021 +0800
475be5a
spi: spi-mem-nodm: Fix read data size issue
by Bin Meng
· Wed Jul 28 20:50:14 2021 +0800
78b498c
mtd: spi-nor-ids: Add support for XMC XM25QH64C
by Reto Schneider
· Thu Jun 17 18:26:51 2021 +0200
ef46d39
Merge https://source.denx.de/u-boot/custodians/u-boot-x86
by Tom Rini
· Mon Aug 02 21:35:50 2021 -0400
c488451
Merge branch '2021-08-02-numeric-input-cleanups'
by Tom Rini
· Mon Aug 02 13:32:20 2021 -0400
90877bb
lib: Allow using 0x when a decimal value is requested
by Simon Glass
· Sat Jul 24 09:03:38 2021 -0600
6e0cd52
doc: Add a note about number representation
by Simon Glass
· Sat Jul 24 09:03:37 2021 -0600
cfc9010
doc: Convert command-line info to rST
by Simon Glass
· Sat Jul 24 09:03:36 2021 -0600
fe2622c
lib: Move common digit-parsing code into a function
by Simon Glass
· Sat Jul 24 09:03:35 2021 -0600
b9efdf5
lib: Add octal tests for simple_strtoul/l()
by Simon Glass
· Sat Jul 24 09:03:34 2021 -0600
238efc2
lib: Add tests for simple_strtoull()
by Simon Glass
· Sat Jul 24 09:03:33 2021 -0600
8be8eab
lib: Drop unnecessary check for hex digit
by Simon Glass
· Sat Jul 24 09:03:32 2021 -0600
f0722ed
lib: Comment the base parameter with simple_strtoul/l()
by Simon Glass
· Sat Jul 24 09:03:31 2021 -0600
ff9b903
global: Convert simple_strtoul() with decimal to dectoul()
by Simon Glass
· Sat Jul 24 09:03:30 2021 -0600
3ff49ec
global: Convert simple_strtoul() with hex to hextoul()
by Simon Glass
· Sat Jul 24 09:03:29 2021 -0600
b827f39
hash: Ensure verification hex pairs are terminated
by Simon Glass
· Sat Jul 24 09:03:28 2021 -0600
7e8d473
x86: crownbay: Use external graphics card by default
by Bin Meng
· Mon Aug 02 15:05:16 2021 +0800
20ac76b
x86: queensbay: Return directly if IGD / SDVO were already disabled
by Bin Meng
· Mon Aug 02 15:05:15 2021 +0800
fe9f1df
x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE
by Bin Meng
· Mon Aug 02 17:45:22 2021 +0800
5ba8372
x86: fsp: Don't program MTRR for DRAM for FSP1
by Bin Meng
· Mon Aug 02 17:45:21 2021 +0800
09bc71a
Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Mon Aug 02 08:54:23 2021 -0400
13c2be0
Merge tag 'mmc-2021-7-30' of https://source.denx.de/u-boot/custodians/u-boot-mmc
by Tom Rini
· Mon Aug 02 08:53:58 2021 -0400
5760ee3
x86: cmd: hob: Fix display of resource type for system memory
by Bin Meng
· Sat Jul 31 16:45:28 2021 +0800
9df4190
x86: cmd: hob: Fix the command usage and help messages
by Bin Meng
· Sat Jul 31 16:45:27 2021 +0800
e41f0d2
x86: mtrr: Abort if requested size is not power of 2
by Bin Meng
· Sat Jul 31 16:45:26 2021 +0800
be53d5e
x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()
by Bin Meng
· Sat Jul 31 16:45:25 2021 +0800
7c29c13
x86: mtrr: Do not clear the unused ones in mtrr_commit()
by Bin Meng
· Sat Jul 31 16:45:24 2021 +0800
8967f63
x86: dts: Define a default TSC timer frequency
by Bin Meng
· Wed Jul 28 12:00:23 2021 +0800
917d2b8
x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ
by Bin Meng
· Wed Jul 28 12:00:22 2021 +0800
7378a6f
x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM
by Bin Meng
· Tue Jul 27 23:15:39 2021 +0800
b954e21
x86: crownbay: Adjust VGA rom address
by Bin Meng
· Tue Jul 27 21:30:02 2021 +0800
da28b58
x86: tangier: Fix DMA controller IRQ polarity in CSRT
by Andy Shevchenko
· Fri Jul 30 23:15:44 2021 +0300
ac54e25
x86: dts: Add "m25p,fast-read" to SPI flash node
by Bin Meng
· Thu Jul 29 20:18:23 2021 +0800
be165e1
x86: crownbay: Disable CONFIG_SPI_FLASH_SMART_HWCAPS
by Bin Meng
· Wed Jul 28 18:28:57 2021 +0800
1be8582
spi: ich: Limit slave->max_read_size
by Bin Meng
· Wed Jul 28 18:28:56 2021 +0800
c04e337
efi_loader: typo cerificate
by Heinrich Schuchardt
· Mon Aug 02 08:21:12 2021 +0200
bc2ed7f
doc: add graphviz imagemagick as build dependencies
by Heinrich Schuchardt
· Sun Aug 01 23:29:20 2021 +0200
e3abd4d
doc: handle 'make htmldocs' warnings as errors
by Heinrich Schuchardt
· Sun Aug 01 22:11:39 2021 +0200
ba9347e
doc: add missing board/ti/index.rst
by Heinrich Schuchardt
· Sun Aug 01 22:09:44 2021 +0200
3358bb1
Merge tag 'dm-pull-1aug21' of https://source.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Sun Aug 01 14:41:22 2021 -0400
4311832
dtoc: Support widening a bool value
by Simon Glass
· Wed Jul 28 19:23:11 2021 -0600
a7d6698
dtoc: Fix widening an int array to an int
by Simon Glass
· Wed Jul 28 19:23:10 2021 -0600
fd4078e
dtoc: Rename is_wider_than() to reduce confusion
by Simon Glass
· Wed Jul 28 19:23:09 2021 -0600
d8c6017
sandbox: Reduce keyed autoboot delay
by Simon Glass
· Sat Jul 24 15:14:39 2021 -0600
520b47a
moveconfig: Update to newer kconfiglib
by Simon Glass
· Wed Jul 21 21:35:53 2021 -0600
84168db
doc: Fix up outdated moveconfig docs
by Simon Glass
· Wed Jul 21 21:35:52 2021 -0600
83cc72e
doc: Add docs for the moveconfig tool
by Simon Glass
· Wed Jul 21 21:35:51 2021 -0600
9d1e681
doc: Move coccinelle into its own section
by Simon Glass
· Wed Jul 21 21:35:50 2021 -0600
c3730d7
doc: Create an intro section for testing
by Simon Glass
· Wed Jul 21 21:35:49 2021 -0600
6bbdd0c
patman: add warning for invalid tag
by Patrick Delaunay
· Thu Jul 22 16:51:42 2021 +0200
eedc922
fdt: Show the type of devicetree with fdt addr
by Simon Glass
· Wed Jul 21 14:55:26 2021 -0600
e4647a1
fdt: Tidy up the code a bit with fdt addr
by Simon Glass
· Wed Jul 21 14:55:25 2021 -0600
0021102
sandbox: tpm: Support extending a PCR multiple times
by Simon Glass
· Sun Jul 18 14:18:06 2021 -0600
05917ac
sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NB
by Simon Glass
· Sun Jul 18 14:18:05 2021 -0600
3220cb0
sandbox: tpm: Support storing device state in tpm2
by Simon Glass
· Sun Jul 18 14:18:04 2021 -0600
ca31f07
sandbox: tpm: Support nvdata in TPM2
by Simon Glass
· Sun Jul 18 14:18:03 2021 -0600
e39503c
sandbox: tpm: Track whether the state is valid
by Simon Glass
· Sun Jul 18 14:18:02 2021 -0600
92594f1
sandbox: tpm: Finish comments for struct sandbox_tpm2
by Simon Glass
· Sun Jul 18 14:18:01 2021 -0600
51c5066
sandbox: tpm: Correct handling of get-capability
by Simon Glass
· Sun Jul 18 14:18:00 2021 -0600
f700496
sandbox: tpm: Support the define-space command
by Simon Glass
· Sun Jul 18 14:17:59 2021 -0600
689cde0
sandbox: tpm: Tidy up reading and writing of device state
by Simon Glass
· Sun Jul 18 14:17:58 2021 -0600
df884ec
sandbox: tpm: Split out common nvdata code
by Simon Glass
· Sun Jul 18 14:17:57 2021 -0600
adc70b8
common: board_r: print error if binman_init fails
by Tim Harvey
· Fri Jul 16 15:44:12 2021 -0700
bc856e4
doc: riscv: flashing SiFive boards
by Heinrich Schuchardt
· Wed Jul 28 10:52:53 2021 +0200
11df072
lib: disable CONFIG_SPL_HEXDUMP by default
by Heinrich Schuchardt
· Sat Jul 24 17:35:46 2021 +0200
62e90f7
video: buffer overrun in TrueType console
by Heinrich Schuchardt
· Sun Feb 28 21:42:51 2021 +0100
cffaf7e
Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· Sat Jul 31 20:51:24 2021 -0400
713d648
sunxi: decide the inclusion of SCP by SCP_ADDR existence
by Icenowy Zheng
· Thu Jul 22 14:30:03 2021 +0800
2a9c238
sunxi: A23/A33/H3: Move sun8i secure monitor to SRAM A2
by Samuel Holland
· Sun Apr 18 22:21:41 2021 -0500
bc42abb
sunxi: Select environment MMC based on boot device
by Samuel Holland
· Sun Apr 18 22:16:21 2021 -0500
b7c1113
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
by Tom Rini
· Sat Jul 31 08:18:14 2021 -0400
856523a
serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()
by Pali Rohár
· Mon Jul 26 14:58:59 2021 +0200
00631fc
serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART
by Pali Rohár
· Mon Jul 26 14:58:58 2021 +0200
d0fd330
arm: kirkwood: Dreamplug: Add DM SATA and remove IDE configs
by Tony Dinh
· Sun Jul 25 23:01:20 2021 -0700
4cd9477
arm: kirkwood: Dreamplug: Use Ethernet PHY name and address from device tree
by Tony Dinh
· Sun Jul 25 23:01:19 2021 -0700
917352b
arm: kirkwood: Dreamplug: Add DM Ethernet and DM SATA configs
by Tony Dinh
· Sun Jul 25 23:01:18 2021 -0700
9eaf20b
arm64: a37xx: pinctrl: Correct PWM pins definitions
by Marek Behún
· Fri Jul 23 19:57:11 2021 +0200
18d8ea9
kwbimage: Update help message about how to extract from an existing image
by Pali Rohár
· Fri Jul 23 11:14:35 2021 +0200
5ec2c58
kwbimage: Add support for extracting images via dumpimage tool
by Pali Rohár
· Fri Jul 23 11:14:34 2021 +0200
7135111
arm: mvebu: gdsys: Remove custom spl_board_init()
by Pali Rohár
· Fri Jul 23 11:14:33 2021 +0200
061ce2c
arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
by Pali Rohár
· Fri Jul 23 11:14:32 2021 +0200
16bf703
tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes
by Pali Rohár
· Fri Jul 23 11:14:31 2021 +0200
2a28380
arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files
by Pali Rohár
· Fri Jul 23 11:14:30 2021 +0200
cf97b82
arm: mvebu: Load U-Boot proper binary in SPL code based on kwbimage header
by Pali Rohár
· Fri Jul 23 11:14:29 2021 +0200
bde23cb
SPL: Add support for parsing board / BootROM specific image types
by Pali Rohár
· Fri Jul 23 11:14:28 2021 +0200
1104167
SPL: Add support for specifying offset between header and image
by Pali Rohár
· Fri Jul 23 11:14:27 2021 +0200
Next »