Commit Graph

3318 Commits (8d6e18df605aaa85861f2efb4509362779e6101d)

Author SHA1 Message Date
Siva Durga Prasad Paladugu 44c8fd3aba common: cmd_elf: Add support to disable start of application 10 years ago
Jan Kiszka 671fa63e79 common/board_r: Restore non-cached memory setup 10 years ago
Przemyslaw Marczak 0aa8a4ad99 dlmalloc: do memset in malloc init as new default config 10 years ago
Fabio Estevam e5d3e7fcbe cmd_usb_mass_storage: Remove extra 'ums' string in the usage text 10 years ago
Alexey Brodkin 7bf9f20d02 common/board_f: implement type casting for gd structure 10 years ago
Heiko Schocher ff6c032ea8 spl: fix calling "spl export .." more than once 10 years ago
Alison Wang 1313db48e2 m68k: Add generic board support for MCF547X/8X and MCF5445X 10 years ago
angelo@sysam.it e310b93ec1 m68k: add generic-board support 10 years ago
Peter Tyser 5bd15b7a50 cmd_yaffs: Clean up command usage messages 10 years ago
Hannes Petermaier 1b7caf1123 common/lcd: Add command for writing to lcd-display 10 years ago
Hannes Petermaier d38d0c6a33 common/lcd: Add command for setting cursor within lcd-console 10 years ago
Rob Herring 0c7e8d1317 gpt: support random UUIDs without setting environment variables 10 years ago
Rob Herring a150e6c9df gpt: fix error reporting on partition table write failures 10 years ago
Nikolaos Pasaloukos 41ffb45c35 kconfig: common: Fix memtest bool name 10 years ago
Simon Glass db910353a1 arm: spl: Allow board_init_r() to run with a larger stack 10 years ago
gaurav rana 94e3c8c4fd crypto/fsl - Add progressive hashing support using hardware acceleration. 10 years ago
gaurav rana 7ee8c4795d crypto/fsl: Make function names consistent for blob encapsulation/decapsulation. 10 years ago
Dileep Katta e874207134 fastboot: Correct fastboot_fail and fastboot_okay strings 10 years ago
Rob Herring 7c23bcb93f fastboot: Add USB cable detect check 10 years ago
Dileep Katta 897923819c usb: gadget: fastboot: Add fastboot erase 10 years ago
Masahiro Yamada d648964fc2 kconfig: remove unneeded dependency on !SPL_BUILD 10 years ago
Pantelis Antoniou 4b7cee5336 mmc: Implement SD/MMC versioning properly 10 years ago
Lubomir Popov ed16f14689 cmd_i2c: Provide option for bulk 'i2c write' in one transaction 10 years ago
Masahiro Yamada 9e533cb046 cmd_i2c: quit I2C commands immediately on error 10 years ago
Joe Hershberger c71a0164d9 cmd_fdt: Print the control fdt in terms of virtual memory 10 years ago
Joe Hershberger 90fbee3e40 cmd_fdt: Actually fix fdt command in sandbox 10 years ago
Andreas Bießmann a752a8b4c4 avr32: add generic board support 10 years ago
Andreas Bießmann c722f0b026 common/board_r: allocate bootparams 10 years ago
Andreas Bießmann 68145d4c7b common/board_f: factor out reserve_stacks 10 years ago
Christian Gmeiner 189d257b7a cmd_eeprom: make it possible to define the used i2c bus 10 years ago
Heiko Schocher b9ea0c3a20 spl, spl_nor: fix compiler warning 10 years ago
Simon Glass c01c71bc16 arm: spl: Provide for a board-specific loader 10 years ago
Axel Lin 364ac5b583 image: Convert to use fdt_for_each_subnode macro 10 years ago
Simon Glass f058f154a9 dm: Add CMD_DM and CMD_DEMO to Kconfig 10 years ago
Simon Glass ca88b9b939 dm: i2c: Add a dm_ prefix to driver model bus speed functions 10 years ago
Simon Glass 74d0186766 Introduce board_init_f_mem() to handle early memory layout 10 years ago
Hans de Goede 2c8571703a malloc_simple: Return NULL on malloc failure rather then calling panic() 10 years ago
Peter Tyser b922a5f94d dm: Prevent "demo hello" and "demo status" segfaults 10 years ago
Nikita Kiryanov 7bf71d1f55 lcd: split splash code into its own function 10 years ago
Nikita Kiryanov 033167c4c5 lcd: dt: extract simplefb support 10 years ago
Nikita Kiryanov bf21a5deb9 lcd: rename bitmap_plot to better represent its functionality 10 years ago
Nikita Kiryanov c8d2febcc7 lcd: various cleanups 10 years ago
Nikita Kiryanov 8ddfe2fad8 lcd: remove unused includes 10 years ago
Nikita Kiryanov 0b29a8969e lcd: introduce lcd_set_cmap 10 years ago
Nikita Kiryanov 2306457c45 lcd: logo: move generic cmap setting to lcd_logo_set_cmap() 10 years ago
Nikita Kiryanov 0ee261f6d3 lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c 10 years ago
Nikita Kiryanov a02e948139 lcd: atmel: introduce lcd_logo_set_cmap 10 years ago
Nikita Kiryanov 27fad01b7f lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c 10 years ago
Nikita Kiryanov b3d12e9bca lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb 10 years ago
Nikita Kiryanov 38b550877f lcd: split configuration_get_cmap 10 years ago