Commit Graph

18715 Commits (e080d545f8ffb104a13b07deddf92ecb498b3a94)
 

Author SHA1 Message Date
Joe Hershberger e080d545f8 env: Add a silent env handler 12 years ago
Joe Hershberger 849d5d9cda env: Add a console env handler 12 years ago
Joe Hershberger 1cf0a8b2fb env: Add a loadaddr env handler 12 years ago
Joe Hershberger 32057717e0 env: Add a baudrate env handler 12 years ago
Joe Hershberger a9f51c9b43 env: Add a bootfile env handler 12 years ago
Joe Hershberger 5e2b3e0c59 env: Add a command to view callbacks 12 years ago
Joe Hershberger 170ab11075 env: Add support for callbacks to environment vars 12 years ago
Joe Hershberger be11235ab8 env: Hide '.' variables in env print by default 12 years ago
Joe Hershberger ec8a252cd4 env: Use getenv_yesno() more generally 12 years ago
Joe Hershberger 7afcf3a55b env: Refactor apply into change_ok 12 years ago
Joe Hershberger 3d3b52f258 env: Consolidate common code in hsearch_r() 12 years ago
Joe Hershberger c4e0057fa7 env: Refactor do_apply to a flag 12 years ago
Joe Hershberger e772cb30f6 Make linux kernel string funcs available to tools 12 years ago
Lukasz Majewski 9960d9a8bc gpt: Enable support for GPT partition table restoration at Samsung's Trats 12 years ago
Piotr Wilczek 8b09623766 gpt: Support for new "gpt" command 12 years ago
Lukasz Majewski 40684ddb83 gpt: Support for GPT (GUID Partition Table) restoration 12 years ago
Chang Hyun Park fae2bf22a2 gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h> 12 years ago
Lukasz Majewski 36f2e8e0d1 gpt:doc: GPT (GUID Partition Table) documentation 12 years ago
Lukasz Majewski 9386f96ca9 part:efi: Move part_efi.h file to ./include 12 years ago
Lukasz Majewski 3ec44111aa vsprintf:fix: Change type returned by ustrtoul 12 years ago
Tom Rini caddc17f30 Merge branch 'master' of git://git.denx.de/u-boot-mips 12 years ago
Joe Hershberger f88e09de8d mips: serial: Fix busted manual relocation 12 years ago
Daniel Schwierzeck f0c27993e4 MIPS: constify mips_io_port_base 12 years ago
Łukasz Majewski bf3d58bb7d cmd:spl:fix: Prevent from a build error on boards, which don't support FDT 12 years ago
Simon Glass 23b479b25c exynos: Enable hashing functions and EDID for smdk5250 12 years ago
Luigi Semenzato eea3f4d3e1 tpm: Add TPM stress test 12 years ago
Simon Glass 78c112c9f9 console: Enable function to display console info 12 years ago
Vadim Bendebury 9ad557be2f Add console command to access io space registers 12 years ago
Tom Wai-Hong Tam 096eb3f59b fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined 12 years ago
Tom Wai-Hong Tam 735987c5a8 edid: Add I2C command for printing the EDID 12 years ago
Tom Wai-Hong Tam d46b5f7dcb edid: Library of EDID decode and print 12 years ago
Simon Glass bf36c5d521 Add hash command to perform hashing using various algorithms 12 years ago
Simon Glass e50b12c95c sha1sum: Use generic hash layer 12 years ago
Simon Glass 460408ef9a Add generic hash API 12 years ago
Simon Glass b1f17bf5ff Add strcasecmp() and strncasecmp() 12 years ago
Simon Glass ec7381fbf6 sha256: Use const where possible and add watchdog function 12 years ago
Simon Glass a7d1d76579 sha1: Use const where possible, and unsigned for input len 12 years ago
Vincent Palatin 6a135efcd0 stdio: remove useless strncpy 12 years ago
Simon Glass 75b3afc665 Fix use of conditional LMB 12 years ago
Kenneth Waters ff048ea916 Add a command to read raw blocks from a partition 12 years ago
Anton Staaf 53fdc7ef2e Add gettime command 12 years ago
Simon Glass 01433d6001 Add new bootstage step for the main loop 12 years ago
Nikita Kiryanov 94740e4739 gpio: remove duplicate function signature 12 years ago
Armando Visconti d40d914c06 designware_i2c.h: Define IC_CLK only if not already defined in config file 12 years ago
Armando Visconti ea31b7a7be designware_i2c.h: Fixed the correct values for SCL low/high time 12 years ago
Armando Visconti 5b8439bbde designware_i2c: Fixed the setting of the i2c bus speed 12 years ago
Armando Visconti 491739bb74 designware_i2c: Added s/w generation of stop bit 12 years ago
Armando Visconti ac6e2fe6e4 designware_i2c.c: Added the support for MULTI_BUS 12 years ago
Piotr Wilczek c86d9ed382 drivers:i2c: Modify I2C driver for Exynos4 12 years ago
Piotr Wilczek 89bd58a1e9 exynos:pinmux: Add pinmux support for i2c 12 years ago