Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
67d1602014c0abc7aac0239ae7777ff219676451
/
include
/
common.h
de69e5c
common: Update comment to show progress
by Simon Glass
· 5 years ago
797e388
common: Collect all the header files together
by Simon Glass
· 5 years ago
8927bf2
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
by Simon Glass
· 5 years ago
64b8fe1
common: Move ROUND() into kernel.h
by Simon Glass
· 5 years ago
84c48c3
common: Move check_member() to kernel.h
by Simon Glass
· 5 years ago
f11478f
common: Move hang() to the same header as panic()
by Simon Glass
· 5 years ago
0ffd9db
common: Move testdram() into init.h
by Simon Glass
· 5 years ago
8e16b1e
common: Move RAM-sizing functions to init.h
by Simon Glass
· 5 years ago
606f09b
common: Rename and move source()
by Simon Glass
· 5 years ago
85f1378
common: Move the image globals into image.h
by Simon Glass
· 5 years ago
892265d
image: Rename load_addr, save_addr, save_size
by Simon Glass
· 5 years ago
afb0215
common: Move reset_cpu() to the CPU header
by Simon Glass
· 5 years ago
78ec73d
common: Move reset_misc() function to arch header
by Simon Glass
· 5 years ago
a9dc068
common: Move get_tbclk() to time.h
by Simon Glass
· 5 years ago
85d6531
common: Move clock functions into a new file
by Simon Glass
· 5 years ago
4be8fc9
common: Move upmconfig() to ppc.h
by Simon Glass
· 5 years ago
da25eff
common: Move ll_boot_init() to init.h
by Simon Glass
· 5 years ago
2c33b4c
common: arm: Move s_init() to an ARM-specific header
by Simon Glass
· 5 years ago
3bbe70c
common: Move device-tree setup functions to fdt_support.h
by Simon Glass
· 5 years ago
a7c2d8a
common: Move type declarations to linux/types.h
by Simon Glass
· 5 years ago
883c062
common: Drop the symbol_lookup() declaration
by Simon Glass
· 5 years ago
acc15a1
common: Drop CONFIG_HAS_POST
by Simon Glass
· 5 years ago
cf9bdcc
common: Drop CONFIG_POST_STD/ALT_LIST
by Simon Glass
· 5 years ago
b8b1df3
common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
by Simon Glass
· 5 years ago
0c36441
common: Move reset_phy() to net.h
by Simon Glass
· 5 years ago
1f26500
common: Drop floppy disk support
by Simon Glass
· 5 years ago
6ba0392
common: Move jumptable_init() out of common.h
by Simon Glass
· 5 years ago
284f71b
common: Move relocate_code() to init.h
by Simon Glass
· 5 years ago
1b3f75f
common: Move functions for loading from fat/ext2 to fs.h
by Simon Glass
· 5 years ago
6e51ee1
common: Move do_tftpb() to net.h
by Simon Glass
· 5 years ago
e16f4c4
common: Move embedded fdt location to fdtdec.h
by Simon Glass
· 5 years ago
215b9a9
common: Drop checkflash() and checkdram()
by Simon Glass
· 5 years ago
a606ffc
common: Move flash_perror() to flash.h
by Simon Glass
· 5 years ago
a5037e2
common: Move main_loop() to init.h
by Simon Glass
· 5 years ago
0ae771f
common: Drop mdm_init()
by Simon Glass
· 5 years ago
0288d2e
common: remove duplicate typedef for uchar
by Heinrich Schuchardt
· 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
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
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
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
48b6c6b
crc32: Use the crc.h header for crc functions
by Simon Glass
· 5 years ago
ecd1f81
common: Move random-number functions into their own header
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
1ed83ba
common: Add a note about the effort to reduce common.h
by Simon Glass
· 5 years ago
aaef3bf
Drop PCMCIA
by Simon Glass
· 5 years ago
9d1f619
env: Rename environment.h to env_internal.h
by Simon Glass
· 5 years ago
48d3ebc
env: Move TOTAL_MALLOC_LEN to environment.h
by Simon Glass
· 5 years ago
0af6e2d
env: Move env_get() to env.h
by Simon Glass
· 5 years ago
5e6201b
env: Move env_set() to env.h
by Simon Glass
· 5 years ago
83c2e49
env: Move env_get_hex() to env.h
by Simon Glass
· 5 years ago
c301bd8
env: Move env_get_yesno() to env.h
by Simon Glass
· 5 years ago
6eaea25
env: Move env_get_ulong() to env.h
by Simon Glass
· 5 years ago
07dc93c
env: Move env_set_ulong() to env.h
by Simon Glass
· 5 years ago
313112a
env: Move env_set_hex() to env.h
by Simon Glass
· 5 years ago
909ff4d
env: Move envmatch() to env.h
by Simon Glass
· 5 years ago
8fe4093
env: Move env_relocate() to env.h
by Simon Glass
· 5 years ago
79fd214
env: Move env_init() to env.h
by Simon Glass
· 5 years ago
db22961
env: Move env_get_f() to env.h
by Simon Glass
· 5 years ago
2d85a75
env: Move get_env_id() to env.h
by Simon Glass
· 5 years ago
bf4229c
env: Create a new file for environment functions
by Simon Glass
· 5 years ago
ad375cc
common: Remove video_setmem()
by Simon Glass
· 5 years ago
42cf22f
common: Move lcd_setmem() to lcd.h
by Simon Glass
· 5 years ago
57d21d0
common: Drop the dpram_... functions
by Simon Glass
· 5 years ago
1a974af
common: Move gzip functions into a new gzip header
by Simon Glass
· 5 years ago
76d42c1
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
619fc68
common: command: Add support for $ auto-completion
by Boris Brezillon
· 6 years ago
925c000
serial: Move new functions to serial.h
by Simon Glass
· 6 years ago
33aeaaf
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
f275163
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
44f21da
dm: serial: Introduce ->getinfo() callback
by Andy Shevchenko
· 6 years ago
08e9879
dm: serial: Add ->getconfig() callback
by Andy Shevchenko
· 6 years ago
c214edf
efi_loader: Reserve unaccessible memory
by Alexander Graf
· 6 years ago
Next »