Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e45710bf9bdd9a108ddf04e797cd055944d7efca
e45710b
sandbox: Fix up building for of-platdata
by Simon Glass
· Sat Oct 03 11:31:34 2020 -0600
cfd6a00
dm: Use an allocated array for run-time device info
by Simon Glass
· Sat Oct 03 11:31:33 2020 -0600
6b927b1
dm: test: Add a test for of-platdata phandles
by Simon Glass
· Sat Oct 03 11:31:32 2020 -0600
d825ea7
dm: test: Add a check that all devices have a dev value
by Simon Glass
· Sat Oct 03 11:31:31 2020 -0600
64401e7
dm: Add a C test for of-platdata properties
by Simon Glass
· Sat Oct 03 11:31:28 2020 -0600
36a69e1
Azure/GitLab/Travis: Add SPL unit tests
by Simon Glass
· Sun Oct 25 20:38:36 2020 -0600
10a2cd3
dm: test: Drop of-platdata pytest
by Simon Glass
· Sun Oct 25 20:38:35 2020 -0600
8c921ac
test: Run only the selected SPL test
by Simon Glass
· Sun Oct 25 20:38:34 2020 -0600
eff9658
sandbox: Allow selection of SPL unit tests
by Simon Glass
· Sun Oct 25 20:38:33 2020 -0600
e43b1b5
test: Run SPL unit tests
by Simon Glass
· Sun Oct 25 20:38:32 2020 -0600
ed298be
pytest: Collect SPL unit tests
by Simon Glass
· Sun Oct 25 20:38:31 2020 -0600
367d733
Makefile: Generate a symbol file for u-boot-spl
by Simon Glass
· Sun Oct 25 20:38:30 2020 -0600
25dc2e9
dm: test: Add a very simple of-platadata test
by Simon Glass
· Sun Oct 25 20:38:29 2020 -0600
a4e289b
dm: test: Add a way to run SPL tests
by Simon Glass
· Sun Oct 25 20:38:28 2020 -0600
c0b0b14
dm: test: Update the test runner to support of-platdata
by Simon Glass
· Sun Oct 25 20:38:27 2020 -0600
bf40eee
dm: test: Build tests for SPL
by Simon Glass
· Sun Oct 25 20:38:26 2020 -0600
2698359
dm: core: fix typo in device.h
by Dario Binacchi
· Sun Oct 11 14:27:07 2020 +0200
6d75486
sandbox: make SDL window resizable
by Heinrich Schuchardt
· Fri Oct 09 23:44:11 2020 +0200
8034e4d
dtoc: Fix widening of int to bytes
by Simon Glass
· Sat Oct 03 11:31:27 2020 -0600
85bf4f2
dm: core: Allow dm_warn() to be used in SPL
by Simon Glass
· Sat Oct 03 11:31:26 2020 -0600
192f813
dtoc: Order the structures internally by name
by Simon Glass
· Sat Oct 03 11:31:25 2020 -0600
941f8f0
dtoc: Document the return value of scan_structs()
by Simon Glass
· Sat Oct 03 11:31:24 2020 -0600
cb90bd3
sandbox: Drop ad-hoc device declarations in SPL
by Simon Glass
· Sat Oct 03 11:31:23 2020 -0600
8ec2933
dm: test: Disable some tests that should not run in SPL
by Simon Glass
· Sat Oct 03 09:25:26 2020 -0600
85556fb
dm: test: Make use of CONFIG_UNIT_TEST
by Simon Glass
· Sat Oct 03 09:25:25 2020 -0600
9a78e90
dm: test: Update Makefile conditions
by Simon Glass
· Sat Oct 03 09:25:24 2020 -0600
9257d13
dm: test: Sort the Makefile
by Simon Glass
· Sat Oct 03 09:25:23 2020 -0600
40916e6
dm: Avoid using #ifdef for CONFIG_OF_LIVE
by Simon Glass
· Sat Oct 03 09:25:22 2020 -0600
fd80a22
dm: core: Avoid void * in the of-platdata structs
by Simon Glass
· Sat Oct 03 09:25:21 2020 -0600
eb6e7e9
dm: core: Expand the comment for DM_GET_DEVICE()
by Simon Glass
· Sat Oct 03 09:25:20 2020 -0600
c162211
dtoc: Use a namedtuple for _links
by Simon Glass
· Sat Oct 03 09:25:19 2020 -0600
bc9e268
dtoc: Extract inner loop from output_node()
by Simon Glass
· Sat Oct 03 09:25:18 2020 -0600
4583ec3
binman: Support multiple images in the library
by Simon Glass
· Sun Sep 27 18:46:20 2020 -0600
dff2ea1
binman: Add a way to read the ROM offset
by Simon Glass
· Sun Sep 27 18:46:19 2020 -0600
fa94316
configs: Resync with savedefconfig
by Tom Rini
· Thu Oct 29 10:48:01 2020 -0400
fcc483f
MAINTAINERS, git-mailrc: Update sunxi maintainers
by Andre Przywara
· Wed Oct 28 23:37:43 2020 +0000
9a2cdfc
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Thu Oct 29 09:10:24 2020 -0400
3be3e78
Prepare v2021.01-rc1
by Tom Rini
· Wed Oct 28 16:30:06 2020 -0400
d72c2fd
Merge branch '2020-10-28-mux-driver-framework'
by Tom Rini
· Wed Oct 28 14:50:09 2020 -0400
11e4786
test: mux-cmd: Add tests for the 'mux' command
by Pratyush Yadav
· Fri Oct 16 16:16:36 2020 +0530
becd9b7
cmd: Add a mux command
by Pratyush Yadav
· Fri Oct 16 16:16:35 2020 +0530
a94b697
test: Add tests for the multiplexer framework
by Jean-Jacques Hiblot
· Fri Oct 16 16:16:34 2020 +0530
f1b0e1b
Kconfig: Increase the pre-relocation memory
by Pratyush Yadav
· Fri Oct 16 16:16:33 2020 +0530
53509ec
drivers: mux: mmio-based syscon mux controller
by Jean-Jacques Hiblot
· Fri Oct 16 16:16:32 2020 +0530
0c1b557
dm: board: complete the initialization of the muxes in initr_dm()
by Jean-Jacques Hiblot
· Fri Oct 16 16:16:31 2020 +0530
f4f9056
drivers: Add a new framework for multiplexer devices
by Jean-Jacques Hiblot
· Fri Oct 16 16:16:30 2020 +0530
91e0014
Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Wed Oct 28 08:35:28 2020 -0400
06dafab
Merge branch '2020-10-27-further-log-enhancements'
by Tom Rini
· Wed Oct 28 08:34:11 2020 -0400
7e7041d
log: correct and check array size of log categories
by Heinrich Schuchardt
· Fri Oct 23 13:00:01 2020 +0200
6846c57
efi_loader: daylight saving time
by Heinrich Schuchardt
· Fri Oct 23 05:30:29 2020 +0200
c539fb8
efi_loader: Disable devices before handing over control
by Ilias Apalodimas
· Thu Oct 22 01:04:21 2020 +0300
4cc0632
efi_loader: Sort header file ordering
by Ilias Apalodimas
· Thu Oct 22 01:04:20 2020 +0300
7b3a691
trace: conserve gd register on RISC-V
by Heinrich Schuchardt
· Thu Oct 15 12:30:09 2020 +0200
04ded00
rtc: provide an emulated RTC
by Heinrich Schuchardt
· Thu Oct 22 23:52:14 2020 +0200
e0093fe
Makefile: provide constant with seconds since epoch
by Heinrich Schuchardt
· Sun Oct 25 07:25:05 2020 +0100
af5e624
test: log: test message continuation
by Heinrich Schuchardt
· Sat Oct 17 14:31:59 2020 +0200
0fc9f4f
log: allow for message continuation
by Heinrich Schuchardt
· Sat Oct 17 14:31:58 2020 +0200
fdf5599
log: move processing_msg to global data
by Heinrich Schuchardt
· Sat Oct 17 14:31:57 2020 +0200
915c462
nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV
by Anatolij Gustschin
· Tue Oct 27 08:47:17 2020 +0100
54b2a7a
Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· Mon Oct 26 17:27:38 2020 -0400
cbefefc
nokia_rx51: disable obsolete VIDEO config
by Anatolij Gustschin
· Mon Oct 26 19:50:58 2020 +0100
3d471a1
eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
by Anatolij Gustschin
· Sun Oct 18 20:32:35 2020 +0200
82e86fe
sansa_fuze_plus: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 19:32:06 2020 +0200
521e388
xfi3: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 18:36:23 2020 +0200
02b9692
mx23evk: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 18:33:45 2020 +0200
cd7348b
at91sam9n12ek: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 19:29:07 2020 +0200
9ec23e2
at91sam9: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 18:04:34 2020 +0200
262e837
picosam9g45: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 18:00:35 2020 +0200
700f2ce
ls1021atwr: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 17:58:21 2020 +0200
6463ef6
ls1021aqds: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 17:57:25 2020 +0200
fef84c6
imx: mx7dsabresd: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 17:55:20 2020 +0200
82f8022
imx: mx6sxsabresd: disable obsolete VIDEO config
by Anatolij Gustschin
· Sun Oct 18 17:54:05 2020 +0200
bd8de20
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· Mon Oct 26 08:25:37 2020 -0400
2dc5984
riscv: fu540: dts: Correct reg size of clint node
by Pragnesh Patel
· Tue Oct 20 11:03:02 2020 +0530
52a1db7
riscv: Move timer portions of SiFive CLINT to drivers/timer
by Sean Anderson
· Sun Oct 25 21:46:58 2020 -0400
5a23865
timer: Add _TIMER suffix to Andes PLMT Kconfig
by Sean Anderson
· Sun Oct 25 21:46:57 2020 -0400
5abf1f3
riscv: Move Andes PLMT driver to drivers/timer
by Sean Anderson
· Sun Oct 25 21:46:56 2020 -0400
d1b3321
riscv: k210: Reduce DMA block size
by Sean Anderson
· Mon Oct 12 14:18:15 2020 -0400
584a5ee
riscv: Only enable OF_BOARD_FIXUP for S-Mode
by Sean Anderson
· Sat Sep 05 09:22:11 2020 -0400
b213ffc
clk: kendryte: no need to check argument of free()
by Heinrich Schuchardt
· Tue Sep 29 21:52:12 2020 +0200
8e0d840
Merge branch '2020-10-23-misc-changes'
by Tom Rini
· Sat Oct 24 10:49:28 2020 -0400
a1a2a22
power: regulator: add dummy helper
by Peng Fan
· Thu Oct 15 18:06:48 2020 +0800
259029f
phy: nop-phy: add clk bulk
by Peng Fan
· Thu Oct 15 18:05:58 2020 +0800
80ffb81
bootm: fix wrong conditions about images overlap
by Jaehoon Chung
· Wed Oct 21 14:17:03 2020 +0900
fad2e88
cmd: fat: Use do_save() for fatwrite
by Lad Prabhakar
· Tue Oct 20 08:45:46 2020 +0100
dcc8ab7
test: unit tests for print_freq(), print_size()
by Heinrich Schuchardt
· Thu Oct 22 21:45:28 2020 +0200
e1dae50
cmd: Add a 'misc' command to access miscellaneous devices
by Bin Meng
· Wed Oct 14 14:34:52 2020 +0800
9ad0417
cmd: Split out timer command from the sleep command
by Bin Meng
· Tue Oct 13 18:45:06 2020 +0800
7c4f7be
cmd: Rename CMD_MISC to CMD_SLEEP
by Bin Meng
· Tue Oct 13 18:45:05 2020 +0800
06841cc
Makefile: Fix u-boot-nodtb.bin target
by Pali Rohár
· Wed Oct 07 15:39:40 2020 +0200
008573b
i2c: i2c-gpio: Convert to use APIs which support live DT
by Patrick Delaunay
· Thu Sep 10 18:25:09 2020 +0200
deb5b48
power: regulator: gpio-regulator: Convert to use APIs which support live DT
by Patrick Delaunay
· Thu Sep 10 18:18:17 2020 +0200
23f988a
power: regulator: gpio-regulator: protect count value
by Patrick Delaunay
· Thu Sep 10 18:18:16 2020 +0200
c5a0bc5
post: remove redundant condition
by Heinrich Schuchardt
· Mon Aug 03 22:12:13 2020 +0200
603f146
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
by Tom Rini
· Fri Oct 23 09:19:12 2020 -0400
07294cf
Merge branch '2020-10-23-revert-xen-changes'
by Tom Rini
· Fri Oct 23 09:16:20 2020 -0400
556f5ab
Revert "serial: serial_xen: print U-Boot banner and others"
by Tom Rini
· Fri Oct 23 09:16:13 2020 -0400
bab2ef6
Revert "arch: arm/xen: add putc() for debugging"
by Tom Rini
· Fri Oct 23 09:16:07 2020 -0400
08df128
Revert "xen: add definitions for console_io"
by Tom Rini
· Fri Oct 23 09:16:01 2020 -0400
ae965f2
Revert "serial: serial_xen: add DEBUG_UART support"
by Tom Rini
· Fri Oct 23 09:15:55 2020 -0400
Next »