Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6980b6b5090dd00be2481aa38f253297d063df18
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
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
1a95303
mmc: tmio: sdhi: Adjust DT2FF settings for HS400 mode
by Marek Vasut
· 5 years ago
715b325
mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2
by Marek Vasut
· 5 years ago
0555dc6
mmc: tmio: sdhi: Track SMPCMP valu in private data
by Marek Vasut
· 5 years ago
d9d09e3
mmc: tmio: sdhi: Track current tap number in private data
by Marek Vasut
· 5 years ago
742491e
mpc83xx: remove unused clock.h
by Yangbo Lu
· 5 years ago
63dbbf3
arm: drop eSDHC clock getting in mxc_get_clock() for layerscape
by Yangbo Lu
· 5 years ago
135410c
arm: ls1021a: drop redundant board_mmc_init()
by Yangbo Lu
· 5 years ago
b8626e4
mmc: fsl_esdhc: get clock directly from global data
by Yangbo Lu
· 5 years ago
4c280a9
mmc: sdhci: make sdhci_get_cd static
by Baruch Siach
· 5 years ago
8e5031b
stm32mp1: add support for virtual partition read
by Patrick Delaunay
· 5 years ago
11ad8cb
stm32mp1: board: add spi nand support
by Patrick Delaunay
· 5 years ago
2af5d8a
stm32mp1: configs: activate CONFIG_MTD_SPI_NAND
by Patrick Delaunay
· 5 years ago
093f6e1
stm32mp1: activate SET_DFU_ALT_INFO
by Patrick Delaunay
· 5 years ago
b50f870
stm32mp1: activate DFU support and command MTD
by Patrick Delaunay
· 5 years ago
2b0bbf5
ARM: dts: stm32: update eMMC configuration for stm32mp157c-ev1
by Patrick Delaunay
· 5 years ago
8c6e613
ARM: dts: stm32: DT alignment with kernel v5.4-rc4
by Patrick Delaunay
· 5 years ago
c5c9069
ARM: dts: stm32: DT alignment with kernel v5.3
by Patrick Delaunay
· 5 years ago
1faa0cf
configs: stih410-b2260: Enable DM_ETH flag
by Patrice Chotard
· 5 years ago
c05deb5
Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-boot
by Tom Rini
· 5 years ago
63a4aec
Merge tag 'fixes-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· 5 years ago
7474507
sandbox: enable USB_KEYBOARD_FN_KEYS
by Heinrich Schuchardt
· 5 years ago
513255b
dm: test: usb: rework keyboard test
by Heinrich Schuchardt
· 5 years ago
809a220
usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
by Heinrich Schuchardt
· 5 years ago
8e505ee
usb: kbd: implement special keys
by Heinrich Schuchardt
· 5 years ago
d05aaef
usb: kbd: simplify coding for arrow keys
by Heinrich Schuchardt
· 5 years ago
90d746f
usb: kbd: signature of usb_kbd_put_queue()
by Heinrich Schuchardt
· 5 years ago
38ed7fe
usb: kbd: fix typo
by Heinrich Schuchardt
· 5 years ago
8b3b890
ARM: socfpga: Unreset NAND in SPL on Gen5
by Marek Vasut
· 5 years ago
d38103b
ARM: socfpga: Introduce u-boot-with-nand-spl.sfp target
by Marek Vasut
· 5 years ago
47928cc
ARM: socfpga: Add ArriaV ST/SX ID
by Marek Vasut
· 5 years ago
2265259
ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5
by Marek Vasut
· 5 years ago
9f38a97
ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disable
by Marek Vasut
· 5 years ago
5c07f71
configs: enable eSDHC device module for T4240RDB board
by Yinbo Zhu
· 5 years ago
72b8b2c
configs: enable eSDHC device module for T2080RDB board
by Yinbo Zhu
· 5 years ago
797951a
configs: enable eSDHC device module for T1042D4RDB board
by Yinbo Zhu
· 5 years ago
e7a8c92
configs: enable eSDHC device module for T1024RDB board
by Yinbo Zhu
· 5 years ago
7686412
configs: enable eSDHC device module for P5040DS board
by Yinbo Zhu
· 5 years ago
a8a5bc2
configs: enable eSDHC device module for P4080DS board
by Yinbo Zhu
· 5 years ago
b85ea58
configs: enable eSDHC device module for P3041DS board
by Yinbo Zhu
· 5 years ago
5bbb8ba
configs: enable eSDHC device module for P2041RDB board
by Yinbo Zhu
· 5 years ago
a525065
configs: enable eSDHC device module for P2020RDB board
by Yinbo Zhu
· 5 years ago
fe7cc8e
configs: enable eSDHC device module for P1020RDB board
by Yinbo Zhu
· 5 years ago
ea3ff84
board: sdhc: Use block layer to read from mmc
by Yinbo Zhu
· 5 years ago
f4944ba
arch: powerpc: add eSDHC node to t4240 dts
by Yinbo Zhu
· 5 years ago
cb84d76
arch: powerpc: add eSDHC node to t104x dts
by Yinbo Zhu
· 5 years ago
7eea3f0
arch: powerpc: add eSDHC node to t102x dts
by Yinbo Zhu
· 5 years ago
5de92a0
arch: powerpc: add eSDHC node to p5040 dts
by Yinbo Zhu
· 5 years ago
6c76db4
arch: powerpc: add eSDHC node to p4080 dts
by Yinbo Zhu
· 5 years ago
2cec986
arch: powerpc: add eSDHC node to p3041 dts
by Yinbo Zhu
· 5 years ago
4c76681
arch: powerpc: add eSDHC node to p2041 dts
by Yinbo Zhu
· 5 years ago
e4e1c2a
arch: powerpc: add eSDHC node to p2020 dts
by Yinbo Zhu
· 5 years ago
a03609c
arch: powerpc: add eSDHC node to p1020 dts
by Yinbo Zhu
· 5 years ago
092da18
Revert "video: mxsfb: Configure the clock after eLCDIF reset"
by Fabio Estevam
· 5 years ago
Next »