Commit Graph

46 Commits (e9c8d49d54cbbc7b219a1637d2994de7448b767d)

Author SHA1 Message Date
Simon Glass e9c8d49d54 log: Add an implementation of logging 7 years ago
Simon Glass c5404b64fb Drop the log buffer 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 203e94f6c9 env: Add an enum for environment state 7 years ago
Andy Yan f1896c45cb spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN 7 years ago
Simon Glass 25e7dc6a6a bootstage: Support relocating boostage data 7 years ago
Simon Glass b383d6c05e bootstage: Convert to use malloc() 7 years ago
Simon Glass 5e060d8bcc dm: core: Add livetree definitions 7 years ago
Peng Fan 25112101d0 asm-generic: global_data: change timebase_l/h to unsigned int 7 years ago
Simon Glass 52c411805c board_f: Drop board_type parameter from initdram() 7 years ago
Eddie Cai 340f418acd spl: Add spl_early_init() 7 years ago
Simon Glass 8f92558414 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig 8 years ago
Robert P. J. Day 2adbc17b9e global_data.h: Standardize tabs and alignment for comments 8 years ago
York Sun e61a7534e3 armv8: Move secure_ram variable out of generic global data 8 years ago
Michal Simek 340b0e3bb6 env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used 8 years ago
David Müller (ELSOFT AG) 928f605455 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. 8 years ago
Simon Glass 5a54194515 dm: common: Add memory reservation for the video uclass 9 years ago
York Sun e81495224f Reserve secure memory 9 years ago
Simon Glass 9854a8748c console: Add a console buffer 9 years ago
Thomas Chou c8a7ba9e6a dm: implement a Timer uclass 9 years ago
Simon Glass 2212e69bc0 Revert "Align global_data to a 16-byte boundary" 9 years ago
Simon Glass 2afddae075 Align global_data to a 16-byte boundary 9 years ago
Simon Glass f05ad9ba4c Add a way to skip relocation 9 years ago
Simon Glass b0b403d954 Reserve the top 16 flag bits for architecture-specific use 9 years ago
Simon Glass 070d00b8dc dm: spl: Allow device tree/driver model in board_init_f() 9 years ago
Simon Glass b9da5086b8 dm: x86: baytrail: Correct PCI region 3 when driver model is used 9 years ago
Martin Dorwig 49cad54788 Export redesign 10 years ago
Bin Meng 8f9052fd98 pci: Make pci apis usable before relocation 10 years ago
Simon Glass c9356be307 dm: Split the simple malloc() implementation into its own file 10 years ago
Simon Glass 469a579df2 dm: serial: Move current serial port pointer to global_data 10 years ago
Simon Glass 093f79ab88 Add a flag indicating when the serial console is ready 10 years ago
Simon Glass ab7cd62790 dm: Support driver model prior to relocation 10 years ago
Simon Glass d59476b644 Add a simple malloc() implementation for pre-relocation 10 years ago
Heiko Schocher 54c5d08a09 dm: rename device struct to udevice 10 years ago
York Sun dec1861be9 driver/mxc_i2c: Move static data structure to global_data 10 years ago
Simon Glass 6494d708bf dm: Add base driver model support 10 years ago
Rob Herring 8dfafdde88 Introduce common timer functions 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Heiko Schocher 385c9ef5a7 i2c: add i2c_core and prepare for new multibus support 11 years ago
Simon Glass 71c52dba2b Add trace support to generic board 11 years ago
Masahiro Yamada a0ba279ac6 generic_board: reduce the redundancy of gd_t struct members 11 years ago
Simon Glass b5bec88434 Use 'unsigned int' for global_data's baudrate 11 years ago
Simon Glass 1938f4a5b6 Introduce generic pre-relocation board_f.c 11 years ago
Simon Glass 50b1fa3996 Add generic global_data 12 years ago