Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
dd209b864c584656033a4c039823700165b80b44
dd209b8
fdtdec: test: Fix memory leak
by Thierry Reding
· Mon May 20 18:05:04 2019 +0200
a8f78c6
drivers: serial: lpuart: Enable Little Endian Support
by Vabhav Sharma
· Thu Jan 31 12:08:10 2019 +0000
6d0d991
spi: Avoid using malloc() in a critical function
by Simon Glass
· Sat May 18 11:59:54 2019 -0600
bfd4844
blk: Allow control of the block cache in TPL
by Simon Glass
· Sat May 18 11:59:53 2019 -0600
6efe8b6
bootstage: Add support for TPL record count
by Simon Glass
· Sat May 18 11:59:52 2019 -0600
b15a9c9
x86: Add a forward struct declaration in coreboot_tables.h
by Simon Glass
· Sat May 18 11:59:51 2019 -0600
6c28e72
sandbox: Add documentation on how to run valgrind
by Simon Glass
· Sat May 18 11:59:50 2019 -0600
7e36868
sandbox: Correct spi flash operation
by Simon Glass
· Sat May 18 11:59:49 2019 -0600
07bb5e7
sandbox: Add a memory {} node
by Simon Glass
· Sat May 18 11:59:48 2019 -0600
73585b9
sandbox: Allo sdl-config to be overridden
by Simon Glass
· Sat May 18 11:59:47 2019 -0600
e55cc06
sandbox: Add a comment to board_init_f()
by Simon Glass
· Sat May 18 11:59:46 2019 -0600
fb9128d
sandbox: spl: Lower priority of standard loader
by Simon Glass
· Sat May 18 11:59:45 2019 -0600
33b8475
sandbox: Quit when hang() is called
by Simon Glass
· Sat May 18 11:59:44 2019 -0600
2fe5b91
sandbox: Exit when SYSRESET_POWER_OFF is requested
by Simon Glass
· Sat May 18 11:59:43 2019 -0600
ed3698a
sandbox: Add an alias for SPI
by Simon Glass
· Sat May 18 11:59:42 2019 -0600
28db469
sandbox: Create a common sandbox DT
by Simon Glass
· Sat May 18 11:59:41 2019 -0600
8964f86
sandbox: Sync up sandbox64.dts with main DT
by Simon Glass
· Sat May 18 11:59:40 2019 -0600
1bc0686
Add a simple script to remove boards
by Simon Glass
· Sat May 18 10:07:17 2019 -0600
102b21c
patman: Update cover-coverage tests for Python 3
by Simon Glass
· Fri May 17 22:00:54 2019 -0600
17b84eb
binman: Update the README.entries file
by Simon Glass
· Fri May 17 22:00:53 2019 -0600
1aeb751
binman: Document parallel tests
by Simon Glass
· Fri May 17 22:00:52 2019 -0600
b377475
binman: Read map files as text
by Simon Glass
· Fri May 17 22:00:51 2019 -0600
848cdb5
binman: Fix up a format string in AssertInList()
by Simon Glass
· Fri May 17 22:00:50 2019 -0600
13e1c6a
binman: Update 'text' entry for Python 3
by Simon Glass
· Fri May 17 22:00:49 2019 -0600
616933dd
patman: Update fmap code for Python 3
by Simon Glass
· Fri May 17 22:00:48 2019 -0600
cb7b8d7
binman: Update entry_test to support Python 3
by Simon Glass
· Fri May 17 22:00:47 2019 -0600
303f62f
binman: Convert to use bytes type
by Simon Glass
· Fri May 17 22:00:46 2019 -0600
4277543
binman: Avoid changing a dict during iteration
by Simon Glass
· Fri May 17 22:00:45 2019 -0600
0696ee6
patman: Allow reading files in text mode
by Simon Glass
· Fri May 17 22:00:44 2019 -0600
534eda9
dtoc: Update dtb_platdata to support Python 3
by Simon Glass
· Fri May 17 22:00:43 2019 -0600
c69b450
dtoc: Update fdt_util for Python 3
by Simon Glass
· Fri May 17 22:00:42 2019 -0600
5872f0c
dtoc: Add a unit test for BytesToValue()
by Simon Glass
· Fri May 17 22:00:41 2019 -0600
b0a34a4
dtoc: Test full 64-bit properties with FdtCellsToCpu()
by Simon Glass
· Fri May 17 22:00:40 2019 -0600
80d54ee
dtoc: Use binary mode for reading files
by Simon Glass
· Fri May 17 22:00:39 2019 -0600
a57cfee
dtoc: Convert the Fdt.Node class to Python 3
by Simon Glass
· Fri May 17 22:00:38 2019 -0600
74b472e
dtoc: Convert the Fdt.Prop class to Python 3
by Simon Glass
· Fri May 17 22:00:37 2019 -0600
1cd4008
dtoc: Use byte type instead of str in fdt
by Simon Glass
· Fri May 17 22:00:36 2019 -0600
d8f593f
dtoc: Updates BytesToValue() for Python 3
by Simon Glass
· Fri May 17 22:00:35 2019 -0600
b73d448
dtoc: Move BytesToValue() out of the Prop class
by Simon Glass
· Fri May 17 22:00:34 2019 -0600
6bbfafb
dtoc: Use GetBytes() to obtain repeating bytes
by Simon Glass
· Fri May 17 22:00:33 2019 -0600
c82de56
dtoc: Sort platdata output from dtoc
by Simon Glass
· Fri May 17 22:00:32 2019 -0600
61b88e5
dtoc: Adjust code for Python 3
by Simon Glass
· Fri May 17 22:00:31 2019 -0600
24b86ce
patman: Don't require Python 2
by Simon Glass
· Tue May 14 15:53:55 2019 -0600
b097696
patman: Tidy up a few more unicode conversions
by Simon Glass
· Tue May 14 15:53:54 2019 -0600
4f81789
patman: Adjust functional tests for Python 3
by Simon Glass
· Tue May 14 15:53:53 2019 -0600
aa82db6
patman: Avoid unicode type in settings unit tests
by Simon Glass
· Tue May 14 15:53:52 2019 -0600
3ab178f
patman: Sort series output for repeatabily
by Simon Glass
· Tue May 14 15:53:51 2019 -0600
8bb7a7a
patman: Move unicode helpers to tools
by Simon Glass
· Tue May 14 15:53:50 2019 -0600
68475f9
patman: Support use of stringIO in Python 3
by Simon Glass
· Tue May 14 15:53:49 2019 -0600
ac0d495
binman: Handle repeated bytes for Python 3
by Simon Glass
· Tue May 14 15:53:47 2019 -0600
12a74f4
binman: Drop an unused input file
by Simon Glass
· Tue May 14 15:53:46 2019 -0600
3861cc4
binman: Use binary mode when compressing data
by Simon Glass
· Tue May 14 15:53:45 2019 -0600
d8e9bca
patman: Provide a way to get program output in binary mode
by Simon Glass
· Tue May 14 15:53:44 2019 -0600
116236f
tools: dtoc: Open all binary files in binary mode
by Simon Glass
· Tue May 14 15:53:43 2019 -0600
3348666
tools: binman: Open all binary files in binary mode
by Simon Glass
· Tue May 14 15:53:42 2019 -0600
5f3645b
binman: Use items() instead of iteritems()
by Simon Glass
· Tue May 14 15:53:41 2019 -0600
1001737
patman: Use items() instead of iteritems()
by Simon Glass
· Tue May 14 15:53:40 2019 -0600
4aea954
binman: Remove use of Set()
by Simon Glass
· Tue May 14 15:53:39 2019 -0600
d1ba61c
binman: Don't show errors for failed tests
by Simon Glass
· Tue May 14 15:53:38 2019 -0600
7cca27d
binman: Convert print statements to Python 3
by Simon Glass
· Tue May 14 15:53:37 2019 -0600
23b8a19
patman: Convert print statements to Python 3
by Simon Glass
· Tue May 14 15:53:36 2019 -0600
390455c
patman: Update cros_subprocess to use bytes
by Simon Glass
· Sat May 11 12:46:39 2019 -0600
526082f
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
by Tom Rini
· Wed Jul 10 13:51:53 2019 -0400
584344d
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
by Tom Rini
· Wed Jul 10 10:40:14 2019 -0400
da3833f
Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
by Tom Rini
· Tue Jul 09 08:16:50 2019 -0400
db45213
rtc: pcf2127: Fixed bug with rtc settings and getting error time
by Chuanhua Han
· Mon Jul 08 11:45:25 2019 +0800
9c5aa37
configs: sama5d2_xplained: add support QSPI flash boot
by Eugen Hristev
· Tue Jun 18 08:52:11 2019 +0000
2b4c9ca
configs: sama5d27_som1_ek: qspi: use common memory layout
by Tudor Ambarus
· Tue Jun 18 08:52:09 2019 +0000
a166f66
configs: sama5d27_som1_ek: add qspiflash_defconfig
by Tudor Ambarus
· Tue Jun 18 08:52:06 2019 +0000
f48ae10
configs: sama5d2_xplained: add qspiflash_defconfig
by Tudor Ambarus
· Tue Jun 18 08:52:03 2019 +0000
441c809
ARM: at91: sama5: add common environment for QSPI
by Cyrille Pitchen
· Tue Jun 18 08:52:01 2019 +0000
4122f6b
ARM: dts: at91: sama5d2_xplained: fix QSPI0 node
by Cyrille Pitchen
· Tue Jun 18 08:51:58 2019 +0000
273e0c5
configs: sama5d27_som1_ek: enable qspi controller and flashes
by Tudor Ambarus
· Tue Jun 18 08:51:55 2019 +0000
45d2764
configs: sama5d2_xplained: enable qspi controller and flashes
by Tudor Ambarus
· Tue Jun 18 08:51:53 2019 +0000
88151bb
spi: Add Atmel QuadSPI driver
by Tudor Ambarus
· Tue Jun 18 08:51:50 2019 +0000
362e4e6
xilinx_xiic: Fix transfer initialisation
by Melin Tomas
· Fri Jun 28 12:08:40 2019 +0000
d133b1e
xilinx_xiic: Fix fill tx fifo loop
by Melin Tomas
· Fri Jun 28 12:08:31 2019 +0000
6e85c81
i2c: designware: Get clock rate from clock DM
by Ley Foon Tan
· Wed Jun 12 09:48:04 2019 +0800
d003a37
i2c: designware_i2c: Restore enable state after set speed
by Jun Chen
· Wed Jun 05 15:23:16 2019 +0800
cfe40f4
ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG
by Markus Klotzbuecher
· Wed May 15 15:16:00 2019 +0200
3ce740d
ubispl: add support for loading volumes by name
by Hamish Guthrie
· Wed May 15 15:15:59 2019 +0200
3197d3c
configs: migrate ubispl boards to KConfig
by Markus Klotzbuecher
· Wed May 15 15:15:58 2019 +0200
f5aa176
ubispl: migrate configuration to Kconfig
by Markus Klotzbuecher
· Wed May 15 15:15:57 2019 +0200
9c77e20
ubi: fix UBI_SILENCE_MSG
by Markus Klotzbuecher
· Wed May 15 15:15:56 2019 +0200
674ab24
env: ubi: support configurable VID offset
by Hamish Guthrie
· Wed May 15 15:15:55 2019 +0200
7bd60e6
at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs
by Markus Klotzbuecher
· Wed May 15 15:15:54 2019 +0200
975bcde
env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND
by Markus Klotzbuecher
· Wed May 15 15:15:53 2019 +0200
3d5d418
moveconfig: expand simple expressions
by Markus Klotzbuecher
· Wed May 15 15:15:52 2019 +0200
9c18f43
Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Mon Jul 08 16:02:51 2019 -0400
e6cdea3
Merge tag 'u-boot-amlogic-20190704' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
by Tom Rini
· Mon Jul 08 16:02:19 2019 -0400
ea57706
Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot
by Tom Rini
· Mon Jul 08 15:49:50 2019 -0400
b7b6cdf
Prepare v2019.07
by Tom Rini
· Mon Jul 08 15:23:28 2019 -0400
e69f209
Merge tag 'mips-fixes-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips
by Tom Rini
· Mon Jul 08 07:29:33 2019 -0400
dbb7033
arm: mediatek: remove arch_misc_init
by developer
· Thu May 16 17:19:50 2019 +0800
e49871c
board_r: move initr_watchdog to be called after initr_serial
by developer
· Thu May 16 17:19:13 2019 +0800
86664af
Merge tag 'dm-pull-7jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Sun Jul 07 16:17:56 2019 -0400
43e65fd
Merge tag 'video-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· Sun Jul 07 16:17:13 2019 -0400
7564825
imx6: wandboard: allow booting from MMC 2
by Heinrich Schuchardt
· Sun Jun 23 09:49:43 2019 +0200
de20260
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
by Tom Rini
· Sun Jul 07 07:06:03 2019 -0400
b273b62
Merge tag 'rockchip-for-v2019.07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
by Tom Rini
· Sun Jul 07 07:05:47 2019 -0400
Next »