Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8b612f7fd7b470c63a021608a1103a1ec163cf4e
8b612f7
Makefile: ARMv7-M has no CPSR register
by Heinrich Schuchardt
· Fri Apr 10 11:10:32 2020 +0200
0a16ced
qemu: don't allow to select 32- and 64-bit
by Heinrich Schuchardt
· Fri Apr 10 09:37:21 2020 +0200
76254ab
fvp: Add support for loading Android boot images via semihosting
by Peter Collingbourne
· Fri Apr 03 19:58:24 2020 -0700
8e238b5
mkimage: fit_image: Add option to make fit header align
by Kever Yang
· Mon Mar 30 11:56:24 2020 +0800
8010fa4
libfdt: Make fdtdec_get_child_count() available for HOST
by Kever Yang
· Mon Mar 30 11:56:23 2020 +0800
8c11bc1
tool: use ALIGN() to align the size
by Kever Yang
· Mon Mar 30 11:56:22 2020 +0800
bad64ff
tools: imx8mimage: remove redundant code
by Kever Yang
· Mon Mar 30 11:56:21 2020 +0800
0b21cde
tools: kwbimage: use common ALIGN to do the size align
by Kever Yang
· Mon Mar 30 11:56:20 2020 +0800
86f2601
tools: mkimage: use common ALIGN to do the size align
by Kever Yang
· Mon Mar 30 11:56:19 2020 +0800
8b4c38a
tool: aisimage: use ALIGN instead of self defiend macro
by Kever Yang
· Mon Mar 30 11:56:18 2020 +0800
078cfae
tool: Move ALIGN_MASK to header as common MACRO
by Kever Yang
· Mon Mar 30 11:56:17 2020 +0800
daf7a7f
docs: Fix conf.py for Sphinx 2.0
by Jonathan Corbet
· Fri Mar 20 02:18:30 2020 -0400
4886ebc
env/sf.c: drop private CMD_SAVEENV logic
by Rasmus Villemoes
· Wed Feb 19 09:47:43 2020 +0000
89809e8
env/ext4.c: remove CONFIG_CMD_SAVEENV ifdef
by Rasmus Villemoes
· Wed Feb 19 09:47:42 2020 +0000
975ffba
env/fat.c: remove private CMD_SAVEENV logic
by Rasmus Villemoes
· Wed Feb 19 09:47:41 2020 +0000
2c9e0a7
env_internal.h: add alternative ENV_SAVE_PTR macro
by Rasmus Villemoes
· Wed Feb 19 09:47:40 2020 +0000
2129475
env: add SAVEENV as an alias of the CMD_SAVEENV symbol
by Rasmus Villemoes
· Wed Feb 19 09:47:39 2020 +0000
cf01a7e
bootcount_ext: Add flag to enable/disable bootcount
by Frédéric Danis
· Tue Mar 17 17:59:09 2020 +0100
b86180e
make env_entry::callback conditional on !CONFIG_SPL_BUILD
by Rasmus Villemoes
· Thu Feb 27 13:56:12 2020 +0000
3a76d2a
lib/hashtable.c: don't test ->callback in SPL
by Rasmus Villemoes
· Thu Feb 27 13:56:11 2020 +0000
2bd84a7
lib/hashtable.c: create helper for calling env_entry::callback
by Rasmus Villemoes
· Thu Feb 27 13:56:11 2020 +0000
a664870
env: remove callback.o for an SPL build
by Rasmus Villemoes
· Thu Feb 27 13:56:10 2020 +0000
d5d7395
eth: mtk-eth: add mt7531 switch support in mediatek eth driver
by developer
· Tue Feb 18 16:49:37 2020 +0800
3b44628
watchdog: mpc8xx_wdt: Allow selection of watchdog mode through environment
by Charles Frey
· Wed Feb 19 16:50:15 2020 +0000
0bef026
dm: pinctrl: Use right device pointer for configuring pinctrl
by Lokesh Vutla
· Wed Apr 22 22:55:31 2020 +0530
d8724af
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· Thu Apr 23 08:24:47 2020 -0400
82ed8ef
riscv: Move all fdt fixups together
by Atish Patra
· Tue Apr 21 11:15:04 2020 -0700
5fbac33
riscv: Copy the reserved-memory nodes to final DT
by Atish Patra
· Tue Apr 21 11:15:03 2020 -0700
7379192
riscv: Setup reserved-memory node for FU540
by Atish Patra
· Tue Apr 21 11:15:02 2020 -0700
111b804
riscv: Provide a mechanism to fix DT for reserved memory
by Atish Patra
· Tue Apr 21 11:15:01 2020 -0700
b57af06
fdtdec: Fix boundary check
by Atish Patra
· Tue Apr 21 11:15:00 2020 -0700
af3c043
riscv: Add boot hartid to device tree
by Atish Patra
· Tue Apr 21 11:14:59 2020 -0700
3aecc4b
riscv: Make SBI v0.2 the default SBI version
by Bin Meng
· Thu Apr 16 08:09:33 2020 -0700
a75325e
riscv: Add Kconfig option for SBI v0.2
by Bin Meng
· Thu Apr 16 08:09:32 2020 -0700
4997522
riscv: Add SMP Kconfig option dependency for U-Boot proper
by Bin Meng
· Thu Apr 16 08:09:31 2020 -0700
b161f90
riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL
by Bin Meng
· Thu Apr 16 08:09:30 2020 -0700
88fc2a5
riscv: Merge unnecessary SMP ifdefs in start.S
by Bin Meng
· Thu Apr 16 08:09:29 2020 -0700
6c1e6dd
riscv: qemu: Remove the simple-bus driver for the SoC node
by Bin Meng
· Thu Apr 16 08:09:28 2020 -0700
06d5593
Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL"
by Lukas Auer
· Tue Apr 14 23:24:46 2020 +0200
d12b55b
riscv: ax25: cache: Remove SPL_RISCV_MMODE config check
by Pragnesh Patel
· Sat Mar 14 19:12:28 2020 +0530
90c1d2f
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
by Tom Rini
· Wed Apr 22 13:00:21 2020 -0400
ebbb333
Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
by Tom Rini
· Wed Apr 22 08:58:41 2020 -0400
4c8288f
drivers: mmc: rpmb: do not build for SPL
by Heinrich Schuchardt
· Wed Apr 15 18:28:09 2020 +0200
bf16c30
spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition()
by Harald Seiler
· Wed Apr 15 11:33:31 2020 +0200
0bf7ab1
spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()
by Harald Seiler
· Wed Apr 15 11:33:30 2020 +0200
3d5256e
mmc: tmio: sdhi: Implement get_b_max function
by Marek Vasut
· Sat Apr 04 12:45:06 2020 +0200
31976d9
mmc: Add option to adjust b_max before long read
by Marek Vasut
· Sat Apr 04 12:45:05 2020 +0200
9f7baeb
mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitations
by Marek Vasut
· Sat Apr 04 12:45:04 2020 +0200
37b8a35
ARM: rmobile: Increase malloc area size
by Marek Vasut
· Sat Apr 04 12:45:03 2020 +0200
393de78
common: bouncebuf: Permit passing custom alignment check function
by Marek Vasut
· Sat Apr 04 12:45:02 2020 +0200
039df1a
mmc: adjust Kconfig for mmc sub-commands
by Heinrich Schuchardt
· Tue Mar 31 17:39:28 2020 +0000
5b0dad9
drivers: mmc: iproc_sdhci: move host.mmc init before sdhci_setup_cfg
by Rayagonda Kokatanur
· Tue Mar 31 11:04:06 2020 +0530
ee6ad59
drivers: mmc: iproc_sdhci: fix compilation warning
by Rayagonda Kokatanur
· Tue Mar 31 11:04:05 2020 +0530
beb789e
drivers: mmc: iproc_sdhci: enable broken R1B response quirk
by Bharat Kumar Reddy Gooty
· Tue Mar 31 11:04:04 2020 +0530
c965240
drivers: mmc: iproc_sdhci: fix possible memory leak
by Bharat Kumar Reddy Gooty
· Tue Mar 31 11:04:03 2020 +0530
75e5a64
cmd: mmc: provide boot area protection command
by Heinrich Schuchardt
· Mon Mar 30 07:24:19 2020 +0200
0c8ffff
cmd: mmc: display write protect state of boot partition
by Heinrich Schuchardt
· Mon Mar 30 07:24:18 2020 +0200
bf230e1
mmc: export mmc_send_ext_csd()
by Heinrich Schuchardt
· Mon Mar 30 07:24:17 2020 +0200
1eeadbe
mmc: EXT_CSD registers for write protection
by Heinrich Schuchardt
· Mon Mar 30 07:24:16 2020 +0200
27e9d07
cmd: mvebu: bubt: show image boot device
by Joel Johnson
· Fri Apr 17 09:38:08 2020 -0600
d0fb7ed
arm: mvebu: clearfog: enable bubt command
by Joel Johnson
· Fri Apr 17 09:38:07 2020 -0600
ab5dd30
cmd: mvebu: bubt: verify A38x target device type
by Joel Johnson
· Fri Apr 17 09:38:06 2020 -0600
22d78e4
cmd: mvebu: bubt: correct U-Boot spelling
by Joel Johnson
· Fri Apr 17 09:38:05 2020 -0600
37b9c12
cmd: mvebu: bubt: add A38x support
by Joel Johnson
· Fri Apr 17 09:38:04 2020 -0600
a2018ab
arm: mvebu: correct SPL boot configs for SPI/MMC
by Joel Johnson
· Fri Apr 17 01:19:05 2020 -0600
569e0b3
arm: mvebu: clearfog: adjust SCSI boot duplication
by Joel Johnson
· Fri Apr 17 01:06:53 2020 -0600
9c75dd1
clk: armada-37xx-periph: fix DDR PHY clock divider values
by Marek Behún
· Wed Apr 15 00:59:18 2020 +0200
91371ff
Merge tag 'dm-pull-21apr20' of git://git.denx.de/u-boot-dm
by Tom Rini
· Tue Apr 21 17:53:23 2020 -0400
a473057
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Tue Apr 21 15:20:42 2020 -0400
e4cd506
buildman: Change the exit codes
by Simon Glass
· Thu Apr 09 10:49:45 2020 -0600
a628631
buildman: Update the TODO items
by Simon Glass
· Thu Apr 09 15:08:54 2020 -0600
f4ebfba
buildman: Add an option to ignore migration warnings
by Simon Glass
· Thu Apr 09 15:08:53 2020 -0600
9ea9381
buildman: Add an option to ignore device-tree warnings
by Simon Glass
· Thu Apr 09 15:08:52 2020 -0600
6029af1
buildman: Make -I the default
by Simon Glass
· Thu Apr 09 15:08:51 2020 -0600
1be6ccc
buildman: Update workflow documentation with more detail
by Simon Glass
· Thu Apr 09 15:08:50 2020 -0600
9aad8ce
buildman: Add the abbreviation for --boards
by Simon Glass
· Thu Apr 09 15:08:49 2020 -0600
4d7efb5
buildman: Update the 'theory of operation' a little
by Simon Glass
· Thu Apr 09 15:08:48 2020 -0600
726ae81
buildman: Show a summary of the build result
by Simon Glass
· Thu Apr 09 15:08:47 2020 -0600
c7ddae1
buildman: Limit the length of progress messages
by Simon Glass
· Thu Apr 09 15:08:46 2020 -0600
69c3a8a
buildman: Show the number of builds remaining
by Simon Glass
· Thu Apr 09 15:08:45 2020 -0600
766ba9c
buildman: Drop unused output code
by Simon Glass
· Thu Apr 09 15:08:44 2020 -0600
4305493
buildman: Show a message when fetching a repo
by Simon Glass
· Thu Apr 09 15:08:43 2020 -0600
dd95b0b
buildman: Drop the line-clearing code in Builder
by Simon Glass
· Thu Apr 09 15:08:42 2020 -0600
bbde053
patman: Support limiting output to a single line
by Simon Glass
· Thu Apr 09 15:08:41 2020 -0600
5f9325d
patman: Support erasing a previously unfinished text line
by Simon Glass
· Thu Apr 09 15:08:40 2020 -0600
82e4c64
patman: Update flushing Print() for Python 3
by Simon Glass
· Thu Apr 09 15:08:39 2020 -0600
070589b
buildman: Use spaces in the board list
by Simon Glass
· Thu Apr 09 15:08:38 2020 -0600
ea49f9b
buildman: Show the list of boards in magenta
by Simon Glass
· Thu Apr 09 15:08:37 2020 -0600
de0fefc
buildman: Use an object to hold error lines
by Simon Glass
· Thu Apr 09 15:08:36 2020 -0600
564ddac
buildman: Use yellow consistently for warning lines
by Simon Glass
· Thu Apr 09 15:08:35 2020 -0600
dacbe1e
buildman: Test the output with --list-error-boards
by Simon Glass
· Thu Apr 09 15:08:34 2020 -0600
6643eb4
buildman: Add a test helper for creating a line prefix
by Simon Glass
· Thu Apr 09 15:08:33 2020 -0600
724c175
buildman: Split out testOutput() into separate functions
by Simon Glass
· Thu Apr 09 15:08:32 2020 -0600
09bbfcd
buildman: Create temp directory in test setup
by Simon Glass
· Thu Apr 09 15:08:31 2020 -0600
575ce51
buildman: Use an iterator to check test output
by Simon Glass
· Thu Apr 09 15:08:30 2020 -0600
71ca4a8
buildman: Add test coverage for error/warning colour
by Simon Glass
· Thu Apr 09 15:08:29 2020 -0600
ac50022
buildman: Refactor error-line output int a function
by Simon Glass
· Thu Apr 09 15:08:28 2020 -0600
7cb47412
Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
by Tom Rini
· Tue Apr 21 08:28:13 2020 -0400
11b157f
Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
by Tom Rini
· Tue Apr 21 08:27:56 2020 -0400
ed5aa49
mmc: tmio: sdhi: Add DMA transfer address alignment check at writing
by Hiroyuki Yokoyama
· Sat Mar 07 17:32:59 2020 +0100
Next »