Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a903be473e3f24105714698482badb1a59d2e4cc
a903be4
mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
by Miquel Raynal
· 5 years ago
d093536
mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
by Miquel Raynal
· 5 years ago
0fb975d
Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 5 years ago
f09343f
Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 5 years ago
59502e6
Merge branch '2019-12-03-master-imports'
by Tom Rini
· 5 years ago
dab93f4
cmd: efidebug: fix a build error in show_efi_boot_opt()
by AKASHI Takahiro
· 5 years ago
1993c2b
arm64: zynqmp: Point zcu216 defconfig to correct dts file
by Michal Simek
· 5 years ago
862f505
ARM: MediaTek: add basic support for MT8518 boards
by developer
· 5 years ago
c3aeb81
pinctrl: add driver for MT8518
by developer
· 5 years ago
18f9fc7
mmc: mtk-sd: Adjust the mmc tuning flow
by developer
· 5 years ago
5817d5c
clk: mediatek: add driver for MT8518
by developer
· 5 years ago
9445eda
ARM: MediaTek: Add support for MediaTek MT8518 SoC
by developer
· 5 years ago
4bba413
regmap: Fix potential memory leaks
by Faiz Abbas
· 5 years ago
9e0e1f3
net: cpsw: Add NULL pointer check
by Faiz Abbas
· 5 years ago
7ac012a
spl: ymodem: Fix loading of fit image
by Lokesh Vutla
· 5 years ago
e33cd22
mmc: davinci: fix mmc boot in SPL
by Bartosz Golaszewski
· 5 years ago
f1412ef
board: omapl138_lcdk: add the mmc device to SPL
by Bartosz Golaszewski
· 5 years ago
012929e
mmc: davinci: drop struct davinci_mmc_plat
by Bartosz Golaszewski
· 5 years ago
3dffb44
mmc: davinci: drop support for ti,dm6441-mmc
by Bartosz Golaszewski
· 5 years ago
6d7e459
ARM: omapl138_lcdk: Allow early init to start instruction cache
by Adam Ford
· 5 years ago
64e06f2
ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE
by Adam Ford
· 5 years ago
4c64702
ARM: omapl138_lcdk: Increase malloc pool before relocation
by Adam Ford
· 5 years ago
1fd4055
ARM: omapl138_lcdk: Separate BSS in SPL
by Adam Ford
· 5 years ago
7ca4e2c
cmd: pxe: Fix bootm argument count
by Abhishek Shah
· 5 years ago
d2475a1
armv7m: cache: add invalidate_icache_all() stub
by Giulio Benetti
· 5 years ago
247539e
MAINTAINERS: Add info for bcm283x
by Matthias Brugger
· 5 years ago
609a074
blk: Make use of CONFIG_HAVE_BLOCK_DEVICE more
by Tom Rini
· 5 years ago
6ccea84
mtd: mtdcore: Drop unused mtd_table
by Tom Rini
· 5 years ago
793072a
pci: Only link pci_rom.o in some cases
by Tom Rini
· 5 years ago
0b0342f
Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to Kconfig
by Tom Rini
· 5 years ago
84e35db
Convert CONFIG_PHY_CORTINA to Kconfig
by Tom Rini
· 5 years ago
dcda76e
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
by Lihua Zhao
· 5 years ago
7859101
tbs2910: Disable VxWorks image booting support
by Tom Rini
· 5 years ago
fd37f24
cosmetic: Fix spelling and whitespace errors
by Thomas Hebb
· 5 years ago
71598fe
Makefile: add Rockchip idbloader.img to CLEAN_FILES
by Thomas Hebb
· 5 years ago
f2a5650
Makefile: consolidate hardcoded lists of files to clean
by Thomas Hebb
· 5 years ago
42b256d
Makefile: don't try to construct CLEAN_FILES based on config
by Thomas Hebb
· 5 years ago
c850c6a
Kconfig: make TPL_DM_SERIAL depend on TPL_DM
by Thomas Hebb
· 5 years ago
0c12fb5
Kconfig: disambiguate config names for tiny printf
by Thomas Hebb
· 5 years ago
890ace3
Prepare v2020.01-rc4
by Tom Rini
· 5 years ago
9ca7490
Merge branch '2019-12-02-master-imports'
by Tom Rini
· 5 years ago
eba6b8d
common: Move old EEPROM functions into a new header
by Simon Glass
· 5 years ago
8e50a0e
common: Drop get_endaddr()
by Simon Glass
· 5 years ago
537ecc9
common: Move trap_init() out of common.h
by Simon Glass
· 5 years ago
18afe10
common: Move pci_init_board() out of common.h
by Simon Glass
· 5 years ago
a7b5130
common: Move some board functions out of common.h
by Simon Glass
· 5 years ago
6980b6b
common: Move board_get_usable_ram_top() out of common.h
by Simon Glass
· 5 years ago
320a5d4
common: Drop board_show_dram()
by Simon Glass
· 5 years ago
adaaa48
common: Move command functions out of common.h
by Simon Glass
· 5 years ago
8f3f761
common: Move enable/disable_interrupts out of common.h
by Simon Glass
· 5 years ago
9b61c7c
common: Move interrupt functions into a new header
by Simon Glass
· 5 years ago
f87959b
arm: powerpc: Tidy up code style for interrupt functions
by Simon Glass
· 5 years ago
6333448
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
1ba89d7
common: Drop checkicache() and checkdcache()
by Simon Glass
· 5 years ago
1d91ba7
common: Move some cache and MMU functions out of common.h
by Simon Glass
· 5 years ago
fbf091b
arm: powerpc: Tidy up code style for cache functions
by Simon Glass
· 5 years ago
370382c
common: Move some SMP functions out of common.h
by Simon Glass
· 5 years ago
1fa70f8
common: Move checkcpu() out of common.h
by Simon Glass
· 5 years ago
08c5591
common: Drop cpu_init()
by Simon Glass
· 5 years ago
33d1e70
common: Move some CPU functions out of common.h
by Simon Glass
· 5 years ago
caefa32
common: Move mii_init() function out of common.h
by Simon Glass
· 5 years ago
495a5dc
common: Move get_ticks() function out of common.h
by Simon Glass
· 5 years ago
2e3b8a2
common: Move timer_get_us() function out of common.h
by Simon Glass
· 5 years ago
a18a669
arm: pxa: Drop pxa_wait_ticks()
by Simon Glass
· 5 years ago
77f80e6
common: Move wait_ticks functions out of common.h
by Simon Glass
· 5 years ago
45c7890
common: Move some time functions out of common.h
by Simon Glass
· 5 years ago
e1aba1e
common: Add a new lz4.h header file
by Simon Glass
· 5 years ago
3673618
common: Move serial functions out of common.h
by Simon Glass
· 5 years ago
bd7a59a
common: Move serial_printf() to the serial header
by Simon Glass
· 5 years ago
23fe449
serial: usb: Correct the usbtty_...() prototypes
by Simon Glass
· 5 years ago
15595db
common: Move env_get_ip() to net.h
by Simon Glass
· 5 years ago
f5c208d
Move strtomhz() to vsprintf.h
by Simon Glass
· 5 years ago
16ff570
common: Move sorting functions to their own header file
by Simon Glass
· 5 years ago
6853b16
common: Move bootcount functions to their header file
by Simon Glass
· 5 years ago
c11c19f
spl: bootcount: Move code out of header file
by Simon Glass
· 5 years ago
48b6c6b
crc32: Use the crc.h header for crc functions
by Simon Glass
· 5 years ago
c2226bf
crc: Fix code style with crc functions
by Simon Glass
· 5 years ago
ca9b0af
common: Drop linux/crc8.h
by Simon Glass
· 5 years ago
ecd1f81
common: Move random-number functions into their own header
by Simon Glass
· 5 years ago
9ea8f9f
status_led: Tidy up the code style
by Simon Glass
· 5 years ago
e7872cb
common: Drop global inclusion of status_led.h
by Simon Glass
· 5 years ago
d662cdb
Drop CONFIG_SHOW_ACTIVITY
by Simon Glass
· 5 years ago
970b61e
common: Move older CPU functions to their own header
by Simon Glass
· 5 years ago
d86eba4
dm: serial: Handle "stdout-path" with ":options" correctly
by Bin Meng
· 5 years ago
6616774
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· 5 years ago
95ee2ae
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 5 years ago
2f9e494
MIPS: remove Micronas VCT boards
by Daniel Schwierzeck
· 5 years ago
427c8dc
configs: ls1028a: enable CMD_DM
by Alex Marginean
· 5 years ago
58ace21
board: fsl: lx2160a: Fix the typo in board_fix_fdt
by Pankaj Bansal
· 5 years ago
3396100
configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfig
by Priyanka Jain
· 5 years ago
481d3eb
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 5 years ago
de2eaee
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 5 years ago
ce8f674
Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
by Tom Rini
· 5 years ago
5a48f3c
Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 5 years ago
7452aa6
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
by Tom Rini
· 5 years ago
7b46176
mmc: tmio: sdhi: Add calibration tables
by Marek Vasut
· 5 years ago
531fc99
mmc: tmio: sdhi: Skip bad taps
by Marek Vasut
· 5 years ago
52647a0
mmc: tmio: sdhi: Add SCC error checking
by Marek Vasut
· 5 years ago
242c63d
mmc: tmio: sdhi: Disable auto-retuning in HS400
by Marek Vasut
· 5 years ago
cf643b0
mmc: tmio: sdhi: Adjust HS400 calibration offsets
by Marek Vasut
· 5 years ago
Next »