Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e7ab86d9b2f24c92552be62b0447abab4f8644a2
/
include
/
common.h
addc376
common: Update comment to show progress
by Simon Glass
· 5 years ago
b1b8609
common: Collect all the header files together
by Simon Glass
· 5 years ago
4d979bf
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
by Simon Glass
· 5 years ago
6df7513
common: Move ROUND() into kernel.h
by Simon Glass
· 5 years ago
825faeb
common: Move check_member() to kernel.h
by Simon Glass
· 5 years ago
db41d65
common: Move hang() to the same header as panic()
by Simon Glass
· 5 years ago
49acd56
common: Move testdram() into init.h
by Simon Glass
· 5 years ago
9b4a205
common: Move RAM-sizing functions to init.h
by Simon Glass
· 5 years ago
220a3a4
common: Rename and move source()
by Simon Glass
· 5 years ago
8e8ccfe
common: Move the image globals into image.h
by Simon Glass
· 5 years ago
bb872dd
image: Rename load_addr, save_addr, save_size
by Simon Glass
· 5 years ago
9a3b4ce
common: Move reset_cpu() to the CPU header
by Simon Glass
· 5 years ago
9101a5e
common: Move reset_misc() function to arch header
by Simon Glass
· 5 years ago
049f8d6
common: Move get_tbclk() to time.h
by Simon Glass
· 5 years ago
d96c260
common: Move clock functions into a new file
by Simon Glass
· 5 years ago
6d1fdb1
common: Move upmconfig() to ppc.h
by Simon Glass
· 5 years ago
35a3f87
common: Move ll_boot_init() to init.h
by Simon Glass
· 5 years ago
6f5fb71
common: arm: Move s_init() to an ARM-specific header
by Simon Glass
· 5 years ago
807765b
common: Move device-tree setup functions to fdt_support.h
by Simon Glass
· 5 years ago
4cf7f12
common: Move type declarations to linux/types.h
by Simon Glass
· 5 years ago
17401f8
common: Drop the symbol_lookup() declaration
by Simon Glass
· 5 years ago
50fbd5c
common: Drop CONFIG_HAS_POST
by Simon Glass
· 5 years ago
bd21f66
common: Drop CONFIG_POST_STD/ALT_LIST
by Simon Glass
· 5 years ago
4ab18a0
common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
by Simon Glass
· 5 years ago
5e6267a
common: Move reset_phy() to net.h
by Simon Glass
· 5 years ago
015e334
common: Drop floppy disk support
by Simon Glass
· 5 years ago
a6f2aaf
common: Move jumptable_init() out of common.h
by Simon Glass
· 5 years ago
9413387
common: Move relocate_code() to init.h
by Simon Glass
· 5 years ago
1444998
common: Move functions for loading from fat/ext2 to fs.h
by Simon Glass
· 5 years ago
77f4e47
common: Move do_tftpb() to net.h
by Simon Glass
· 5 years ago
2ebebb9
common: Move embedded fdt location to fdtdec.h
by Simon Glass
· 5 years ago
7c810a3
common: Drop checkflash() and checkdram()
by Simon Glass
· 5 years ago
0ee48252
common: Move flash_perror() to flash.h
by Simon Glass
· 5 years ago
6b8d3ce
common: Move main_loop() to init.h
by Simon Glass
· 5 years ago
011b572
common: Drop mdm_init()
by Simon Glass
· 5 years ago
c013a2f
common: remove duplicate typedef for uchar
by Heinrich Schuchardt
· 5 years ago
cb3ef68
common: Move old EEPROM functions into a new header
by Simon Glass
· 5 years ago
533cee0
common: Drop get_endaddr()
by Simon Glass
· 5 years ago
d67bdaa
common: Move trap_init() out of common.h
by Simon Glass
· 5 years ago
2cf431c
common: Move pci_init_board() out of common.h
by Simon Glass
· 5 years ago
5255932
common: Move some board functions out of common.h
by Simon Glass
· 5 years ago
67c4e9f
common: Move board_get_usable_ram_top() out of common.h
by Simon Glass
· 5 years ago
428a6a1
common: Drop board_show_dram()
by Simon Glass
· 5 years ago
288b29e
common: Move command functions out of common.h
by Simon Glass
· 5 years ago
36bf446
common: Move enable/disable_interrupts out of common.h
by Simon Glass
· 5 years ago
c30b7ad
common: Move interrupt functions into a new header
by Simon Glass
· 5 years ago
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
3374d28
common: Drop checkicache() and checkdcache()
by Simon Glass
· 5 years ago
9edefc2
common: Move some cache and MMU functions out of common.h
by Simon Glass
· 5 years ago
6cc915b
arm: powerpc: Tidy up code style for cache functions
by Simon Glass
· 5 years ago
62270f4
common: Move some SMP functions out of common.h
by Simon Glass
· 5 years ago
30c7c43
common: Move checkcpu() out of common.h
by Simon Glass
· 5 years ago
2c629bd
common: Drop cpu_init()
by Simon Glass
· 5 years ago
b598147
common: Move some CPU functions out of common.h
by Simon Glass
· 5 years ago
68a6aa8
common: Move mii_init() function out of common.h
by Simon Glass
· 5 years ago
1045315
common: Move get_ticks() function out of common.h
by Simon Glass
· 5 years ago
f0143a8
common: Move timer_get_us() function out of common.h
by Simon Glass
· 5 years ago
036a017
common: Move wait_ticks functions out of common.h
by Simon Glass
· 5 years ago
6887c5b
common: Move some time functions out of common.h
by Simon Glass
· 5 years ago
6c03f9e
common: Add a new lz4.h header file
by Simon Glass
· 5 years ago
b03e051
common: Move serial functions out of common.h
by Simon Glass
· 5 years ago
f516fd9
common: Move serial_printf() to the serial header
by Simon Glass
· 5 years ago
8d5babb
common: Move env_get_ip() to net.h
by Simon Glass
· 5 years ago
2189d5f
Move strtomhz() to vsprintf.h
by Simon Glass
· 5 years ago
8bef79b
common: Move sorting functions to their own header file
by Simon Glass
· 5 years ago
f083583
common: Move bootcount functions to their header file
by Simon Glass
· 5 years ago
3db7110
crc32: Use the crc.h header for crc functions
by Simon Glass
· 5 years ago
840ef4d
common: Move random-number functions into their own header
by Simon Glass
· 5 years ago
c3e4430
common: Drop global inclusion of status_led.h
by Simon Glass
· 5 years ago
9ce2aa1
Drop CONFIG_SHOW_ACTIVITY
by Simon Glass
· 5 years ago
62f9b65
common: Move older CPU functions to their own header
by Simon Glass
· 5 years ago
ec1fa18
common: Add a note about the effort to reduce common.h
by Simon Glass
· 5 years ago
9e5616d
Drop PCMCIA
by Simon Glass
· 5 years ago
f3998fd
env: Rename environment.h to env_internal.h
by Simon Glass
· 5 years ago
f030b7b
env: Move TOTAL_MALLOC_LEN to environment.h
by Simon Glass
· 5 years ago
7b51b57
env: Move env_get() to env.h
by Simon Glass
· 5 years ago
9fb625c
env: Move env_set() to env.h
by Simon Glass
· 5 years ago
cdbff9f
env: Move env_get_hex() to env.h
by Simon Glass
· 5 years ago
6bf6dbe
env: Move env_get_yesno() to env.h
by Simon Glass
· 5 years ago
9eef56d
env: Move env_get_ulong() to env.h
by Simon Glass
· 5 years ago
168068f
env: Move env_set_ulong() to env.h
by Simon Glass
· 5 years ago
c7694dd
env: Move env_set_hex() to env.h
by Simon Glass
· 5 years ago
b9ca02c
env: Move envmatch() to env.h
by Simon Glass
· 5 years ago
3f989e7b
env: Move env_relocate() to env.h
by Simon Glass
· 5 years ago
4bfd1f5
env: Move env_init() to env.h
by Simon Glass
· 5 years ago
3a7d557
env: Move env_get_f() to env.h
by Simon Glass
· 5 years ago
f1f0ae6
env: Move get_env_id() to env.h
by Simon Glass
· 5 years ago
af95f20
env: Create a new file for environment functions
by Simon Glass
· 5 years ago
9fe657d
common: Remove video_setmem()
by Simon Glass
· 5 years ago
3c1ecde
common: Move lcd_setmem() to lcd.h
by Simon Glass
· 5 years ago
4575a77
common: Drop the dpram_... functions
by Simon Glass
· 5 years ago
0c670fc
common: Move gzip functions into a new gzip header
by Simon Glass
· 5 years ago
aac0c29
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
03dcf17
common: command: Add support for $ auto-completion
by Boris Brezillon
· 6 years ago
0171f43
serial: Move new functions to serial.h
by Simon Glass
· 6 years ago
2a055ea
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
9450ab2
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
d5bb4f8
dm: serial: Introduce ->getinfo() callback
by Andy Shevchenko
· 6 years ago
ac7f5db
dm: serial: Add ->getconfig() callback
by Andy Shevchenko
· 6 years ago
7b78d64
efi_loader: Reserve unaccessible memory
by Alexander Graf
· 6 years ago
Next »